Ion Gaztañaga
|
2ffe6b2f82
|
Fixed ABI regression introduced in Boost 1.55
|
2014-01-30 14:22:04 +01:00 |
|
Ion Gaztañaga
|
f162078264
|
Implemented equal_range for unique associative containers using lower_bound_range. This might be a bit slower when comparison function is very lightweight, but shines when it's heavy as it just needs to perform a single additional comparison and a possible successor iteration.
|
2014-01-20 12:13:53 +01:00 |
|
Ion Gaztañaga
|
3c6f96a96a
|
Improved "count" for unique associative containers. Instead of calling tree's count just use find() != end() to avoid iterations as there is only one potential key.
Fixed some typos.
|
2014-01-19 14:28:57 +01:00 |
|
Ion Gaztañaga
|
0e755330d9
|
Simplify splay algorithms avoiding redundant calls.
|
2014-01-05 22:16:29 +01:00 |
|
Ion Gaztañaga
|
ea126390a7
|
Changes for 1.56 made during Git transition:
* Improved Doxygen generated reference and updated and fixed forward-declaration header.
* Source breaking: Removed previously deprecated `xxx_dont_splay` functions from splay containers and removed `splay_set_base_hook` and `splay_set_member_hook`from splay containers.
|
2013-12-23 10:15:53 +01:00 |
|
Ion Gaztañaga
|
fbd8e26461
|
* Big refactoring in order to reduce template and debug symbol bloat.
* Fixes #8698
* Implemented SCARY iterators
[SVN r85165]
|
2013-07-28 22:10:37 +00:00 |
|