Commit Graph

128 Commits

Author SHA1 Message Date
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
215d795984 merged [58485] and [59443] from trunk
[SVN r59525]
2010-02-06 14:38:28 +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
588e7657f3 merged [57541] and [58472] from trunk
[SVN r58473]
2009-12-21 10:23:36 +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
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
3199ff1b44 merged up to [53676] from trunk
[SVN r53730]
2009-06-07 18:44:00 +00:00
Troy D. Straszheim
d3e74bc941 merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00
Joaquín M López Muñoz
bd8ea1bc86 merged up to rev. 47041 from trunk
[SVN r47045]
2008-07-03 16:51:53 +00:00
Beman Dawes
0468378c0d Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41370]
2007-11-25 18:38:02 +00:00
Joaquín M. López Muñoz
add267a90a merged from trunk to branch
[SVN r36776]
2007-01-24 18:21:23 +00:00
Joaquín M. López Muñoz
de9febb387 merged from trunk to branch
[SVN r36480]
2006-12-21 12:01:02 +00:00
Rene Rivera
28930f64c0 Remove obsolete Boost.Build v1 files.
[SVN r35880]
2006-11-06 17:10:46 +00:00
Joaquín M. López Muñoz
e46279d9ec merged from trunk to branch
[SVN r35444]
2006-10-02 15:20:03 +00:00
Joaquín M. López Muñoz
5c5ca84a23 merged from trunk to branch
[SVN r34022]
2006-05-19 06:57:13 +00:00
Joaquín M. López Muñoz
f91af5453c merged from trunk to branch
[SVN r33760]
2006-04-21 13:09:37 +00:00
Joaquín M. López Muñoz
87383bcc10 merged from trunk to branch
[SVN r33742]
2006-04-19 07:23:16 +00:00
Joaquín M. López Muñoz
d7f2c3606b merged from trunk to branch
[SVN r33734]
2006-04-18 17:01:51 +00:00
Joaquín M. López Muñoz
3a663bd7c4 merged from trunk to branch
[SVN r33545]
2006-04-05 07:28:50 +00:00
Joaquín M. López Muñoz
f9c9851ef3 added workaround for CW 8.3
[SVN r33313]
2006-03-10 15:19:52 +00:00
Joaquín M. López Muñoz
708f8bd4ab sync with v1 Jamfile
[SVN r33256]
2006-03-07 13:17:59 +00:00
Joaquín M. López Muñoz
3be7ae350e typo
[SVN r33201]
2006-03-02 16:17:28 +00:00
Joaquín M. López Muñoz
2a6813f2e7 split test_serialization into two files to reduce stress on MSVC 7.0
[SVN r33200]
2006-03-02 16:14:01 +00:00
Joaquín M. López Muñoz
842bc1ba70 split test_serialization into two to reduce stress on MSVC 7.0
[SVN r33199]
2006-03-02 16:14:00 +00:00
Joaquín M. López Muñoz
cf84a0dc1c fixed bug reported at http://lists.boost.org/boost-users/2006/02/17230.php
[SVN r32966]
2006-02-16 16:02:25 +00:00
Joaquín M. López Muñoz
5fec019715 fixed seemingly illegal ADL usage as per std 14.6.4.2
[SVN r32746]
2006-02-08 17:37:33 +00:00
Vladimir Prus
c7bfd7cf83 Update Jamfile.v2
[SVN r32735]
2006-02-08 13:26:10 +00:00
Joaquín M. López Muñoz
1235106ac0 merged into test_rearrange
[SVN r32674]
2006-02-06 16:27:33 +00:00
Joaquín M. López Muñoz
f54edbf0d3 added random access indices; out of bounds checking
[SVN r32670]
2006-02-06 15:53:36 +00:00
Joaquín M. López Muñoz
7274eca56c added random access indices
[SVN r32669]
2006-02-06 15:52:21 +00:00
Joaquín M. López Muñoz
e953c2b4ff restricted acceptance of chained pointers so as to not mask convertibility to Value
[SVN r32668]
2006-02-06 15:50:58 +00:00
Joaquín M. López Muñoz
cf076474d2 overloaded composite_key_compare::operator() to treat non-tuples as tuples of length 1
[SVN r32667]
2006-02-06 15:48:53 +00:00
Joaquín M. López Muñoz
4c7a97e890 removed test_special_list_ops; added test_rearrange
[SVN r32666]
2006-02-06 15:46:21 +00:00
Joaquín M. López Muñoz
10fe2cd1ab added random access indices; used some type hiding
[SVN r32665]
2006-02-06 15:45:42 +00:00
Joaquín M. López Muñoz
1e39e5f9af added rearrange facilities
[SVN r32645]
2006-02-06 15:15:45 +00:00
Joaquín M. López Muñoz
92207dde6a erase(position) and erase(first,last) for ordered and hashed indices now return iterator to following element
[SVN r30719]
2005-08-29 11:48:20 +00:00
Joaquín M. López Muñoz
5eb2679f11 rewritten previous tweak so as to work with multitoolset bjam invocations (kudos to Markus Schöpflin)
[SVN r29947]
2005-07-08 16:14:55 +00:00
Joaquín M. López Muñoz
8ae46eb0fd made boost::hash valid for composite_key_results when there's no template partial specialization
[SVN r29336]
2005-06-01 13:19:46 +00:00
Joaquín M. López Muñoz
3546d0863c disabled invariant-checking in GCC 4.0 20041026 (Apple build 4061) due to a compiler bug affecting scope guards
[SVN r29199]
2005-05-26 05:58:51 +00:00
Markus Schöpflin
c7da511d5e Don't use debug symbols for all toolsets matching "gcc*" on Tru64.
[SVN r28761]
2005-05-09 09:43:28 +00:00
Joaquín M. López Muñoz
be06dec001 turned debug symbols off for GCC/Tru64
[SVN r28690]
2005-05-06 07:51:10 +00:00
Joaquín M. López Muñoz
af5b59059f silly bug
[SVN r28466]
2005-04-25 06:07:01 +00:00
Joaquín M. López Muñoz
bdc4558ca6 protected against serialization tracking due to spurious address sharing; adapted to serialization stricter rules on saving and constness
[SVN r28406]
2005-04-22 08:10:41 +00:00
Rene Rivera
344947128d Fix bjam error when Spirit is not found, which is required for use of Boost.Serialization.
[SVN r28347]
2005-04-20 22:12:53 +00:00
Vladimir Prus
a43abdfe5f Sync with V1 Jamfile
[SVN r28243]
2005-04-14 11:51:29 +00:00
Joaquín M. López Muñoz
7d5451215d added test_hash_ops and test_observers
[SVN r27859]
2005-03-28 13:04:31 +00:00
Joaquín M. López Muñoz
d5835caad6 changes to cover hashed indices
[SVN r27858]
2005-03-28 13:03:52 +00:00
Joaquín M. López Muñoz
a3d458229e added test_hash_ops and test_observers
[SVN r27857]
2005-03-28 12:58:33 +00:00
Joaquín M. López Muñoz
47053672a2 new test
[SVN r27821]
2005-03-28 11:03:08 +00:00
Joaquín M. López Muñoz
f49ca98c71 added hashed indices
[SVN r27820]
2005-03-28 11:03:07 +00:00
Joaquín M. López Muñoz
c71f118114 fixed trivial error
[SVN r26889]
2005-01-28 07:37:30 +00:00
Joaquín M. López Muñoz
435a1ac087 elminated some serialization make_nvp's so as to alleviate MSVC symbol stress
[SVN r26698]
2005-01-14 12:30:46 +00:00
Joaquín M. López Muñoz
980b11f00e added iterator serialization
[SVN r26690]
2005-01-13 14:00:55 +00:00
Joaquín M. López Muñoz
840d57815b fixed issues with serialization free functions and ADL
[SVN r26553]
2004-12-20 14:50:46 +00:00
Joaquín M. López Muñoz
8b3416b6ae stray const made an overload invisible to CW
[SVN r26537]
2004-12-17 07:22:15 +00:00
Joaquín M. López Muñoz
d044f6e769 serialization needs CW locale support
[SVN r26524]
2004-12-16 09:15:03 +00:00
Joaquín M. López Muñoz
0b8f770735 stray const made an overload invisible to GCC 3.4.2
[SVN r26523]
2004-12-16 09:11:07 +00:00
Joaquín M. López Muñoz
ac2fad60b1 added serialization support
[SVN r26504]
2004-12-14 18:34:33 +00:00
Joaquín M. López Muñoz
1869a8827d added serialization support
[SVN r26501]
2004-12-14 18:24:21 +00:00
Joaquín M. López Muñoz
12abc914bc changed a class which need not be templatized
[SVN r26310]
2004-11-26 08:44:35 +00:00
Joaquín M. López Muñoz
8fd3e2fd3f fixed bug in ordered_index_node_impl::restore
[SVN r26180]
2004-11-11 11:53:26 +00:00
Joaquín M. López Muñoz
554ad57587 improved coverage of get_allocator memfuns
[SVN r25443]
2004-09-28 08:12:41 +00:00
Aleksey Gurtovoy
3954c2f22e merge new MPL version from 'mplbook' branch
[SVN r24874]
2004-09-02 15:41:37 +00:00
Joaquín M. López Muñoz
3691e14993 slight rewriting to accommodate a problem with Compaq C++ for Tru64 Unix
[SVN r24710]
2004-08-24 13:44:32 +00:00
Joaquín M. López Muñoz
aa298392e2 improved workaround coverage
[SVN r24672]
2004-08-23 14:42:04 +00:00
Joaquín M. López Muñoz
75f135d35c modified sequenced index erase memfuns to return an iterator
[SVN r24068]
2004-07-26 08:22:33 +00:00
Joaquín M. López Muñoz
cd62da5ed2 extended safe mode to deal with assignments of invalid iterators
[SVN r23904]
2004-07-21 15:19:11 +00:00
Joaquín M. López Muñoz
da995c357a added pragma to suppress warns about offsetof with vacpp 6.0
[SVN r23141]
2004-06-21 15:00:59 +00:00
Vladimir Prus
75b465a86b Added V2 Jamfile
[SVN r23072]
2004-06-10 11:14:08 +00:00
Joaquín M. López Muñoz
eb2a1dbca3 license update
[SVN r22959]
2004-05-28 08:06:41 +00:00
Joaquín M. López Muñoz
e6e3da72f5 test_class made Assignable
[SVN r22907]
2004-05-24 06:28:33 +00:00
Joaquín M. López Muñoz
9de8fc65f8 tweak to satisfy GCC versions prior to 3.3.1
[SVN r22888]
2004-05-21 15:14:51 +00:00
Joaquín M. López Muñoz
07cd7eb6b9 arg order reversed so that resulting test names are nicer
[SVN r22797]
2004-05-12 06:37:30 +00:00
Joaquín M. López Muñoz
39f36c432a employee made EqualityComparable and LessThanComparable
[SVN r22789]
2004-05-11 14:46:21 +00:00
Joaquín M. López Muñoz
faffe39d53 improved support for BOOST_HAS_PARTIAL_STD_ALLOCATOR
[SVN r22777]
2004-05-10 15:07:31 +00:00
Joaquín M. López Muñoz
4e7cfa208d trivial bug in index_base::final_max_size_
[SVN r22774]
2004-05-10 05:53:31 +00:00
Joaquín M. López Muñoz
b35bef74e4 initial commit
[SVN r22759]
2004-05-07 10:44:23 +00:00