Commit graph

40423 commits

Author SHA1 Message Date
Daniel James
f5b6454142 Revert boostbook-base-style change, it has broken the test build.
[SVN r75934]
2011-12-13 18:23:17 +00:00
John Maddock
fd3f4562e9 Fix complex number routines to work with signed zeros, changes involve:
* Use boost::math::signbit rather than comparison to zero.
* Use boost::math::changesign rather than unary negation (unary negation fails for Intel on Linux when the argument is a zero).
* Update to use boost::math::isnan/isinf rather than the old code.
* Update to use boost::math constants.
Fixes #6171.

[SVN r75933]
2011-12-13 18:11:46 +00:00
Joel de Guzman
88b9f6ed7f fixes Ticket #6259
[SVN r75931]
2011-12-13 00:12:04 +00:00
Steven Watanabe
8d783f74ba Remove out of date comment.
[SVN r75930]
2011-12-13 00:11:10 +00:00
Steven Watanabe
534a062f3e Restore the original BACKTRACE behavior that I inadvertently changed.
[SVN r75929]
2011-12-13 00:03:38 +00:00
Daniel James
def1c49bee boostbook-base-style feature for boostbook.
[SVN r75928]
2011-12-12 23:07:53 +00:00
Daniel James
b5f3be208d Iostreams: Rename check to avoid apple macro.
Safe to rename this one as it's in detail.

[SVN r75927]
2011-12-12 23:03:07 +00:00
Daniel James
e1a191de07 Quickbook: Restore quickbook toolset.
So that it can be used with older versions. Also removed `dist-lib` as
it doesn't seem to do anything, and quickbook no longer pretends to be
usable as a library.

[SVN r75926]
2011-12-12 23:02:34 +00:00
Steven Watanabe
99d26f2f3a Make sure that the target cleaned is the same as the target to be built. Make --update work on Windows.
[SVN r75925]
2011-12-12 22:33:56 +00:00
Antony Polukhin
35fb419dad Fixes #6186 test failures
[SVN r75921]
2011-12-12 18:09:53 +00:00
Vicente J. Botet Escriba
cdb23a5283 Chrono: process_cpu_clock::now() on linux gives time_points 1/1000 times
[SVN r75920]
2011-12-12 18:00:24 +00:00
Ralf W. Grosse-Kunstleve
01c10100aa boost/python/slice.hpp: bug fix (track #6256)
[SVN r75918]
2011-12-12 17:28:13 +00:00
Hartmut Kaiser
9fb81091a3 Spirit: making sure qi::attr is in the documentation index
[SVN r75916]
2011-12-12 13:37:29 +00:00
Ralf W. Grosse-Kunstleve
043190159b libs/mpi/src/python/py_nonblocking.cpp: resolving ticket #6123
[SVN r75914]
2011-12-12 07:01:36 +00:00
Steven Watanabe
eb09c69c60 Fix memory leak.
[SVN r75913]
2011-12-12 02:07:28 +00:00
Steven Watanabe
a2e95f9ff4 Clean up the evil 'variables of the running module are swapped with the global variable table' hack.
[SVN r75912]
2011-12-12 02:02:20 +00:00
Steven Watanabe
9c7c85f6a0 Fix action printing on failure.
[SVN r75911]
2011-12-12 00:59:07 +00:00
Hartmut Kaiser
841d0e4582 Spirit: fixed #6253: lex::lexertl::generate_static_dfa compiler errors if lexer has wchar_t as underlying stream type
[SVN r75910]
2011-12-12 00:48:40 +00:00
Daniel James
3832c4c18f Unordered: Change log for fairly minor changes.
[SVN r75907]
2011-12-11 21:36:26 +00:00
Jeremiah Willcock
5b87a9bfbc Added another copy_graph hack for transpose_graph
[SVN r75906]
2011-12-11 21:09:33 +00:00
Vicente J. Botet Escriba
05800146bd Thread: #4921 BOOST_THREAD_USE_DLL and BOOST_THREAD_USE_LIB are crucial and need to be documented
[SVN r75905]
2011-12-11 18:16:07 +00:00
Vicente J. Botet Escriba
a11cad2bbe Thread: #5013 - documentation: boost:🧵 pthreas_exit causes terminate()
[SVN r75904]
2011-12-11 18:12:55 +00:00
Vicente J. Botet Escriba
acc9418254 Thread: #5594 boost::shared_mutex not fully compatible with Windows CE.
[SVN r75903]
2011-12-11 15:43:13 +00:00
Tim Blechmann
3dabbaf783 parameter: access enable_if via namespace boost
[SVN r75902]
2011-12-11 14:30:27 +00:00
Vicente J. Botet Escriba
4d9b6f339b Thread: #5040 future.hpp in boost::thread does not compile with /clr
[SVN r75901]
2011-12-11 13:32:41 +00:00
Vladimir Prus
c9662702fa Initial port of boostcpp.jam
[SVN r75900]
2011-12-11 11:49:57 +00:00
Jeremiah Willcock
344f41f3b5 Fixed copying of reverse_graphs to compensate for new reverse_edge_descriptor class
[SVN r75891]
2011-12-11 07:19:19 +00:00
Steven Watanabe
6b72278b26 Replace all calls to object_new with a literal with constants.
[SVN r75890]
2011-12-11 05:11:26 +00:00
Steven Watanabe
d857085004 Eliminate the last uses of var_expand and remove it.
[SVN r75889]
2011-12-11 01:55:33 +00:00
Steven Watanabe
a97d8a6ab9 Fix the option rule.
[SVN r75888]
2011-12-10 20:56:32 +00:00
Steven Watanabe
9962af29c1 Handle paths beginning with '\' on NT.
[SVN r75887]
2011-12-10 20:31:32 +00:00
Vicente J. Botet Escriba
fcec352f4d Thread: Fix auto_ptr error
[SVN r75886]
2011-12-10 14:59:43 +00:00
Vicente J. Botet Escriba
d579e5dfe0 Thread: Fix typo
[SVN r75885]
2011-12-10 14:51:16 +00:00
Vicente J. Botet Escriba
cf3353105f Thread: Added compliance matrix
[SVN r75884]
2011-12-10 11:56:45 +00:00
Vicente J. Botet Escriba
a7b986b531 Thread: update fixed tickets for 1.49
[SVN r75883]
2011-12-10 11:54:36 +00:00
Vicente J. Botet Escriba
7ba7313270 Thread: #6200-mutex error better handle EINTR
[SVN r75882]
2011-12-10 10:55:53 +00:00
Steven Watanabe
1db6d80a5a Tests for join
[SVN r75881]
2011-12-09 23:21:40 +00:00
Steven Watanabe
2d0abd30de Remove project-test1. It's hopelessly broken and not run by test_all.py.
[SVN r75880]
2011-12-09 19:37:53 +00:00
Steven Watanabe
73583d1bda Update unused.py and add it to test_all.py.
[SVN r75879]
2011-12-09 18:19:50 +00:00
Jeremiah Willcock
fc9d414de8 Added include of <stack>; fixes #6246
[SVN r75878]
2011-12-09 17:53:43 +00:00
Steven Watanabe
a44b5fe32d Fix direct_request_test and add it to test_all.py.
[SVN r75877]
2011-12-09 16:08:44 +00:00
Steven Watanabe
3073a1cafc Remove some out-dated tests. The functionality is already tested elsewhere, so they don't need to be ported.
[SVN r75873]
2011-12-09 04:59:16 +00:00
Steven Watanabe
0cb54eb80c Handle STDOUT and STDERR in @ files.
[SVN r75872]
2011-12-09 03:56:02 +00:00
Steven Watanabe
e125dc42a3 Fix tests using sleep on Windows.
[SVN r75871]
2011-12-09 01:36:04 +00:00
Mateusz Loskot
fac19d0476 [geometry] Updated path to #include <boost/geometry/extensions/algorithms/parse.hpp missing from r69908
[SVN r75870]
2011-12-08 23:58:22 +00:00
Mateusz Loskot
de0ec48eba [geometry] Updated path in #include <boost/geometry/extensions/algorithms/parse.hpp missing from r69908
[SVN r75869]
2011-12-08 23:36:52 +00:00
Steven Watanabe
f8f75bcbfe Update the Boost.Build version number.
[SVN r75868]
2011-12-08 23:32:09 +00:00
Vicente J. Botet Escriba
02148c33c1 Chrono #6243-Sandia-pgi-11.9: moren than one instance of overloaded function min matches
[SVN r75867]
2011-12-08 23:29:26 +00:00
Vicente J. Botet Escriba
5f649cf31d Chrono: #6241-boost::chrono compilation problems without std::wstring support
[SVN r75866]
2011-12-08 22:58:49 +00:00
Antony Polukhin
7a754d0c17 Fixes #6186 (lexical_cast compliation error fixed, when wchar_t is a typedef for unsigned short. Test added)
[SVN r75864]
2011-12-08 15:29:44 +00:00