Commit Graph

  • 84cb5a27f7 As of STLport 5.2, unordered_set and unordered_map have been moved from the std:: namespace to the std::tr1:: namespace David Deakins 2009-04-08 21:08:00 +0000
  • f2b5b8f555 Documentation update Emil Dotchevski 2009-04-08 20:24:17 +0000
  • fce78f2aae Documentation update Emil Dotchevski 2009-04-08 20:23:27 +0000
  • 38440f9e85 Documentation update Emil Dotchevski 2009-04-08 20:09:47 +0000
  • fdc9b5b294 Documentation update Emil Dotchevski 2009-04-08 20:08:44 +0000
  • 76301e6c25 BOOST_NO_EXCEPTIONS #ifdef Emil Dotchevski 2009-04-08 19:21:40 +0000
  • b797c7c9ef BOOST_NO_EXCEPTIONS #ifdef Emil Dotchevski 2009-04-08 19:20:35 +0000
  • b0d7b496af After including <cstddef> to check for usage of STLport, if STLport is not detected, then include <utility> to detect other std libs. This avoids the issue that some std libs do not include all of their C++-related macros when just <cstddef> is included. Related to issue #2924. David Deakins 2009-04-08 16:38:38 +0000
  • d72bd2e0d1 Fixed unused parameter - bug #2455 Marshall Clow 2009-04-08 16:14:22 +0000
  • cee4a340c9 Tune up python tests for removal of our ctest hacks Troy D. Straszheim 2009-04-08 15:46:14 +0000
  • 0609ab6da7 Reverted change in boost/config/select_stdlib_config.hpp change in rev 52221. Some gcc and Borland stdlibs don't pick up the C++ macros needed for stdlib detection from <cstddef>. See ticket 2924. David Deakins 2009-04-08 14:49:26 +0000
  • b9e8bf156c Silly BUILD_QUICKBOOK. Just use the cmake target. Troy D. Straszheim 2009-04-08 13:14:14 +0000
  • 58f369a7f2 Silly BUILD_QUICKBOOK. Just use the cmake target. Troy D. Straszheim 2009-04-08 12:37:39 +0000
  • dabab94656 optional docs in cmakeland Troy D. Straszheim 2009-04-08 12:09:58 +0000
  • 328d5dcad0 Test for overload resolution bug. See this mail for details: Troy D. Straszheim 2009-04-08 12:08:35 +0000
  • 11d213b962 Build python modules without leading 'lib' and not single threaded Troy D. Straszheim 2009-04-08 11:54:20 +0000
  • 53fea7dbd3 signbit can return either zero or not, rather than true/false. John Maddock 2009-04-08 11:31:17 +0000
  • 6c819c7871 quickbook bug got fixed (thanks Daniel James), revert previous messy workaround Troy D. Straszheim 2009-04-08 11:09:43 +0000
  • b76af30da7 Include <utility> for some versions of gcc's library. Daniel James 2009-04-08 10:56:22 +0000
  • 5682bd1d06 Detect gcc stdlib for gcc 4.0.1. Daniel James 2009-04-08 05:51:31 +0000
  • a59f8e473c Added METIS reader test from Nick Edmonds Jeremiah Willcock 2009-04-07 21:05:25 +0000
  • 1389efa943 msvc-7.1 portability fix, signed/unsigned warning fix Eric Niebler 2009-04-07 19:53:53 +0000
  • 502dd483ef fixed a thread safety bug in refcounted Joaquín M López Muñoz 2009-04-07 19:36:13 +0000
  • a0e9fa51b0 Fix calculate_relative_path Daniel James 2009-04-07 19:26:18 +0000
  • 8855bb0a28 added functions current_exception_cast, current_exception_diagnostic_information, various other minor changes, documentation update Emil Dotchevski 2009-04-07 18:33:44 +0000
  • 946183fec7 documentation update Emil Dotchevski 2009-04-07 18:04:57 +0000
  • a0c2b5a3a8 documentation update Emil Dotchevski 2009-04-07 18:02:18 +0000
  • edd765b439 enable docs build for proto under cmake Troy D. Straszheim 2009-04-07 17:24:15 +0000
  • da77b2070d workaround quickbook bug by using absolute paths... but this breaks boost::function docs build. This whole thing is a train wreck. Troy D. Straszheim 2009-04-07 17:22:51 +0000
  • f0213f8b42 Updating maintainer info for BGL, fixes #2279 Jeremiah Willcock 2009-04-07 16:46:32 +0000
  • 5df0f435d5 Applied change from Dementyev Maxim, fixes #2920 Jeremiah Willcock 2009-04-07 16:08:58 +0000
  • 4abbd5beaa Fixes #402 Jeremiah Willcock 2009-04-07 16:06:02 +0000
  • 9190072faa Fixed types from bug #2480 Jeremiah Willcock 2009-04-07 15:53:05 +0000
  • db53a67512 comments Emil Dotchevski 2009-04-07 03:02:15 +0000
  • 9e50096ea1 Moved property map library into property_map/ directory; made old files into stubs with #warnings; converted uses and docs of property map library to use new names Jeremiah Willcock 2009-04-07 01:28:38 +0000
  • 713fc6a9b7 get_error_info returns raw pointer instead of shared_ptr (breaking change) diagnostic_information can now be called with boost::exception or std::exception object. BOOST_THROW_EXCEPTION can now be used even if exceptions are disabled. added functions: current_exception_diagnostic_information, current_exception_cast documentation updated to match. Emil Dotchevski 2009-04-06 23:15:42 +0000
  • 610c187efd Avoid an unnecessary copy in 'operator[]' Daniel James 2009-04-06 22:51:36 +0000
  • 48c69c2f7a Windows CE does not define the wcscoll function from the CRT so, for WinCE, don't try to pull wcscoll from the global namespace into the std namespace. David Deakins 2009-04-06 21:37:24 +0000
  • 02456ce85d Have config/select_stdlib_config.hpp and config/stdlib/stlport.hpp use <cstddef> instead of <utility> to determine which standard library is in use. For std lib implementations that rely on Boost components like TypeTraits, Bind, Function, or SmartPtr, this helps to avoid circular header dependency issues, since <cstddef> is much less likely to pull in Boost libraries than <utility>. David Deakins 2009-04-06 21:25:18 +0000
  • 9743baf031 Added copyright and license info Jeremiah Willcock 2009-04-06 20:48:42 +0000
  • 40904883d2 Fixed spelling Jeremiah Willcock 2009-04-06 17:09:50 +0000
  • 9eb5015a57 Fixed documentation Jeremiah Willcock 2009-04-06 17:05:00 +0000
  • 6a52cc706d Fixed bug Jeremiah Willcock 2009-04-06 16:59:52 +0000
  • a047ecbe8a Added generator_test from Nick Edmonds Jeremiah Willcock 2009-04-06 16:59:38 +0000
  • 8a46072460 Added enable_if to match PBGL Jeremiah Willcock 2009-04-06 16:53:08 +0000
  • 96a37c9a4b Removed include of distributed generator and blank line Jeremiah Willcock 2009-04-06 16:52:47 +0000
  • 6070ba22de Made some things public for VisualAge C++ Jeremiah Willcock 2009-04-06 15:19:56 +0000
  • 7a7fda4fd2 Fix exe extension on Cygwin. Vladimir Prus 2009-04-06 09:46:17 +0000
  • e8918f8e9f Merge from trunk Vladimir Prus 2009-04-06 09:43:03 +0000
  • 15eebc8ac4 Merge from release: When processing value multitoken options, don't eat futher options. Fixes #469. Vladimir Prus 2009-04-06 09:36:21 +0000
  • 8b88d19554 add mpl::char_ and mpl::string, fixes #2905 Eric Niebler 2009-04-06 06:00:57 +0000
  • 08dce6069c Fix prior's requirements (see http://article.gmane.org/gmane.comp.lib.boost.devel/187753/) Aleksey Gurtovoy 2009-04-06 04:52:19 +0000
  • 6037358a54 mpl/doc/src/README.txt: expand on 'Install prerequisites' (see http://article.gmane.org/gmane.comp.lib.boost.devel/187592) Aleksey Gurtovoy 2009-04-06 04:28:16 +0000
  • 018c6dcc59 apply2 -> apply_wrap2 (see http://article.gmane.org/gmane.comp.lib.boost.devel/187573) Aleksey Gurtovoy 2009-04-06 02:38:36 +0000
  • b82fe44217 fix for bug Ticket #2903 Thorsten Jørgen Ottosen 2009-04-05 20:49:47 +0000
  • 05d031a4e6 fix for supressing warnings Thorsten Jørgen Ottosen 2009-04-05 20:49:17 +0000
  • 277a9385d6 Ticket #2903 Thorsten Jørgen Ottosen 2009-04-05 20:46:02 +0000
  • 6612fb8a9e suppressing of warnings Thorsten Jørgen Ottosen 2009-04-05 20:29:16 +0000
  • 1addab7ef3 fixed doc problem Thorsten Jørgen Ottosen 2009-04-05 20:28:59 +0000
  • 96d44506d5 suppress warnings... Thorsten Jørgen Ottosen 2009-04-05 20:23:50 +0000
  • 553eb8315c merge from trunk -- doc only Thorsten Jørgen Ottosen 2009-04-05 20:10:44 +0000
  • 8ee68cb190 fixed wrong example Thorsten Jørgen Ottosen 2009-04-05 20:07:31 +0000
  • 2a4c79d08a bug-fixes from trunk Thorsten Jørgen Ottosen 2009-04-05 19:55:59 +0000
  • 73bb074fe0 merge from trunk Thorsten Jørgen Ottosen 2009-04-05 19:55:25 +0000
  • 5aecd14263 Use data() accessor on state_machine. Ben Hanson 2009-04-05 13:08:34 +0000
  • ce8ea41dd3 Use data() accessor for state_machine. Ben Hanson 2009-04-05 12:51:43 +0000
  • 8ac6f03692 Use data() accessor. Ben Hanson 2009-04-05 12:43:31 +0000
  • 7d9941b6d3 New data() interface on state_machine. Ben Hanson 2009-04-05 12:25:56 +0000
  • 3cd5ff58a5 New data() interface on state_machine. Ben Hanson 2009-04-05 12:25:38 +0000
  • 9825a8bc72 New data() interface on state_machine. Ben Hanson 2009-04-05 12:25:18 +0000
  • 251e1dc3c6 New lexer guts struct: note detail namespace! Ben Hanson 2009-04-05 12:24:43 +0000
  • c698cc113f Copyright date update Ben Hanson 2009-04-05 12:19:49 +0000
  • 113709e950 Copyright date update Ben Hanson 2009-04-05 12:18:53 +0000
  • e2e1c42f17 Rename configure to bootstrap.sh. Vladimir Prus 2009-04-04 21:24:28 +0000
  • 4bb6eeafe2 Allow ICU_PATH path-constant in project-config to work. It is only affecting build if not ICU_PATH is set on command line. Vladimir Prus 2009-04-04 21:20:18 +0000
  • f4218ff95d If no --with or --without option is specified, refer to project-config. Vladimir Prus 2009-04-04 21:18:28 +0000
  • 878c0cc941 Make Jamroots inherit from project-config, if one exists. Vladimir Prus 2009-04-04 21:16:05 +0000
  • 706186c6aa Adjust the search for project-config.jam. Vladimir Prus 2009-04-04 21:15:09 +0000
  • 5e7b1ba181 Fixed regression test errors and warnings Jeremiah Willcock 2009-04-04 20:02:25 +0000
  • 1e9a04020a Allow Boost.Build to override the value of -j. Vladimir Prus 2009-04-04 18:55:37 +0000
  • 0186268f29 Implement project-config.jam loading. Vladimir Prus 2009-04-04 18:54:12 +0000
  • 3b512fe93c regex table Ben Hanson 2009-04-04 13:56:39 +0000
  • 3e0839f390 Check if value of NO_COMPRESSION/NO_ZLIB is 0 or 1. Vladimir Prus 2009-04-04 12:44:55 +0000
  • 16815875ec Revert the previous change Vladimir Prus 2009-04-04 07:55:40 +0000
  • 62de2ee169 Enable verbose diagnostics for Boost.Build tests Vladimir Prus 2009-04-04 07:53:19 +0000
  • c2c4788026 Unbreak prebuilt libraries on pathscale. Vladimir Prus 2009-04-04 07:38:27 +0000
  • 13d7946466 Adjust intel-linux inlining options for newer versions. Fixes #2419. Vladimir Prus 2009-04-04 07:29:30 +0000
  • 145be0c418 ublas/detail/concepts.hpp: added conditional to enable/disable test of experimental vector_view Gunter Winkler 2009-04-03 20:15:44 +0000
  • 4ae21c3bc1 Fully qualifying std::sqrt to fix compile errors, and removing "using" statements that are never used Jeremiah Willcock 2009-04-03 14:57:27 +0000
  • f326341fd5 Trying to fix Sun CC 5.9 error by fully qualifying root_two Jeremiah Willcock 2009-04-03 14:55:01 +0000
  • db8b842e38 Fixed float->int warnings Jeremiah Willcock 2009-04-03 14:54:10 +0000
  • eda070d945 When processing value multitoken options, don't eat futher options. Fixes #469. Vladimir Prus 2009-04-03 13:42:29 +0000
  • 5739c46e20 Merged in more changes from Parallel BGL Jeremiah Willcock 2009-04-03 00:23:42 +0000
  • 4f5fce062e Removed blank line at end to match PBGL Jeremiah Willcock 2009-04-03 00:23:16 +0000
  • 4b0aa52a3a ublas/doc/samples/ex_triangular.cpp: added new example ublas/doc/samples/Jamfile.v2: added build section for ex_triangular ublas/doc/container_concept.htm: fixed wrong description of array_type ublas/doc/triangular.htm: fixed lower/upper confusion and added link to ex_triangular Gunter Winkler 2009-04-02 22:36:39 +0000
  • 455ce86684 Merged revisions 52144 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2009-04-02 22:24:15 +0000
  • b874107735 ublas/expression_types.hpp: added typedef ublas_expression::self_type ublas/fwd.hpp: added default template arguments to declaration of generalized_vector_of_vector ublas/lu.hpp: added constructor from vector to permutation_matrix ublas/storage.hpp: fix #2891 ublas/detail/concepts.hpp: added documentation and some missing concept checks Gunter Winkler 2009-04-02 22:15:10 +0000
  • e23f3b742a fix proto::lazy Eric Niebler 2009-04-02 22:11:56 +0000
  • 0a19f54ca3 storage.hpp: fix #2891, now check new size instead of old one Gunter Winkler 2009-04-02 21:46:07 +0000
  • 0604d23c61 test/test71.cpp reverted some changes regarding boost::interval test/test73.cpp reverted addition of special initilizer test/common/init.hpp changed common initilizer to use float instead of (unsigned) int to initialize test vectors/matrices (this solved some boost::interval issues, but revealed other ones) Gunter Winkler 2009-04-02 21:43:25 +0000