Commit Graph

695 Commits

Author SHA1 Message Date
Joaquín M López Muñoz
0f583940c9 merged [82897], [82970] and [82993] from trunk
[SVN r83003]
2013-02-19 14:49:33 +00:00
Joaquín M López Muñoz
9b0382bde3 strengthened unused var warning avoidance
[SVN r82993]
2013-02-19 07:11:07 +00:00
Joaquín M López Muñoz
76931bdbd3 stopped using Boost.Test in favor of <boost/detail/lightweight_test.hpp> framework
[SVN r82970]
2013-02-18 09:10:37 +00:00
Joaquín M López Muñoz
6452e4db53 fixed #8034
[SVN r82897]
2013-02-15 06:51:48 +00:00
Joaquín M López Muñoz
b35a722129 merged [75643] from trunk
[SVN r75691]
2011-11-27 13:52:14 +00:00
Joaquín M López Muñoz
2ef40ef45a suppressed a potential narrow conversion warning described in ticket #3365
[SVN r75643]
2011-11-24 08:07:35 +00:00
Joaquín M López Muñoz
67f9c5b3ab merged [73498] from trunk
[SVN r73518]
2011-08-03 21:03:48 +00:00
Joaquín M López Muñoz
867a0fb9c9 fixed #5741
[SVN r73498]
2011-08-03 06:31:26 +00:00
Joaquín M López Muñoz
026fab85aa merged [71770] from trunk
[SVN r71810]
2011-05-08 11:38:13 +00:00
Joaquín M López Muñoz
bac508586e fixed #5488
[SVN r71770]
2011-05-06 19:56:06 +00:00
Joaquín M López Muñoz
71fbbf1754 merged [71671] from trunk
[SVN r71768]
2011-05-06 19:47:26 +00:00
Joaquín M López Muñoz
84e34e45c3 merged [69540], [69632] and [69720] from trunk
[SVN r71767]
2011-05-06 19:38:25 +00:00
Joaquín M López Muñoz
1186efb3f0 fixed problem reported at http://lists.boost.org/boost-users/2011/05/68022.php
[SVN r71671]
2011-05-02 15:06:01 +00:00
Ralf W. Grosse-Kunstleve
f0c0ae11a8 boost/multi_index/detail/scope_guard.hpp: fixing typo to restore g++ (and possibly other) builds
[SVN r69720]
2011-03-08 17:33:30 +00:00
Thorsten Jørgen Ottosen
ebb7d18ce6 update with make_guard_if and varients
[SVN r69632]
2011-03-07 21:50:12 +00:00
Joaquín M López Muñoz
3e9d0232d2 closed #5260
[SVN r69540]
2011-03-04 08:06:42 +00:00
Steven Watanabe
55723474d2 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
Bryce Adelstein-Lelbach
1bf606a75d 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
Joaquín M López Muñoz
768432afcb merged [61482] from trunk
[SVN r64324]
2010-07-25 10:44:55 +00:00
Joaquín M López Muñoz
48eab15fc0 merged [64322] from trunk
[SVN r64323]
2010-07-25 10:19:38 +00:00
Joaquín M López Muñoz
7b1bcc810d completed fix in [64312] and [64317]
[SVN r64322]
2010-07-25 10:12:38 +00:00
Joaquín M López Muñoz
13842a23dc merged [64317] from trunk
[SVN r64318]
2010-07-24 19:36:50 +00:00
Joaquín M López Muñoz
78a83060f7 completed fix in [64312]
[SVN r64317]
2010-07-24 19:31:45 +00:00
Joaquín M López Muñoz
e4771a0fae merged [64312] from trunk
[SVN r64313]
2010-07-24 09:20:29 +00:00
Joaquín M López Muñoz
bf08ab429c synced with silent yet backwards-compatibility-breaking change of serialization::version<T>:value type from unsigned int to int in [62358]
[SVN r64312]
2010-07-24 09:17:01 +00:00
Joaquín M López Muñoz
a739892808 fixed #4130
[SVN r61482]
2010-04-22 11:36:27 +00:00
Joaquín M López Muñoz
eb1f2a98b7 merged [59582] from trunk
[SVN r59638]
2010-02-11 19:28:27 +00:00
Joaquín M López Muñoz
80517e00d7 eliminated dubious use of preprocessor
[SVN r59582]
2010-02-08 15:56:06 +00:00
Joaquín M López Muñoz
215d795984 merged [58485] and [59443] from trunk
[SVN r59525]
2010-02-06 14:38:28 +00:00
Joaquín M López Muñoz
4223235333 completed fix in [58485] with proper handling of value_type serialization class versioning
[SVN r59443]
2010-02-03 14:29:55 +00:00
Joaquín M López Muñoz
efce67f27b reverted [58517]
[SVN r58847]
2010-01-09 18:17:59 +00:00
Joaquín M López Muñoz
5fd288b095 merged [58485] from trunk
[SVN r58517]
2009-12-23 18:01:35 +00:00
Joaquín M López Muñoz
9dfc424d7a handled serialization of non default constructible values
[SVN r58485]
2009-12-22 07:20:41 +00:00
Joaquín M López Muñoz
588e7657f3 merged [57541] and [58472] from trunk
[SVN r58473]
2009-12-21 10:23:36 +00:00
Joaquín M López Muñoz
270d048f12 fixed #3778
[SVN r58472]
2009-12-21 09:54:44 +00:00
Joaquín M López Muñoz
604128d17a suppressed MSVC /W4 C4512 warning
[SVN r57541]
2009-11-10 10:18:55 +00:00
Troy D. Straszheim
4c3b315b0b rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
d2efd9d5ed rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
[SVN r56941]
2009-10-17 01:10:45 +00:00
Joaquín M López Muñoz
b185884ffe merged [56829] from trunk
[SVN r56831]
2009-10-14 16:13:13 +00:00
Joaquín M López Muñoz
6b58056716 updated according to latest regression tests results
[SVN r56829]
2009-10-14 15:04:13 +00:00
Joaquín M López Muñoz
f88fb07ae8 merged [56354] from trunk
[SVN r56385]
2009-09-26 12:54:43 +00:00
Joaquín M López Muñoz
7d1417fe8c fixed #3462
[SVN r56354]
2009-09-22 13:29:08 +00:00
Joaquín M López Muñoz
718559b87f merged [55994] and [55995] from trunk
[SVN r56111]
2009-09-08 20:20:35 +00:00
Joaquín M López Muñoz
12ba0771e8 documented [55994]
[SVN r55995]
2009-09-03 12:29:42 +00:00
Joaquín M López Muñoz
fd2b4ede68 fixed #3365
[SVN r55994]
2009-09-03 12:11:59 +00:00
Troy D. Straszheim
5e50c69465 Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +00:00
Troy D. Straszheim
180f64dc11 Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
2009-07-22 21:51:01 +00:00
Joaquín M López Muñoz
ff51956131 merged [55055] and [55058] from trunk
[SVN r55081]
2009-07-22 15:16:28 +00:00
Joaquín M López Muñoz
86059ad43f updated according to latest regression tests results
[SVN r55058]
2009-07-21 11:41:18 +00:00
Joaquín M López Muñoz
b14efa6fbf documented tag_list
[SVN r55055]
2009-07-21 09:59:35 +00:00