Commit Graph
10 Commits
Author SHA1 Message Date
Ion Gaztañaga 02643e91c1 Use new lightweight_test header that disables some annoying warnings from the standard library in MSVC 2026-08-07 00:36:17 +02:00
Ion Gaztañaga 47a98ed1fe Renamed "emplace" as "quick_emplace" and recover strong exception guarantee for "emplace". 2026-06-05 00:37:12 +02:00
Ion Gaztañaga 6765a2a489 Removed segmented iterator machinery 2026-06-04 22:38:57 +02:00
Ion Gaztañaga 2db8a3105e Remove bad get_iterator case, new implementation asserts in that case 2026-05-25 22:24:03 +02:00
Ion Gaztañaga dddce5beaa Update "hub" to the post-review version and update "nest", its test and benchamarks accordingly. 2026-05-25 21:55:00 +02:00
Ion Gaztañaga dcaf49b677 Performance improvements to nest, and fixed bug when allocators are unequal 2026-04-22 01:11:10 +02:00
Ion Gaztañaga 7a21853b26 Add test for segment and local iterators 2026-03-17 23:26:44 +01:00
Ion Gaztañaga 8bad508361 Add missing simple tests for public API methods 2026-02-22 19:08:10 +01:00
Ion Gaztañaga 9fa2319339 add test for move constructor and move assignment with unequal allocators 2026-02-22 17:36:13 +01:00
Ion Gaztañaga 078fb8671e Added, for testing and comparison and benchmarking purposes, experimental "nest" container under "experimental" folder, a C++03 backport and adaptation to use Boost.Container internals of Joaquín López Muñoz's "hub" container proposal (https://lists.boost.org/archives/list/boost@lists.boost.org/thread/6YXMHMARNAEFTGBTZYYAETCAYCYHHKQP/). 2026-02-11 12:05:12 +01:00