Splitted up map_insdelfind test to reduce compiling time and memory requirements
authorkhizmax <khizmax@gmail.com>
Wed, 25 Mar 2015 12:59:05 +0000 (15:59 +0300)
committerkhizmax <khizmax@gmail.com>
Wed, 25 Mar 2015 12:59:05 +0000 (15:59 +0300)
commit382475a8db4da240ddcdb3ddaf916063d3e41060
treedf96c149ab4ddcf187406a253dc49d49c31f46d6
parente7c7870ca1afd1810fe8f6a511be9fef07bafcea
Splitted up map_insdelfind test to reduce compiling time and memory requirements
16 files changed:
projects/Win/vc12/unit-map-find.vcxproj.filters [new file with mode: 0644]
projects/Win/vc12/unit-map-insdel.vcxproj
projects/Win/vc12/unit-map-insdel.vcxproj.filters [new file with mode: 0644]
projects/Win/vc12/unit-set-insdel.vcxproj.filters [new file with mode: 0644]
projects/source.unit.map.mk
tests/unit/map2/map_insdelfind.cpp
tests/unit/map2/map_insdelfind.h [new file with mode: 0644]
tests/unit/map2/map_insdelfind_bronsonavltree.cpp [new file with mode: 0644]
tests/unit/map2/map_insdelfind_cuckoo.cpp [new file with mode: 0644]
tests/unit/map2/map_insdelfind_ellentree.cpp [new file with mode: 0644]
tests/unit/map2/map_insdelfind_michael.cpp [new file with mode: 0644]
tests/unit/map2/map_insdelfind_refinable.cpp [new file with mode: 0644]
tests/unit/map2/map_insdelfind_skip.cpp [new file with mode: 0644]
tests/unit/map2/map_insdelfind_split.cpp [new file with mode: 0644]
tests/unit/map2/map_insdelfind_std.cpp [new file with mode: 0644]
tests/unit/map2/map_insdelfind_striped.cpp [new file with mode: 0644]