Removed old test directory
authorkhizmax <libcds.dev@gmail.com>
Mon, 30 May 2016 20:01:05 +0000 (23:01 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 30 May 2016 20:01:05 +0000 (23:01 +0300)
commit722f00c7f3f60761e9f0198a774a1a8aafa4131d
tree97a2e8fc5d9591c75d78f997fdc8143539b996dd
parentdc42eb61d5257df0d28e1a5dd1d3c389bd0fdb72
Removed old test directory
Removed old Makefile-based build scripts
61 files changed:
.gitignore
build/Makefile [deleted file]
build/build.sh [deleted file]
build/sample/build-freebsd-amd64.sh [deleted file]
build/sample/build-hpux1123.sh [deleted file]
build/sample/build-hpux1131.sh [deleted file]
build/sample/build-linux-amd64.sh [deleted file]
build/sample/build-linux-ia64.sh [deleted file]
build/sample/build-linux-ppc64.sh [deleted file]
build/sample/build-linux-sparc.sh [deleted file]
build/sample/build-linux-x86.sh [deleted file]
build/sample/build-mingw-amd64.bat [deleted file]
build/sample/build-osx-clang-libc++.sh [deleted file]
build/sample/build-osx-gcc.sh [deleted file]
build/sample/build-sun-sparc.sh [deleted file]
projects/source.libcds.mk [deleted file]
projects/source.test-common.mk [deleted file]
projects/source.unit.misc.mk [deleted file]
tests/CMakeLists.txt [deleted file]
tests/cppunit/cppunit_mini.h [deleted file]
tests/cppunit/cppunit_proxy.h [deleted file]
tests/cppunit/file_reporter.h [deleted file]
tests/cppunit/test_beans.h [deleted file]
tests/cppunit/test_main.cpp [deleted file]
tests/cppunit/thread.cpp [deleted file]
tests/cppunit/thread.h [deleted file]
tests/data/split.pl [deleted file]
tests/data/test-debug.conf [deleted file]
tests/data/test-express.conf [deleted file]
tests/data/test.conf [deleted file]
tests/data/text.txt [deleted file]
tests/hashing/city.cpp [deleted file]
tests/hashing/city.h [deleted file]
tests/hashing/citycrc.h [deleted file]
tests/hashing/hash_func.h [deleted file]
tests/unit/CMakeLists.txt [deleted file]
tests/unit/_template.cpp [deleted file]
tests/unit/alloc/hoard_threadtest.cpp [deleted file]
tests/unit/alloc/larson.cpp [deleted file]
tests/unit/alloc/linux_scale.cpp [deleted file]
tests/unit/alloc/michael_allocator.cpp [deleted file]
tests/unit/alloc/michael_allocator.h [deleted file]
tests/unit/alloc/random.cpp [deleted file]
tests/unit/alloc/random_gen.h [deleted file]
tests/unit/ellen_bintree_update_desc_pool.cpp [deleted file]
tests/unit/ellen_bintree_update_desc_pool.h [deleted file]
tests/unit/lock/nolock.h [deleted file]
tests/unit/lock/spinlock.cpp [deleted file]
tests/unit/lock/win32_lock.h [deleted file]
tests/unit/michael_alloc.cpp [deleted file]
tests/unit/michael_alloc.h [deleted file]
tests/unit/nonconcurrent_iterator_sequence.h [deleted file]
tests/unit/print_bronsonavltree_stat.h [deleted file]
tests/unit/print_cuckoo_stat.h [deleted file]
tests/unit/print_ellenbintree_stat.h [deleted file]
tests/unit/print_feldman_hashset_stat.h [deleted file]
tests/unit/print_mspriorityqueue_stat.h [deleted file]
tests/unit/print_segmentedqueue_stat.h [deleted file]
tests/unit/print_skip_list_stat.h [deleted file]
tests/unit/print_split_list_stat.h [deleted file]
tests/unit/print_sync_monitor_stat.h [deleted file]