8938566302tried using boost_no_numericLimits to avoid max_digits10
Paul A. Bristow
2010-11-29 12:44:01 +0000
112d0e0c34Limit use of max_digits10 to MSVC 10
Paul A. Bristow
2010-11-29 10:21:56 +0000
de6ebac031Changed tolerance to explicitly cast 1e-4 to RealType to try to remove gcc long double test failures.
Paul A. Bristow
2010-11-29 10:06:52 +0000
cdc972dd59pop_front and reverse are not in core, add docs for new callables
Eric Niebler
2010-11-29 03:58:02 +0000
03064d7758boost/type_traits/common_type.hpp: workaround for gcc 3.2 and 3.3 to avoid spurious warning
Ralf W. Grosse-Kunstleve
2010-11-29 02:26:46 +0000
e533eb3a46Forget a ')'.
Bryce Adelstein-Lelbach
2010-11-29 01:06:33 +0000
f232eadb94Fix unistd.h include guards.
Bryce Adelstein-Lelbach
2010-11-29 00:22:13 +0000
e636bcd586Fix for variadic macro support.
John Maddock
2010-11-28 17:02:32 +0000
c8b7c373c7Spirit: fixing shadowed template parameter
Hartmut Kaiser
2010-11-28 16:24:31 +0000
1447939f3eusing boost/math/tools/tuple.hpp instead.
Paul A. Bristow
2010-11-28 15:03:13 +0000
e65a42ebdfAdjustments for compiler vacpp on platform IBM_Canada_Ltd.
Joachim Faulhaber
2010-11-28 14:35:19 +0000
b6d453b55dApplied patch in #4365; will watch tests before merging to trunk
Marshall Clow
2010-11-28 06:33:11 +0000
77b9fe64e1fix long-standing bug in proto::make, add more callable wrappers for std utility and fusion algos, reorg and clean-up
Eric Niebler
2010-11-28 05:04:50 +0000
9e5b695f9fAdded *nix identification macros to Boost.Config; BOOST_NIX, BOOST_GENETIC_NIX, BOOST_TRADEMARK_NIX and BOOST_FUNCTIONAL_NIX.
Bryce Adelstein-Lelbach
2010-11-27 21:43:52 +0000
00862ca0a8Make result_type public. Fixes#4777.
Steven Watanabe
2010-11-27 21:28:21 +0000
0cb70cf551Applied patch from #4791; will close after merging to release
Marshall Clow
2010-11-27 20:46:51 +0000
1a8c68ddacadd missing return
Steven Watanabe
2010-11-27 19:32:39 +0000
f43809b95fAdjustments for stlport-5.2 on VeecoFTC.
Joachim Faulhaber
2010-11-27 18:29:46 +0000
3fd1a17dd0Changed make_tuple from std::tr1:: to boost::math
Paul A. Bristow
2010-11-27 16:11:27 +0000
979b20a2f9Spirit: adding more tests, updating docs
Hartmut Kaiser
2010-11-27 16:05:13 +0000
5c51d33eb6Spirit: applying patch improving assert messages, fixing a couple of lexer problems caused by recent changes, added target state to token definition syntax, allowing semantic actions to be attached to lex::char_() and lex::string()
Hartmut Kaiser
2010-11-27 16:04:15 +0000
25409dc2fbChanged make_tuple from std::tr1:: to boost::math
Paul A. Bristow
2010-11-27 16:00:46 +0000
16761ad249Added BOOST_HAS_FENV_H detection to Boost.Config (if this macro is defined, then the standard library/platform provide a POSIX compliant implementation of fenv.h).
Bryce Adelstein-Lelbach
2010-11-23 03:34:05 +0000
8bc7e243fcExcluded some tests for msvc-7.1 to circumvent a mysterious linker error that occurs for msvc-7.1 only.
Joachim Faulhaber
2010-11-22 22:35:29 +0000
5f6191d4e2circular_buffer: fixed (the fix ;-) when BOOST_NO_STDC_NAMESPACE defined
Jan Gaspar
2010-11-22 22:06:08 +0000
e29dbca47fcircular_buffer: fixed when BOOST_NO_STDC_NAMESPACE defined
Jan Gaspar
2010-11-22 22:01:09 +0000
4e3e8b660cUpdate distribution concept checks to test ad-hoc member functions as well as the generic ones. Fix typo in docs and regenerate.
John Maddock
2010-11-22 19:00:55 +0000
10faf2cbcfFixes#4879.
John Maddock
2010-11-22 16:31:42 +0000
1beb74da69fix typeof bug on msvc-7.1 that is causing type_traits/common_type.hpp to fail to compile
Eric Niebler
2010-11-21 21:42:52 +0000
07db62bb8bAnother attempt at fixing 64-bit ICU support. dll-path for 64-bit builds still isn't set correctly. Refs #4864.
John Maddock
2010-11-21 18:40:59 +0000
da71df69a0Normalise BOOST_NO_VARIADIC_TEMPLATES and BOOST_HAS_VARIADIC_TEMPL usage.
John Maddock
2010-11-21 09:36:53 +0000