Commit Graph

  • 6909691b6f Made random graph test size configurable and reduced the regression test size to avoid timeout errors on slow machines; refs #3134 Jeremiah Willcock 2009-06-12 14:43:41 +0000
  • b6e26efd44 fixAdded Syntax Diagram Images Joel de Guzman 2009-06-12 12:44:52 +0000
  • 3efaef2d0e Added Syntax Diagram Images Joel de Guzman 2009-06-12 12:27:37 +0000
  • 5411a2c738 Remove the 'build_all' alias, now that 'stage' is built by default too. Vladimir Prus 2009-06-12 09:02:28 +0000
  • 458947f4e4 Trying to clean up BGL part of file more Jeremiah Willcock 2009-06-12 04:59:18 +0000
  • f2de3f66a6 Spirit: some documentation work Hartmut Kaiser 2009-06-12 02:40:08 +0000
  • 8036c46acf Fixed asserts and probability updates to handle floating point rounding errors better; refs #3134 Jeremiah Willcock 2009-06-12 02:02:07 +0000
  • a11da9737c Updated BGL known failures list Jeremiah Willcock 2009-06-12 01:46:39 +0000
  • fa5e78874d Merged r53803 from release branch and rebuilt HTML docs from RST using script from that checkin Jeremiah Willcock 2009-06-12 00:42:04 +0000
  • 277b6a178a Rebuilt docs from RST files with correct path to rst.css; added script to do this; removed unused copy of RST stylesheet Jeremiah Willcock 2009-06-12 00:36:21 +0000
  • f507b25a35 misc assertions/tests Steven Watanabe 2009-06-12 00:24:09 +0000
  • 364880f878 Spirit: Added missing file Hartmut Kaiser 2009-06-12 00:23:06 +0000
  • 31273333bc Minor documentation updates Steven Watanabe 2009-06-11 22:34:50 +0000
  • 5addfa4c4c borland/codegear configuration patch to set BOOST_SP_NO_SP_CONVERTIBLE David Dean 2009-06-11 22:03:07 +0000
  • ffaff32fa9 ProgramOptions: Fixed warning about not all control paths returning a value Hartmut Kaiser 2009-06-11 20:05:19 +0000
  • 32a287a732 Merged [53779] from trunk. Frank Mori Hess 2009-06-11 18:53:07 +0000
  • b66cddbe8c Trying to work around sun 5.9 compiler bug to make connection_test pass. Frank Mori Hess 2009-06-11 18:30:26 +0000
  • a1155f3075 Spirit: Lot of work done in Lexer, fixed bugs, added support functions, refactored code Hartmut Kaiser 2009-06-11 03:39:04 +0000
  • 02a452a9c2 Added a test-case to check a reversing view of a 1D array. Ronald Garcia 2009-06-10 21:51:06 +0000
  • 5e5f5c0fe4 Fixed asserts in generate_array_view to properly handle negative strides. Ronald Garcia 2009-06-10 20:27:13 +0000
  • 7b0d30771a Update my email address. Daniel Wallin 2009-06-10 19:28:06 +0000
  • 1c683ac66a Sped up out_degree() and related functions for new interface Jeremiah Willcock 2009-06-10 14:43:12 +0000
  • d66a884754 Test tweaks Steven Watanabe 2009-06-10 02:16:24 +0000
  • f311a51e54 Added a copy of Thorsten Ottosen's auto_buffer into signals2/detail and used it to replace stack_allocator/stack_vector (which worked on popular compilers but were not strictly standards conforming). Frank Mori Hess 2009-06-09 18:07:08 +0000
  • 2882dae956 Fixed issues from ticket 3155; fixes #3155, refs #3134 Jeremiah Willcock 2009-06-09 18:04:26 +0000
  • 3b98ff5651 Fixed issue from #3156; fixes #3156, refs #3134 Jeremiah Willcock 2009-06-09 17:42:02 +0000
  • fba4270688 updating codegear.hpp with defines for newest compiler David Dean 2009-06-09 15:55:05 +0000
  • c0ccaf8758 Fixes #2435. Resolves compilation issues with older FreeBSD Gennadiy Rozental 2009-06-09 05:08:42 +0000
  • 8d2866fb5d fix ticket #1529 Joel de Guzman 2009-06-09 04:02:33 +0000
  • 897584fdce Spirit: added placeholders for lexer semantic actions Hartmut Kaiser 2009-06-09 00:31:09 +0000
  • 842a9e5f51 Add missing semicolon Steven Watanabe 2009-06-08 22:16:47 +0000
  • 67a44971a2 Fixed issues from ticket #3151 (some using the patch there and some in other ways); fixes #3151, refs #3134 Jeremiah Willcock 2009-06-08 21:06:13 +0000
  • 12d6e04ce5 updating borland.hpp with defines for newest compiler David Dean 2009-06-08 20:31:39 +0000
  • 9575043045 Spirit: fix two range_run issues (range truncation on set, lower bound underflow on clear) François Barel 2009-06-08 20:18:44 +0000
  • c3a6e7dc7f Remove unused headers from boost directory. Fixes #3062. Daniel James 2009-06-08 19:51:20 +0000
  • 414070dbdf Update include from boost/pfto.hpp to boost/serialization/pfto.hpp. Refs #3062. Daniel James 2009-06-08 19:30:20 +0000
  • 4083bd4afe Switch to boost/serialization/pfto.hpp. Fixes #3061. Daniel James 2009-06-08 19:03:11 +0000
  • 68d57deda6 Merged over Parallel BGL from trunk, merged over many BGL and property map changes from trunk Jeremiah Willcock 2009-06-08 15:45:46 +0000
  • 99cfb2671e Spirit: remove extra semicolons François Barel 2009-06-08 14:58:26 +0000
  • 855211d9d6 concept:: => concepts:: fixes #865 Dave Abrahams 2009-06-08 14:41:16 +0000
  • 5485cde87a Copied over character escaping code from property_tree since that library is not stable yet Jeremiah Willcock 2009-06-08 14:16:06 +0000
  • 953ff5d865 Fixed syntax of copyright entities Jeremiah Willcock 2009-06-08 13:45:46 +0000
  • 5e20e8a1e5 Fixed inline stylesheet Jeremiah Willcock 2009-06-08 13:45:08 +0000
  • ecdcfb5a91 Further MPL doc generation fixes Aleksey Gurtovoy 2009-06-08 13:12:50 +0000
  • 3a4b403e54 More MPL refmanual doc generation fixes Aleksey Gurtovoy 2009-06-08 11:16:27 +0000
  • 27dd27b532 warnings patch (Ticket #1500) Joel de Guzman 2009-06-08 02:47:52 +0000
  • 5fcecf10c2 merged up to [53676] from trunk Joaquín M López Muñoz 2009-06-07 18:44:00 +0000
  • e7f16be211 Simplify and fix PP logic. John Maddock 2009-06-07 17:50:17 +0000
  • 2dc4c63958 Add warning to "Using BJam" section. Vladimir Prus 2009-06-07 16:30:55 +0000
  • 6d523a4ae3 Make program_options compile with disabled exceptions. Vladimir Prus 2009-06-07 16:10:03 +0000
  • 14f0fd477b Make Boost.Function compile with disabled exceptions. Vladimir Prus 2009-06-07 15:44:50 +0000
  • 9c7d3b37ee Ticket #3145: condition_test regression test failure Ion Gaztañaga 2009-06-07 14:28:56 +0000
  • c302c14e5f Ticket #3145: condition_test regression test failure Ion Gaztañaga 2009-06-07 14:28:12 +0000
  • 8b0a41d75a Removing experimental headers. To be worked on later. Andrew Sutton 2009-06-07 11:32:51 +0000
  • b49ac060f2 Merged revisions 53703 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2009-06-07 08:59:27 +0000
  • 2f73d056a6 Clarify that Boost.Jam is low-level engine for Boost.Build. Vladimir Prus 2009-06-07 08:57:11 +0000
  • 2d604316bd virtual_members get proto_arity_c Eric Niebler 2009-06-07 08:09:34 +0000
  • cf743dc670 updates Joel de Guzman 2009-06-07 05:57:01 +0000
  • c503370175 Explicitly-qualify the use of boost::bind. Vladimir Prus 2009-06-06 19:57:16 +0000
  • 9aeb79b981 Fix overload resolution for generator constructors/seed. Fixes #351. Fixes #2424. Fixes #2887 Steven Watanabe 2009-06-06 19:41:38 +0000
  • 76234323af Fix forward declarations of hash containers. Fixes #3142 Steven Watanabe 2009-06-06 18:20:36 +0000
  • 0e75ffd749 Merged revisions 53695 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2009-06-06 16:23:47 +0000
  • d47249504f typef typeos, fixes #3141 Eric Niebler 2009-06-06 16:08:01 +0000
  • 6efd600459 Add missing #pragma warning(pop). Fixes #2767. Daniel James 2009-06-06 15:31:47 +0000
  • e18639dfc2 Fix typo. Vladimir Prus 2009-06-06 14:18:59 +0000
  • b4d50b6b65 Misc. unordered changes. Fixes #3082, #3119. Daniel James 2009-06-06 14:05:54 +0000
  • 572e38e6c6 Minor hash test changes. Daniel James 2009-06-06 13:53:19 +0000
  • 6ec40f652d Fix BOOST_NO_INITIALIZER_LISTS when the compiler supports them, but the standard library doesn't. Daniel James 2009-06-06 13:48:57 +0000
  • af4779c3dd Change boost.css to set the text colour as it sets the background colour. Daniel James 2009-06-06 13:37:38 +0000
  • 5dc0faa12d Extra guidelines for web documentation, and some editorial changes. Fixes #2214 Daniel James 2009-06-06 13:17:08 +0000
  • 8b8653c844 Support BOOST_NO_TYPEID and BOOST_NO_IOSTREAM in Boost.Variant. Fixes #3051. Daniel James 2009-06-06 11:46:24 +0000
  • eb369887dc Added recent changes. Andrey Semashev 2009-06-06 11:29:34 +0000
  • 6cffe60b0e Added recent changes. Andrey Semashev 2009-06-06 11:29:09 +0000
  • c0b25ea108 Fixes #3015. Andrey Semashev 2009-06-06 11:27:35 +0000
  • e1b8103ad7 Fixes #2824. Andrey Semashev 2009-06-06 11:25:55 +0000
  • 5ef92f918a Fixes #2809. Andrey Semashev 2009-06-06 11:24:09 +0000
  • 7ca11bf839 added workaround for IBM XL C/C++ Joaquín M López Muñoz 2009-06-06 10:46:10 +0000
  • 5568a7c652 Fix a mix up between euclidean and uniform norm. Refs #3056. Daniel James 2009-06-06 10:33:10 +0000
  • 8a9f1fa5c2 Fix a couple of typos in the ublas documentation. Fixes #3056, #3057. Daniel James 2009-06-06 10:32:04 +0000
  • fc20cd6828 Avoid warning. Fixes #2765 Gennadiy Rozental 2009-06-06 09:53:24 +0000
  • ce8b9225c9 avoid C style casts Gennadiy Rozental 2009-06-06 09:44:36 +0000
  • 789502d781 avoid C style casts Gennadiy Rozental 2009-06-06 09:42:41 +0000
  • f57ce456de avoid C style casts Gennadiy Rozental 2009-06-06 09:41:03 +0000
  • 46a6ad9eb6 avoid C style casts Gennadiy Rozental 2009-06-06 09:39:27 +0000
  • 30989eced0 avoid C style casts Gennadiy Rozental 2009-06-06 09:38:47 +0000
  • 9b37eb5cae avoid C style casts Gennadiy Rozental 2009-06-06 09:34:12 +0000
  • d58309742a avoid C style casts Gennadiy Rozental 2009-06-06 09:30:28 +0000
  • eccb96c91d avoid C style casts Gennadiy Rozental 2009-06-06 09:27:18 +0000
  • 40176eed18 Another tentative VC10 beta fix. John Maddock 2009-06-06 08:49:30 +0000
  • 0fc799b8e1 change warning message Gennadiy Rozental 2009-06-06 06:58:28 +0000
  • e4166da729 typo Gennadiy Rozental 2009-06-06 06:50:34 +0000
  • ac06b8a019 examples of external main usage Gennadiy Rozental 2009-06-06 06:47:06 +0000
  • 554ad3d531 Allow duplicate enum values. Fixes #2744 Thanks to hugo.lima@openbossa.org Dave Abrahams 2009-06-05 21:18:14 +0000
  • e71858b1df GCC Warning Suppression Dave Abrahams 2009-06-05 20:15:01 +0000
  • fa12f8ff35 Fix typo in example usage Dave Abrahams 2009-06-05 20:13:47 +0000
  • 1fb01c0ba3 Fix up a lot of missing dependency info. Closes #3136. Dave Abrahams 2009-06-05 20:12:47 +0000
  • 8e2ce51084 Changed to shared_array_property_map Jeremiah Willcock 2009-06-05 20:09:23 +0000
  • 6fda74cc4a Reverted old version of CSR graph for compatibility, with a #define to switch between the modes; cleaned up interface of new CSR graph; fixed tests and docs accordingly Jeremiah Willcock 2009-06-05 18:21:42 +0000
  • fb35fddb83 circular_buffer: #2785, #3032 Jan Gaspar 2009-06-05 10:33:11 +0000
  • b6496133c4 Don't propagate constness from pointer to pointee. Fixes #1572 Steven Watanabe 2009-06-05 02:43:54 +0000