rename cds::lock namespace to cds::sync, move corresponding .h files
authorkhizmax <libcds.dev@gmail.com>
Sat, 31 Jan 2015 13:57:28 +0000 (16:57 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 31 Jan 2015 14:48:42 +0000 (17:48 +0300)
commite5a7366d7fd32c9d0d540e094a7810120c31856c
treeaedaf4f9ec5a6b8fced2d3a1803eaa7789bb253c
parent6f8907a8d09678b9f5aae045891ad540b59af458
rename cds::lock namespace to cds::sync, move corresponding .h files

Conflicts:
projects/Win/vc12/cds.vcxproj.filters
78 files changed:
cds/algo/flat_combining.h
cds/container/details/lazy_list_base.h
cds/container/fcdeque.h
cds/container/fcpriority_queue.h
cds/container/fcqueue.h
cds/container/fcstack.h
cds/container/mspriority_queue.h
cds/container/rwqueue.h
cds/container/segmented_queue.h
cds/container/treiber_stack.h
cds/gc/details/dhp.h
cds/intrusive/cuckoo_set.h
cds/intrusive/details/lazy_list_base.h
cds/intrusive/fcqueue.h
cds/intrusive/fcstack.h
cds/intrusive/lazy_list_nogc.h
cds/intrusive/mspriority_queue.h
cds/intrusive/segmented_queue.h
cds/intrusive/striped_set/striping_policy.h
cds/intrusive/treiber_stack.h
cds/lock/array.h
cds/lock/spinlock.h
cds/memory/michael/allocator.h
cds/opt/options.h
cds/sync/injected_monitor.h [new file with mode: 0644]
cds/sync/spinlock.h [new file with mode: 0644]
change.log
projects/Win/vc12/cds.vcxproj
projects/Win/vc12/cds.vcxproj.filters
tests/test-hdr/map/hdr_refinable_hashmap_boost_flat_map.cpp
tests/test-hdr/map/hdr_refinable_hashmap_boost_list.cpp
tests/test-hdr/map/hdr_refinable_hashmap_boost_map.cpp
tests/test-hdr/map/hdr_refinable_hashmap_boost_unordered_map.cpp
tests/test-hdr/map/hdr_refinable_hashmap_hashmap_std.cpp
tests/test-hdr/map/hdr_refinable_hashmap_list.cpp
tests/test-hdr/map/hdr_refinable_hashmap_map.cpp
tests/test-hdr/map/hdr_refinable_hashmap_slist.cpp
tests/test-hdr/map/hdr_striped_hashmap_boost_flat_map.cpp
tests/test-hdr/map/hdr_striped_hashmap_boost_list.cpp
tests/test-hdr/map/hdr_striped_hashmap_boost_map.cpp
tests/test-hdr/map/hdr_striped_hashmap_boost_unordered_map.cpp
tests/test-hdr/map/hdr_striped_hashmap_hashmap_std.cpp
tests/test-hdr/map/hdr_striped_hashmap_list.cpp
tests/test-hdr/map/hdr_striped_hashmap_map.cpp
tests/test-hdr/map/hdr_striped_hashmap_slist.cpp
tests/test-hdr/set/hdr_refinable_hashset_boost_flat_set.cpp
tests/test-hdr/set/hdr_refinable_hashset_boost_list.cpp
tests/test-hdr/set/hdr_refinable_hashset_boost_set.cpp
tests/test-hdr/set/hdr_refinable_hashset_boost_stable_vector.cpp
tests/test-hdr/set/hdr_refinable_hashset_boost_unordered_set.cpp
tests/test-hdr/set/hdr_refinable_hashset_boost_vector.cpp
tests/test-hdr/set/hdr_refinable_hashset_hashset_std.cpp
tests/test-hdr/set/hdr_refinable_hashset_list.cpp
tests/test-hdr/set/hdr_refinable_hashset_set.cpp
tests/test-hdr/set/hdr_refinable_hashset_slist.cpp
tests/test-hdr/set/hdr_refinable_hashset_vector.cpp
tests/test-hdr/set/hdr_striped_hashset_boost_flat_set.cpp
tests/test-hdr/set/hdr_striped_hashset_boost_list.cpp
tests/test-hdr/set/hdr_striped_hashset_boost_set.cpp
tests/test-hdr/set/hdr_striped_hashset_boost_stable_vector.cpp
tests/test-hdr/set/hdr_striped_hashset_boost_unordered_set.cpp
tests/test-hdr/set/hdr_striped_hashset_boost_vector.cpp
tests/test-hdr/set/hdr_striped_hashset_hashset_std.cpp
tests/test-hdr/set/hdr_striped_hashset_list.cpp
tests/test-hdr/set/hdr_striped_hashset_set.cpp
tests/test-hdr/set/hdr_striped_hashset_slist.cpp
tests/test-hdr/set/hdr_striped_hashset_vector.cpp
tests/unit/alloc/random.cpp
tests/unit/lock/spinlock.cpp
tests/unit/map2/map_insdel_func.cpp
tests/unit/map2/map_types.h
tests/unit/pqueue/pqueue_type.h
tests/unit/queue/intrusive_queue_type.h
tests/unit/queue/std_queue.h
tests/unit/set2/set_insdel_func.h
tests/unit/set2/set_types.h
tests/unit/stack/intrusive_stack_type.h
tests/unit/stack/stack_type.h