387 Commits

Author SHA1 Message Date
Joaquín M. López Muñoz
a1944a19a2 extended workaround from MSVC 6.0 to 7.0
[SVN r33142]
2006-02-27 14:06:06 +00:00
Joaquín M. López Muñoz
c2d7a65cfd lexical error
[SVN r33050]
2006-02-21 07:18:14 +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
5e790014c1 restructured into several pages under doc/tutorial/
[SVN r32673]
2006-02-06 16:14:05 +00:00
Joaquín M. López Muñoz
a9c89540ac moved to doc/tutorial/multi_index_cont_example.png
[SVN r32672]
2006-02-06 16:12:58 +00:00
Joaquín M. López Muñoz
1fc02c6b1d removed as parts of the old safe mode framework
[SVN r32671]
2006-02-06 16:08:18 +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
b81ee48320 extended test period to increase robustness; considered __GLIBCXX__ for node size calculations
[SVN r32664]
2006-02-06 15:43:36 +00:00
Joaquín M. López Muñoz
e043cadb7c added random_access and rearrange
[SVN r32663]
2006-02-06 15:41:56 +00:00
Joaquín M. López Muñoz
233fd40984 removed test_special_list_ops; added test_rearrange; added navigational <link>s;
[SVN r32662]
2006-02-06 15:41:00 +00:00
Joaquín M. López Muñoz
67c04d598f updated; added navigational <link>s
[SVN r32661]
2006-02-06 15:39:35 +00:00
Joaquín M. López Muñoz
f1dde3d84e added rearrange facilities; added navigational <link>s; typos
[SVN r32660]
2006-02-06 15:38:39 +00:00
Joaquín M. López Muñoz
f8eb1b16ce added navigational <link>s
[SVN r32659]
2006-02-06 15:36:55 +00:00
Joaquín M. López Muñoz
119d6d4a1c 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; added navigational <link>s
[SVN r32658]
2006-02-06 15:35:31 +00:00
Joaquín M. López Muñoz
8682a33fcb new section on index views; added navigational <link>s
[SVN r32657]
2006-02-06 15:33:56 +00:00
Joaquín M. López Muñoz
34da3c9fd5 added random access indices; added navigational <link>s
[SVN r32656]
2006-02-06 15:32:27 +00:00
Joaquín M. López Muñoz
0bacd6fbed updated performance figures; discussed ordered index nodes compression; added navigational <link>s
[SVN r32655]
2006-02-06 15:30:50 +00:00
Joaquín M. López Muñoz
98d4cea748 updated performance figures
[SVN r32653]
2006-02-06 15:24:25 +00:00
Joaquín M. López Muñoz
a872178185 some link adjustment; added navigational <link>s
[SVN r32652]
2006-02-06 15:22:34 +00:00
Joaquín M. López Muñoz
027b5105ac removed the part on random access indices (already implemented); added navigational <link>s
[SVN r32651]
2006-02-06 15:21:34 +00:00
Joaquín M. López Muñoz
d18e3fd6a5 new examples for random access indices and rearrange facilities; added navigational <link>s
[SVN r32650]
2006-02-06 15:20:23 +00:00
Joaquín M. López Muñoz
ae533e1b16 noted limitations due to lack of SFINAE and function template ordering support; added navigational <link>s
[SVN r32649]
2006-02-06 15:19:25 +00:00
Joaquín M. López Muñoz
4f6d05b115 added acknowledgements for 1.34 release; added navigational <link>s
[SVN r32647]
2006-02-06 15:17:11 +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
c1f8fc6348 added random access indices
[SVN r32644]
2006-02-06 15:14:51 +00:00
Joaquín M. López Muñoz
f1dcc889ec coming from doc/advanced_topics.html
[SVN r32643]
2006-02-06 15:13:18 +00:00
Joaquín M. López Muñoz
1669a1fb2d moved from doc/multi_index_cont_example.png
[SVN r32642]
2006-02-06 15:12:21 +00:00
Joaquín M. López Muñoz
5fd646dc67 coming from doc/advanced_topics.html; new sections on key extraction concepts and predefined key extractors
[SVN r32641]
2006-02-06 15:10:56 +00:00
Joaquín M. López Muñoz
ac2a6d72a3 coming from doc/advanced_topics.html; new sections on index classification, random access indices, index rearranging and ordered indices node compression
[SVN r32640]
2006-02-06 15:09:06 +00:00
Joaquín M. López Muñoz
8d3cfd51a8 coming from doc/tutorial.html
[SVN r32639]
2006-02-06 15:07:46 +00:00
Joaquín M. López Muñoz
35a151c9b0 coming from doc/advanced_topics.html
[SVN r32638]
2006-02-06 15:06:06 +00:00
Joaquín M. López Muñoz
aa0ef9b10c coming from doc/advanced_topics.html; new section on value semantics
[SVN r32637]
2006-02-06 15:05:19 +00:00
Joaquín M. López Muñoz
cc3da5b51c new member in the family
[SVN r32636]
2006-02-06 15:02:04 +00:00
Joaquín M. López Muñoz
83a1b490ea unsigned integral type with the same size as void *
[SVN r32635]
2006-02-06 15:01:26 +00:00
Joaquín M. López Muñoz
12b9ac21c4 helper class to help reduce symbol name lenghts when using safe mode in MSVC 6.0
[SVN r32634]
2006-02-06 15:00:14 +00:00
Joaquín M. López Muñoz
5190a31109 generic iterator for random access indices
[SVN r32633]
2006-02-06 14:58:46 +00:00
Joaquín M. López Muñoz
192d43569b internal version of boost::iterator_adaptor with better compile times
[SVN r32632]
2006-02-06 14:57:31 +00:00
Joaquín M. López Muñoz
aa5cfdfb3c added random access indices
[SVN r32631]
2006-02-06 14:56:21 +00:00
Joaquín M. López Muñoz
519d96871f generic iterator for bidirectional indices
[SVN r32630]
2006-02-06 14:52:08 +00:00
Joaquín M. López Muñoz
9c61f94492 MSVC 6.0 workaround for index_type_list; node values are now accessed through a memfun
[SVN r32629]
2006-02-06 14:49:58 +00:00
Joaquín M. López Muñoz
dd5a6bd9a4 adapted to new safe mode framework; node values are now accessed through a memfun; new rearrange memfun; tiny optimization
[SVN r32628]
2006-02-06 14:48:22 +00:00
Joaquín M. López Muñoz
37ca90b823 out of bounds checking
[SVN r32627]
2006-02-06 14:46:03 +00:00