Commit graph

42137 commits

Author SHA1 Message Date
Daniel James
43a00c5f56 Release: Merge fixed BOOST_LIB_VERSION from trunk.
[SVN r70560]
2011-03-26 10:43:03 +00:00
Luke Simonson
c1a4e9d581 updated unit test
[SVN r70543]
2011-03-25 17:35:52 +00:00
Vicente J. Botet Escriba
46d5f74703 Chrono: Added detail/win directory
[SVN r70537]
2011-03-25 01:20:55 +00:00
Daniel James
03a496ecec Utility/operators: [67268] Limit warning suppression to old versions of VC++, fixes #4432.
[SVN r70522]
2011-03-24 21:01:36 +00:00
Daniel James
ad8556d3ec Logic: merge old warning fixes.
- [53429] Fix `gcc -Wshadow` warnings. Fixes #3093.
- [58007] Remove unused parameter. Fixes #3600.


[SVN r70520]
2011-03-24 20:55:46 +00:00
Daniel James
f8e81a826a Functional: Merge old change to use BOOST_DEDUCED_TYPENAME.
[SVN r70516]
2011-03-24 20:28:33 +00:00
Daniel James
20396f471c Inspect: merge.
- Remove obsolete shell script.
- Fix string compares for windows paths.
- HTML encode error messages when generating html report.
- Ignore directories with `boost-no-inspect` file.


[SVN r70515]
2011-03-24 20:09:40 +00:00
Luke Simonson
2242d583f9 fixed snap to 45 and general contains bugs
[SVN r70495]
2011-03-24 06:50:06 +00:00
Daniel James
aa1c09dfaf Detail: fully merge lightweight_test.hpp
[SVN r70475]
2011-03-23 13:23:55 +00:00
John Maddock
1912b2fc9c Stop using BOOST_NO_CONCEPTS macro as it's going to be removed from Boost.Config.
[SVN r70473]
2011-03-23 12:20:49 +00:00
Daniel James
87c51a186e Boostbook: merge changes.
Doxygen:

- Add support for verbatim (danieljames).
- Handle explicit (steven_watanabe).
- Handle description of public data members (steven_watanabe).

Fop:

- Working link to download, in setup_boostbook (garcia).
- Improved description of A4 in docs (garcia).



[SVN r70450]
2011-03-23 00:20:29 +00:00
Ralf W. Grosse-Kunstleve
260216c80b merging current boost/python and libs/python from trunk into release branch
[SVN r70448]
2011-03-23 00:14:55 +00:00
Peter Dimov
08bfe14cc6 Merge [69262] to release. Fixes #5018.
[SVN r70447]
2011-03-23 00:13:54 +00:00
Daniel James
b89ba716ad Hash: merge updated tests.
- Remove shared_ptr_fail_test, since shared_ptr now has a hash function.
- Run several tests with and without implicit casts.


[SVN r70445]
2011-03-23 00:10:03 +00:00
Daniel James
63008d6f3c Unordered: Fix some overly strict tests.
[SVN r70443]
2011-03-23 00:07:17 +00:00
Peter Dimov
0a0a865567 Merge [69261] to release. Fixes #5019.
[SVN r70441]
2011-03-22 23:55:05 +00:00
Peter Dimov
4025b829a0 Merge [69260] to release. Fixes #5216.
[SVN r70440]
2011-03-22 23:51:10 +00:00
Peter Dimov
6549189192 Merge [69251] to release. Fixes #4127.
[SVN r70439]
2011-03-22 23:45:59 +00:00
Peter Dimov
c50963e1d0 Merge [69250] to release. Fixes #4256. Fixes #3875.
[SVN r70436]
2011-03-22 23:38:12 +00:00
Peter Dimov
79b4e4bdaa Merge [69246] to release. Fixes #4478.
[SVN r70435]
2011-03-22 23:29:35 +00:00
Peter Dimov
1dc44552d2 Merge [69245] to release. Fixes #4433.
[SVN r70434]
2011-03-22 23:23:44 +00:00
Peter Dimov
d835eafea4 Merge [69244] to release. Fixes #4892.
[SVN r70433]
2011-03-22 23:17:51 +00:00
Peter Dimov
8aa708080c Merge [69242] to release. Fixes #4288. Fixes #5189.
[SVN r70432]
2011-03-22 23:05:48 +00:00
Anthony Williams
0b153cffd1 Merged Boost.Thread changes from trunk
[SVN r70382]
2011-03-21 22:59:40 +00:00
Vicente J. Botet Escriba
08c7c86f1b Chrono: import from Trunk
[SVN r70378]
2011-03-21 22:20:16 +00:00
Vicente J. Botet Escriba
d9617289a6 Chrono: import from Trunk
[SVN r70377]
2011-03-21 22:18:38 +00:00
Vicente J. Botet Escriba
f74cd453a3 Chrono: import from Trunk
[SVN r70370]
2011-03-21 21:58:51 +00:00
Vicente J. Botet Escriba
c88ed82091 Chrono: import from Trunk
[SVN r70369]
2011-03-21 21:56:30 +00:00
Vicente J. Botet Escriba
0fae5e143f Ratio: import from Trunk
[SVN r70365]
2011-03-21 21:43:08 +00:00
Vicente J. Botet Escriba
464550399a Ratio: import from Trunk
[SVN r70364]
2011-03-21 21:39:58 +00:00
Vicente J. Botet Escriba
31bd9daf2b Ratio: import from Trunk
[SVN r70363]
2011-03-21 21:39:02 +00:00
Daniel James
248d0f50a6 Function: Merge from trunk.
- Remove extra definition of operator(), since it's inline anyway.  Fixes
  #4765.
- Make sure that the cv flags are copied when we copy a reference to a function
  object.  Fixes #4325
- Fully qualified function calls to avoid ambiguity with new additions to
  standard. Thanks to Conrad Poelman. Fixes #4073
- Remove iterator workaround for newer versions of Visual Age C++. Thanks to
  'ccambly'. Fixes #3912
- Fix unused variable warning for Visual C++. Fixes #3618
- Testing flag for Visual C++.
- Removed all but one old-style cast, prevents GCC warnings, but breaks GCC
  2.95.3. Fixes #3410
- Fixed tab and newline issues from inspection report.



[SVN r70361]
2011-03-21 21:32:38 +00:00
Vicente J. Botet Escriba
11c87c9e7a Ratio: import from Trunk
[SVN r70321]
2011-03-21 17:17:54 +00:00
Vicente J. Botet Escriba
edca7db897 Ratio: import from Trunk
[SVN r70320]
2011-03-21 17:15:19 +00:00
Vicente J. Botet Escriba
b1ccf107b3 Ratio: import from Trunk
[SVN r70318]
2011-03-21 17:14:23 +00:00
Hartmut Kaiser
c62e6a30f3 Spirit: Merging from trunk
[SVN r70307]
2011-03-21 11:15:14 +00:00
Daniel James
ea1ecf2bbb Release: merge preperation for 1.47.0.
[SVN r70304]
2011-03-21 09:11:47 +00:00
Steven Watanabe
84685d1774 Merge [67640] from the trunk.
[SVN r70065]
2011-03-17 16:29:28 +00:00
Daniel James
a686f196df Revert r69620.
It's breaking the tests and probably isn't appropriate for a bug fix release.


[SVN r69816]
2011-03-10 07:34:15 +00:00
Daniel James
417265b4d0 Merge a couple of documentations fixes for iostreams.
[SVN r69759]
2011-03-09 08:50:16 +00:00
John Maddock
5201697566 Regenerate with up to date autoconf - otherwise exhibits spurious failures.
[SVN r69710]
2011-03-08 17:22:16 +00:00
Sebastian Redl
1910f5a448 Merge r68990 to release just before 2.46.1, because it's a critical and low-risk fix. Sorry about not waiting for permission, but I won't have access to this computer again until after the release. So if this merge is a problem, just revert it.
[SVN r69684]
2011-03-08 14:58:52 +00:00
Christopher Kohlhoff
08a0b65231 Merge selected bug fixes from trunk:
* Fixed a compile error on some versions of g++ due to anonymous enums.
  Fixes #4883.

* Fixed a bug in asio::streambuf where the consume() function did not
  always update the internal buffer pointers correctly. The problem may
  occur when the asio::streambuf is filled with data using the standard
  C++ member functions such as sputn(). (Note: the problem does not
  manifest when the streambuf is populated by the Asio free functions
  read(), async_read(), read_until() or async_read_until().)

* EV_ONESHOT seems to cause problems on some versions of Mac OS X, with
  the io_service destructor getting stuck inside the close() system
  call. Use EV_CLEAR instead. Fixes #5021.

* Fixed a bug on kqueue-based platforms, where reactor read operations
  that return false from their perform() function are not correctly
  re-registered with kqueue.  

* Fixed the linger socket option on non-Windows platforms.

* Fixed function name in comment for asio::placeholders::iterator.


[SVN r69680]
2011-03-08 11:07:01 +00:00
John Maddock
f87809bb1e Merge minor fixes in TR1 to release.
[SVN r69626]
2011-03-07 16:43:45 +00:00
John Maddock
608795d8a3 Merge minor regex lib fixes from Trunk.
[SVN r69625]
2011-03-07 13:23:36 +00:00
John Maddock
ec6ed78bdf Bring Boost.Config into line with Trunk.
[SVN r69624]
2011-03-07 13:07:30 +00:00
Emil Dotchevski
eb144f5b7f Committing changes merged from trunk, most notably optional non-intrusive exception_ptr support for MSVC.
[SVN r69620]
2011-03-07 07:45:38 +00:00
Luke Simonson
b1359536e4 removed reference to 45-degree booleans optimization
[SVN r69617]
2011-03-07 01:31:26 +00:00
Luke Simonson
180e43f359 disabled 45-degree booleans optimization
[SVN r69615]
2011-03-07 01:24:34 +00:00
John Maddock
60937ce708 Merge minor bug fixes from Trunk for 1.46.1 release.
[SVN r69609]
2011-03-06 17:19:34 +00:00