ac99e22151no more actions
Joel de Guzman
2010-04-02 12:43:33 +0000
953343288arearrangin: moved some files to test dir
Joel de Guzman
2010-04-02 05:08:08 +0000
7e68384c3drearrangin: moved some files to test dir
Joel de Guzman
2010-04-02 04:58:46 +0000
58a04b00d1Merged changes to boost.thread over from trunk
Anthony Williams
2010-04-01 15:04:15 +0000
e657ee694cFix use of rvalue ref in futures
Anthony Williams
2010-04-01 12:56:44 +0000
36c9f59590Added notes to documentation about using Valgrind Added some comments to seed_rng.hpp
Andy Tompkins
2010-04-01 02:42:20 +0000
5d0c2b7fe8Explicitly qualify call to equal for compilers which find it ambiguous.
Daniel James
2010-03-31 21:42:32 +0000
fb1626a835Use boost::throw_exception in unordered.
Daniel James
2010-03-31 21:42:08 +0000
806e034e96Report error count at the actual end, rather than just the end of each file.
Daniel James
2010-03-31 21:41:45 +0000
d2f46fab58Command line macros. Needs error checking.
Daniel James
2010-03-31 21:40:45 +0000
362ede90c1Merge from trunk.
Daniel James
2010-03-31 21:39:07 +0000
c05ad04df1Fix so that lock is not held while reactor is running.
Christopher Kohlhoff
2010-03-31 12:22:10 +0000
57c7e50b5eUncomment ifdef test that was accidentally left commented.
Christopher Kohlhoff
2010-03-31 12:13:47 +0000
6583d67199Fixes#4052.
John Maddock
2010-03-31 11:09:21 +0000
ba7949f80eAdded vertex_bundle and edge_bundle property maps, plus fixed some property map allocation bugs
Jeremiah Willcock
2010-03-30 17:50:27 +0000
374e1f2cd2Spirit: fixed utree parser utility
Hartmut Kaiser
2010-03-30 13:31:59 +0000
ef3491e3c2New kqueue reactor implementation using one-shot event registration.
Christopher Kohlhoff
2010-03-30 12:31:51 +0000
945f01d818Don't perform a speculative read when an out-of-band read is pending.
Christopher Kohlhoff
2010-03-30 12:30:00 +0000
0085924d42Don't allow speculative reads when message_out_of_band is specified.
Christopher Kohlhoff
2010-03-30 12:28:22 +0000
30ced86433merged uuid from trunk
Andy Tompkins
2010-03-30 03:15:44 +0000
b0e9751f1fadded newline at end of file
Andy Tompkins
2010-03-30 02:18:08 +0000
c91ad92ea1Spirit: refactoring scheme code
Hartmut Kaiser
2010-03-30 01:58:23 +0000
6340eae874Merge from trunk.
Christopher Kohlhoff
2010-03-30 01:20:37 +0000
1a1ce9fb84Regenerate documentation.
Christopher Kohlhoff
2010-03-29 23:57:25 +0000
ffb51eec2eWork around an apparent doxygen bug to show template parameter lists on inherited member functions.
Christopher Kohlhoff
2010-03-29 23:55:00 +0000
4dc7c401f9Document basic_resolver_query's constructor arguments.
Christopher Kohlhoff
2010-03-29 23:51:15 +0000
f821192788Converted dynamic_properties to use boost::shared_ptr instead of std::auto_ptr
Jeremiah Willcock
2010-03-29 18:26:22 +0000
539e09689eRemoved unused iota function, changed the two uses of any_if to use find_if instead, using Boost.Range for the other algorithms to avoid redundancies
Jeremiah Willcock
2010-03-29 17:30:52 +0000
63cd38351fSpirit: fixing #include
Hartmut Kaiser
2010-03-29 17:23:06 +0000
52e3056f63Spirit: Added missing file
Hartmut Kaiser
2010-03-29 17:17:50 +0000
f13d54f572Added printout of successful tests to try to debug mingw problem
Jeremiah Willcock
2010-03-29 16:40:56 +0000
81a08417b3Fix typo in rising_factorial docs and regenerate HTML.
John Maddock
2010-03-29 14:29:33 +0000
4e7bb534eeFix typo in rising_factorial docs and regenerate HTML.
John Maddock
2010-03-29 11:09:51 +0000
b75bfeb162Correct Boost.Range irange unit test failure on 64-bit GCC
Neil Groves
2010-03-28 20:03:49 +0000
18896403e7Fix compilation of Boost.Range adaptors on GCC 64-bit
Neil Groves
2010-03-28 19:44:33 +0000
46ad6905dbCorrected namespace of the pipe operator for the copied adaptor.
Neil Groves
2010-03-28 18:37:28 +0000
cdc39a0d50Added missing include
Jeremiah Willcock
2010-03-28 18:32:05 +0000
1141f0c685Added preconditions on graph listed in #3807; fixes#3807
Jeremiah Willcock
2010-03-28 18:16:51 +0000
9a860ee3daBoost.RangeEx merged into Boost.Range
Neil Groves
2010-03-28 16:08:35 +0000
e6814f94baFix for #1992
Aleksey Gurtovoy
2010-03-28 14:23:38 +0000
2ca1f9f5b3Spirit: improving customization points for karma alternatives
Hartmut Kaiser
2010-03-28 02:06:01 +0000
c65fc42534Spirit: added Karma generator for outputting arbitrary sexpr
Hartmut Kaiser
2010-03-28 02:04:31 +0000
727e2dbef1Fix unused variable warnings.
Christopher Kohlhoff
2010-03-27 23:04:56 +0000
dc3f5c09b9Change the resolver implementation to no longer require the typedefs InternetProtocol::resolver_query and InternetProtocol::resolver_iterator, as neither typedef is part of the documented InternetProtocol requirements.
Christopher Kohlhoff
2010-03-27 22:22:59 +0000
bc4deff373Spirit: cosmetics: tabs-->spaces, copyrights, moved sexpr parser into namespace input
Hartmut Kaiser
2010-03-27 14:12:05 +0000
487557b3f2Always call ioctl on underlying descriptor when modifying blocking mode. Refs #3307.
Christopher Kohlhoff
2010-03-27 10:54:44 +0000
caa529f4e2Handle the destructor call in a way that keeps msvc happy. Fixes#4003
Steven Watanabe
2010-03-26 19:04:40 +0000
002ea24f08Spirit: fixed#4006: documentation, small fixes
Hartmut Kaiser
2010-03-26 13:35:22 +0000
d7b7c12c08Spirit: Fixed copyrights
Hartmut Kaiser
2010-03-26 13:29:48 +0000
e355af1d0aSpirit: renaming directory
Hartmut Kaiser
2010-03-26 13:13:01 +0000
8f7f2a7d53Merge from trunk: Update to reflect reworked implementation.
Christopher Kohlhoff
2010-03-26 02:57:37 +0000
fbada31199Update to reflect reworked implementation.
Christopher Kohlhoff
2010-03-26 02:44:27 +0000
568b174bb6When supplying 3 arguments for the adder, require the third (val) argument. Otherwise, it will be ambiguous with the 2-param version.
Joel de Guzman
2010-03-26 02:33:30 +0000
0664cd663dWave: adjusting test files for recent bug fixes
Hartmut Kaiser
2010-03-25 17:41:29 +0000
413b179198Wave: fixed compilation problems
Hartmut Kaiser
2010-03-25 17:19:33 +0000
ede82040d5Merged array changes from trunk to release; Fixes#3893 and #3168
Marshall Clow
2010-03-25 15:32:12 +0000
c60084dda8Merge from trunk.
Christopher Kohlhoff
2010-03-25 01:50:05 +0000
2b7c016001Wave: Fixed the wave driver application to strip leading and trailing whitespace from macro names specified on the command line using -U.
Hartmut Kaiser
2010-03-25 00:13:26 +0000
f4f54e217dWave: added new preprocessing hook: emit_line_directive, added corresponding functionality to wave driver
Hartmut Kaiser
2010-03-24 23:38:12 +0000
b132d0f907Wave: added new preprocessing hook: emit_line_directive, fixed a couple related problems, added new example
Hartmut Kaiser
2010-03-24 23:37:24 +0000
3b41947f88Wave: added new preprocessing hook: emit_line_directive, fixed a couple related problems
Hartmut Kaiser
2010-03-24 23:36:17 +0000
62d2e5341bRevert Steven's patches.
Daniel James
2010-03-24 20:27:32 +0000
31f6309fefRemove optimization which causes 0.5 to hash to 0. Refs #4038.
Daniel James
2010-03-24 08:49:00 +0000
63926d19e6Steven's docbook patch.
Daniel James
2010-03-24 08:48:28 +0000
5bace4f1e3Steven's patch.
Daniel James
2010-03-24 08:47:23 +0000
b2e3a97acdRevert testing to bjam 3.1.17 until I can decipher what the problem is with the new version.
Rene Rivera
2010-03-23 16:15:36 +0000
41e17b5b52Spirit: Added missing namespace qualification
Hartmut Kaiser
2010-03-22 19:58:26 +0000
e52d3eea39Add LIBS to the env vars list as it's also use in the cc toolset.
Rene Rivera
2010-03-22 19:33:19 +0000
75572476eeFix building of standalone bjam docs after Daniel's changes broke them.
Rene Rivera
2010-03-22 19:27:23 +0000
7b127354aaChange nbsp entities to use custom docbook tags inatead as the entities seems to no longer be available.
Rene Rivera
2010-03-22 19:26:23 +0000
1d48db24e6Re-enabled Spirit-based parser (but not by default) and cleaned up Graphviz reader implementation
Jeremiah Willcock
2010-03-22 19:16:38 +0000
087ecf9664Fixed warning (and probable bug) in test case
Jeremiah Willcock
2010-03-22 18:33:00 +0000
bec9323ed6Fix possible problems when trailing or leading whitespace is added to the env vars used, for example CC and CFLAGS when using the cc toolset. Even though I can't get compilation to fail even with the extra whitespace during building it does seem to fail for some compilers that don't ignore the whitespace arguments. (Fixes#3630)
Rene Rivera
2010-03-22 15:26:45 +0000
74907b8547best implementation so far. done.
Joel de Guzman
2010-03-22 14:19:31 +0000
ed43329c97Use Python 2.6, if available
Vladimir Prus
2010-03-22 09:57:29 +0000
28f87d5a90Fix cancellation in Windows HANDLE backend.
Christopher Kohlhoff
2010-03-22 03:32:56 +0000
2a633e418dMerge Random from the trunk
Steven Watanabe
2010-03-22 00:45:06 +0000
2af889bdc9Add quick_erase to the unordered containers. Refs #3966.
Daniel James
2010-03-22 00:42:07 +0000
8fb3156c07force casting of signed integer attributes to unsigned integers when possible.
Joel de Guzman
2010-03-21 17:15:32 +0000
d9b83aadd4more refactoring
Joel de Guzman
2010-03-21 17:14:47 +0000
80d3a79e0bRegenerated documentation.
Christopher Kohlhoff
2010-03-21 12:39:15 +0000
a8c1f40f7dEnhance reference doc generation to handle new operator types.
Christopher Kohlhoff
2010-03-21 12:38:14 +0000
4054a78090Fix search/replace error in some resolver_query_base enumerators.
Christopher Kohlhoff
2010-03-21 10:54:56 +0000
5575a14dd3Merge from trunk.
Christopher Kohlhoff
2010-03-21 09:39:26 +0000
070fec2077Straight UTF-8 implementation
Joel de Guzman
2010-03-21 02:59:40 +0000
83e5b63837Changed expected failures as a result of code changes and using boost/detail/lightweight_test.hpp
Andy Tompkins
2010-03-20 21:28:08 +0000
29229cd95aSpirit: Fixing bug in display_attribute_of_parser utility.
Hartmut Kaiser
2010-03-20 21:20:37 +0000
11ec3b417aExchanging broken test image.
Christian Henning
2010-03-20 17:01:45 +0000
b84bb955adExchanging broken test image.
Christian Henning
2010-03-20 16:27:25 +0000
f5fe378c89Use cancel() to avoid Windows behaviour where a connection is reset if the socket is closed while there is a pending read operation.
Christopher Kohlhoff
2010-03-19 23:59:48 +0000
7afb18b0d2Fix cancellation.
Christopher Kohlhoff
2010-03-19 23:58:48 +0000
ecc64712d0WinCE doesn't provide InitializeCriticalSectionAndSpinCount.
Christopher Kohlhoff
2010-03-19 23:57:50 +0000