Commit Graph

  • a5f4df5dde Fixed VC++ warning Jeremiah Willcock 2010-04-02 15:05:44 +0000
  • ac99e22151 no more actions Joel de Guzman 2010-04-02 12:43:33 +0000
  • 953343288a rearrangin: moved some files to test dir Joel de Guzman 2010-04-02 05:08:08 +0000
  • 7e68384c3d rearrangin: moved some files to test dir Joel de Guzman 2010-04-02 04:58:46 +0000
  • 58a04b00d1 Merged changes to boost.thread over from trunk Anthony Williams 2010-04-01 15:04:15 +0000
  • e657ee694c Fix use of rvalue ref in futures Anthony Williams 2010-04-01 12:56:44 +0000
  • 36c9f59590 Added notes to documentation about using Valgrind Added some comments to seed_rng.hpp Andy Tompkins 2010-04-01 02:42:20 +0000
  • 5d0c2b7fe8 Explicitly qualify call to equal for compilers which find it ambiguous. Daniel James 2010-03-31 21:42:32 +0000
  • fb1626a835 Use boost::throw_exception in unordered. Daniel James 2010-03-31 21:42:08 +0000
  • 806e034e96 Report error count at the actual end, rather than just the end of each file. Daniel James 2010-03-31 21:41:45 +0000
  • d2f46fab58 Command line macros. Needs error checking. Daniel James 2010-03-31 21:40:45 +0000
  • 362ede90c1 Merge from trunk. Daniel James 2010-03-31 21:39:07 +0000
  • c05ad04df1 Fix so that lock is not held while reactor is running. Christopher Kohlhoff 2010-03-31 12:22:10 +0000
  • 57c7e50b5e Uncomment ifdef test that was accidentally left commented. Christopher Kohlhoff 2010-03-31 12:13:47 +0000
  • 6583d67199 Fixes #4052. John Maddock 2010-03-31 11:09:21 +0000
  • ba7949f80e Added vertex_bundle and edge_bundle property maps, plus fixed some property map allocation bugs Jeremiah Willcock 2010-03-30 17:50:27 +0000
  • 374e1f2cd2 Spirit: fixed utree parser utility Hartmut Kaiser 2010-03-30 13:31:59 +0000
  • ef3491e3c2 New kqueue reactor implementation using one-shot event registration. Christopher Kohlhoff 2010-03-30 12:31:51 +0000
  • 945f01d818 Don't perform a speculative read when an out-of-band read is pending. Christopher Kohlhoff 2010-03-30 12:30:00 +0000
  • 0085924d42 Don't allow speculative reads when message_out_of_band is specified. Christopher Kohlhoff 2010-03-30 12:28:22 +0000
  • 30ced86433 merged uuid from trunk Andy Tompkins 2010-03-30 03:15:44 +0000
  • b0e9751f1f added newline at end of file Andy Tompkins 2010-03-30 02:18:08 +0000
  • c91ad92ea1 Spirit: refactoring scheme code Hartmut Kaiser 2010-03-30 01:58:23 +0000
  • 6340eae874 Merge from trunk. Christopher Kohlhoff 2010-03-30 01:20:37 +0000
  • 1a1ce9fb84 Regenerate documentation. Christopher Kohlhoff 2010-03-29 23:57:25 +0000
  • ffb51eec2e Work around an apparent doxygen bug to show template parameter lists on inherited member functions. Christopher Kohlhoff 2010-03-29 23:55:00 +0000
  • 4dc7c401f9 Document basic_resolver_query's constructor arguments. Christopher Kohlhoff 2010-03-29 23:51:15 +0000
  • f821192788 Converted dynamic_properties to use boost::shared_ptr instead of std::auto_ptr Jeremiah Willcock 2010-03-29 18:26:22 +0000
  • 539e09689e Removed 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
  • 63cd38351f Spirit: fixing #include Hartmut Kaiser 2010-03-29 17:23:06 +0000
  • 52e3056f63 Spirit: Added missing file Hartmut Kaiser 2010-03-29 17:17:50 +0000
  • f13d54f572 Added printout of successful tests to try to debug mingw problem Jeremiah Willcock 2010-03-29 16:40:56 +0000
  • 81a08417b3 Fix typo in rising_factorial docs and regenerate HTML. John Maddock 2010-03-29 14:29:33 +0000
  • 4e7bb534ee Fix typo in rising_factorial docs and regenerate HTML. John Maddock 2010-03-29 11:09:51 +0000
  • b75bfeb162 Correct Boost.Range irange unit test failure on 64-bit GCC Neil Groves 2010-03-28 20:03:49 +0000
  • 18896403e7 Fix compilation of Boost.Range adaptors on GCC 64-bit Neil Groves 2010-03-28 19:44:33 +0000
  • 46ad6905db Corrected namespace of the pipe operator for the copied adaptor. Neil Groves 2010-03-28 18:37:28 +0000
  • cdc39a0d50 Added missing include Jeremiah Willcock 2010-03-28 18:32:05 +0000
  • 1141f0c685 Added preconditions on graph listed in #3807; fixes #3807 Jeremiah Willcock 2010-03-28 18:16:51 +0000
  • 9a860ee3da Boost.RangeEx merged into Boost.Range Neil Groves 2010-03-28 16:08:35 +0000
  • e6814f94ba Fix for #1992 Aleksey Gurtovoy 2010-03-28 14:23:38 +0000
  • 2ca1f9f5b3 Spirit: improving customization points for karma alternatives Hartmut Kaiser 2010-03-28 02:06:01 +0000
  • c65fc42534 Spirit: added Karma generator for outputting arbitrary sexpr Hartmut Kaiser 2010-03-28 02:04:31 +0000
  • 727e2dbef1 Fix unused variable warnings. Christopher Kohlhoff 2010-03-27 23:04:56 +0000
  • dc3f5c09b9 Change 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
  • bc4deff373 Spirit: cosmetics: tabs-->spaces, copyrights, moved sexpr parser into namespace input Hartmut Kaiser 2010-03-27 14:12:05 +0000
  • 487557b3f2 Always call ioctl on underlying descriptor when modifying blocking mode. Refs #3307. Christopher Kohlhoff 2010-03-27 10:54:44 +0000
  • caa529f4e2 Handle the destructor call in a way that keeps msvc happy. Fixes #4003 Steven Watanabe 2010-03-26 19:04:40 +0000
  • 002ea24f08 Spirit: fixed #4006: documentation, small fixes Hartmut Kaiser 2010-03-26 13:35:22 +0000
  • d7b7c12c08 Spirit: Fixed copyrights Hartmut Kaiser 2010-03-26 13:29:48 +0000
  • e355af1d0a Spirit: renaming directory Hartmut Kaiser 2010-03-26 13:13:01 +0000
  • 8f7f2a7d53 Merge from trunk: Update to reflect reworked implementation. Christopher Kohlhoff 2010-03-26 02:57:37 +0000
  • fbada31199 Update to reflect reworked implementation. Christopher Kohlhoff 2010-03-26 02:44:27 +0000
  • 568b174bb6 When 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
  • 0664cd663d Wave: adjusting test files for recent bug fixes Hartmut Kaiser 2010-03-25 17:41:29 +0000
  • 413b179198 Wave: fixed compilation problems Hartmut Kaiser 2010-03-25 17:19:33 +0000
  • ede82040d5 Merged array changes from trunk to release; Fixes #3893 and #3168 Marshall Clow 2010-03-25 15:32:12 +0000
  • c60084dda8 Merge from trunk. Christopher Kohlhoff 2010-03-25 01:50:05 +0000
  • 2b7c016001 Wave: 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
  • f4f54e217d Wave: added new preprocessing hook: emit_line_directive, added corresponding functionality to wave driver Hartmut Kaiser 2010-03-24 23:38:12 +0000
  • b132d0f907 Wave: added new preprocessing hook: emit_line_directive, fixed a couple related problems, added new example Hartmut Kaiser 2010-03-24 23:37:24 +0000
  • 3b41947f88 Wave: added new preprocessing hook: emit_line_directive, fixed a couple related problems Hartmut Kaiser 2010-03-24 23:36:17 +0000
  • 62d2e5341b Revert Steven's patches. Daniel James 2010-03-24 20:27:32 +0000
  • 31f6309fef Remove optimization which causes 0.5 to hash to 0. Refs #4038. Daniel James 2010-03-24 08:49:00 +0000
  • 63926d19e6 Steven's docbook patch. Daniel James 2010-03-24 08:48:28 +0000
  • 5bace4f1e3 Steven's patch. Daniel James 2010-03-24 08:47:23 +0000
  • b2e3a97acd Revert 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
  • 696cf18219 Merged revisions 60682,60692,60706,60788 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-03-23 06:03:12 +0000
  • 0590e46630 add an appendix for release notes Eric Niebler 2010-03-23 05:07:39 +0000
  • 0cdc98b110 Async connect operations using the reactor should not allow speculative completion. Christopher Kohlhoff 2010-03-23 01:39:12 +0000
  • 7e119a1dcb storage.hpp: see #3968, applied patch to use references instead of copies in swap implementations Gunter Winkler 2010-03-22 22:21:26 +0000
  • 66f16f6693 Move testing to bjam 3.1.18 release. Rene Rivera 2010-03-22 21:06:11 +0000
  • 90976398b5 Bump bjam to 3.1.19. Rene Rivera 2010-03-22 21:04:59 +0000
  • 8cf60d8c31 Added missing include. Andrey Semashev 2010-03-22 20:18:30 +0000
  • 41e17b5b52 Spirit: Added missing namespace qualification Hartmut Kaiser 2010-03-22 19:58:26 +0000
  • e52d3eea39 Add LIBS to the env vars list as it's also use in the cc toolset. Rene Rivera 2010-03-22 19:33:19 +0000
  • 75572476ee Fix building of standalone bjam docs after Daniel's changes broke them. Rene Rivera 2010-03-22 19:27:23 +0000
  • 7b127354aa Change 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
  • 1d48db24e6 Re-enabled Spirit-based parser (but not by default) and cleaned up Graphviz reader implementation Jeremiah Willcock 2010-03-22 19:16:38 +0000
  • 087ecf9664 Fixed warning (and probable bug) in test case Jeremiah Willcock 2010-03-22 18:33:00 +0000
  • bec9323ed6 Fix 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
  • 74907b8547 best implementation so far. done. Joel de Guzman 2010-03-22 14:19:31 +0000
  • ed43329c97 Use Python 2.6, if available Vladimir Prus 2010-03-22 09:57:29 +0000
  • 28f87d5a90 Fix cancellation in Windows HANDLE backend. Christopher Kohlhoff 2010-03-22 03:32:56 +0000
  • 2a633e418d Merge Random from the trunk Steven Watanabe 2010-03-22 00:45:06 +0000
  • 2af889bdc9 Add quick_erase to the unordered containers. Refs #3966. Daniel James 2010-03-22 00:42:07 +0000
  • 8fb3156c07 force casting of signed integer attributes to unsigned integers when possible. Joel de Guzman 2010-03-21 17:15:32 +0000
  • d9b83aadd4 more refactoring Joel de Guzman 2010-03-21 17:14:47 +0000
  • 80d3a79e0b Regenerated documentation. Christopher Kohlhoff 2010-03-21 12:39:15 +0000
  • a8c1f40f7d Enhance reference doc generation to handle new operator types. Christopher Kohlhoff 2010-03-21 12:38:14 +0000
  • 4054a78090 Fix search/replace error in some resolver_query_base enumerators. Christopher Kohlhoff 2010-03-21 10:54:56 +0000
  • 5575a14dd3 Merge from trunk. Christopher Kohlhoff 2010-03-21 09:39:26 +0000
  • 070fec2077 Straight UTF-8 implementation Joel de Guzman 2010-03-21 02:59:40 +0000
  • 83e5b63837 Changed expected failures as a result of code changes and using boost/detail/lightweight_test.hpp Andy Tompkins 2010-03-20 21:28:08 +0000
  • 29229cd95a Spirit: Fixing bug in display_attribute_of_parser utility. Hartmut Kaiser 2010-03-20 21:20:37 +0000
  • 11ec3b417a Exchanging broken test image. Christian Henning 2010-03-20 17:01:45 +0000
  • b84bb955ad Exchanging broken test image. Christian Henning 2010-03-20 16:27:25 +0000
  • f5fe378c89 Use 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
  • 7afb18b0d2 Fix cancellation. Christopher Kohlhoff 2010-03-19 23:58:48 +0000
  • ecc64712d0 WinCE doesn't provide InitializeCriticalSectionAndSpinCount. Christopher Kohlhoff 2010-03-19 23:57:50 +0000