84cb5a27f7As 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
f2b5b8f555Documentation update
Emil Dotchevski
2009-04-08 20:24:17 +0000
fce78f2aaeDocumentation update
Emil Dotchevski
2009-04-08 20:23:27 +0000
38440f9e85Documentation update
Emil Dotchevski
2009-04-08 20:09:47 +0000
fdc9b5b294Documentation update
Emil Dotchevski
2009-04-08 20:08:44 +0000
76301e6c25BOOST_NO_EXCEPTIONS #ifdef
Emil Dotchevski
2009-04-08 19:21:40 +0000
b797c7c9efBOOST_NO_EXCEPTIONS #ifdef
Emil Dotchevski
2009-04-08 19:20:35 +0000
b0d7b496afAfter 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
cee4a340c9Tune up python tests for removal of our ctest hacks
Troy D. Straszheim
2009-04-08 15:46:14 +0000
0609ab6da7Reverted 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
b9e8bf156cSilly BUILD_QUICKBOOK. Just use the cmake target.
Troy D. Straszheim
2009-04-08 13:14:14 +0000
58f369a7f2Silly BUILD_QUICKBOOK. Just use the cmake target.
Troy D. Straszheim
2009-04-08 12:37:39 +0000
dabab94656optional docs in cmakeland
Troy D. Straszheim
2009-04-08 12:09:58 +0000
328d5dcad0Test for overload resolution bug. See this mail for details:
Troy D. Straszheim
2009-04-08 12:08:35 +0000
11d213b962Build python modules without leading 'lib' and not single threaded
Troy D. Straszheim
2009-04-08 11:54:20 +0000
53fea7dbd3signbit can return either zero or not, rather than true/false.
John Maddock
2009-04-08 11:31:17 +0000
6c819c7871quickbook bug got fixed (thanks Daniel James), revert previous messy workaround
Troy D. Straszheim
2009-04-08 11:09:43 +0000
b76af30da7Include <utility> for some versions of gcc's library.
Daniel James
2009-04-08 10:56:22 +0000
5682bd1d06Detect gcc stdlib for gcc 4.0.1.
Daniel James
2009-04-08 05:51:31 +0000
a59f8e473cAdded METIS reader test from Nick Edmonds
Jeremiah Willcock
2009-04-07 21:05:25 +0000
502dd483effixed a thread safety bug in refcounted
Joaquín M López Muñoz
2009-04-07 19:36:13 +0000
a0e9fa51b0Fix calculate_relative_path
Daniel James
2009-04-07 19:26:18 +0000
8855bb0a28added functions current_exception_cast, current_exception_diagnostic_information, various other minor changes, documentation update
Emil Dotchevski
2009-04-07 18:33:44 +0000
946183fec7documentation update
Emil Dotchevski
2009-04-07 18:04:57 +0000
a0c2b5a3a8documentation update
Emil Dotchevski
2009-04-07 18:02:18 +0000
edd765b439enable docs build for proto under cmake
Troy D. Straszheim
2009-04-07 17:24:15 +0000
da77b2070dworkaround 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
f0213f8b42Updating maintainer info for BGL, fixes#2279
Jeremiah Willcock
2009-04-07 16:46:32 +0000
9190072faaFixed types from bug #2480
Jeremiah Willcock
2009-04-07 15:53:05 +0000
db53a67512comments
Emil Dotchevski
2009-04-07 03:02:15 +0000
9e50096ea1Moved 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
713fc6a9b7get_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
610c187efdAvoid an unnecessary copy in 'operator[]'
Daniel James
2009-04-06 22:51:36 +0000
48c69c2f7aWindows 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
02456ce85dHave 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
9743baf031Added copyright and license info
Jeremiah Willcock
2009-04-06 20:48:42 +0000
c698cc113fCopyright date update
Ben Hanson
2009-04-05 12:19:49 +0000
113709e950Copyright date update
Ben Hanson
2009-04-05 12:18:53 +0000
e2e1c42f17Rename configure to bootstrap.sh.
Vladimir Prus
2009-04-04 21:24:28 +0000
4bb6eeafe2Allow 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
f4218ff95dIf no --with or --without option is specified, refer to project-config.
Vladimir Prus
2009-04-04 21:18:28 +0000
878c0cc941Make Jamroots inherit from project-config, if one exists.
Vladimir Prus
2009-04-04 21:16:05 +0000
706186c6aaAdjust the search for project-config.jam.
Vladimir Prus
2009-04-04 21:15:09 +0000
5e7b1ba181Fixed regression test errors and warnings
Jeremiah Willcock
2009-04-04 20:02:25 +0000
1e9a04020aAllow Boost.Build to override the value of -j.
Vladimir Prus
2009-04-04 18:55:37 +0000
0186268f29Implement project-config.jam loading.
Vladimir Prus
2009-04-04 18:54:12 +0000
3b512fe93cregex table
Ben Hanson
2009-04-04 13:56:39 +0000
3e0839f390Check if value of NO_COMPRESSION/NO_ZLIB is 0 or 1.
Vladimir Prus
2009-04-04 12:44:55 +0000
16815875ecRevert the previous change
Vladimir Prus
2009-04-04 07:55:40 +0000
62de2ee169Enable verbose diagnostics for Boost.Build tests
Vladimir Prus
2009-04-04 07:53:19 +0000
c2c4788026Unbreak prebuilt libraries on pathscale.
Vladimir Prus
2009-04-04 07:38:27 +0000
13d7946466Adjust intel-linux inlining options for newer versions. Fixes#2419.
Vladimir Prus
2009-04-04 07:29:30 +0000
145be0c418ublas/detail/concepts.hpp: added conditional to enable/disable test of experimental vector_view
Gunter Winkler
2009-04-03 20:15:44 +0000
4ae21c3bc1Fully qualifying std::sqrt to fix compile errors, and removing "using" statements that are never used
Jeremiah Willcock
2009-04-03 14:57:27 +0000
f326341fd5Trying to fix Sun CC 5.9 error by fully qualifying root_two
Jeremiah Willcock
2009-04-03 14:55:01 +0000
eda070d945When processing value multitoken options, don't eat futher options. Fixes#469.
Vladimir Prus
2009-04-03 13:42:29 +0000
5739c46e20Merged in more changes from Parallel BGL
Jeremiah Willcock
2009-04-03 00:23:42 +0000
4f5fce062eRemoved blank line at end to match PBGL
Jeremiah Willcock
2009-04-03 00:23:16 +0000
4b0aa52a3aublas/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
b874107735ublas/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
e23f3b742afix proto::lazy
Eric Niebler
2009-04-02 22:11:56 +0000
0a19f54ca3storage.hpp: fix#2891, now check new size instead of old one
Gunter Winkler
2009-04-02 21:46:07 +0000
0604d23c61test/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