373 Commits

Author SHA1 Message Date
Joaquín M. López Muñoz
683ab3be1d removed interoperability bits with old safe mode framework
[SVN r32612]
2006-02-06 14:17:29 +00:00
Joaquín M. López Muñoz
aa4edd99cf fixed error in sync() (http://lists.boost.org/boost-users/2006/01/16710.php); fixed some other inconsistencies
[SVN r32611]
2006-02-06 14:14:28 +00:00
Joaquín M. López Muñoz
a87b1eea96 node values are now accessed through a memfun
[SVN r32610]
2006-02-06 14:11:52 +00:00
Joaquín M. López Muñoz
3c1395a626 renamed some identifiers according to newest semantics
[SVN r32609]
2006-02-06 14:09:49 +00:00
Joaquín M. López Muñoz
80812e471a added get_allocator
[SVN r32608]
2006-02-06 14:07:29 +00:00
Joaquín M. López Muñoz
edd622e5ac used aligned_storage according to TR1 interface
[SVN r32607]
2006-02-06 14:06:20 +00:00
Joaquín M. López Muñoz
4db9b44b75 in composite_key()::operator(), restricted acceptance of chained pointers so as to not mask convertibility to Value; overloaded composite_key_compare::operator() to treat non-tuples as tuples of length 1
[SVN r32606]
2006-02-06 14:03:55 +00:00
Joaquín M. López Muñoz
c6a1c3dd92 fixed SF bug #1378025 (https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1378025&group_id=7586), solution ripped from http://mail.python.org/pipermail/c++-sig/2003-October/005986.html
[SVN r32003]
2005-12-12 17:27:12 +00:00
Joaquín M. López Muñoz
7aacfe029e merged from Version_1_33_1
[SVN r31994]
2005-12-12 08:11:55 +00:00
Joaquín M. López Muñoz
1361bfe530 updated; changes meant for 1.34 are included in 1.33.1
[SVN r30812]
2005-09-05 08:40:38 +00:00
Joaquín M. López Muñoz
b92f05140b typos and formatting
[SVN r30811]
2005-09-05 08:39:00 +00:00
Joaquín M. López Muñoz
95d44a6109 fixed a call to reset_object_address (previous version did work, though)
[SVN r30810]
2005-09-05 08:37:35 +00:00
Joaquín M. López Muñoz
c7f63a348f removed some of the previous locks as they don't apply to the protected use cases
[SVN r30809]
2005-09-05 08:34:29 +00:00
Joaquín M. López Muñoz
f1ad358bff fixed an invariant unsafe flow path
[SVN r30767]
2005-09-01 08:00:57 +00:00
Joaquín M. López Muñoz
cfa63b8a4c made safe mode iterators mutithread-safe
[SVN r30750]
2005-08-31 13:50:32 +00:00
Joaquín M. López Muñoz
41be013bc6 updated
[SVN r30723]
2005-08-29 11:53:14 +00:00
Joaquín M. López Muñoz
1e00c5139b erase(position) and erase(first,last) now return iterator to following element
[SVN r30722]
2005-08-29 11:51:56 +00:00
Joaquín M. López Muñoz
b3de839dee updated link to TR1 doc; erase(position) and erase(first,last) now return iterator to following element
[SVN r30721]
2005-08-29 11:51:18 +00:00
Joaquín M. López Muñoz
18234ebeee updated link to TR1 doc
[SVN r30720]
2005-08-29 11:50:18 +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
7343ddf980 added statement about iterator/reference stability
[SVN r30621]
2005-08-22 08:39:25 +00:00
Joaquín M. López Muñoz
434680c817 typo
[SVN r30620]
2005-08-22 08:18:13 +00:00
Douglas Gregor
b28164d7f8 Merged from 1.33.0 release
[SVN r30540]
2005-08-12 13:02:37 +00:00
Joaquín M. López Muñoz
60c428b518 small correction
[SVN r30262]
2005-07-27 07:43:07 +00:00
Joaquín M. López Muñoz
dc0aa687ce updated according to latest regression tests results
[SVN r30244]
2005-07-26 09:20:43 +00:00
Joaquín M. López Muñoz
d1a5e7d40c added GCC 4.0.1
[SVN r30031]
2005-07-13 06:10:38 +00:00
Joaquín M. López Muñoz
1da460528a updated acknowledgements list
[SVN r29985]
2005-07-11 13:52:19 +00:00
Joaquín M. López Muñoz
b7984c6c83 updated according to latest regression tests results
[SVN r29984]
2005-07-11 13:29:26 +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
3ed63ed785 added entry on random access indices
[SVN r29894]
2005-07-05 06:25:44 +00:00
Joaquín M. López Muñoz
4027620ec8 updated according to latest regression tests results
[SVN r29608]
2005-06-16 09:16:25 +00:00
Joaquín M. López Muñoz
1d844cd539 suppressed warning in vacpp 6.0
[SVN r29554]
2005-06-13 16:07:34 +00:00
Joaquín M. López Muñoz
d4ff4dab15 typo
[SVN r29457]
2005-06-07 06:03:13 +00:00
Joaquín M. López Muñoz
9684b049a4 added link to TR1 doc; typo
[SVN r29456]
2005-06-07 06:01:08 +00:00
Joaquín M. López Muñoz
c6ef47da18 updated according to latest regression tests results; suppressed a reference to the release regression tests page
[SVN r29404]
2005-06-03 13:13:36 +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
5d4107a5fa "template class" -> "class template"
[SVN r29278]
2005-05-30 06:14:23 +00:00
Joaquín M. López Muñoz
954004189a made snippet conformant to serialization stricter rules on saving and constness
[SVN r29245]
2005-05-27 15:08:44 +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
Joaquín M. López Muñoz
f1176d462b minor reformatting
[SVN r29055]
2005-05-19 06:00:34 +00:00
Joaquín M. López Muñoz
c943abed6c typo
[SVN r29025]
2005-05-18 05:59:46 +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
Eric Niebler
413e30393a min/max fixes
[SVN r28750]
2005-05-09 01:00:41 +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
Joaquín M. López Muñoz
6e33d0ef2a adapted to serialization stricter rules on saving and constness
[SVN r28405]
2005-04-22 08:07:47 +00:00
Joaquín M. López Muñoz
94894da751 copypaste error
[SVN r28377]
2005-04-21 09:22:51 +00:00
Joaquín M. López Muñoz
d8ad2dd48b included a smaller part of Boost.Hash
[SVN r28367]
2005-04-21 07:08:33 +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