0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minimal code style fix: changed order of some private typedefs. More... almost 14 years ago
Minimal code style fix: changed order of some private typedefs. More... almost 14 years ago
Added the 'set' include and some typo fixes. More... almost 14 years ago
Introduced some more private typedefs that are used instead of 'array<T, N>', 'array<T, N> *' and 'array<T, N> &'. Also changed functor private memember names from 'm_foo' to 'foo' scheme to adhere better to Boost naming conventions. More... almost 14 years ago
Introduced some more private typedefs that are used instead of 'array<T, N>', 'array<T, N> *' and 'array<T, N> &'. Also changed functor private memember names from 'm_foo' to 'foo' scheme to adhere better to Boost naming conventions. More... almost 14 years ago
Replaced occurences of 'vectory_type &' with the cleaner typedef 'vector_type_reference'. More... almost 14 years ago
Replaced occurences of 'vectory_type &' with the cleaner typedef 'vector_type_reference'. More... almost 14 years ago
Changed remaining usage of 'tree_type' to 'multiset_type', mostly in iterator prototype definitions. More... almost 14 years ago
Added hint on further prerequisites that enable API doc builds. More... almost 14 years ago
Added std::ostream::operator<< for multiset to be able to print it. More... almost 14 years ago
Expanded the test case. More... almost 14 years ago
Adapted some more code comments to the new multiset class and template parameters. More... almost 14 years ago
Removed some code comment parts regarding vector::iterator that are more specific to array::iterator, which is used internally. More... almost 14 years ago
Removed some code comment parts regarding vector::iterator that are more specific to array::iterator, which is used internally. More... almost 14 years ago
Protyped multiset interface. More... almost 14 years ago
Changed some more unit tests to multiset. More... almost 14 years ago
Renamed class btree to multiset and changed most code comments accordingly. More... almost 14 years ago
Changed code comment to signal that this is an internal class of class vector. More... almost 14 years ago
Changed code comment to signal that this is an internal class of class vector. More... almost 14 years ago
Expanded test a bit. More... almost 14 years ago
Expanded test a bit. More... almost 14 years ago
Typo fix. More... almost 14 years ago
Added a test for the initial case in storage check to avoid a false positive. More... almost 14 years ago
Don't test againt capacity in size check to avoid circular references. More... almost 14 years ago
The storage check is more or less complete now. More... almost 14 years ago
Size is now set correctly in all insert() methods. The resize() method now correctly sets the parent of all new chunks. More... almost 14 years ago
Added some debug output to the vector_chunk constructor. More... almost 14 years ago
Correctly initialize index variable in print_raw() More... almost 14 years ago
Whitespace fixes. More... almost 14 years ago
Renamed class 'checksummed_array' to simpler 'array' as it is actually a drop-in replacement for boost::array. Furthermore the checksumming stuff is internal, therefore this doesn't need to be in the class name. More... almost 14 years ago