Commit Graph

1183 Commits

Author SHA1 Message Date
Robert Ramey
3d7ac026c6 sync with release branch
[SVN r84077]
2013-04-28 20:23:10 +00:00
Robert Ramey
de0b48247d adjustment for PGI compiler header
[SVN r82199]
2012-12-24 17:59:38 +00:00
Robert Ramey
204b817694 tweak to permit pgi compiler to pass
[SVN r81944]
2012-12-14 18:14:38 +00:00
Robert Ramey
4fda311951 altered test to use std::istream_iterator rather than serialization version of same
[SVN r81881]
2012-12-12 19:06:51 +00:00
Robert Ramey
d7a32be2ed made tests and documentation consistent with correct exception throw specs
[SVN r81848]
2012-12-11 05:36:04 +00:00
Robert Ramey
59a18411ba corrected throw exception in smart cast
[SVN r81847]
2012-12-11 05:33:45 +00:00
Robert Ramey
2d11a99e4d fixed problem where base64 read un initialized memory
made sure base64 zero filled.
made base64 lines 76 char wide in accordance with the standard
fixed gcc error message re looser throw constaints

[SVN r81846]
2012-12-11 05:32:06 +00:00
Robert Ramey
483301ed4e made grafics 50% bigger
[SVN r80422]
2012-09-06 17:24:34 +00:00
Robert Ramey
1dba4d5027 fixes for static/dll library build/test
[SVN r79981]
2012-08-12 16:47:07 +00:00
Robert Ramey
ca8cb19e53 adjustment for QNX
altered Jamfiles to fix test with DLLS on static builds

[SVN r79951]
2012-08-10 01:39:53 +00:00
Robert Ramey
6f0659a8e8 adjustment for QNX
altered Jamfiles to fix test with DLLS on static builds

[SVN r79950]
2012-08-10 01:38:54 +00:00
Robert Ramey
7755c58905 added ar & to example to correct minor error
[SVN r79535]
2012-07-15 15:47:59 +00:00
Robert Ramey
428a88820f undefined STD at the end of the header
[SVN r79028]
2012-06-21 20:23:01 +00:00
Robert Ramey
10e65dccae patch for IBM VCAPP
[SVN r78731]
2012-05-28 19:08:51 +00:00
Dave Abrahams
6fb0089323 Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare.
[SVN r78502]
2012-05-18 04:44:04 +00:00
Dave Abrahams
b6aafd86f4 Summary: Moved libs/detail/utf8_codecvt_facet.cpp to boost/detail/utf8_codecvt_facet.ipp
Author: Dave Abrahams <dave@boostpro.com>


[SVN r78081]
2012-04-19 18:19:20 +00:00
Robert Ramey
7a2f41a221 Modified vc ide soln
[SVN r77574]
2012-03-26 22:12:35 +00:00
Robert Ramey
5f8f8dcbc8 moved #include <boost/limits.hpp> higher in the include
[SVN r76954]
2012-02-09 05:50:29 +00:00
Robert Ramey
35cbf61982 some tests included <limits> rather than <boost/limits.hpp>
This made tests for platforms which don't have <limits> fail - specifically PGI.
So we fixed those tests to use <boost/limits.hpp>

[SVN r76945]
2012-02-07 20:53:56 +00:00
Robert Ramey
2d17291ca8 small changes resulting from fixing track items
[SVN r76666]
2012-01-24 19:31:17 +00:00
Robert Ramey
46b543fd46 reverted last change which broke vector test
[SVN r76665]
2012-01-24 19:29:53 +00:00
Matthias Troyer
fbaaecd941 Attempting to fix #5640
[SVN r76292]
2012-01-03 18:00:59 +00:00
Thomas Heller
5464abd586 added full qualification to enable_if for the member pointer operator
[SVN r75050]
2011-10-18 16:09:48 +00:00
Gennadiy Rozental
c37657d102 eliminated unit_test/test_tools
[SVN r74730]
2011-10-05 09:49:27 +00:00
Robert Ramey
fe4a01eb73 fix pragma warning
[SVN r74703]
2011-10-04 18:22:08 +00:00
Robert Ramey
edab484451 update vc projects
[SVN r74659]
2011-10-02 20:46:52 +00:00
Robert Ramey
0898d2157e change in comment
[SVN r74658]
2011-10-02 20:44:26 +00:00
Robert Ramey
55cf704082 corrections
[SVN r74657]
2011-10-02 20:43:39 +00:00
Robert Ramey
42d9df67b3 changed char to signed char
[SVN r74656]
2011-10-02 20:42:46 +00:00
Robert Ramey
023f0f155e sync projects
[SVN r72721]
2011-06-23 04:19:56 +00:00
Robert Ramey
63f4076bbb added const to version<t> static variable
[SVN r71197]
2011-04-12 03:54:22 +00:00
Robert Ramey
980c36e6eb small fixes to address track items
[SVN r71184]
2011-04-11 03:51:35 +00:00
Robert Ramey
ea4e72c7da small fixes to address track items
[SVN r71183]
2011-04-11 03:46:26 +00:00
Robert Ramey
a343776194 correct bug in test
[SVN r71165]
2011-04-10 17:26:06 +00:00
Robert Ramey
20f7ac0307 fix for "delete virtual function" bug
[SVN r71164]
2011-04-10 17:25:39 +00:00
Robert Ramey
a7bd7ef6c2 improve compatibility with older archive versions
[SVN r68388]
2011-01-23 16:28:10 +00:00
Robert Ramey
2b530fec86 bump archive version #
[SVN r68297]
2011-01-19 17:04:19 +00:00
Robert Ramey
797cf25d5a Update docs for 1.46
[SVN r68296]
2011-01-19 17:03:23 +00:00
Steven Watanabe
b7a4b7202a Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Robert Ramey
73523aaad2 fix for binary archive version 1.44 & and 1.43 item_version compatibility
[SVN r68160]
2011-01-14 22:22:49 +00:00
Bryce Adelstein-Lelbach
e8a11574c7 Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
Bryce Adelstein-Lelbach
f210151ac0 Support for PathScale EKOPath Compiler Suite, version 4.0.0.
[SVN r67707]
2011-01-06 02:38:20 +00:00
Robert Ramey
46198abb47 attempt to make binary archive created with versions < 1.42 readable
[SVN r67440]
2010-12-24 01:26:58 +00:00
Robert Ramey
6d9926c138 shorten names of temporary files
[SVN r67439]
2010-12-23 22:34:54 +00:00
Robert Ramey
7b609deb80 attempt to make binary archive created with versions < 1.42 readable
[SVN r67438]
2010-12-23 22:33:45 +00:00
Robert Ramey
2fe3c19dec tests now require filesystem v3
[SVN r67345]
2010-12-19 17:36:00 +00:00
Robert Ramey
f568824c94 fix for testing - avoid mktemp.
Note, Now depends on boost file system and boost system !!!

[SVN r67306]
2010-12-18 19:28:20 +00:00
Robert Ramey
8ac1c19a7f updated version # explanation
[SVN r67074]
2010-12-06 19:18:14 +00:00
Robert Ramey
01d51bf2f4 updated library generation to 1.45
[SVN r67073]
2010-12-06 19:17:31 +00:00
Robert Ramey
dd26871f3e fixed import declaration on inline function
change tracking type from bool

[SVN r67072]
2010-12-06 19:16:34 +00:00