From 9e2654f9e05fa1ed4cbb78387363d735d385b74c Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 22 Jan 2015 23:24:18 +0300 Subject: [PATCH] issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files --- cds/algo/atomic.h | 6 +++--- cds/algo/backoff_strategy.h | 6 +++--- cds/algo/base.h | 6 +++--- cds/algo/bitop.h | 6 +++--- cds/algo/elimination.h | 6 +++--- cds/algo/elimination_opt.h | 6 +++--- cds/algo/elimination_tls.h | 6 +++--- cds/algo/flat_combining.h | 6 +++--- cds/algo/int_algo.h | 6 +++--- cds/compiler/backoff.h | 6 +++--- cds/compiler/bitop.h | 6 +++--- cds/compiler/clang/defs.h | 6 +++--- cds/compiler/cxx11_atomic.h | 6 +++--- cds/compiler/defs.h | 6 +++--- cds/compiler/gcc/amd64/backoff.h | 6 +++--- cds/compiler/gcc/amd64/bitop.h | 6 +++--- cds/compiler/gcc/amd64/cxx11_atomic.h | 6 +++--- cds/compiler/gcc/compiler_barriers.h | 6 +++--- cds/compiler/gcc/compiler_macro.h | 6 +++--- cds/compiler/gcc/defs.h | 6 +++--- cds/compiler/gcc/ia64/backoff.h | 6 +++--- cds/compiler/gcc/ia64/bitop.h | 6 +++--- cds/compiler/gcc/ia64/cxx11_atomic.h | 6 +++--- cds/compiler/gcc/ppc64/backoff.h | 6 +++--- cds/compiler/gcc/ppc64/bitop.h | 6 +++--- cds/compiler/gcc/sparc/backoff.h | 6 +++--- cds/compiler/gcc/sparc/bitop.h | 6 +++--- cds/compiler/gcc/sparc/cxx11_atomic.h | 6 +++--- cds/compiler/gcc/x86/backoff.h | 6 +++--- cds/compiler/gcc/x86/bitop.h | 6 +++--- cds/compiler/gcc/x86/cxx11_atomic.h | 6 +++--- cds/compiler/gcc/x86/cxx11_atomic32.h | 6 +++--- cds/compiler/icl/compiler_barriers.h | 6 +++--- cds/compiler/icl/defs.h | 6 +++--- cds/compiler/vc/amd64/backoff.h | 6 +++--- cds/compiler/vc/amd64/bitop.h | 6 +++--- cds/compiler/vc/amd64/cxx11_atomic.h | 6 +++--- cds/compiler/vc/compiler_barriers.h | 6 +++--- cds/compiler/vc/defs.h | 6 +++--- cds/compiler/vc/x86/backoff.h | 6 +++--- cds/compiler/vc/x86/bitop.h | 6 +++--- cds/compiler/vc/x86/cxx11_atomic.h | 6 +++--- cds/container/basket_queue.h | 6 +++--- cds/container/bronson_avltree_map_rcu.h | 6 +++--- cds/container/cuckoo_map.h | 6 +++--- cds/container/cuckoo_set.h | 6 +++--- cds/container/details/base.h | 6 +++--- cds/container/details/bronson_avltree_base.h | 6 +++--- cds/container/details/cuckoo_base.h | 6 +++--- cds/container/details/ellen_bintree_base.h | 6 +++--- cds/container/details/guarded_ptr_cast.h | 6 +++--- cds/container/details/lazy_list_base.h | 6 +++--- cds/container/details/make_lazy_kvlist.h | 6 +++--- cds/container/details/make_lazy_list.h | 6 +++--- cds/container/details/make_michael_kvlist.h | 6 +++--- cds/container/details/make_michael_list.h | 6 +++--- cds/container/details/make_skip_list_map.h | 6 +++--- cds/container/details/make_skip_list_set.h | 6 +++--- cds/container/details/make_split_list_set.h | 14 +++++++------- cds/container/details/michael_list_base.h | 6 +++--- cds/container/details/michael_map_base.h | 6 +++--- cds/container/details/michael_set_base.h | 6 +++--- cds/container/details/skip_list_base.h | 6 +++--- cds/container/details/split_list_base.h | 6 +++--- cds/container/ellen_bintree_map_dhp.h | 6 +++--- cds/container/ellen_bintree_map_hp.h | 6 +++--- cds/container/ellen_bintree_map_rcu.h | 6 +++--- cds/container/ellen_bintree_set_dhp.h | 6 +++--- cds/container/ellen_bintree_set_hp.h | 6 +++--- cds/container/ellen_bintree_set_rcu.h | 6 +++--- cds/container/fcdeque.h | 6 +++--- cds/container/fcpriority_queue.h | 6 +++--- cds/container/fcqueue.h | 6 +++--- cds/container/fcstack.h | 6 +++--- cds/container/impl/bronson_avltree_map_rcu.h | 6 +++--- cds/container/impl/ellen_bintree_map.h | 6 +++--- cds/container/impl/ellen_bintree_set.h | 6 +++--- cds/container/impl/lazy_kvlist.h | 6 +++--- cds/container/impl/lazy_list.h | 6 +++--- cds/container/impl/michael_kvlist.h | 6 +++--- cds/container/impl/michael_list.h | 6 +++--- cds/container/impl/skip_list_map.h | 6 +++--- cds/container/impl/skip_list_set.h | 6 +++--- cds/container/lazy_kvlist_dhp.h | 6 +++--- cds/container/lazy_kvlist_hp.h | 6 +++--- cds/container/lazy_kvlist_nogc.h | 6 +++--- cds/container/lazy_kvlist_rcu.h | 6 +++--- cds/container/lazy_list_dhp.h | 6 +++--- cds/container/lazy_list_hp.h | 6 +++--- cds/container/lazy_list_nogc.h | 6 +++--- cds/container/lazy_list_rcu.h | 6 +++--- cds/container/michael_kvlist_dhp.h | 6 +++--- cds/container/michael_kvlist_hp.h | 6 +++--- cds/container/michael_kvlist_nogc.h | 6 +++--- cds/container/michael_kvlist_rcu.h | 6 +++--- cds/container/michael_list_dhp.h | 6 +++--- cds/container/michael_list_hp.h | 6 +++--- cds/container/michael_list_nogc.h | 6 +++--- cds/container/michael_list_rcu.h | 6 +++--- cds/container/michael_map.h | 6 +++--- cds/container/michael_map_nogc.h | 6 +++--- cds/container/michael_map_rcu.h | 6 +++--- cds/container/michael_set.h | 6 +++--- cds/container/michael_set_nogc.h | 6 +++--- cds/container/michael_set_rcu.h | 6 +++--- cds/container/moir_queue.h | 6 +++--- cds/container/mspriority_queue.h | 6 +++--- cds/container/msqueue.h | 6 +++--- cds/container/optimistic_queue.h | 6 +++--- cds/container/rwqueue.h | 6 +++--- cds/container/segmented_queue.h | 6 +++--- cds/container/skip_list_map_dhp.h | 6 +++--- cds/container/skip_list_map_hp.h | 6 +++--- cds/container/skip_list_map_nogc.h | 6 +++--- cds/container/skip_list_map_rcu.h | 6 +++--- cds/container/skip_list_set_dhp.h | 6 +++--- cds/container/skip_list_set_hp.h | 6 +++--- cds/container/skip_list_set_nogc.h | 6 +++--- cds/container/skip_list_set_rcu.h | 6 +++--- cds/container/split_list_map.h | 6 +++--- cds/container/split_list_map_nogc.h | 6 +++--- cds/container/split_list_map_rcu.h | 6 +++--- cds/container/split_list_set.h | 6 +++--- cds/container/split_list_set_nogc.h | 6 +++--- cds/container/split_list_set_rcu.h | 6 +++--- cds/container/striped_map.h | 6 +++--- cds/container/striped_map/boost_flat_map.h | 6 +++--- cds/container/striped_map/boost_list.h | 6 +++--- cds/container/striped_map/boost_map.h | 6 +++--- cds/container/striped_map/boost_slist.h | 6 +++--- cds/container/striped_map/boost_unordered_map.h | 6 +++--- cds/container/striped_map/std_hash_map.h | 6 +++--- cds/container/striped_map/std_hash_map_std.h | 8 ++++---- cds/container/striped_map/std_hash_map_vc.h | 8 ++++---- cds/container/striped_map/std_list.h | 6 +++--- cds/container/striped_map/std_map.h | 6 +++--- cds/container/striped_set.h | 6 +++--- cds/container/striped_set/adapter.h | 6 +++--- cds/container/striped_set/boost_flat_set.h | 6 +++--- cds/container/striped_set/boost_list.h | 6 +++--- cds/container/striped_set/boost_set.h | 6 +++--- cds/container/striped_set/boost_slist.h | 6 +++--- cds/container/striped_set/boost_stable_vector.h | 6 +++--- cds/container/striped_set/boost_unordered_set.h | 6 +++--- cds/container/striped_set/boost_vector.h | 6 +++--- cds/container/striped_set/std_hash_set.h | 6 +++--- cds/container/striped_set/std_hash_set_std.h | 8 ++++---- cds/container/striped_set/std_hash_set_vc.h | 8 ++++---- cds/container/striped_set/std_list.h | 6 +++--- cds/container/striped_set/std_set.h | 6 +++--- cds/container/striped_set/std_vector.h | 6 +++--- cds/container/treiber_stack.h | 6 +++--- cds/container/tsigas_cycle_queue.h | 6 +++--- cds/container/vyukov_mpmc_cycle_queue.h | 6 +++--- cds/details/aligned_allocator.h | 6 +++--- cds/details/aligned_type.h | 6 +++--- cds/details/allocator.h | 6 +++--- cds/details/binary_functor_wrapper.h | 6 +++--- cds/details/bit_reverse_counter.h | 6 +++--- cds/details/bitop_generic.h | 6 +++--- cds/details/bounded_array.h | 6 +++--- cds/details/bounded_container.h | 6 +++--- cds/details/comparator.h | 6 +++--- cds/details/defs.h | 6 +++--- cds/details/is_aligned.h | 6 +++--- cds/details/lib.h | 6 +++--- cds/details/make_const_type.h | 6 +++--- cds/details/marked_ptr.h | 6 +++--- cds/details/static_functor.h | 6 +++--- cds/details/trivial_assign.h | 6 +++--- cds/details/type_padding.h | 6 +++--- cds/gc/default_gc.h | 6 +++--- cds/gc/details/dhp.h | 6 +++--- cds/gc/details/hp.h | 6 +++--- cds/gc/details/hp_alloc.h | 6 +++--- cds/gc/details/hp_type.h | 6 +++--- cds/gc/details/retired_ptr.h | 6 +++--- cds/gc/dhp.h | 6 +++--- cds/gc/hp.h | 6 +++--- cds/gc/impl/dhp_decl.h | 6 +++--- cds/gc/impl/dhp_impl.h | 6 +++--- cds/gc/impl/hp_decl.h | 6 +++--- cds/gc/impl/hp_impl.h | 6 +++--- cds/gc/nogc.h | 6 +++--- cds/init.h | 6 +++--- cds/intrusive/basket_queue.h | 6 +++--- cds/intrusive/cuckoo_set.h | 6 +++--- cds/intrusive/details/base.h | 6 +++--- cds/intrusive/details/ellen_bintree_base.h | 6 +++--- cds/intrusive/details/lazy_list_base.h | 6 +++--- cds/intrusive/details/michael_list_base.h | 6 +++--- cds/intrusive/details/michael_set_base.h | 6 +++--- cds/intrusive/details/node_traits.h | 6 +++--- cds/intrusive/details/single_link_struct.h | 6 +++--- cds/intrusive/details/skip_list_base.h | 6 +++--- cds/intrusive/details/split_list_base.h | 6 +++--- cds/intrusive/ellen_bintree_dhp.h | 6 +++--- cds/intrusive/ellen_bintree_hp.h | 6 +++--- cds/intrusive/ellen_bintree_rcu.h | 6 +++--- cds/intrusive/fcqueue.h | 6 +++--- cds/intrusive/fcstack.h | 6 +++--- cds/intrusive/impl/ellen_bintree.h | 6 +++--- cds/intrusive/impl/lazy_list.h | 6 +++--- cds/intrusive/impl/michael_list.h | 6 +++--- cds/intrusive/impl/skip_list.h | 6 +++--- cds/intrusive/lazy_list_dhp.h | 6 +++--- cds/intrusive/lazy_list_hp.h | 6 +++--- cds/intrusive/lazy_list_nogc.h | 6 +++--- cds/intrusive/lazy_list_rcu.h | 6 +++--- cds/intrusive/michael_list_dhp.h | 6 +++--- cds/intrusive/michael_list_hp.h | 6 +++--- cds/intrusive/michael_list_nogc.h | 6 +++--- cds/intrusive/michael_list_rcu.h | 6 +++--- cds/intrusive/michael_set.h | 6 +++--- cds/intrusive/michael_set_nogc.h | 6 +++--- cds/intrusive/michael_set_rcu.h | 6 +++--- cds/intrusive/moir_queue.h | 6 +++--- cds/intrusive/mspriority_queue.h | 6 +++--- cds/intrusive/msqueue.h | 6 +++--- cds/intrusive/optimistic_queue.h | 6 +++--- cds/intrusive/options.h | 6 +++--- cds/intrusive/segmented_queue.h | 6 +++--- cds/intrusive/skip_list_dhp.h | 6 +++--- cds/intrusive/skip_list_hp.h | 4 ++-- cds/intrusive/skip_list_nogc.h | 6 +++--- cds/intrusive/skip_list_rcu.h | 6 +++--- cds/intrusive/split_list.h | 6 +++--- cds/intrusive/split_list_nogc.h | 6 +++--- cds/intrusive/split_list_rcu.h | 6 +++--- cds/intrusive/striped_set.h | 6 +++--- cds/intrusive/striped_set/adapter.h | 6 +++--- cds/intrusive/striped_set/boost_avl_set.h | 6 +++--- cds/intrusive/striped_set/boost_list.h | 6 +++--- cds/intrusive/striped_set/boost_set.h | 6 +++--- cds/intrusive/striped_set/boost_sg_set.h | 6 +++--- cds/intrusive/striped_set/boost_slist.h | 6 +++--- cds/intrusive/striped_set/boost_splay_set.h | 6 +++--- cds/intrusive/striped_set/boost_treap_set.h | 6 +++--- cds/intrusive/striped_set/boost_unordered_set.h | 6 +++--- cds/intrusive/striped_set/resizing_policy.h | 6 +++--- cds/intrusive/striped_set/striping_policy.h | 4 ++-- cds/intrusive/treiber_stack.h | 6 +++--- cds/intrusive/tsigas_cycle_queue.h | 6 +++--- cds/intrusive/vyukov_mpmc_cycle_queue.h | 6 +++--- cds/lock/array.h | 6 +++--- cds/lock/spinlock.h | 6 +++--- cds/memory/michael/allocator.h | 6 +++--- cds/memory/michael/bound_check.h | 6 +++--- cds/memory/michael/options.h | 6 +++--- cds/memory/michael/osalloc_stat.h | 6 +++--- cds/memory/michael/procheap_stat.h | 6 +++--- cds/memory/pool_allocator.h | 6 +++--- cds/memory/vyukov_queue_pool.h | 6 +++--- cds/opt/buffer.h | 6 +++--- cds/opt/compare.h | 6 +++--- cds/opt/hash.h | 6 +++--- cds/opt/make_options_var.h | 8 ++++---- cds/opt/options.h | 6 +++--- cds/opt/permutation.h | 6 +++--- cds/opt/value_cleaner.h | 6 +++--- cds/os/aix/alloc_aligned.h | 6 +++--- cds/os/aix/timer.h | 8 ++++---- cds/os/aix/topology.h | 8 ++++---- cds/os/alloc_aligned.h | 6 +++--- cds/os/details/fake_topology.h | 6 +++--- cds/os/free_bsd/alloc_aligned.h | 6 +++--- cds/os/free_bsd/timer.h | 8 ++++---- cds/os/free_bsd/topology.h | 8 ++++---- cds/os/hpux/alloc_aligned.h | 6 +++--- cds/os/hpux/timer.h | 6 +++--- cds/os/hpux/topology.h | 8 ++++---- cds/os/libc/alloc_aligned.h | 6 +++--- cds/os/linux/alloc_aligned.h | 6 +++--- cds/os/linux/timer.h | 8 ++++---- cds/os/linux/topology.h | 8 ++++---- cds/os/osx/timer.h | 8 ++++---- cds/os/osx/topology.h | 8 ++++---- cds/os/posix/alloc_aligned.h | 6 +++--- cds/os/posix/fake_topology.h | 8 ++++---- cds/os/posix/thread.h | 6 +++--- cds/os/posix/timer.h | 8 ++++---- cds/os/sunos/alloc_aligned.h | 6 +++--- cds/os/sunos/timer.h | 8 ++++---- cds/os/sunos/topology.h | 8 ++++---- cds/os/thread.h | 6 +++--- cds/os/timer.h | 6 +++--- cds/os/topology.h | 6 +++--- cds/os/win/alloc_aligned.h | 6 +++--- cds/os/win/thread.h | 6 +++--- cds/os/win/timer.h | 8 ++++---- cds/os/win/topology.h | 8 ++++---- cds/threading/details/_common.h | 6 +++--- cds/threading/details/auto_detect.h | 6 +++--- cds/threading/details/cxx11.h | 6 +++--- cds/threading/details/cxx11_manager.h | 6 +++--- cds/threading/details/gcc.h | 6 +++--- cds/threading/details/gcc_manager.h | 6 +++--- cds/threading/details/msvc.h | 6 +++--- cds/threading/details/msvc_manager.h | 6 +++--- cds/threading/details/pthread.h | 6 +++--- cds/threading/details/pthread_manager.h | 6 +++--- cds/threading/details/wintls.h | 6 +++--- cds/threading/details/wintls_manager.h | 6 +++--- cds/threading/model.h | 6 +++--- cds/urcu/exempt_ptr.h | 6 +++--- cds/user_setup/allocator.h | 6 +++--- cds/user_setup/cache_line.h | 6 +++--- cds/user_setup/threading.h | 6 +++--- cds/version.h | 6 +++--- 309 files changed, 949 insertions(+), 949 deletions(-) diff --git a/cds/algo/atomic.h b/cds/algo/atomic.h index 7872fc05..1d3cd243 100644 --- a/cds/algo/atomic.h +++ b/cds/algo/atomic.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CXX11_ATOMIC_H -#define __CDS_CXX11_ATOMIC_H +#ifndef CDSLIB_CXX11_ATOMIC_H +#define CDSLIB_CXX11_ATOMIC_H #include @@ -316,4 +316,4 @@ namespace cds { } // namespace atomicity } // namespace cds -#endif // #ifndef __CDS_CXX11_ATOMIC_H +#endif // #ifndef CDSLIB_CXX11_ATOMIC_H diff --git a/cds/algo/backoff_strategy.h b/cds/algo/backoff_strategy.h index 8b02d1ba..de098c5b 100644 --- a/cds/algo/backoff_strategy.h +++ b/cds/algo/backoff_strategy.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_BACKOFF_STRATEGY_H -#define __CDS_BACKOFF_STRATEGY_H +#ifndef CDSLIB_BACKOFF_STRATEGY_H +#define CDSLIB_BACKOFF_STRATEGY_H /* Filename: backoff_strategy.h @@ -423,4 +423,4 @@ namespace cds { } // namespace cds -#endif // #ifndef __CDS_BACKOFF_STRATEGY_H +#endif // #ifndef CDSLIB_BACKOFF_STRATEGY_H diff --git a/cds/algo/base.h b/cds/algo/base.h index d07ffcb6..0254abeb 100644 --- a/cds/algo/base.h +++ b/cds/algo/base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_ALGO_BASE_H -#define __CDS_ALGO_BASE_H +#ifndef CDSLIB_ALGO_BASE_H +#define CDSLIB_ALGO_BASE_H #include @@ -12,4 +12,4 @@ namespace cds { } // namespace cds -#endif // #ifndef __CDS_ALGO_BASE_H +#endif // #ifndef CDSLIB_ALGO_BASE_H diff --git a/cds/algo/bitop.h b/cds/algo/bitop.h index de9ba52f..4f9803b4 100644 --- a/cds/algo/bitop.h +++ b/cds/algo/bitop.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_BITOP_H -#define __CDS_BITOP_H +#ifndef CDSLIB_BITOP_H +#define CDSLIB_BITOP_H /* Different bit algorithms: @@ -136,5 +136,5 @@ namespace cds { } // namespace bitop } //namespace cds -#endif // #ifndef __CDS_BITOP_H +#endif // #ifndef CDSLIB_BITOP_H diff --git a/cds/algo/elimination.h b/cds/algo/elimination.h index 67e071ba..a6d61c6e 100644 --- a/cds/algo/elimination.h +++ b/cds/algo/elimination.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_ALGO_ELIMINATION_H -#define __CDS_ALGO_ELIMINATION_H +#ifndef CDSLIB_ALGO_ELIMINATION_H +#define CDSLIB_ALGO_ELIMINATION_H #include #include @@ -55,4 +55,4 @@ namespace cds { namespace algo { } // namespace elimination }} // namespace cds::algo -#endif // __CDS_ALGO_ELIMINATION_H +#endif // CDSLIB_ALGO_ELIMINATION_H diff --git a/cds/algo/elimination_opt.h b/cds/algo/elimination_opt.h index 4b41538f..8b0b4d25 100644 --- a/cds/algo/elimination_opt.h +++ b/cds/algo/elimination_opt.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_ALGO_ELIMINATION_OPT_H -#define __CDS_ALGO_ELIMINATION_OPT_H +#ifndef CDSLIB_ALGO_ELIMINATION_OPT_H +#define CDSLIB_ALGO_ELIMINATION_OPT_H #include @@ -34,4 +34,4 @@ namespace cds { namespace opt { }; }} // namespace cds::opt -#endif // #ifndef __CDS_ALGO_ELIMINATION_OPT_H +#endif // #ifndef CDSLIB_ALGO_ELIMINATION_OPT_H diff --git a/cds/algo/elimination_tls.h b/cds/algo/elimination_tls.h index 545e0a1c..db646164 100644 --- a/cds/algo/elimination_tls.h +++ b/cds/algo/elimination_tls.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_ALGO_ELIMINATION_TLS_H -#define __CDS_ALGO_ELIMINATION_TLS_H +#ifndef CDSLIB_ALGO_ELIMINATION_TLS_H +#define CDSLIB_ALGO_ELIMINATION_TLS_H #include @@ -31,4 +31,4 @@ namespace cds { namespace algo { namespace elimination { }}} // cds::algo::elimination -#endif // #ifndef __CDS_ALGO_ELIMINATION_TLS_H +#endif // #ifndef CDSLIB_ALGO_ELIMINATION_TLS_H diff --git a/cds/algo/flat_combining.h b/cds/algo/flat_combining.h index 19fc20bd..877188e0 100644 --- a/cds/algo/flat_combining.h +++ b/cds/algo/flat_combining.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_ALGO_FLAT_COMBINING_H -#define __CDS_ALGO_FLAT_COMBINING_H +#ifndef CDSLIB_ALGO_FLAT_COMBINING_H +#define CDSLIB_ALGO_FLAT_COMBINING_H #include #include @@ -804,4 +804,4 @@ namespace cds { namespace algo { } // namespace flat_combining }} // namespace cds::algo -#endif // #ifndef __CDS_ALGO_FLAT_COMBINING_H +#endif // #ifndef CDSLIB_ALGO_FLAT_COMBINING_H diff --git a/cds/algo/int_algo.h b/cds/algo/int_algo.h index b4db2b82..31cf2763 100644 --- a/cds/algo/int_algo.h +++ b/cds/algo/int_algo.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INT_ALGO_H -#define __CDS_INT_ALGO_H +#ifndef CDSLIB_INT_ALGO_H +#define CDSLIB_INT_ALGO_H #include @@ -71,4 +71,4 @@ namespace cds { namespace beans { } }} // namespace cds::beans -#endif // #ifndef __CDS_INT_ALGO_H +#endif // #ifndef CDSLIB_INT_ALGO_H diff --git a/cds/compiler/backoff.h b/cds/compiler/backoff.h index 23803476..9c5d5bf0 100644 --- a/cds/compiler/backoff.h +++ b/cds/compiler/backoff.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_BACKOFF_IMPL_H -#define __CDS_COMPILER_BACKOFF_IMPL_H +#ifndef CDSLIB_COMPILER_BACKOFF_IMPL_H +#define CDSLIB_COMPILER_BACKOFF_IMPL_H #include @@ -31,4 +31,4 @@ # error "Undefined compiler" #endif -#endif // #ifndef __CDS_COMPILER_BACKOFF_IMPL_H +#endif // #ifndef CDSLIB_COMPILER_BACKOFF_IMPL_H diff --git a/cds/compiler/bitop.h b/cds/compiler/bitop.h index 42ced24a..ef06649e 100644 --- a/cds/compiler/bitop.h +++ b/cds/compiler/bitop.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_BITOP_H -#define __CDS_COMPILER_BITOP_H +#ifndef CDSLIB_COMPILER_BITOP_H +#define CDSLIB_COMPILER_BITOP_H // Choose appropriate header for current architecture and compiler @@ -37,4 +37,4 @@ // Generic (C) implementation #include -#endif // #ifndef __CDS_COMPILER_BITOP_H +#endif // #ifndef CDSLIB_COMPILER_BITOP_H diff --git a/cds/compiler/clang/defs.h b/cds/compiler/clang/defs.h index 0fae9c7a..1c24b09c 100644 --- a/cds/compiler/clang/defs.h +++ b/cds/compiler/clang/defs.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_CLANG_DEFS_H -#define __CDS_COMPILER_CLANG_DEFS_H +#ifndef CDSLIB_COMPILER_CLANG_DEFS_H +#define CDSLIB_COMPILER_CLANG_DEFS_H /* Known issues: @@ -54,4 +54,4 @@ #include -#endif // #ifndef __CDS_COMPILER_GCC_DEFS_H +#endif // #ifndef CDSLIB_COMPILER_GCC_DEFS_H diff --git a/cds/compiler/cxx11_atomic.h b/cds/compiler/cxx11_atomic.h index 08cdd3a3..18260e8e 100644 --- a/cds/compiler/cxx11_atomic.h +++ b/cds/compiler/cxx11_atomic.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_CXX11_ATOMIC_H -#define __CDS_COMPILER_CXX11_ATOMIC_H +#ifndef CDSLIB_COMPILER_CXX11_ATOMIC_H +#define CDSLIB_COMPILER_CXX11_ATOMIC_H //@cond #include // make_unsigned @@ -2194,4 +2194,4 @@ namespace cds { namespace cxx11_atomic { }} // namespace cds::cxx11_atomic //@endcond -#endif // #ifndef __CDS_COMPILER_CXX11_ATOMIC_H +#endif // #ifndef CDSLIB_COMPILER_CXX11_ATOMIC_H diff --git a/cds/compiler/defs.h b/cds/compiler/defs.h index b61b2977..1b4739b4 100644 --- a/cds/compiler/defs.h +++ b/cds/compiler/defs.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_ARH_COMPILER_DEFS_H -#define __CDS_ARH_COMPILER_DEFS_H +#ifndef CDSLIB_ARH_COMPILER_DEFS_H +#define CDSLIB_ARH_COMPILER_DEFS_H /* Required C++11 features: @@ -37,4 +37,4 @@ # define CDS_EXPORT_API #endif -#endif // #ifndef __CDS_ARH_COMPILER_DEFS_H +#endif // #ifndef CDSLIB_ARH_COMPILER_DEFS_H diff --git a/cds/compiler/gcc/amd64/backoff.h b/cds/compiler/gcc/amd64/backoff.h index 4023f1f9..b5cc11b9 100644 --- a/cds/compiler/gcc/amd64/backoff.h +++ b/cds/compiler/gcc/amd64/backoff.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_AMD64_BACKOFF_H -#define __CDS_COMPILER_GCC_AMD64_BACKOFF_H +#ifndef CDSLIB_COMPILER_GCC_AMD64_BACKOFF_H +#define CDSLIB_COMPILER_GCC_AMD64_BACKOFF_H //@cond none @@ -36,4 +36,4 @@ namespace cds { namespace backoff { }} // namespace cds::backoff //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_AMD64_BACKOFF_H +#endif // #ifndef CDSLIB_COMPILER_GCC_AMD64_BACKOFF_H diff --git a/cds/compiler/gcc/amd64/bitop.h b/cds/compiler/gcc/amd64/bitop.h index 5edd78fd..6c2f3037 100644 --- a/cds/compiler/gcc/amd64/bitop.h +++ b/cds/compiler/gcc/amd64/bitop.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_AMD64_BITOP_H -#define __CDS_COMPILER_GCC_AMD64_BITOP_H +#ifndef CDSLIB_COMPILER_GCC_AMD64_BITOP_H +#define CDSLIB_COMPILER_GCC_AMD64_BITOP_H //@cond none namespace cds { @@ -154,4 +154,4 @@ namespace cds { //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_AMD64_BITOP_H +#endif // #ifndef CDSLIB_COMPILER_GCC_AMD64_BITOP_H diff --git a/cds/compiler/gcc/amd64/cxx11_atomic.h b/cds/compiler/gcc/amd64/cxx11_atomic.h index fc701e8f..1ec3f923 100644 --- a/cds/compiler/gcc/amd64/cxx11_atomic.h +++ b/cds/compiler/gcc/amd64/cxx11_atomic.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_AMD64_CXX11_ATOMIC_H -#define __CDS_COMPILER_GCC_AMD64_CXX11_ATOMIC_H +#ifndef CDSLIB_COMPILER_GCC_AMD64_CXX11_ATOMIC_H +#define CDSLIB_COMPILER_GCC_AMD64_CXX11_ATOMIC_H #include #include @@ -204,4 +204,4 @@ namespace cds { namespace cxx11_atomic { }} // namespace cds::cxx11_atomic //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_AMD64_CXX11_ATOMIC_H +#endif // #ifndef CDSLIB_COMPILER_GCC_AMD64_CXX11_ATOMIC_H diff --git a/cds/compiler/gcc/compiler_barriers.h b/cds/compiler/gcc/compiler_barriers.h index eb41faa9..42dc53a7 100644 --- a/cds/compiler/gcc/compiler_barriers.h +++ b/cds/compiler/gcc/compiler_barriers.h @@ -1,10 +1,10 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_COMPILER_BARRIERS_H -#define __CDS_COMPILER_GCC_COMPILER_BARRIERS_H +#ifndef CDSLIB_COMPILER_GCC_COMPILER_BARRIERS_H +#define CDSLIB_COMPILER_GCC_COMPILER_BARRIERS_H #define CDS_COMPILER_RW_BARRIER __asm__ __volatile__ ( "" ::: "memory" ) #define CDS_COMPILER_R_BARRIER CDS_COMPILER_RW_BARRIER #define CDS_COMPILER_W_BARRIER CDS_COMPILER_RW_BARRIER -#endif // #ifndef __CDS_COMPILER_GCC_COMPILER_BARRIERS_H +#endif // #ifndef CDSLIB_COMPILER_GCC_COMPILER_BARRIERS_H diff --git a/cds/compiler/gcc/compiler_macro.h b/cds/compiler/gcc/compiler_macro.h index 3617dbe3..5fa4d90d 100644 --- a/cds/compiler/gcc/compiler_macro.h +++ b/cds/compiler/gcc/compiler_macro.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_COMPILER_MACRO_H -#define __CDS_COMPILER_GCC_COMPILER_MACRO_H +#ifndef CDSLIB_COMPILER_GCC_COMPILER_MACRO_H +#define CDSLIB_COMPILER_GCC_COMPILER_MACRO_H // OS interface && OS name #if defined( __linux__ ) @@ -131,4 +131,4 @@ #endif -#endif // #ifndef __CDS_COMPILER_GCC_COMPILER_MACRO_H +#endif // #ifndef CDSLIB_COMPILER_GCC_COMPILER_MACRO_H diff --git a/cds/compiler/gcc/defs.h b/cds/compiler/gcc/defs.h index f0f0c0bf..6cf29563 100644 --- a/cds/compiler/gcc/defs.h +++ b/cds/compiler/gcc/defs.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_DEFS_H -#define __CDS_COMPILER_GCC_DEFS_H +#ifndef CDSLIB_COMPILER_GCC_DEFS_H +#define CDSLIB_COMPILER_GCC_DEFS_H // Compiler version #define CDS_COMPILER_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) @@ -52,4 +52,4 @@ #include -#endif // #ifndef __CDS_COMPILER_GCC_DEFS_H +#endif // #ifndef CDSLIB_COMPILER_GCC_DEFS_H diff --git a/cds/compiler/gcc/ia64/backoff.h b/cds/compiler/gcc/ia64/backoff.h index 84d718c1..cfb4a083 100644 --- a/cds/compiler/gcc/ia64/backoff.h +++ b/cds/compiler/gcc/ia64/backoff.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_IA64_BACKOFF_H -#define __CDS_COMPILER_GCC_IA64_BACKOFF_H +#ifndef CDSLIB_COMPILER_GCC_IA64_BACKOFF_H +#define CDSLIB_COMPILER_GCC_IA64_BACKOFF_H //@cond none @@ -34,4 +34,4 @@ namespace cds { namespace backoff { }} // namespace cds::backoff //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_IA64_BACKOFF_H +#endif // #ifndef CDSLIB_COMPILER_GCC_IA64_BACKOFF_H diff --git a/cds/compiler/gcc/ia64/bitop.h b/cds/compiler/gcc/ia64/bitop.h index 35608c3a..ef684608 100644 --- a/cds/compiler/gcc/ia64/bitop.h +++ b/cds/compiler/gcc/ia64/bitop.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_IA64_BITOP_H -#define __CDS_COMPILER_GCC_IA64_BITOP_H +#ifndef CDSLIB_COMPILER_GCC_IA64_BITOP_H +#define CDSLIB_COMPILER_GCC_IA64_BITOP_H //@cond none namespace cds { @@ -59,4 +59,4 @@ namespace cds { }}} // namespace cds::bitop::platform //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_IA64_BITOP_H +#endif // #ifndef CDSLIB_COMPILER_GCC_IA64_BITOP_H diff --git a/cds/compiler/gcc/ia64/cxx11_atomic.h b/cds/compiler/gcc/ia64/cxx11_atomic.h index 64867a33..b3498a7d 100644 --- a/cds/compiler/gcc/ia64/cxx11_atomic.h +++ b/cds/compiler/gcc/ia64/cxx11_atomic.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_IA64_CXX11_ATOMIC_H -#define __CDS_COMPILER_GCC_IA64_CXX11_ATOMIC_H +#ifndef CDSLIB_COMPILER_GCC_IA64_CXX11_ATOMIC_H +#define CDSLIB_COMPILER_GCC_IA64_CXX11_ATOMIC_H /* Source: @@ -650,4 +650,4 @@ namespace cds { namespace cxx11_atomic { }} // namespace cds::cxx11_atomic //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_IA64_CXX11_ATOMIC_H +#endif // #ifndef CDSLIB_COMPILER_GCC_IA64_CXX11_ATOMIC_H diff --git a/cds/compiler/gcc/ppc64/backoff.h b/cds/compiler/gcc/ppc64/backoff.h index d4d1252b..84114a02 100644 --- a/cds/compiler/gcc/ppc64/backoff.h +++ b/cds/compiler/gcc/ppc64/backoff.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_PPC64_BACKOFF_H -#define __CDS_COMPILER_GCC_PPC64_BACKOFF_H +#ifndef CDSLIB_COMPILER_GCC_PPC64_BACKOFF_H +#define CDSLIB_COMPILER_GCC_PPC64_BACKOFF_H //@cond none @@ -16,4 +16,4 @@ namespace cds { namespace backoff { }} // namespace cds::backoff //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_PPC64_BACKOFF_H +#endif // #ifndef CDSLIB_COMPILER_GCC_PPC64_BACKOFF_H diff --git a/cds/compiler/gcc/ppc64/bitop.h b/cds/compiler/gcc/ppc64/bitop.h index c435d396..73989d4b 100644 --- a/cds/compiler/gcc/ppc64/bitop.h +++ b/cds/compiler/gcc/ppc64/bitop.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_PPC64_BITOP_H -#define __CDS_COMPILER_GCC_PPC64_BITOP_H +#ifndef CDSLIB_COMPILER_GCC_PPC64_BITOP_H +#define CDSLIB_COMPILER_GCC_PPC64_BITOP_H //@cond none namespace cds { @@ -14,4 +14,4 @@ namespace cds { }}} // namespace cds::bitop::platform //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_PPC64_BITOP_H +#endif // #ifndef CDSLIB_COMPILER_GCC_PPC64_BITOP_H diff --git a/cds/compiler/gcc/sparc/backoff.h b/cds/compiler/gcc/sparc/backoff.h index e8f9b28c..a066611e 100644 --- a/cds/compiler/gcc/sparc/backoff.h +++ b/cds/compiler/gcc/sparc/backoff.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_SPARC_BACKOFF_H -#define __CDS_COMPILER_GCC_SPARC_BACKOFF_H +#ifndef CDSLIB_COMPILER_GCC_SPARC_BACKOFF_H +#define CDSLIB_COMPILER_GCC_SPARC_BACKOFF_H //@cond none @@ -27,4 +27,4 @@ namespace cds { namespace backoff { }} // namespace cds::backoff //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_SPARC_BACKOFF_H +#endif // #ifndef CDSLIB_COMPILER_GCC_SPARC_BACKOFF_H diff --git a/cds/compiler/gcc/sparc/bitop.h b/cds/compiler/gcc/sparc/bitop.h index 9fedde66..99ee9fba 100644 --- a/cds/compiler/gcc/sparc/bitop.h +++ b/cds/compiler/gcc/sparc/bitop.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_SPARC_BITOP_H -#define __CDS_COMPILER_GCC_SPARC_BITOP_H +#ifndef CDSLIB_COMPILER_GCC_SPARC_BITOP_H +#define CDSLIB_COMPILER_GCC_SPARC_BITOP_H //@cond none namespace cds { @@ -39,4 +39,4 @@ namespace cds { }}} // namespace cds::bitop::platform //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_SPARC_BITOP_H +#endif // #ifndef CDSLIB_COMPILER_GCC_SPARC_BITOP_H diff --git a/cds/compiler/gcc/sparc/cxx11_atomic.h b/cds/compiler/gcc/sparc/cxx11_atomic.h index 771540d2..2465337f 100644 --- a/cds/compiler/gcc/sparc/cxx11_atomic.h +++ b/cds/compiler/gcc/sparc/cxx11_atomic.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_SPARC_CXX11_ATOMIC_H -#define __CDS_COMPILER_GCC_SPARC_CXX11_ATOMIC_H +#ifndef CDSLIB_COMPILER_GCC_SPARC_CXX11_ATOMIC_H +#define CDSLIB_COMPILER_GCC_SPARC_CXX11_ATOMIC_H #include @@ -607,4 +607,4 @@ namespace cds { namespace cxx11_atomic { #undef CDS_SPARC_MB_LS_SS #undef CDS_SPARC_MB_LL_LS_SS -#endif // #ifndef __CDS_COMPILER_GCC_AMD64_CXX11_ATOMIC_H +#endif // #ifndef CDSLIB_COMPILER_GCC_AMD64_CXX11_ATOMIC_H diff --git a/cds/compiler/gcc/x86/backoff.h b/cds/compiler/gcc/x86/backoff.h index 074c9c33..4c2c319f 100644 --- a/cds/compiler/gcc/x86/backoff.h +++ b/cds/compiler/gcc/x86/backoff.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_X86_BACKOFF_H -#define __CDS_COMPILER_GCC_X86_BACKOFF_H +#ifndef CDSLIB_COMPILER_GCC_X86_BACKOFF_H +#define CDSLIB_COMPILER_GCC_X86_BACKOFF_H //@cond none @@ -36,4 +36,4 @@ namespace cds { namespace backoff { }} // namespace cds::backoff //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_X86_BACKOFF_H +#endif // #ifndef CDSLIB_COMPILER_GCC_X86_BACKOFF_H diff --git a/cds/compiler/gcc/x86/bitop.h b/cds/compiler/gcc/x86/bitop.h index dbe5f3d8..bbe99a90 100644 --- a/cds/compiler/gcc/x86/bitop.h +++ b/cds/compiler/gcc/x86/bitop.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_X86_BITOP_H -#define __CDS_COMPILER_GCC_X86_BITOP_H +#ifndef CDSLIB_COMPILER_GCC_X86_BITOP_H +#define CDSLIB_COMPILER_GCC_X86_BITOP_H //@cond none namespace cds { @@ -83,4 +83,4 @@ namespace cds { }}} // namespace cds::bitop::platform //@endcond -#endif // #ifndef __CDS_ARH_X86_GCC_BITOP_H +#endif // #ifndef CDSLIB_ARH_X86_GCC_BITOP_H diff --git a/cds/compiler/gcc/x86/cxx11_atomic.h b/cds/compiler/gcc/x86/cxx11_atomic.h index a2c9eaca..e351e57f 100644 --- a/cds/compiler/gcc/x86/cxx11_atomic.h +++ b/cds/compiler/gcc/x86/cxx11_atomic.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_X86_CXX11_ATOMIC_H -#define __CDS_COMPILER_GCC_X86_CXX11_ATOMIC_H +#ifndef CDSLIB_COMPILER_GCC_X86_CXX11_ATOMIC_H +#define CDSLIB_COMPILER_GCC_X86_CXX11_ATOMIC_H #include #include @@ -182,4 +182,4 @@ namespace cds { namespace cxx11_atomic { }} // namespace cds::cxx11_atomic //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_X86_CXX11_ATOMIC_H +#endif // #ifndef CDSLIB_COMPILER_GCC_X86_CXX11_ATOMIC_H diff --git a/cds/compiler/gcc/x86/cxx11_atomic32.h b/cds/compiler/gcc/x86/cxx11_atomic32.h index be7c3c20..fcf4e4d3 100644 --- a/cds/compiler/gcc/x86/cxx11_atomic32.h +++ b/cds/compiler/gcc/x86/cxx11_atomic32.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_GCC_X86_CXX11_ATOMIC32_H -#define __CDS_COMPILER_GCC_X86_CXX11_ATOMIC32_H +#ifndef CDSLIB_COMPILER_GCC_X86_CXX11_ATOMIC32_H +#define CDSLIB_COMPILER_GCC_X86_CXX11_ATOMIC32_H #include #include @@ -471,4 +471,4 @@ namespace cds { namespace cxx11_atomic { }} // namespace cds::cxx11_atomic //@endcond -#endif // #ifndef __CDS_COMPILER_GCC_X86_CXX11_ATOMIC32_H +#endif // #ifndef CDSLIB_COMPILER_GCC_X86_CXX11_ATOMIC32_H diff --git a/cds/compiler/icl/compiler_barriers.h b/cds/compiler/icl/compiler_barriers.h index 66d96752..ccf43af4 100644 --- a/cds/compiler/icl/compiler_barriers.h +++ b/cds/compiler/icl/compiler_barriers.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_ICL_COMPILER_BARRIERS_H -#define __CDS_COMPILER_ICL_COMPILER_BARRIERS_H +#ifndef CDSLIB_COMPILER_ICL_COMPILER_BARRIERS_H +#define CDSLIB_COMPILER_ICL_COMPILER_BARRIERS_H #if defined(_MSC_VER) && _MSC_VER < 1700 // VC++ up to vc10 @@ -24,4 +24,4 @@ # define CDS_COMPILER_W_BARRIER CDS_COMPILER_RW_BARRIER #endif -#endif // #ifndef __CDS_COMPILER_ICL_COMPILER_BARRIERS_H +#endif // #ifndef CDSLIB_COMPILER_ICL_COMPILER_BARRIERS_H diff --git a/cds/compiler/icl/defs.h b/cds/compiler/icl/defs.h index 8b1b50ab..7552be38 100644 --- a/cds/compiler/icl/defs.h +++ b/cds/compiler/icl/defs.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_ICL_DEFS_H -#define __CDS_COMPILER_ICL_DEFS_H +#ifndef CDSLIB_COMPILER_ICL_DEFS_H +#define CDSLIB_COMPILER_ICL_DEFS_H //@cond // Compiler version @@ -102,4 +102,4 @@ #include //@endcond -#endif // #ifndef __CDS_COMPILER_VC_DEFS_H +#endif // #ifndef CDSLIB_COMPILER_VC_DEFS_H diff --git a/cds/compiler/vc/amd64/backoff.h b/cds/compiler/vc/amd64/backoff.h index fa569a77..c4ac8b82 100644 --- a/cds/compiler/vc/amd64/backoff.h +++ b/cds/compiler/vc/amd64/backoff.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_VC_AMD64_BACKOFF_H -#define __CDS_COMPILER_VC_AMD64_BACKOFF_H +#ifndef CDSLIB_COMPILER_VC_AMD64_BACKOFF_H +#define CDSLIB_COMPILER_VC_AMD64_BACKOFF_H //@cond none @@ -29,4 +29,4 @@ namespace cds { namespace backoff { }} // namespace cds::backoff //@endcond -#endif // #ifndef __CDS_COMPILER_VC_AMD64_BACKOFF_H +#endif // #ifndef CDSLIB_COMPILER_VC_AMD64_BACKOFF_H diff --git a/cds/compiler/vc/amd64/bitop.h b/cds/compiler/vc/amd64/bitop.h index a7edfb9e..c870bf1a 100644 --- a/cds/compiler/vc/amd64/bitop.h +++ b/cds/compiler/vc/amd64/bitop.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_VC_AMD64_BITOP_H -#define __CDS_COMPILER_VC_AMD64_BITOP_H +#ifndef CDSLIB_COMPILER_VC_AMD64_BITOP_H +#define CDSLIB_COMPILER_VC_AMD64_BITOP_H #if _MSC_VER == 1500 /* @@ -123,4 +123,4 @@ namespace cds { }}} // namespace cds::bitop::platform //@endcond -#endif // #ifndef __CDS_COMPILER_VC_AMD64_BITOP_H +#endif // #ifndef CDSLIB_COMPILER_VC_AMD64_BITOP_H diff --git a/cds/compiler/vc/amd64/cxx11_atomic.h b/cds/compiler/vc/amd64/cxx11_atomic.h index 9115c2c9..d9163e9c 100644 --- a/cds/compiler/vc/amd64/cxx11_atomic.h +++ b/cds/compiler/vc/amd64/cxx11_atomic.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_VC_AMD64_CXX11_ATOMIC_H -#define __CDS_COMPILER_VC_AMD64_CXX11_ATOMIC_H +#ifndef CDSLIB_COMPILER_VC_AMD64_CXX11_ATOMIC_H +#define CDSLIB_COMPILER_VC_AMD64_CXX11_ATOMIC_H #include #include // for 128bit atomic load/store @@ -581,4 +581,4 @@ namespace cds { namespace cxx11_atomic { }} // namespace cds::cxx11_atomic //@endcond -#endif // #ifndef __CDS_COMPILER_VC_AMD64_CXX11_ATOMIC_H +#endif // #ifndef CDSLIB_COMPILER_VC_AMD64_CXX11_ATOMIC_H diff --git a/cds/compiler/vc/compiler_barriers.h b/cds/compiler/vc/compiler_barriers.h index cdeb2002..8f4beada 100644 --- a/cds/compiler/vc/compiler_barriers.h +++ b/cds/compiler/vc/compiler_barriers.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_VC_COMPILER_BARRIERS_H -#define __CDS_COMPILER_VC_COMPILER_BARRIERS_H +#ifndef CDSLIB_COMPILER_VC_COMPILER_BARRIERS_H +#define CDSLIB_COMPILER_VC_COMPILER_BARRIERS_H #if CDS_COMPILER_VERSION < 1700 // VC++ up to vc10 @@ -26,4 +26,4 @@ #endif -#endif // #ifndef __CDS_COMPILER_VC_COMPILER_BARRIERS_H +#endif // #ifndef CDSLIB_COMPILER_VC_COMPILER_BARRIERS_H diff --git a/cds/compiler/vc/defs.h b/cds/compiler/vc/defs.h index cd837e46..30e2ec59 100644 --- a/cds/compiler/vc/defs.h +++ b/cds/compiler/vc/defs.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_VC_DEFS_H -#define __CDS_COMPILER_VC_DEFS_H +#ifndef CDSLIB_COMPILER_VC_DEFS_H +#define CDSLIB_COMPILER_VC_DEFS_H //@cond // Compiler version @@ -119,4 +119,4 @@ #include //@endcond -#endif // #ifndef __CDS_COMPILER_VC_DEFS_H +#endif // #ifndef CDSLIB_COMPILER_VC_DEFS_H diff --git a/cds/compiler/vc/x86/backoff.h b/cds/compiler/vc/x86/backoff.h index 24dc75df..e2b1c392 100644 --- a/cds/compiler/vc/x86/backoff.h +++ b/cds/compiler/vc/x86/backoff.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_VC_X86_BACKOFF_H -#define __CDS_COMPILER_VC_X86_BACKOFF_H +#ifndef CDSLIB_COMPILER_VC_X86_BACKOFF_H +#define CDSLIB_COMPILER_VC_X86_BACKOFF_H //@cond none @@ -32,4 +32,4 @@ namespace cds { namespace backoff { }} // namespace cds::backoff //@endcond -#endif // #ifndef __CDS_COMPILER_VC_X86_BACKOFF_H +#endif // #ifndef CDSLIB_COMPILER_VC_X86_BACKOFF_H diff --git a/cds/compiler/vc/x86/bitop.h b/cds/compiler/vc/x86/bitop.h index 64827c60..16ddf764 100644 --- a/cds/compiler/vc/x86/bitop.h +++ b/cds/compiler/vc/x86/bitop.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_VC_X86_BITOP_H -#define __CDS_COMPILER_VC_X86_BITOP_H +#ifndef CDSLIB_COMPILER_VC_X86_BITOP_H +#define CDSLIB_COMPILER_VC_X86_BITOP_H #include #pragma intrinsic(_BitScanReverse) @@ -80,4 +80,4 @@ namespace cds { }}} // namespace cds::bitop::platform //@endcond -#endif // #ifndef __CDS_COMPILER_VC_X86_BITOP_H +#endif // #ifndef CDSLIB_COMPILER_VC_X86_BITOP_H diff --git a/cds/compiler/vc/x86/cxx11_atomic.h b/cds/compiler/vc/x86/cxx11_atomic.h index fbaea366..8ca949aa 100644 --- a/cds/compiler/vc/x86/cxx11_atomic.h +++ b/cds/compiler/vc/x86/cxx11_atomic.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_COMPILER_VC_X86_CXX11_ATOMIC_H -#define __CDS_COMPILER_VC_X86_CXX11_ATOMIC_H +#ifndef CDSLIB_COMPILER_VC_X86_CXX11_ATOMIC_H +#define CDSLIB_COMPILER_VC_X86_CXX11_ATOMIC_H #include #include // for 64bit atomic load/store @@ -553,4 +553,4 @@ namespace cds { namespace cxx11_atomic { }} // namespace cds::cxx11_atomic //@endcond -#endif // #ifndef __CDS_COMPILER_VC_X86_CXX11_ATOMIC_H +#endif // #ifndef CDSLIB_COMPILER_VC_X86_CXX11_ATOMIC_H diff --git a/cds/container/basket_queue.h b/cds/container/basket_queue.h index e4e62e24..a379a546 100644 --- a/cds/container/basket_queue.h +++ b/cds/container/basket_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_BASKET_QUEUE_H -#define __CDS_CONTAINER_BASKET_QUEUE_H +#ifndef CDSLIB_CONTAINER_BASKET_QUEUE_H +#define CDSLIB_CONTAINER_BASKET_QUEUE_H #include #include @@ -425,4 +425,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_BASKET_QUEUE_H +#endif // #ifndef CDSLIB_CONTAINER_BASKET_QUEUE_H diff --git a/cds/container/bronson_avltree_map_rcu.h b/cds/container/bronson_avltree_map_rcu.h index 6bf79a90..dfe3a785 100644 --- a/cds/container/bronson_avltree_map_rcu.h +++ b/cds/container/bronson_avltree_map_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_BRONSON_AVLTREE_MAP_RCU_H -#define __CDS_CONTAINER_BRONSON_AVLTREE_MAP_RCU_H +#ifndef CDSLIB_CONTAINER_BRONSON_AVLTREE_MAP_RCU_H +#define CDSLIB_CONTAINER_BRONSON_AVLTREE_MAP_RCU_H #include @@ -536,4 +536,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_IMPL_BRONSON_AVLTREE_MAP_RCU_H +#endif // #ifndef CDSLIB_CONTAINER_IMPL_BRONSON_AVLTREE_MAP_RCU_H diff --git a/cds/container/cuckoo_map.h b/cds/container/cuckoo_map.h index 2ab66449..d98a22bf 100644 --- a/cds/container/cuckoo_map.h +++ b/cds/container/cuckoo_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_CUCKOO_MAP_H -#define __CDS_CONTAINER_CUCKOO_MAP_H +#ifndef CDSLIB_CONTAINER_CUCKOO_MAP_H +#define CDSLIB_CONTAINER_CUCKOO_MAP_H #include #include @@ -728,4 +728,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif //#ifndef __CDS_CONTAINER_CUCKOO_MAP_H +#endif //#ifndef CDSLIB_CONTAINER_CUCKOO_MAP_H diff --git a/cds/container/cuckoo_set.h b/cds/container/cuckoo_set.h index e7e50d4b..b2554a58 100644 --- a/cds/container/cuckoo_set.h +++ b/cds/container/cuckoo_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_CUCKOO_SET_H -#define __CDS_CONTAINER_CUCKOO_SET_H +#ifndef CDSLIB_CONTAINER_CUCKOO_SET_H +#define CDSLIB_CONTAINER_CUCKOO_SET_H #include #include @@ -829,4 +829,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif //#ifndef __CDS_CONTAINER_CUCKOO_SET_H +#endif //#ifndef CDSLIB_CONTAINER_CUCKOO_SET_H diff --git a/cds/container/details/base.h b/cds/container/details/base.h index b1f85343..2888573e 100644 --- a/cds/container/details/base.h +++ b/cds/container/details/base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_BASE_H -#define __CDS_CONTAINER_DETAILS_BASE_H +#ifndef CDSLIB_CONTAINER_DETAILS_BASE_H +#define CDSLIB_CONTAINER_DETAILS_BASE_H #include @@ -56,4 +56,4 @@ namespace container { } // namespace container } // namespace cds -#endif // #ifndef __CDS_CONTAINER_DETAILS_BASE_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_BASE_H diff --git a/cds/container/details/bronson_avltree_base.h b/cds/container/details/bronson_avltree_base.h index 18b2977f..29678527 100644 --- a/cds/container/details/bronson_avltree_base.h +++ b/cds/container/details/bronson_avltree_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H -#define __CDS_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H +#ifndef CDSLIB_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H +#define CDSLIB_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H #include #include @@ -340,4 +340,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H diff --git a/cds/container/details/cuckoo_base.h b/cds/container/details/cuckoo_base.h index 00d28304..bf2dcafa 100644 --- a/cds/container/details/cuckoo_base.h +++ b/cds/container/details/cuckoo_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_CUCKOO_BASE_H -#define __CDS_CONTAINER_DETAILS_CUCKOO_BASE_H +#ifndef CDSLIB_CONTAINER_DETAILS_CUCKOO_BASE_H +#define CDSLIB_CONTAINER_DETAILS_CUCKOO_BASE_H #include @@ -243,4 +243,4 @@ namespace cds { namespace container { } // namespace cuckoo }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_DETAILS_CUCKOO_BASE_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_CUCKOO_BASE_H diff --git a/cds/container/details/ellen_bintree_base.h b/cds/container/details/ellen_bintree_base.h index 7a15e359..a8e847ed 100644 --- a/cds/container/details/ellen_bintree_base.h +++ b/cds/container/details/ellen_bintree_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_ELLEN_BINTREE_BASE_H -#define __CDS_CONTAINER_DETAILS_ELLEN_BINTREE_BASE_H +#ifndef CDSLIB_CONTAINER_DETAILS_ELLEN_BINTREE_BASE_H +#define CDSLIB_CONTAINER_DETAILS_ELLEN_BINTREE_BASE_H #include #include @@ -430,4 +430,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_DETAILS_ELLEN_BINTREE_BASE_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_ELLEN_BINTREE_BASE_H diff --git a/cds/container/details/guarded_ptr_cast.h b/cds/container/details/guarded_ptr_cast.h index 351e060d..343cffa7 100644 --- a/cds/container/details/guarded_ptr_cast.h +++ b/cds/container/details/guarded_ptr_cast.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_GUARDED_PTR_CAST_H -#define __CDS_CONTAINER_DETAILS_GUARDED_PTR_CAST_H +#ifndef CDSLIB_CONTAINER_DETAILS_GUARDED_PTR_CAST_H +#define CDSLIB_CONTAINER_DETAILS_GUARDED_PTR_CAST_H //@cond #include @@ -27,4 +27,4 @@ namespace cds { namespace container { namespace details { }}} // namespace cds::container::details //@endcond -#endif // #ifndef __CDS_CONTAINER_DETAILS_GUARDED_PTR_CAST_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_GUARDED_PTR_CAST_H diff --git a/cds/container/details/lazy_list_base.h b/cds/container/details/lazy_list_base.h index 583c72f0..5781e333 100644 --- a/cds/container/details/lazy_list_base.h +++ b/cds/container/details/lazy_list_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_LAZY_LIST_BASE_H -#define __CDS_CONTAINER_DETAILS_LAZY_LIST_BASE_H +#ifndef CDSLIB_CONTAINER_DETAILS_LAZY_LIST_BASE_H +#define CDSLIB_CONTAINER_DETAILS_LAZY_LIST_BASE_H #include #include @@ -118,4 +118,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_DETAILS_LAZY_LIST_BASE_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_LAZY_LIST_BASE_H diff --git a/cds/container/details/make_lazy_kvlist.h b/cds/container/details/make_lazy_kvlist.h index 5d6e94be..5b013182 100644 --- a/cds/container/details/make_lazy_kvlist.h +++ b/cds/container/details/make_lazy_kvlist.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_MAKE_LAZY_KVLIST_H -#define __CDS_CONTAINER_DETAILS_MAKE_LAZY_KVLIST_H +#ifndef CDSLIB_CONTAINER_DETAILS_MAKE_LAZY_KVLIST_H +#define CDSLIB_CONTAINER_DETAILS_MAKE_LAZY_KVLIST_H #include @@ -85,4 +85,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_DETAILS_MAKE_LAZY_KVLIST_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_MAKE_LAZY_KVLIST_H diff --git a/cds/container/details/make_lazy_list.h b/cds/container/details/make_lazy_list.h index f7923e0b..ee853a61 100644 --- a/cds/container/details/make_lazy_list.h +++ b/cds/container/details/make_lazy_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_MAKE_LAZY_LIST_H -#define __CDS_CONTAINER_DETAILS_MAKE_LAZY_LIST_H +#ifndef CDSLIB_CONTAINER_DETAILS_MAKE_LAZY_LIST_H +#define CDSLIB_CONTAINER_DETAILS_MAKE_LAZY_LIST_H #include @@ -75,4 +75,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_DETAILS_MAKE_MICHAEL_LIST_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_MAKE_MICHAEL_LIST_H diff --git a/cds/container/details/make_michael_kvlist.h b/cds/container/details/make_michael_kvlist.h index 04cf1525..9b005b3b 100644 --- a/cds/container/details/make_michael_kvlist.h +++ b/cds/container/details/make_michael_kvlist.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_MAKE_MICHAEL_KVLIST_H -#define __CDS_CONTAINER_DETAILS_MAKE_MICHAEL_KVLIST_H +#ifndef CDSLIB_CONTAINER_DETAILS_MAKE_MICHAEL_KVLIST_H +#define CDSLIB_CONTAINER_DETAILS_MAKE_MICHAEL_KVLIST_H #include @@ -85,4 +85,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_DETAILS_MAKE_MICHAEL_KVLIST_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_MAKE_MICHAEL_KVLIST_H diff --git a/cds/container/details/make_michael_list.h b/cds/container/details/make_michael_list.h index f0aa14ed..ffdf03a7 100644 --- a/cds/container/details/make_michael_list.h +++ b/cds/container/details/make_michael_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_MAKE_MICHAEL_LIST_H -#define __CDS_CONTAINER_DETAILS_MAKE_MICHAEL_LIST_H +#ifndef CDSLIB_CONTAINER_DETAILS_MAKE_MICHAEL_LIST_H +#define CDSLIB_CONTAINER_DETAILS_MAKE_MICHAEL_LIST_H #include @@ -77,4 +77,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_DETAILS_MAKE_MICHAEL_LIST_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_MAKE_MICHAEL_LIST_H diff --git a/cds/container/details/make_skip_list_map.h b/cds/container/details/make_skip_list_map.h index e0cb9757..60e99e64 100644 --- a/cds/container/details/make_skip_list_map.h +++ b/cds/container/details/make_skip_list_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_MAKE_SKIP_LIST_MAP_H -#define __CDS_CONTAINER_DETAILS_MAKE_SKIP_LIST_MAP_H +#ifndef CDSLIB_CONTAINER_DETAILS_MAKE_SKIP_LIST_MAP_H +#define CDSLIB_CONTAINER_DETAILS_MAKE_SKIP_LIST_MAP_H #include #include @@ -125,4 +125,4 @@ namespace cds { namespace container { namespace details { }}} // namespace cds::container::details //@endcond -#endif // __CDS_CONTAINER_DETAILS_MAKE_SKIP_LIST_MAP_H +#endif // CDSLIB_CONTAINER_DETAILS_MAKE_SKIP_LIST_MAP_H diff --git a/cds/container/details/make_skip_list_set.h b/cds/container/details/make_skip_list_set.h index a65aa37c..edfe22c4 100644 --- a/cds/container/details/make_skip_list_set.h +++ b/cds/container/details/make_skip_list_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_MAKE_SKIP_LIST_SET_H -#define __CDS_CONTAINER_DETAILS_MAKE_SKIP_LIST_SET_H +#ifndef CDSLIB_CONTAINER_DETAILS_MAKE_SKIP_LIST_SET_H +#define CDSLIB_CONTAINER_DETAILS_MAKE_SKIP_LIST_SET_H #include #include @@ -89,4 +89,4 @@ namespace cds { namespace container { namespace details { }}} // namespace cds::container::details //@endcond -#endif //#ifndef __CDS_CONTAINER_DETAILS_MAKE_SKIP_LIST_SET_H +#endif //#ifndef CDSLIB_CONTAINER_DETAILS_MAKE_SKIP_LIST_SET_H diff --git a/cds/container/details/make_split_list_set.h b/cds/container/details/make_split_list_set.h index 5149f0ef..41cefb92 100644 --- a/cds/container/details/make_split_list_set.h +++ b/cds/container/details/make_split_list_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_MAKE_SPLIT_LIST_SET_H -#define __CDS_CONTAINER_DETAILS_MAKE_SPLIT_LIST_SET_H +#ifndef CDSLIB_CONTAINER_DETAILS_MAKE_SPLIT_LIST_SET_H +#define CDSLIB_CONTAINER_DETAILS_MAKE_SPLIT_LIST_SET_H #include #include @@ -16,7 +16,7 @@ namespace cds { namespace container { namespace details { -#ifdef __CDS_CONTAINER_DETAILS_MICHAEL_LIST_BASE_H +#ifdef CDSLIB_CONTAINER_DETAILS_MICHAEL_LIST_BASE_H // if michael_list included template @@ -119,9 +119,9 @@ namespace cds { namespace container { //typedef cds::intrusive::MichaelList< gc, node_type, ordered_list_traits > ordered_list; typedef cds::intrusive::SplitListSet< gc, ordered_list, traits > type; }; -#endif // ifdef __CDS_CONTAINER_DETAILS_MICHAEL_LIST_BASE_H +#endif // ifdef CDSLIB_CONTAINER_DETAILS_MICHAEL_LIST_BASE_H -#ifdef __CDS_CONTAINER_DETAILS_LAZY_LIST_BASE_H +#ifdef CDSLIB_CONTAINER_DETAILS_LAZY_LIST_BASE_H // if lazy_list included template struct make_split_list_set< GC, T, lazy_list_tag, Traits > @@ -230,10 +230,10 @@ namespace cds { namespace container { //typedef cds::intrusive::LazyList< gc, node_type, ordered_list_traits > ordered_list; typedef cds::intrusive::SplitListSet< gc, ordered_list, traits > type; }; -#endif // ifdef __CDS_CONTAINER_DETAILS_LAZY_LIST_BASE_H +#endif // ifdef CDSLIB_CONTAINER_DETAILS_LAZY_LIST_BASE_H } // namespace details }} // namespace cds::container //@endcond -#endif // #ifndef __CDS_CONTAINER_DETAILS_MAKE_SPLIT_LIST_SET_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_MAKE_SPLIT_LIST_SET_H diff --git a/cds/container/details/michael_list_base.h b/cds/container/details/michael_list_base.h index c38be462..e02af960 100644 --- a/cds/container/details/michael_list_base.h +++ b/cds/container/details/michael_list_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_MICHAEL_LIST_BASE_H -#define __CDS_CONTAINER_DETAILS_MICHAEL_LIST_BASE_H +#ifndef CDSLIB_CONTAINER_DETAILS_MICHAEL_LIST_BASE_H +#define CDSLIB_CONTAINER_DETAILS_MICHAEL_LIST_BASE_H #include #include @@ -94,4 +94,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_DETAILS_MICHAEL_LIST_BASE_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_MICHAEL_LIST_BASE_H diff --git a/cds/container/details/michael_map_base.h b/cds/container/details/michael_map_base.h index 424e557d..2db63788 100644 --- a/cds/container/details/michael_map_base.h +++ b/cds/container/details/michael_map_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_MICHAEL_MAP_BASE_H -#define __CDS_CONTAINER_DETAILS_MICHAEL_MAP_BASE_H +#ifndef CDSLIB_CONTAINER_DETAILS_MICHAEL_MAP_BASE_H +#define CDSLIB_CONTAINER_DETAILS_MICHAEL_MAP_BASE_H #include @@ -35,4 +35,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // ifndef __CDS_CONTAINER_DETAILS_MICHAEL_MAP_BASE_H +#endif // ifndef CDSLIB_CONTAINER_DETAILS_MICHAEL_MAP_BASE_H diff --git a/cds/container/details/michael_set_base.h b/cds/container/details/michael_set_base.h index bc796194..bef183bd 100644 --- a/cds/container/details/michael_set_base.h +++ b/cds/container/details/michael_set_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_MICHAEL_SET_BASE_H -#define __CDS_CONTAINER_DETAILS_MICHAEL_SET_BASE_H +#ifndef CDSLIB_CONTAINER_DETAILS_MICHAEL_SET_BASE_H +#define CDSLIB_CONTAINER_DETAILS_MICHAEL_SET_BASE_H #include @@ -36,4 +36,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_DETAILS_MICHAEL_SET_BASE_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_MICHAEL_SET_BASE_H diff --git a/cds/container/details/skip_list_base.h b/cds/container/details/skip_list_base.h index ab59d10c..d90aa426 100644 --- a/cds/container/details/skip_list_base.h +++ b/cds/container/details/skip_list_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_SKIP_LIST_BASE_H -#define __CDS_CONTAINER_DETAILS_SKIP_LIST_BASE_H +#ifndef CDSLIB_CONTAINER_DETAILS_SKIP_LIST_BASE_H +#define CDSLIB_CONTAINER_DETAILS_SKIP_LIST_BASE_H #include #include @@ -288,4 +288,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_DETAILS_SKIP_LIST_BASE_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_SKIP_LIST_BASE_H diff --git a/cds/container/details/split_list_base.h b/cds/container/details/split_list_base.h index ba74ecff..38281da7 100644 --- a/cds/container/details/split_list_base.h +++ b/cds/container/details/split_list_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_DETAILS_SPLIT_LIST_BASE_H -#define __CDS_CONTAINER_DETAILS_SPLIT_LIST_BASE_H +#ifndef CDSLIB_CONTAINER_DETAILS_SPLIT_LIST_BASE_H +#define CDSLIB_CONTAINER_DETAILS_SPLIT_LIST_BASE_H #include @@ -180,4 +180,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_DETAILS_SPLIT_LIST_BASE_H +#endif // #ifndef CDSLIB_CONTAINER_DETAILS_SPLIT_LIST_BASE_H diff --git a/cds/container/ellen_bintree_map_dhp.h b/cds/container/ellen_bintree_map_dhp.h index 59ed1e27..c0dcb77c 100644 --- a/cds/container/ellen_bintree_map_dhp.h +++ b/cds/container/ellen_bintree_map_dhp.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_ELLEN_BINTREE_MAP_DHP_H -#define __CDS_CONTAINER_ELLEN_BINTREE_MAP_DHP_H +#ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_MAP_DHP_H +#define CDSLIB_CONTAINER_ELLEN_BINTREE_MAP_DHP_H #include #include -#endif // #ifndef __CDS_CONTAINER_ELLEN_BINTREE_MAP_DHP_H +#endif // #ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_MAP_DHP_H diff --git a/cds/container/ellen_bintree_map_hp.h b/cds/container/ellen_bintree_map_hp.h index 69a40151..86d93124 100644 --- a/cds/container/ellen_bintree_map_hp.h +++ b/cds/container/ellen_bintree_map_hp.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_ELLEN_BINTREE_MAP_HP_H -#define __CDS_CONTAINER_ELLEN_BINTREE_MAP_HP_H +#ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_MAP_HP_H +#define CDSLIB_CONTAINER_ELLEN_BINTREE_MAP_HP_H #include #include -#endif // #ifndef __CDS_CONTAINER_ELLEN_BINTREE_MAP_HP_H +#endif // #ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_MAP_HP_H diff --git a/cds/container/ellen_bintree_map_rcu.h b/cds/container/ellen_bintree_map_rcu.h index 5bf55ad8..1252a590 100644 --- a/cds/container/ellen_bintree_map_rcu.h +++ b/cds/container/ellen_bintree_map_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_ELLEN_BINTREE_MAP_RCU_H -#define __CDS_CONTAINER_ELLEN_BINTREE_MAP_RCU_H +#ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_MAP_RCU_H +#define CDSLIB_CONTAINER_ELLEN_BINTREE_MAP_RCU_H #include #include @@ -550,4 +550,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif //#ifndef __CDS_CONTAINER_ELLEN_BINTREE_MAP_RCU_H +#endif //#ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_MAP_RCU_H diff --git a/cds/container/ellen_bintree_set_dhp.h b/cds/container/ellen_bintree_set_dhp.h index 3bb3adf1..c30ba3df 100644 --- a/cds/container/ellen_bintree_set_dhp.h +++ b/cds/container/ellen_bintree_set_dhp.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_ELLEN_BINTREE_SET_DHP_H -#define __CDS_CONTAINER_ELLEN_BINTREE_SET_DHP_H +#ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_SET_DHP_H +#define CDSLIB_CONTAINER_ELLEN_BINTREE_SET_DHP_H #include #include -#endif // #ifndef __CDS_CONTAINER_ELLEN_BINTREE_SET_DHP_H +#endif // #ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_SET_DHP_H diff --git a/cds/container/ellen_bintree_set_hp.h b/cds/container/ellen_bintree_set_hp.h index 520af63f..42614cdc 100644 --- a/cds/container/ellen_bintree_set_hp.h +++ b/cds/container/ellen_bintree_set_hp.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_ELLEN_BINTREE_SET_HP_H -#define __CDS_CONTAINER_ELLEN_BINTREE_SET_HP_H +#ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_SET_HP_H +#define CDSLIB_CONTAINER_ELLEN_BINTREE_SET_HP_H #include #include -#endif // #ifndef __CDS_CONTAINER_ELLEN_BINTREE_SET_HP_H +#endif // #ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_SET_HP_H diff --git a/cds/container/ellen_bintree_set_rcu.h b/cds/container/ellen_bintree_set_rcu.h index a0f79b13..07a00751 100644 --- a/cds/container/ellen_bintree_set_rcu.h +++ b/cds/container/ellen_bintree_set_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_ELLEN_BINTREE_SET_RCU_H -#define __CDS_CONTAINER_ELLEN_BINTREE_SET_RCU_H +#ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_SET_RCU_H +#define CDSLIB_CONTAINER_ELLEN_BINTREE_SET_RCU_H #include #include @@ -606,4 +606,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_ELLEN_BINTREE_SET_RCU_H +#endif // #ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_SET_RCU_H diff --git a/cds/container/fcdeque.h b/cds/container/fcdeque.h index 481ee425..941d5192 100644 --- a/cds/container/fcdeque.h +++ b/cds/container/fcdeque.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_FCDEQUE_H -#define __CDS_CONTAINER_FCDEQUE_H +#ifndef CDSLIB_CONTAINER_FCDEQUE_H +#define CDSLIB_CONTAINER_FCDEQUE_H #include #include @@ -469,4 +469,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_FCDEQUE_H +#endif // #ifndef CDSLIB_CONTAINER_FCDEQUE_H diff --git a/cds/container/fcpriority_queue.h b/cds/container/fcpriority_queue.h index 9707ce04..0f20b2c0 100644 --- a/cds/container/fcpriority_queue.h +++ b/cds/container/fcpriority_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_FCPRIORITY_QUEUE_H -#define __CDS_CONTAINER_FCPRIORITY_QUEUE_H +#ifndef CDSLIB_CONTAINER_FCPRIORITY_QUEUE_H +#define CDSLIB_CONTAINER_FCPRIORITY_QUEUE_H #include #include @@ -285,4 +285,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_FCPRIORITY_QUEUE_H +#endif // #ifndef CDSLIB_CONTAINER_FCPRIORITY_QUEUE_H diff --git a/cds/container/fcqueue.h b/cds/container/fcqueue.h index f0694878..c0dbf63f 100644 --- a/cds/container/fcqueue.h +++ b/cds/container/fcqueue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_FCQUEUE_H -#define __CDS_CONTAINER_FCQUEUE_H +#ifndef CDSLIB_CONTAINER_FCQUEUE_H +#define CDSLIB_CONTAINER_FCQUEUE_H #include #include @@ -381,4 +381,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_FCQUEUE_H +#endif // #ifndef CDSLIB_CONTAINER_FCQUEUE_H diff --git a/cds/container/fcstack.h b/cds/container/fcstack.h index 0dbf5a8f..3f7b93b2 100644 --- a/cds/container/fcstack.h +++ b/cds/container/fcstack.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_FCSTACK_H -#define __CDS_CONTAINER_FCSTACK_H +#ifndef CDSLIB_CONTAINER_FCSTACK_H +#define CDSLIB_CONTAINER_FCSTACK_H #include #include @@ -357,4 +357,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_FCSTACK_H +#endif // #ifndef CDSLIB_CONTAINER_FCSTACK_H diff --git a/cds/container/impl/bronson_avltree_map_rcu.h b/cds/container/impl/bronson_avltree_map_rcu.h index a7922326..7eecd9fa 100644 --- a/cds/container/impl/bronson_avltree_map_rcu.h +++ b/cds/container/impl/bronson_avltree_map_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_IMPL_BRONSON_AVLTREE_MAP_RCU_H -#define __CDS_CONTAINER_IMPL_BRONSON_AVLTREE_MAP_RCU_H +#ifndef CDSLIB_CONTAINER_IMPL_BRONSON_AVLTREE_MAP_RCU_H +#define CDSLIB_CONTAINER_IMPL_BRONSON_AVLTREE_MAP_RCU_H #include #include @@ -1196,4 +1196,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_IMPL_BRONSON_AVLTREE_MAP_RCU_H +#endif // #ifndef CDSLIB_CONTAINER_IMPL_BRONSON_AVLTREE_MAP_RCU_H diff --git a/cds/container/impl/ellen_bintree_map.h b/cds/container/impl/ellen_bintree_map.h index 3cd74182..4dd23590 100644 --- a/cds/container/impl/ellen_bintree_map.h +++ b/cds/container/impl/ellen_bintree_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_IMPL_ELLEN_BINTREE_MAP_H -#define __CDS_CONTAINER_IMPL_ELLEN_BINTREE_MAP_H +#ifndef CDSLIB_CONTAINER_IMPL_ELLEN_BINTREE_MAP_H +#define CDSLIB_CONTAINER_IMPL_ELLEN_BINTREE_MAP_H #include #include @@ -540,4 +540,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif //#ifndef __CDS_CONTAINER_IMPL_ELLEN_BINTREE_MAP_H +#endif //#ifndef CDSLIB_CONTAINER_IMPL_ELLEN_BINTREE_MAP_H diff --git a/cds/container/impl/ellen_bintree_set.h b/cds/container/impl/ellen_bintree_set.h index dcd99e53..363f32b4 100644 --- a/cds/container/impl/ellen_bintree_set.h +++ b/cds/container/impl/ellen_bintree_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_IMPL_ELLEN_BINTREE_SET_H -#define __CDS_CONTAINER_IMPL_ELLEN_BINTREE_SET_H +#ifndef CDSLIB_CONTAINER_IMPL_ELLEN_BINTREE_SET_H +#define CDSLIB_CONTAINER_IMPL_ELLEN_BINTREE_SET_H #include #include @@ -592,4 +592,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_IMPL_ELLEN_BINTREE_SET_H +#endif // #ifndef CDSLIB_CONTAINER_IMPL_ELLEN_BINTREE_SET_H diff --git a/cds/container/impl/lazy_kvlist.h b/cds/container/impl/lazy_kvlist.h index 579b475e..cf26ec61 100644 --- a/cds/container/impl/lazy_kvlist.h +++ b/cds/container/impl/lazy_kvlist.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_IMPL_LAZY_KVLIST_H -#define __CDS_CONTAINER_IMPL_LAZY_KVLIST_H +#ifndef CDSLIB_CONTAINER_IMPL_LAZY_KVLIST_H +#define CDSLIB_CONTAINER_IMPL_LAZY_KVLIST_H #include #include @@ -801,4 +801,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_IMPL_LAZY_KVLIST_H +#endif // #ifndef CDSLIB_CONTAINER_IMPL_LAZY_KVLIST_H diff --git a/cds/container/impl/lazy_list.h b/cds/container/impl/lazy_list.h index be0cc0bc..6cfafc29 100644 --- a/cds/container/impl/lazy_list.h +++ b/cds/container/impl/lazy_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_IMPL_LAZY_LIST_H -#define __CDS_CONTAINER_IMPL_LAZY_LIST_H +#ifndef CDSLIB_CONTAINER_IMPL_LAZY_LIST_H +#define CDSLIB_CONTAINER_IMPL_LAZY_LIST_H #include #include @@ -783,4 +783,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_IMPL_LAZY_LIST_H +#endif // #ifndef CDSLIB_CONTAINER_IMPL_LAZY_LIST_H diff --git a/cds/container/impl/michael_kvlist.h b/cds/container/impl/michael_kvlist.h index 6218f695..3c8b95de 100644 --- a/cds/container/impl/michael_kvlist.h +++ b/cds/container/impl/michael_kvlist.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_IMPL_MICHAEL_KVLIST_H -#define __CDS_CONTAINER_IMPL_MICHAEL_KVLIST_H +#ifndef CDSLIB_CONTAINER_IMPL_MICHAEL_KVLIST_H +#define CDSLIB_CONTAINER_IMPL_MICHAEL_KVLIST_H #include #include @@ -810,4 +810,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_IMPL_MICHAEL_KVLIST_H +#endif // #ifndef CDSLIB_CONTAINER_IMPL_MICHAEL_KVLIST_H diff --git a/cds/container/impl/michael_list.h b/cds/container/impl/michael_list.h index 2420a334..aa3a7c8d 100644 --- a/cds/container/impl/michael_list.h +++ b/cds/container/impl/michael_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_IMPL_MICHAEL_LIST_H -#define __CDS_CONTAINER_IMPL_MICHAEL_LIST_H +#ifndef CDSLIB_CONTAINER_IMPL_MICHAEL_LIST_H +#define CDSLIB_CONTAINER_IMPL_MICHAEL_LIST_H #include #include @@ -768,4 +768,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_IMPL_MICHAEL_LIST_H +#endif // #ifndef CDSLIB_CONTAINER_IMPL_MICHAEL_LIST_H diff --git a/cds/container/impl/skip_list_map.h b/cds/container/impl/skip_list_map.h index 3eb13f8b..6bae373b 100644 --- a/cds/container/impl/skip_list_map.h +++ b/cds/container/impl/skip_list_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_IMPL_SKIP_LIST_MAP_H -#define __CDS_CONTAINER_IMPL_SKIP_LIST_MAP_H +#ifndef CDSLIB_CONTAINER_IMPL_SKIP_LIST_MAP_H +#define CDSLIB_CONTAINER_IMPL_SKIP_LIST_MAP_H #include @@ -658,4 +658,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_IMPL_SKIP_LIST_MAP_H +#endif // #ifndef CDSLIB_CONTAINER_IMPL_SKIP_LIST_MAP_H diff --git a/cds/container/impl/skip_list_set.h b/cds/container/impl/skip_list_set.h index 18bcf09d..66a100cf 100644 --- a/cds/container/impl/skip_list_set.h +++ b/cds/container/impl/skip_list_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_IMPL_SKIP_LIST_SET_H -#define __CDS_CONTAINER_IMPL_SKIP_LIST_SET_H +#ifndef CDSLIB_CONTAINER_IMPL_SKIP_LIST_SET_H +#define CDSLIB_CONTAINER_IMPL_SKIP_LIST_SET_H #include #include @@ -677,4 +677,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_IMPL_SKIP_LIST_SET_H +#endif // #ifndef CDSLIB_CONTAINER_IMPL_SKIP_LIST_SET_H diff --git a/cds/container/lazy_kvlist_dhp.h b/cds/container/lazy_kvlist_dhp.h index fa5708f4..f1045bc8 100644 --- a/cds/container/lazy_kvlist_dhp.h +++ b/cds/container/lazy_kvlist_dhp.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_LAZY_KVLIST_DHP_H -#define __CDS_CONTAINER_LAZY_KVLIST_DHP_H +#ifndef CDSLIB_CONTAINER_LAZY_KVLIST_DHP_H +#define CDSLIB_CONTAINER_LAZY_KVLIST_DHP_H #include #include #include #include -#endif // #ifndef __CDS_CONTAINER_LAZY_KVLIST_DHP_H +#endif // #ifndef CDSLIB_CONTAINER_LAZY_KVLIST_DHP_H diff --git a/cds/container/lazy_kvlist_hp.h b/cds/container/lazy_kvlist_hp.h index 83ffff44..328d411d 100644 --- a/cds/container/lazy_kvlist_hp.h +++ b/cds/container/lazy_kvlist_hp.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_LAZY_KVLIST_HP_H -#define __CDS_CONTAINER_LAZY_KVLIST_HP_H +#ifndef CDSLIB_CONTAINER_LAZY_KVLIST_HP_H +#define CDSLIB_CONTAINER_LAZY_KVLIST_HP_H #include #include #include #include -#endif // #ifndef __CDS_CONTAINER_LAZY_KVLIST_HP_H +#endif // #ifndef CDSLIB_CONTAINER_LAZY_KVLIST_HP_H diff --git a/cds/container/lazy_kvlist_nogc.h b/cds/container/lazy_kvlist_nogc.h index 66a46574..7a93b72e 100644 --- a/cds/container/lazy_kvlist_nogc.h +++ b/cds/container/lazy_kvlist_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_LAZY_KVLIST_NOGC_H -#define __CDS_CONTAINER_LAZY_KVLIST_NOGC_H +#ifndef CDSLIB_CONTAINER_LAZY_KVLIST_NOGC_H +#define CDSLIB_CONTAINER_LAZY_KVLIST_NOGC_H #include #include @@ -529,4 +529,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_LAZY_KVLIST_NOGC_H +#endif // #ifndef CDSLIB_CONTAINER_LAZY_KVLIST_NOGC_H diff --git a/cds/container/lazy_kvlist_rcu.h b/cds/container/lazy_kvlist_rcu.h index 6c7fd54c..8b9514ac 100644 --- a/cds/container/lazy_kvlist_rcu.h +++ b/cds/container/lazy_kvlist_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_LAZY_KVLIST_RCU_H -#define __CDS_CONTAINER_LAZY_KVLIST_RCU_H +#ifndef CDSLIB_CONTAINER_LAZY_KVLIST_RCU_H +#define CDSLIB_CONTAINER_LAZY_KVLIST_RCU_H #include #include @@ -812,4 +812,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_LAZY_KVLIST_RCU_H +#endif // #ifndef CDSLIB_CONTAINER_LAZY_KVLIST_RCU_H diff --git a/cds/container/lazy_list_dhp.h b/cds/container/lazy_list_dhp.h index 68343e3d..ebfe83a2 100644 --- a/cds/container/lazy_list_dhp.h +++ b/cds/container/lazy_list_dhp.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_LAZY_LIST_DHP_H -#define __CDS_CONTAINER_LAZY_LIST_DHP_H +#ifndef CDSLIB_CONTAINER_LAZY_LIST_DHP_H +#define CDSLIB_CONTAINER_LAZY_LIST_DHP_H #include #include #include #include -#endif // #ifndef __CDS_CONTAINER_LAZY_LIST_DHP_H +#endif // #ifndef CDSLIB_CONTAINER_LAZY_LIST_DHP_H diff --git a/cds/container/lazy_list_hp.h b/cds/container/lazy_list_hp.h index d844fd27..3d5db4bd 100644 --- a/cds/container/lazy_list_hp.h +++ b/cds/container/lazy_list_hp.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_LAZY_LIST_HP_H -#define __CDS_CONTAINER_LAZY_LIST_HP_H +#ifndef CDSLIB_CONTAINER_LAZY_LIST_HP_H +#define CDSLIB_CONTAINER_LAZY_LIST_HP_H #include #include #include #include -#endif // #ifndef __CDS_CONTAINER_LAZY_LIST_HP_H +#endif // #ifndef CDSLIB_CONTAINER_LAZY_LIST_HP_H diff --git a/cds/container/lazy_list_nogc.h b/cds/container/lazy_list_nogc.h index 8be872b9..f3ed777d 100644 --- a/cds/container/lazy_list_nogc.h +++ b/cds/container/lazy_list_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_LAZY_LIST_NOGC_H -#define __CDS_CONTAINER_LAZY_LIST_NOGC_H +#ifndef CDSLIB_CONTAINER_LAZY_LIST_NOGC_H +#define CDSLIB_CONTAINER_LAZY_LIST_NOGC_H #include #include @@ -407,4 +407,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_LAZY_LIST_NOGC_H +#endif // #ifndef CDSLIB_CONTAINER_LAZY_LIST_NOGC_H diff --git a/cds/container/lazy_list_rcu.h b/cds/container/lazy_list_rcu.h index 757e57da..218a6d9e 100644 --- a/cds/container/lazy_list_rcu.h +++ b/cds/container/lazy_list_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_LAZY_LIST_RCU_H -#define __CDS_CONTAINER_LAZY_LIST_RCU_H +#ifndef CDSLIB_CONTAINER_LAZY_LIST_RCU_H +#define CDSLIB_CONTAINER_LAZY_LIST_RCU_H #include #include @@ -796,4 +796,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_LAZY_LIST_RCU_H +#endif // #ifndef CDSLIB_CONTAINER_LAZY_LIST_RCU_H diff --git a/cds/container/michael_kvlist_dhp.h b/cds/container/michael_kvlist_dhp.h index 5011a02a..bca36210 100644 --- a/cds/container/michael_kvlist_dhp.h +++ b/cds/container/michael_kvlist_dhp.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_KVLIST_DHP_H -#define __CDS_CONTAINER_MICHAEL_KVLIST_DHP_H +#ifndef CDSLIB_CONTAINER_MICHAEL_KVLIST_DHP_H +#define CDSLIB_CONTAINER_MICHAEL_KVLIST_DHP_H #include #include #include #include -#endif // #ifndef __CDS_CONTAINER_MICHAEL_KVLIST_DHP_H +#endif // #ifndef CDSLIB_CONTAINER_MICHAEL_KVLIST_DHP_H diff --git a/cds/container/michael_kvlist_hp.h b/cds/container/michael_kvlist_hp.h index 3da99256..60f09c1a 100644 --- a/cds/container/michael_kvlist_hp.h +++ b/cds/container/michael_kvlist_hp.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_KVLIST_HP_H -#define __CDS_CONTAINER_MICHAEL_KVLIST_HP_H +#ifndef CDSLIB_CONTAINER_MICHAEL_KVLIST_HP_H +#define CDSLIB_CONTAINER_MICHAEL_KVLIST_HP_H #include #include #include #include -#endif // #ifndef __CDS_CONTAINER_MICHAEL_KVLIST_HP_H +#endif // #ifndef CDSLIB_CONTAINER_MICHAEL_KVLIST_HP_H diff --git a/cds/container/michael_kvlist_nogc.h b/cds/container/michael_kvlist_nogc.h index 3634a704..bc5f3d84 100644 --- a/cds/container/michael_kvlist_nogc.h +++ b/cds/container/michael_kvlist_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_KVLIST_NOGC_H -#define __CDS_CONTAINER_MICHAEL_KVLIST_NOGC_H +#ifndef CDSLIB_CONTAINER_MICHAEL_KVLIST_NOGC_H +#define CDSLIB_CONTAINER_MICHAEL_KVLIST_NOGC_H #include #include @@ -534,4 +534,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_MICHAEL_KVLIST_NOGC_H +#endif // #ifndef CDSLIB_CONTAINER_MICHAEL_KVLIST_NOGC_H diff --git a/cds/container/michael_kvlist_rcu.h b/cds/container/michael_kvlist_rcu.h index 4733f999..04d9b237 100644 --- a/cds/container/michael_kvlist_rcu.h +++ b/cds/container/michael_kvlist_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_KVLIST_RCU_H -#define __CDS_CONTAINER_MICHAEL_KVLIST_RCU_H +#ifndef CDSLIB_CONTAINER_MICHAEL_KVLIST_RCU_H +#define CDSLIB_CONTAINER_MICHAEL_KVLIST_RCU_H #include #include // ref @@ -811,4 +811,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_MICHAEL_KVLIST_RCU_H +#endif // #ifndef CDSLIB_CONTAINER_MICHAEL_KVLIST_RCU_H diff --git a/cds/container/michael_list_dhp.h b/cds/container/michael_list_dhp.h index d89e4df0..0e39eddb 100644 --- a/cds/container/michael_list_dhp.h +++ b/cds/container/michael_list_dhp.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_LIST_DHP_H -#define __CDS_CONTAINER_MICHAEL_LIST_DHP_H +#ifndef CDSLIB_CONTAINER_MICHAEL_LIST_DHP_H +#define CDSLIB_CONTAINER_MICHAEL_LIST_DHP_H #include #include #include #include -#endif // #ifndef __CDS_CONTAINER_MICHAEL_LIST_DHP_H +#endif // #ifndef CDSLIB_CONTAINER_MICHAEL_LIST_DHP_H diff --git a/cds/container/michael_list_hp.h b/cds/container/michael_list_hp.h index 7e28353d..3e6ce344 100644 --- a/cds/container/michael_list_hp.h +++ b/cds/container/michael_list_hp.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_LIST_HP_H -#define __CDS_CONTAINER_MICHAEL_LIST_HP_H +#ifndef CDSLIB_CONTAINER_MICHAEL_LIST_HP_H +#define CDSLIB_CONTAINER_MICHAEL_LIST_HP_H #include #include #include #include -#endif // #ifndef __CDS_CONTAINER_MICHAEL_LIST_HP_H +#endif // #ifndef CDSLIB_CONTAINER_MICHAEL_LIST_HP_H diff --git a/cds/container/michael_list_nogc.h b/cds/container/michael_list_nogc.h index dc7092c9..64af875f 100644 --- a/cds/container/michael_list_nogc.h +++ b/cds/container/michael_list_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_LIST_NOGC_H -#define __CDS_CONTAINER_MICHAEL_LIST_NOGC_H +#ifndef CDSLIB_CONTAINER_MICHAEL_LIST_NOGC_H +#define CDSLIB_CONTAINER_MICHAEL_LIST_NOGC_H #include #include @@ -417,4 +417,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_MICHAEL_LIST_NOGC_H +#endif // #ifndef CDSLIB_CONTAINER_MICHAEL_LIST_NOGC_H diff --git a/cds/container/michael_list_rcu.h b/cds/container/michael_list_rcu.h index 2588d688..4188db12 100644 --- a/cds/container/michael_list_rcu.h +++ b/cds/container/michael_list_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_LIST_RCU_H -#define __CDS_CONTAINER_MICHAEL_LIST_RCU_H +#ifndef CDSLIB_CONTAINER_MICHAEL_LIST_RCU_H +#define CDSLIB_CONTAINER_MICHAEL_LIST_RCU_H #include #include @@ -790,4 +790,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_MICHAEL_LIST_RCU_H +#endif // #ifndef CDSLIB_CONTAINER_MICHAEL_LIST_RCU_H diff --git a/cds/container/michael_map.h b/cds/container/michael_map.h index ba411b73..899e0157 100644 --- a/cds/container/michael_map.h +++ b/cds/container/michael_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_MAP_H -#define __CDS_CONTAINER_MICHAEL_MAP_H +#ifndef CDSLIB_CONTAINER_MICHAEL_MAP_H +#define CDSLIB_CONTAINER_MICHAEL_MAP_H #include #include @@ -793,4 +793,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // ifndef __CDS_CONTAINER_MICHAEL_MAP_H +#endif // ifndef CDSLIB_CONTAINER_MICHAEL_MAP_H diff --git a/cds/container/michael_map_nogc.h b/cds/container/michael_map_nogc.h index e541b178..fedfc1cb 100644 --- a/cds/container/michael_map_nogc.h +++ b/cds/container/michael_map_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_MAP_NOGC_H -#define __CDS_CONTAINER_MICHAEL_MAP_NOGC_H +#ifndef CDSLIB_CONTAINER_MICHAEL_MAP_NOGC_H +#define CDSLIB_CONTAINER_MICHAEL_MAP_NOGC_H #include #include @@ -484,4 +484,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // ifndef __CDS_CONTAINER_MICHAEL_MAP_NOGC_H +#endif // ifndef CDSLIB_CONTAINER_MICHAEL_MAP_NOGC_H diff --git a/cds/container/michael_map_rcu.h b/cds/container/michael_map_rcu.h index 5dc469b8..9f17bf33 100644 --- a/cds/container/michael_map_rcu.h +++ b/cds/container/michael_map_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_MAP_RCU_H -#define __CDS_CONTAINER_MICHAEL_MAP_RCU_H +#ifndef CDSLIB_CONTAINER_MICHAEL_MAP_RCU_H +#define CDSLIB_CONTAINER_MICHAEL_MAP_RCU_H #include #include @@ -754,4 +754,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // ifndef __CDS_CONTAINER_MICHAEL_MAP_RCU_H +#endif // ifndef CDSLIB_CONTAINER_MICHAEL_MAP_RCU_H diff --git a/cds/container/michael_set.h b/cds/container/michael_set.h index 6729eba6..80c5a694 100644 --- a/cds/container/michael_set.h +++ b/cds/container/michael_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_SET_H -#define __CDS_CONTAINER_MICHAEL_SET_H +#ifndef CDSLIB_CONTAINER_MICHAEL_SET_H +#define CDSLIB_CONTAINER_MICHAEL_SET_H #include #include @@ -726,4 +726,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // ifndef __CDS_CONTAINER_MICHAEL_SET_H +#endif // ifndef CDSLIB_CONTAINER_MICHAEL_SET_H diff --git a/cds/container/michael_set_nogc.h b/cds/container/michael_set_nogc.h index 49677655..28aa3cc1 100644 --- a/cds/container/michael_set_nogc.h +++ b/cds/container/michael_set_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_SET_NOGC_H -#define __CDS_CONTAINER_MICHAEL_SET_NOGC_H +#ifndef CDSLIB_CONTAINER_MICHAEL_SET_NOGC_H +#define CDSLIB_CONTAINER_MICHAEL_SET_NOGC_H #include #include @@ -315,4 +315,4 @@ namespace cds { namespace container { }} // cds::container -#endif // ifndef __CDS_CONTAINER_MICHAEL_SET_NOGC_H +#endif // ifndef CDSLIB_CONTAINER_MICHAEL_SET_NOGC_H diff --git a/cds/container/michael_set_rcu.h b/cds/container/michael_set_rcu.h index 7dce8e8d..1d1ebe87 100644 --- a/cds/container/michael_set_rcu.h +++ b/cds/container/michael_set_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MICHAEL_SET_RCU_H -#define __CDS_CONTAINER_MICHAEL_SET_RCU_H +#ifndef CDSLIB_CONTAINER_MICHAEL_SET_RCU_H +#define CDSLIB_CONTAINER_MICHAEL_SET_RCU_H #include #include @@ -688,4 +688,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // ifndef __CDS_CONTAINER_MICHAEL_SET_RCU_H +#endif // ifndef CDSLIB_CONTAINER_MICHAEL_SET_RCU_H diff --git a/cds/container/moir_queue.h b/cds/container/moir_queue.h index 809328ed..030458c6 100644 --- a/cds/container/moir_queue.h +++ b/cds/container/moir_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MOIR_QUEUE_H -#define __CDS_CONTAINER_MOIR_QUEUE_H +#ifndef CDSLIB_CONTAINER_MOIR_QUEUE_H +#define CDSLIB_CONTAINER_MOIR_QUEUE_H #include #include @@ -265,6 +265,6 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_MOIR_QUEUE_H +#endif // #ifndef CDSLIB_CONTAINER_MOIR_QUEUE_H diff --git a/cds/container/mspriority_queue.h b/cds/container/mspriority_queue.h index 1bc48565..ab17ccca 100644 --- a/cds/container/mspriority_queue.h +++ b/cds/container/mspriority_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MSPRIORITY_QUEUE_H -#define __CDS_CONTAINER_MSPRIORITY_QUEUE_H +#ifndef CDSLIB_CONTAINER_MSPRIORITY_QUEUE_H +#define CDSLIB_CONTAINER_MSPRIORITY_QUEUE_H #include #include @@ -313,4 +313,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_MSPRIORITY_QUEUE_H +#endif // #ifndef CDSLIB_CONTAINER_MSPRIORITY_QUEUE_H diff --git a/cds/container/msqueue.h b/cds/container/msqueue.h index 3f5c2671..1d355e97 100644 --- a/cds/container/msqueue.h +++ b/cds/container/msqueue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_MSQUEUE_H -#define __CDS_CONTAINER_MSQUEUE_H +#ifndef CDSLIB_CONTAINER_MSQUEUE_H +#define CDSLIB_CONTAINER_MSQUEUE_H #include #include @@ -379,4 +379,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_MSQUEUE_H +#endif // #ifndef CDSLIB_CONTAINER_MSQUEUE_H diff --git a/cds/container/optimistic_queue.h b/cds/container/optimistic_queue.h index bd304a34..8c493ea9 100644 --- a/cds/container/optimistic_queue.h +++ b/cds/container/optimistic_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_OPTIMISTIC_QUEUE_H -#define __CDS_CONTAINER_OPTIMISTIC_QUEUE_H +#ifndef CDSLIB_CONTAINER_OPTIMISTIC_QUEUE_H +#define CDSLIB_CONTAINER_OPTIMISTIC_QUEUE_H #include #include @@ -384,4 +384,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif //#ifndef __CDS_CONTAINER_OPTIMISTIC_QUEUE_H +#endif //#ifndef CDSLIB_CONTAINER_OPTIMISTIC_QUEUE_H diff --git a/cds/container/rwqueue.h b/cds/container/rwqueue.h index 55185f81..ccfdb70f 100644 --- a/cds/container/rwqueue.h +++ b/cds/container/rwqueue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_RWQUEUE_H -#define __CDS_CONTAINER_RWQUEUE_H +#ifndef CDSLIB_CONTAINER_RWQUEUE_H +#define CDSLIB_CONTAINER_RWQUEUE_H #include // unique_lock #include @@ -362,4 +362,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_RWQUEUE_H +#endif // #ifndef CDSLIB_CONTAINER_RWQUEUE_H diff --git a/cds/container/segmented_queue.h b/cds/container/segmented_queue.h index 69361eec..f9db1dcb 100644 --- a/cds/container/segmented_queue.h +++ b/cds/container/segmented_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SEGMENTED_QUEUE_H -#define __CDS_CONTAINER_SEGMENTED_QUEUE_H +#ifndef CDSLIB_CONTAINER_SEGMENTED_QUEUE_H +#define CDSLIB_CONTAINER_SEGMENTED_QUEUE_H #include #include // ref @@ -390,4 +390,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_SEGMENTED_QUEUE_H +#endif // #ifndef CDSLIB_CONTAINER_SEGMENTED_QUEUE_H diff --git a/cds/container/skip_list_map_dhp.h b/cds/container/skip_list_map_dhp.h index 0050f9c6..8cca6d15 100644 --- a/cds/container/skip_list_map_dhp.h +++ b/cds/container/skip_list_map_dhp.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SKIP_LIST_SET_DHP_H -#define __CDS_CONTAINER_SKIP_LIST_SET_DHP_H +#ifndef CDSLIB_CONTAINER_SKIP_LIST_SET_DHP_H +#define CDSLIB_CONTAINER_SKIP_LIST_SET_DHP_H #include #include #include #include -#endif // #ifndef __CDS_CONTAINER_SKIP_LIST_SET_DHP_H +#endif // #ifndef CDSLIB_CONTAINER_SKIP_LIST_SET_DHP_H diff --git a/cds/container/skip_list_map_hp.h b/cds/container/skip_list_map_hp.h index fca351f2..aa565104 100644 --- a/cds/container/skip_list_map_hp.h +++ b/cds/container/skip_list_map_hp.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SKIP_LIST_MAP_HP_H -#define __CDS_CONTAINER_SKIP_LIST_MAP_HP_H +#ifndef CDSLIB_CONTAINER_SKIP_LIST_MAP_HP_H +#define CDSLIB_CONTAINER_SKIP_LIST_MAP_HP_H #include #include #include #include -#endif // #ifndef __CDS_CONTAINER_SKIP_LIST_MAP_HP_H +#endif // #ifndef CDSLIB_CONTAINER_SKIP_LIST_MAP_HP_H diff --git a/cds/container/skip_list_map_nogc.h b/cds/container/skip_list_map_nogc.h index a14890dc..ffa37b53 100644 --- a/cds/container/skip_list_map_nogc.h +++ b/cds/container/skip_list_map_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SKIP_LIST_MAP_NOGC_H -#define __CDS_CONTAINER_SKIP_LIST_MAP_NOGC_H +#ifndef CDSLIB_CONTAINER_SKIP_LIST_MAP_NOGC_H +#define CDSLIB_CONTAINER_SKIP_LIST_MAP_NOGC_H #include @@ -334,4 +334,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_SKIP_LIST_MAP_NOGC_H +#endif // #ifndef CDSLIB_CONTAINER_SKIP_LIST_MAP_NOGC_H diff --git a/cds/container/skip_list_map_rcu.h b/cds/container/skip_list_map_rcu.h index 49245d7e..64f5c187 100644 --- a/cds/container/skip_list_map_rcu.h +++ b/cds/container/skip_list_map_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SKIP_LIST_MAP_RCU_H -#define __CDS_CONTAINER_SKIP_LIST_MAP_RCU_H +#ifndef CDSLIB_CONTAINER_SKIP_LIST_MAP_RCU_H +#define CDSLIB_CONTAINER_SKIP_LIST_MAP_RCU_H #include #include @@ -632,4 +632,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_SKIP_LIST_MAP_RCU_H +#endif // #ifndef CDSLIB_CONTAINER_SKIP_LIST_MAP_RCU_H diff --git a/cds/container/skip_list_set_dhp.h b/cds/container/skip_list_set_dhp.h index 4b86615d..4a735e15 100644 --- a/cds/container/skip_list_set_dhp.h +++ b/cds/container/skip_list_set_dhp.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SKIP_LIST_MAP_DHP_H -#define __CDS_CONTAINER_SKIP_LIST_MAP_DHP_H +#ifndef CDSLIB_CONTAINER_SKIP_LIST_MAP_DHP_H +#define CDSLIB_CONTAINER_SKIP_LIST_MAP_DHP_H #include #include #include #include -#endif // #ifndef __CDS_CONTAINER_SKIP_LIST_MAP_DHP_H +#endif // #ifndef CDSLIB_CONTAINER_SKIP_LIST_MAP_DHP_H diff --git a/cds/container/skip_list_set_hp.h b/cds/container/skip_list_set_hp.h index fd91d710..95d3e659 100644 --- a/cds/container/skip_list_set_hp.h +++ b/cds/container/skip_list_set_hp.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SKIP_LIST_SET_HP_H -#define __CDS_CONTAINER_SKIP_LIST_SET_HP_H +#ifndef CDSLIB_CONTAINER_SKIP_LIST_SET_HP_H +#define CDSLIB_CONTAINER_SKIP_LIST_SET_HP_H #include #include #include #include -#endif // #ifndef __CDS_CONTAINER_SKIP_LIST_SET_HP_H +#endif // #ifndef CDSLIB_CONTAINER_SKIP_LIST_SET_HP_H diff --git a/cds/container/skip_list_set_nogc.h b/cds/container/skip_list_set_nogc.h index daf323c8..a052ae1a 100644 --- a/cds/container/skip_list_set_nogc.h +++ b/cds/container/skip_list_set_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SKIP_LIST_SET_NOGC_H -#define __CDS_CONTAINER_SKIP_LIST_SET_NOGC_H +#ifndef CDSLIB_CONTAINER_SKIP_LIST_SET_NOGC_H +#define CDSLIB_CONTAINER_SKIP_LIST_SET_NOGC_H #include #include @@ -382,4 +382,4 @@ namespace cds { namespace container { }} // cds::container -#endif // ifndef __CDS_CONTAINER_SKIP_LIST_SET_NOGC_H +#endif // ifndef CDSLIB_CONTAINER_SKIP_LIST_SET_NOGC_H diff --git a/cds/container/skip_list_set_rcu.h b/cds/container/skip_list_set_rcu.h index 50048335..e1efa00c 100644 --- a/cds/container/skip_list_set_rcu.h +++ b/cds/container/skip_list_set_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SKIP_LIST_SET_RCU_H -#define __CDS_CONTAINER_SKIP_LIST_SET_RCU_H +#ifndef CDSLIB_CONTAINER_SKIP_LIST_SET_RCU_H +#define CDSLIB_CONTAINER_SKIP_LIST_SET_RCU_H #include #include @@ -711,4 +711,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_SKIP_LIST_SET_RCU_H +#endif // #ifndef CDSLIB_CONTAINER_SKIP_LIST_SET_RCU_H diff --git a/cds/container/split_list_map.h b/cds/container/split_list_map.h index 86040560..46f3a936 100644 --- a/cds/container/split_list_map.h +++ b/cds/container/split_list_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SPLIT_LIST_MAP_H -#define __CDS_CONTAINER_SPLIT_LIST_MAP_H +#ifndef CDSLIB_CONTAINER_SPLIT_LIST_MAP_H +#define CDSLIB_CONTAINER_SPLIT_LIST_MAP_H #include #include @@ -612,4 +612,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_SPLIT_LIST_MAP_H +#endif // #ifndef CDSLIB_CONTAINER_SPLIT_LIST_MAP_H diff --git a/cds/container/split_list_map_nogc.h b/cds/container/split_list_map_nogc.h index 0922ef39..60225731 100644 --- a/cds/container/split_list_map_nogc.h +++ b/cds/container/split_list_map_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SPLIT_LIST_MAP_NOGC_H -#define __CDS_CONTAINER_SPLIT_LIST_MAP_NOGC_H +#ifndef CDSLIB_CONTAINER_SPLIT_LIST_MAP_NOGC_H +#define CDSLIB_CONTAINER_SPLIT_LIST_MAP_NOGC_H #include #include @@ -291,4 +291,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_SPLIT_LIST_MAP_NOGC_H +#endif // #ifndef CDSLIB_CONTAINER_SPLIT_LIST_MAP_NOGC_H diff --git a/cds/container/split_list_map_rcu.h b/cds/container/split_list_map_rcu.h index d0aac448..59e8008f 100644 --- a/cds/container/split_list_map_rcu.h +++ b/cds/container/split_list_map_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SPLIT_LIST_MAP_RCU_H -#define __CDS_CONTAINER_SPLIT_LIST_MAP_RCU_H +#ifndef CDSLIB_CONTAINER_SPLIT_LIST_MAP_RCU_H +#define CDSLIB_CONTAINER_SPLIT_LIST_MAP_RCU_H #include #include @@ -662,4 +662,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_SPLIT_LIST_MAP_RCU_H +#endif // #ifndef CDSLIB_CONTAINER_SPLIT_LIST_MAP_RCU_H diff --git a/cds/container/split_list_set.h b/cds/container/split_list_set.h index ba83b95c..62028126 100644 --- a/cds/container/split_list_set.h +++ b/cds/container/split_list_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SPLIT_LIST_SET_H -#define __CDS_CONTAINER_SPLIT_LIST_SET_H +#ifndef CDSLIB_CONTAINER_SPLIT_LIST_SET_H +#define CDSLIB_CONTAINER_SPLIT_LIST_SET_H #include #include @@ -789,4 +789,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_SPLIT_LIST_SET_H +#endif // #ifndef CDSLIB_CONTAINER_SPLIT_LIST_SET_H diff --git a/cds/container/split_list_set_nogc.h b/cds/container/split_list_set_nogc.h index 12d91249..6da18535 100644 --- a/cds/container/split_list_set_nogc.h +++ b/cds/container/split_list_set_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SPLIT_LIST_SET_NOGC_H -#define __CDS_CONTAINER_SPLIT_LIST_SET_NOGC_H +#ifndef CDSLIB_CONTAINER_SPLIT_LIST_SET_NOGC_H +#define CDSLIB_CONTAINER_SPLIT_LIST_SET_NOGC_H #include #include @@ -356,4 +356,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_SPLIT_LIST_SET_NOGC_H +#endif // #ifndef CDSLIB_CONTAINER_SPLIT_LIST_SET_NOGC_H diff --git a/cds/container/split_list_set_rcu.h b/cds/container/split_list_set_rcu.h index 41998673..79a7c9b5 100644 --- a/cds/container/split_list_set_rcu.h +++ b/cds/container/split_list_set_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_SPLIT_LIST_SET_RCU_H -#define __CDS_CONTAINER_SPLIT_LIST_SET_RCU_H +#ifndef CDSLIB_CONTAINER_SPLIT_LIST_SET_RCU_H +#define CDSLIB_CONTAINER_SPLIT_LIST_SET_RCU_H #include #include @@ -811,4 +811,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_SPLIT_LIST_SET_RCU_H +#endif // #ifndef CDSLIB_CONTAINER_SPLIT_LIST_SET_RCU_H diff --git a/cds/container/striped_map.h b/cds/container/striped_map.h index 78022b61..e66435af 100644 --- a/cds/container/striped_map.h +++ b/cds/container/striped_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_MAP_H -#define __CDS_CONTAINER_STRIPED_MAP_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_H +#define CDSLIB_CONTAINER_STRIPED_MAP_H #include #include @@ -881,4 +881,4 @@ template }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_STRIPED_MAP_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_MAP_H diff --git a/cds/container/striped_map/boost_flat_map.h b/cds/container/striped_map/boost_flat_map.h index 11ee3195..b0e09ce4 100644 --- a/cds/container/striped_map/boost_flat_map.h +++ b/cds/container/striped_map/boost_flat_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_MAP_BOOST_FLAT_MAP_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_MAP_BOOST_FLAT_MAP_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_BOOST_FLAT_MAP_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_MAP_BOOST_FLAT_MAP_ADAPTER_H #include #if BOOST_VERSION < 104800 @@ -53,4 +53,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_MAP_BOOST_FLAT_MAP_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_MAP_BOOST_FLAT_MAP_ADAPTER_H diff --git a/cds/container/striped_map/boost_list.h b/cds/container/striped_map/boost_list.h index 26e44095..a82b0bfa 100644 --- a/cds/container/striped_map/boost_list.h +++ b/cds/container/striped_map/boost_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_MAP_BOOST_LIST_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_MAP_BOOST_LIST_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_BOOST_LIST_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_MAP_BOOST_LIST_ADAPTER_H #include #if BOOST_VERSION < 104800 @@ -264,4 +264,4 @@ namespace cds { namespace intrusive { namespace striped_set { }}} // namespace cds::intrusive::striped_set //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_MAP_BOOST_LIST_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_MAP_BOOST_LIST_ADAPTER_H diff --git a/cds/container/striped_map/boost_map.h b/cds/container/striped_map/boost_map.h index 84fee17b..9da066c2 100644 --- a/cds/container/striped_map/boost_map.h +++ b/cds/container/striped_map/boost_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_MAP_BOOST_MAP_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_MAP_BOOST_MAP_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_BOOST_MAP_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_MAP_BOOST_MAP_ADAPTER_H #include #if BOOST_VERSION < 104800 @@ -49,4 +49,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_MAP_BOOST_MAP_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_MAP_BOOST_MAP_ADAPTER_H diff --git a/cds/container/striped_map/boost_slist.h b/cds/container/striped_map/boost_slist.h index 87740a42..5c361665 100644 --- a/cds/container/striped_map/boost_slist.h +++ b/cds/container/striped_map/boost_slist.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_MAP_BOOST_SLIST_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_MAP_BOOST_SLIST_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_BOOST_SLIST_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_MAP_BOOST_SLIST_ADAPTER_H #include #if BOOST_VERSION < 104800 @@ -276,4 +276,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_MAP_BOOST_SLIST_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_MAP_BOOST_SLIST_ADAPTER_H diff --git a/cds/container/striped_map/boost_unordered_map.h b/cds/container/striped_map/boost_unordered_map.h index 859c1bb3..aacaa020 100644 --- a/cds/container/striped_map/boost_unordered_map.h +++ b/cds/container/striped_map/boost_unordered_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_MAP_BOOST_UNORDERED_MAP_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_MAP_BOOST_UNORDERED_MAP_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_BOOST_UNORDERED_MAP_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_MAP_BOOST_UNORDERED_MAP_ADAPTER_H #include #include @@ -45,4 +45,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_MAP_BOOST_UNORDERED_MAP_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_MAP_BOOST_UNORDERED_MAP_ADAPTER_H diff --git a/cds/container/striped_map/std_hash_map.h b/cds/container/striped_map/std_hash_map.h index dbaf22aa..95df3279 100644 --- a/cds/container/striped_map/std_hash_map.h +++ b/cds/container/striped_map/std_hash_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_MAP_STD_HASH_MAP_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_MAP_STD_HASH_MAP_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_HASH_MAP_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_MAP_STD_HASH_MAP_ADAPTER_H #include #if (CDS_COMPILER == CDS_COMPILER_MSVC || (CDS_COMPILER == CDS_COMPILER_INTEL && CDS_OS_INTERFACE == CDS_OSI_WINDOWS)) && _MSC_VER < 1600 // MS VC 2008 @@ -10,4 +10,4 @@ # include #endif -#endif // #ifndef __CDS_CONTAINER_STRIPED_MAP_STD_HASH_MAP_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_HASH_MAP_ADAPTER_H diff --git a/cds/container/striped_map/std_hash_map_std.h b/cds/container/striped_map/std_hash_map_std.h index 30b12d0a..4fc9e3ff 100644 --- a/cds/container/striped_map/std_hash_map_std.h +++ b/cds/container/striped_map/std_hash_map_std.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_MAP_STD_HASH_MAP_STD_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_MAP_STD_HASH_MAP_STD_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_HASH_MAP_STD_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_MAP_STD_HASH_MAP_STD_ADAPTER_H -#ifndef __CDS_CONTAINER_STRIPED_MAP_STD_HASH_MAP_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_HASH_MAP_ADAPTER_H # error must be included instead of header #endif @@ -181,4 +181,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_MAP_STD_HASH_MAP_STD_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_HASH_MAP_STD_ADAPTER_H diff --git a/cds/container/striped_map/std_hash_map_vc.h b/cds/container/striped_map/std_hash_map_vc.h index 902fbd1a..91e7a488 100644 --- a/cds/container/striped_map/std_hash_map_vc.h +++ b/cds/container/striped_map/std_hash_map_vc.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_MAP_STD_HASH_MAP_MSVC_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_MAP_STD_HASH_MAP_MSVC_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_HASH_MAP_MSVC_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_MAP_STD_HASH_MAP_MSVC_ADAPTER_H -#ifndef __CDS_CONTAINER_STRIPED_MAP_STD_HASH_MAP_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_HASH_MAP_ADAPTER_H # error must be included instead of header #endif @@ -175,4 +175,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_MAP_STD_HASH_MAP_MSVC_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_HASH_MAP_MSVC_ADAPTER_H diff --git a/cds/container/striped_map/std_list.h b/cds/container/striped_map/std_list.h index 4297e5e9..eba4c9f5 100644 --- a/cds/container/striped_map/std_list.h +++ b/cds/container/striped_map/std_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_MAP_STD_LIST_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_MAP_STD_LIST_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_LIST_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_MAP_STD_LIST_ADAPTER_H #include #include // ref @@ -293,4 +293,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_MAP_STD_LIST_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_LIST_ADAPTER_H diff --git a/cds/container/striped_map/std_map.h b/cds/container/striped_map/std_map.h index 5b67b090..62a0c72f 100644 --- a/cds/container/striped_map/std_map.h +++ b/cds/container/striped_map/std_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_MAP_STD_MAP_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_MAP_STD_MAP_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_MAP_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_MAP_STD_MAP_ADAPTER_H #include #include @@ -176,4 +176,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_MAP_STD_MAP_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_MAP_ADAPTER_H diff --git a/cds/container/striped_set.h b/cds/container/striped_set.h index 1f142f0c..c1828458 100644 --- a/cds/container/striped_set.h +++ b/cds/container/striped_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_H -#define __CDS_CONTAINER_STRIPED_SET_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_H +#define CDSLIB_CONTAINER_STRIPED_SET_H #include #include @@ -920,4 +920,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_H diff --git a/cds/container/striped_set/adapter.h b/cds/container/striped_set/adapter.h index a7da7a61..52367e7d 100644 --- a/cds/container/striped_set/adapter.h +++ b/cds/container/striped_set/adapter.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_ADAPTER_H #include #include @@ -466,4 +466,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_ADAPTER_H diff --git a/cds/container/striped_set/boost_flat_set.h b/cds/container/striped_set/boost_flat_set.h index 7fd2b216..3d149c4d 100644 --- a/cds/container/striped_set/boost_flat_set.h +++ b/cds/container/striped_set/boost_flat_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_FLAT_SET_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_BOOST_FLAT_SET_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_FLAT_SET_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_BOOST_FLAT_SET_ADAPTER_H #include #if BOOST_VERSION < 104800 @@ -52,4 +52,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_FLAT_SET_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_FLAT_SET_ADAPTER_H diff --git a/cds/container/striped_set/boost_list.h b/cds/container/striped_set/boost_list.h index 399f68d3..dc9c16b2 100644 --- a/cds/container/striped_set/boost_list.h +++ b/cds/container/striped_set/boost_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_LIST_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_BOOST_LIST_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_LIST_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_BOOST_LIST_ADAPTER_H #include #if BOOST_VERSION < 104800 @@ -257,4 +257,4 @@ namespace cds { namespace intrusive { namespace striped_set { }}} // namespace cds::intrsive::striped_set //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_LIST_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_LIST_ADAPTER_H diff --git a/cds/container/striped_set/boost_set.h b/cds/container/striped_set/boost_set.h index 40859136..816d8394 100644 --- a/cds/container/striped_set/boost_set.h +++ b/cds/container/striped_set/boost_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_SET_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_BOOST_SET_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_SET_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_BOOST_SET_ADAPTER_H #include #if BOOST_VERSION < 104800 @@ -51,4 +51,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_SET_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_SET_ADAPTER_H diff --git a/cds/container/striped_set/boost_slist.h b/cds/container/striped_set/boost_slist.h index 18097cae..9170e76f 100644 --- a/cds/container/striped_set/boost_slist.h +++ b/cds/container/striped_set/boost_slist.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_SLIST_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_BOOST_SLIST_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_SLIST_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_BOOST_SLIST_ADAPTER_H #include // ref #include @@ -268,4 +268,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_SLIST_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_SLIST_ADAPTER_H diff --git a/cds/container/striped_set/boost_stable_vector.h b/cds/container/striped_set/boost_stable_vector.h index bc5e6a02..f77de64c 100644 --- a/cds/container/striped_set/boost_stable_vector.h +++ b/cds/container/striped_set/boost_stable_vector.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_STABLE_VECTOR_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_BOOST_STABLE_VECTOR_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_STABLE_VECTOR_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_BOOST_STABLE_VECTOR_ADAPTER_H #include #if BOOST_VERSION < 104800 @@ -339,4 +339,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_STABLE_VECTOR_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_STABLE_VECTOR_ADAPTER_H diff --git a/cds/container/striped_set/boost_unordered_set.h b/cds/container/striped_set/boost_unordered_set.h index ebeeb55d..cfcc4e41 100644 --- a/cds/container/striped_set/boost_unordered_set.h +++ b/cds/container/striped_set/boost_unordered_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H #include #include @@ -42,4 +42,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H diff --git a/cds/container/striped_set/boost_vector.h b/cds/container/striped_set/boost_vector.h index 52db5eca..67b108f1 100644 --- a/cds/container/striped_set/boost_vector.h +++ b/cds/container/striped_set/boost_vector.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_VECTOR_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_BOOST_VECTOR_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_VECTOR_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_BOOST_VECTOR_ADAPTER_H #include #if BOOST_VERSION < 104800 @@ -252,4 +252,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_BOOST_VECTOR_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_BOOST_VECTOR_ADAPTER_H diff --git a/cds/container/striped_set/std_hash_set.h b/cds/container/striped_set/std_hash_set.h index 7ba35e39..0fa59b4d 100644 --- a/cds/container/striped_set/std_hash_set.h +++ b/cds/container/striped_set/std_hash_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_STD_HASH_SET_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_STD_HASH_SET_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_HASH_SET_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_STD_HASH_SET_ADAPTER_H #include #if (CDS_COMPILER == CDS_COMPILER_MSVC || (CDS_COMPILER == CDS_COMPILER_INTEL && CDS_OS_INTERFACE == CDS_OSI_WINDOWS)) && _MSC_VER < 1600 // MS VC 2008 @@ -10,4 +10,4 @@ # include #endif -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_STD_HASH_SET_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_HASH_SET_ADAPTER_H diff --git a/cds/container/striped_set/std_hash_set_std.h b/cds/container/striped_set/std_hash_set_std.h index 66a11ad5..fdbcbcd1 100644 --- a/cds/container/striped_set/std_hash_set_std.h +++ b/cds/container/striped_set/std_hash_set_std.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_STD_HASH_SET_STD_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_STD_HASH_SET_STD_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_HASH_SET_STD_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_STD_HASH_SET_STD_ADAPTER_H -#ifndef __CDS_CONTAINER_STRIPED_SET_STD_HASH_SET_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_HASH_SET_ADAPTER_H # error must be included instead of header #endif @@ -164,4 +164,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_STD_HASH_SET_STD_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_HASH_SET_STD_ADAPTER_H diff --git a/cds/container/striped_set/std_hash_set_vc.h b/cds/container/striped_set/std_hash_set_vc.h index b1ffb60b..09fa87c6 100644 --- a/cds/container/striped_set/std_hash_set_vc.h +++ b/cds/container/striped_set/std_hash_set_vc.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_STD_HASH_SET_MSVC_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_STD_HASH_SET_MSVC_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_HASH_SET_MSVC_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_STD_HASH_SET_MSVC_ADAPTER_H -#ifndef __CDS_CONTAINER_STRIPED_SET_STD_HASH_SET_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_HASH_SET_ADAPTER_H # error must be included instead of header #endif @@ -159,4 +159,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_STD_HASH_SET_MSVC_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_HASH_SET_MSVC_ADAPTER_H diff --git a/cds/container/striped_set/std_list.h b/cds/container/striped_set/std_list.h index 264ef94b..05a239f2 100644 --- a/cds/container/striped_set/std_list.h +++ b/cds/container/striped_set/std_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_STD_LIST_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_STD_LIST_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_LIST_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_STD_LIST_ADAPTER_H #include // ref #include @@ -288,4 +288,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_STD_LIST_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_LIST_ADAPTER_H diff --git a/cds/container/striped_set/std_set.h b/cds/container/striped_set/std_set.h index 4e579091..a132aaee 100644 --- a/cds/container/striped_set/std_set.h +++ b/cds/container/striped_set/std_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_STD_SET_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_STD_SET_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_SET_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_STD_SET_ADAPTER_H #include #include @@ -161,4 +161,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_STD_SET_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_SET_ADAPTER_H diff --git a/cds/container/striped_set/std_vector.h b/cds/container/striped_set/std_vector.h index 1e19993b..278bc566 100644 --- a/cds/container/striped_set/std_vector.h +++ b/cds/container/striped_set/std_vector.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_STRIPED_SET_STD_VECTOR_ADAPTER_H -#define __CDS_CONTAINER_STRIPED_SET_STD_VECTOR_ADAPTER_H +#ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_VECTOR_ADAPTER_H +#define CDSLIB_CONTAINER_STRIPED_SET_STD_VECTOR_ADAPTER_H #include // ref #include @@ -254,4 +254,4 @@ namespace cds { namespace intrusive { namespace striped_set { //@endcond -#endif // #ifndef __CDS_CONTAINER_STRIPED_SET_STD_VECTOR_ADAPTER_H +#endif // #ifndef CDSLIB_CONTAINER_STRIPED_SET_STD_VECTOR_ADAPTER_H diff --git a/cds/container/treiber_stack.h b/cds/container/treiber_stack.h index d79e1f5b..71ed82d4 100644 --- a/cds/container/treiber_stack.h +++ b/cds/container/treiber_stack.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_TREIBER_STACK_H -#define __CDS_CONTAINER_TREIBER_STACK_H +#ifndef CDSLIB_CONTAINER_TREIBER_STACK_H +#define CDSLIB_CONTAINER_TREIBER_STACK_H #include // unique_ptr #include @@ -386,4 +386,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_TREIBER_STACK_H +#endif // #ifndef CDSLIB_CONTAINER_TREIBER_STACK_H diff --git a/cds/container/tsigas_cycle_queue.h b/cds/container/tsigas_cycle_queue.h index 78869119..b28b17e9 100644 --- a/cds/container/tsigas_cycle_queue.h +++ b/cds/container/tsigas_cycle_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_TSIGAS_CYCLE_QUEUE_H -#define __CDS_CONTAINER_TSIGAS_CYCLE_QUEUE_H +#ifndef CDSLIB_CONTAINER_TSIGAS_CYCLE_QUEUE_H +#define CDSLIB_CONTAINER_TSIGAS_CYCLE_QUEUE_H #include #include @@ -382,4 +382,4 @@ namespace cds { namespace container { }} // namespace cds::intrusive -#endif // #ifndef __CDS_CONTAINER_TSIGAS_CYCLE_QUEUE_H +#endif // #ifndef CDSLIB_CONTAINER_TSIGAS_CYCLE_QUEUE_H diff --git a/cds/container/vyukov_mpmc_cycle_queue.h b/cds/container/vyukov_mpmc_cycle_queue.h index 94f2c674..82759b21 100644 --- a/cds/container/vyukov_mpmc_cycle_queue.h +++ b/cds/container/vyukov_mpmc_cycle_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_VYUKOV_MPMC_CYCLE_QUEUE_H -#define __CDS_CONTAINER_VYUKOV_MPMC_CYCLE_QUEUE_H +#ifndef CDSLIB_CONTAINER_VYUKOV_MPMC_CYCLE_QUEUE_H +#define CDSLIB_CONTAINER_VYUKOV_MPMC_CYCLE_QUEUE_H #include #include @@ -406,4 +406,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_VYUKOV_MPMC_CYCLE_QUEUE_H +#endif // #ifndef CDSLIB_CONTAINER_VYUKOV_MPMC_CYCLE_QUEUE_H diff --git a/cds/details/aligned_allocator.h b/cds/details/aligned_allocator.h index 150a821e..29375a42 100644 --- a/cds/details/aligned_allocator.h +++ b/cds/details/aligned_allocator.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_ALIGNED_ALLOCATOR_H -#define __CDS_DETAILS_ALIGNED_ALLOCATOR_H +#ifndef CDSLIB_DETAILS_ALIGNED_ALLOCATOR_H +#define CDSLIB_DETAILS_ALIGNED_ALLOCATOR_H #include #include @@ -95,4 +95,4 @@ namespace cds { namespace details { }} // namespace cds::details -#endif // #ifndef __CDS_DETAILS_ALIGNED_ALLOCATOR_H +#endif // #ifndef CDSLIB_DETAILS_ALIGNED_ALLOCATOR_H diff --git a/cds/details/aligned_type.h b/cds/details/aligned_type.h index 0600827a..c0c39116 100644 --- a/cds/details/aligned_type.h +++ b/cds/details/aligned_type.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_ALIGNED_TYPE_H -#define __CDS_DETAILS_ALIGNED_TYPE_H +#ifndef CDSLIB_DETAILS_ALIGNED_TYPE_H +#define CDSLIB_DETAILS_ALIGNED_TYPE_H #include @@ -77,4 +77,4 @@ namespace cds { namespace details { }} // namespace cds::details -#endif // #ifndef __CDS_DETAILS_ALIGNED_TYPE_H +#endif // #ifndef CDSLIB_DETAILS_ALIGNED_TYPE_H diff --git a/cds/details/allocator.h b/cds/details/allocator.h index ce4cb7a5..e37a16a2 100644 --- a/cds/details/allocator.h +++ b/cds/details/allocator.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_ALLOCATOR_H -#define __CDS_DETAILS_ALLOCATOR_H +#ifndef CDSLIB_DETAILS_ALLOCATOR_H +#define CDSLIB_DETAILS_ALLOCATOR_H #include #include @@ -171,4 +171,4 @@ namespace cds { } // namespace details } // namespace cds -#endif // #ifndef __CDS_DETAILS_ALLOCATOR_H +#endif // #ifndef CDSLIB_DETAILS_ALLOCATOR_H diff --git a/cds/details/binary_functor_wrapper.h b/cds/details/binary_functor_wrapper.h index f82b887c..d4f5c69e 100644 --- a/cds/details/binary_functor_wrapper.h +++ b/cds/details/binary_functor_wrapper.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_BINARY_FUNCTOR_WRAPPER_H -#define __CDS_DETAILS_BINARY_FUNCTOR_WRAPPER_H +#ifndef CDSLIB_DETAILS_BINARY_FUNCTOR_WRAPPER_H +#define CDSLIB_DETAILS_BINARY_FUNCTOR_WRAPPER_H #include @@ -49,4 +49,4 @@ namespace cds { namespace details { //@endcond -#endif // #ifndef __CDS_DETAILS_BINARY_FUNCTOR_WRAPPER_H +#endif // #ifndef CDSLIB_DETAILS_BINARY_FUNCTOR_WRAPPER_H diff --git a/cds/details/bit_reverse_counter.h b/cds/details/bit_reverse_counter.h index d12f8532..7deb044c 100644 --- a/cds/details/bit_reverse_counter.h +++ b/cds/details/bit_reverse_counter.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_BIT_REVERSE_COUNTER_H -#define __CDS_DETAILS_BIT_REVERSE_COUNTER_H +#ifndef CDSLIB_DETAILS_BIT_REVERSE_COUNTER_H +#define CDSLIB_DETAILS_BIT_REVERSE_COUNTER_H #include @@ -70,4 +70,4 @@ namespace cds { namespace bitop { }} // namespace cds::bitop //@endcond -#endif // #ifndef __CDS_DETAILS_BIT_REVERSE_COUNTER_H +#endif // #ifndef CDSLIB_DETAILS_BIT_REVERSE_COUNTER_H diff --git a/cds/details/bitop_generic.h b/cds/details/bitop_generic.h index 184945af..6859847a 100644 --- a/cds/details/bitop_generic.h +++ b/cds/details/bitop_generic.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_BITOP_GENERIC_H -#define __CDS_DETAILS_BITOP_GENERIC_H +#ifndef CDSLIB_DETAILS_BITOP_GENERIC_H +#define CDSLIB_DETAILS_BITOP_GENERIC_H #include // rand() namespace cds { @@ -268,4 +268,4 @@ namespace cds { }} // namespace bitop::platform } // namespace cds -#endif // __CDS_DETAILS_BITOP_GENERIC_H +#endif // CDSLIB_DETAILS_BITOP_GENERIC_H diff --git a/cds/details/bounded_array.h b/cds/details/bounded_array.h index 7bd98fe1..2ac88948 100644 --- a/cds/details/bounded_array.h +++ b/cds/details/bounded_array.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_IMPL_BOUNDED_ARRAY_H -#define __CDS_IMPL_BOUNDED_ARRAY_H +#ifndef CDSLIB_IMPL_BOUNDED_ARRAY_H +#define CDSLIB_IMPL_BOUNDED_ARRAY_H /* Dynamic non-growing array @@ -228,4 +228,4 @@ namespace cds { } // namespace cds //@endcond -#endif // #ifndef __CDS_IMPL_BOUNDED_ARRAY_H +#endif // #ifndef CDSLIB_IMPL_BOUNDED_ARRAY_H diff --git a/cds/details/bounded_container.h b/cds/details/bounded_container.h index 24fac0ad..980cd064 100644 --- a/cds/details/bounded_container.h +++ b/cds/details/bounded_container.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_BOUNDED_CONTAINER_H -#define __CDS_BOUNDED_CONTAINER_H +#ifndef CDSLIB_BOUNDED_CONTAINER_H +#define CDSLIB_BOUNDED_CONTAINER_H namespace cds { /// Bounded container @@ -12,4 +12,4 @@ namespace cds { struct bounded_container {}; } // namespace cds -#endif // __CDS_BOUNDED_CONTAINER_H +#endif // CDSLIB_BOUNDED_CONTAINER_H diff --git a/cds/details/comparator.h b/cds/details/comparator.h index 3728f58d..2fc5a39d 100644 --- a/cds/details/comparator.h +++ b/cds/details/comparator.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_COMPARATOR_H -#define __CDS_DETAILS_COMPARATOR_H +#ifndef CDSLIB_DETAILS_COMPARATOR_H +#define CDSLIB_DETAILS_COMPARATOR_H #include #include @@ -58,4 +58,4 @@ namespace cds { } // namespace details } // namespace cds -#endif // #ifndef __CDS_DETAILS_COMPARATOR_H +#endif // #ifndef CDSLIB_DETAILS_COMPARATOR_H diff --git a/cds/details/defs.h b/cds/details/defs.h index d2ed4b94..a7769cb3 100644 --- a/cds/details/defs.h +++ b/cds/details/defs.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DEFS_H -#define __CDS_DEFS_H +#ifndef CDSLIB_DEFS_H +#define CDSLIB_DEFS_H #include #include @@ -380,4 +380,4 @@ namespace cds { } // namespace cds -#endif // #ifndef __CDS_DEFS_H +#endif // #ifndef CDSLIB_DEFS_H diff --git a/cds/details/is_aligned.h b/cds/details/is_aligned.h index b514fac5..b3cfa2aa 100644 --- a/cds/details/is_aligned.h +++ b/cds/details/is_aligned.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_IS_ALIGNED_H -#define __CDS_DETAILS_IS_ALIGNED_H +#ifndef CDSLIB_DETAILS_IS_ALIGNED_H +#define CDSLIB_DETAILS_IS_ALIGNED_H #include @@ -33,4 +33,4 @@ namespace cds { namespace details { }} // namespace cds::details -#endif // #ifndef __CDS_DETAILS_IS_ALIGNED_H +#endif // #ifndef CDSLIB_DETAILS_IS_ALIGNED_H diff --git a/cds/details/lib.h b/cds/details/lib.h index ecfb01b2..e129e6c9 100644 --- a/cds/details/lib.h +++ b/cds/details/lib.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_LIB_H -#define __CDS_LIB_H +#ifndef CDSLIB_LIB_H +#define CDSLIB_LIB_H //@cond #include @@ -25,4 +25,4 @@ #endif // #ifndef CDS_BUILD_LIB //@endcond -#endif // #ifndef __CDS_LIB_H +#endif // #ifndef CDSLIB_LIB_H diff --git a/cds/details/make_const_type.h b/cds/details/make_const_type.h index 4ece20e3..5b86d14e 100644 --- a/cds/details/make_const_type.h +++ b/cds/details/make_const_type.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_MAKE_CONST_TYPE_H -#define __CDS_DETAILS_MAKE_CONST_TYPE_H +#ifndef CDSLIB_DETAILS_MAKE_CONST_TYPE_H +#define CDSLIB_DETAILS_MAKE_CONST_TYPE_H #include @@ -27,4 +27,4 @@ namespace cds { namespace details { }} // namespace cds::details -#endif // #ifndef __CDS_DETAILS_MAKE_CONST_TYPE_H +#endif // #ifndef CDSLIB_DETAILS_MAKE_CONST_TYPE_H diff --git a/cds/details/marked_ptr.h b/cds/details/marked_ptr.h index 040bcb99..62ea44e8 100644 --- a/cds/details/marked_ptr.h +++ b/cds/details/marked_ptr.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_MARKED_PTR_H -#define __CDS_DETAILS_MARKED_PTR_H +#ifndef CDSLIB_DETAILS_MARKED_PTR_H +#define CDSLIB_DETAILS_MARKED_PTR_H #include @@ -358,4 +358,4 @@ CDS_CXX11_ATOMIC_BEGIN_NAMESPACE CDS_CXX11_ATOMIC_END_NAMESPACE //@endcond -#endif // #ifndef __CDS_DETAILS_MARKED_PTR_H +#endif // #ifndef CDSLIB_DETAILS_MARKED_PTR_H diff --git a/cds/details/static_functor.h b/cds/details/static_functor.h index bba9f861..52c39b4e 100644 --- a/cds/details/static_functor.h +++ b/cds/details/static_functor.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_STATIC_FUNCTOR_H -#define __CDS_DETAILS_STATIC_FUNCTOR_H +#ifndef CDSLIB_DETAILS_STATIC_FUNCTOR_H +#define CDSLIB_DETAILS_STATIC_FUNCTOR_H //@cond namespace cds { namespace details { @@ -18,4 +18,4 @@ namespace cds { namespace details { }} // namespace cds::details //@endcond -#endif // #ifndef __CDS_DETAILS_STATIC_FUNCTOR_H +#endif // #ifndef CDSLIB_DETAILS_STATIC_FUNCTOR_H diff --git a/cds/details/trivial_assign.h b/cds/details/trivial_assign.h index 6e5d4c2a..a4b00b76 100644 --- a/cds/details/trivial_assign.h +++ b/cds/details/trivial_assign.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_TRIVIAL_ASSIGN_H -#define __CDS_DETAILS_TRIVIAL_ASSIGN_H +#ifndef CDSLIB_DETAILS_TRIVIAL_ASSIGN_H +#define CDSLIB_DETAILS_TRIVIAL_ASSIGN_H #include @@ -19,4 +19,4 @@ namespace cds { namespace details { }} // namespace cds::details //@endcond -#endif // #ifndef __CDS_DETAILS_TRIVIAL_ASSIGN_H +#endif // #ifndef CDSLIB_DETAILS_TRIVIAL_ASSIGN_H diff --git a/cds/details/type_padding.h b/cds/details/type_padding.h index a1bf5b01..f9b570c6 100644 --- a/cds/details/type_padding.h +++ b/cds/details/type_padding.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_DETAILS_TYPE_PADDING_H -#define __CDS_DETAILS_TYPE_PADDING_H +#ifndef CDSLIB_DETAILS_TYPE_PADDING_H +#define CDSLIB_DETAILS_TYPE_PADDING_H namespace cds { namespace details { @@ -53,4 +53,4 @@ namespace cds { namespace details { }; }} // namespace cds::details -#endif // #ifndef __CDS_DETAILS_TYPE_PADDING_H +#endif // #ifndef CDSLIB_DETAILS_TYPE_PADDING_H diff --git a/cds/gc/default_gc.h b/cds/gc/default_gc.h index 0fb888a9..f7dbc05a 100644 --- a/cds/gc/default_gc.h +++ b/cds/gc/default_gc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_GC_DEFAULT_GC_H -#define __CDS_GC_DEFAULT_GC_H +#ifndef CDSLIB_GC_DEFAULT_GC_H +#define CDSLIB_GC_DEFAULT_GC_H #include @@ -13,4 +13,4 @@ namespace cds { namespace gc { }} // namespace cds::gc -#endif // #ifndef __CDS_GC_DEFAULT_GC_H +#endif // #ifndef CDSLIB_GC_DEFAULT_GC_H diff --git a/cds/gc/details/dhp.h b/cds/gc/details/dhp.h index 58981ef9..6ea5928f 100644 --- a/cds/gc/details/dhp.h +++ b/cds/gc/details/dhp.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_GC_DETAILS_DHP_H -#define __CDS_GC_DETAILS_DHP_H +#ifndef CDSLIB_GC_DETAILS_DHP_H +#define CDSLIB_GC_DETAILS_DHP_H #include // unique_lock #include @@ -1002,4 +1002,4 @@ namespace cds { namespace gc { # pragma warning(pop) #endif -#endif // #ifndef __CDS_GC_DETAILS_DHP_H +#endif // #ifndef CDSLIB_GC_DETAILS_DHP_H diff --git a/cds/gc/details/hp.h b/cds/gc/details/hp.h index 4555c48d..6820e255 100644 --- a/cds/gc/details/hp.h +++ b/cds/gc/details/hp.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_GC_DETAILS_HP_H -#define __CDS_GC_DETAILS_HP_H +#ifndef CDSLIB_GC_DETAILS_HP_H +#define CDSLIB_GC_DETAILS_HP_H #include #include @@ -714,4 +714,4 @@ namespace cds { # pragma warning(pop) #endif -#endif // #ifndef __CDS_GC_DETAILS_HP_H +#endif // #ifndef CDSLIB_GC_DETAILS_HP_H diff --git a/cds/gc/details/hp_alloc.h b/cds/gc/details/hp_alloc.h index 2fe84bae..888e7159 100644 --- a/cds/gc/details/hp_alloc.h +++ b/cds/gc/details/hp_alloc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_GC_DETAILS_HP_ALLOC_H -#define __CDS_GC_DETAILS_HP_ALLOC_H +#ifndef CDSLIB_GC_DETAILS_HP_ALLOC_H +#define CDSLIB_GC_DETAILS_HP_ALLOC_H #include #include @@ -305,4 +305,4 @@ namespace cds { } // namespace cds //@endcond -#endif // #ifndef __CDS_GC_DETAILS_HP_ALLOC_H +#endif // #ifndef CDSLIB_GC_DETAILS_HP_ALLOC_H diff --git a/cds/gc/details/hp_type.h b/cds/gc/details/hp_type.h index 27d2dd0d..3959d22e 100644 --- a/cds/gc/details/hp_type.h +++ b/cds/gc/details/hp_type.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_GC_DETAILS_HP_TYPE_H -#define __CDS_GC_DETAILS_HP_TYPE_H +#ifndef CDSLIB_GC_DETAILS_HP_TYPE_H +#define CDSLIB_GC_DETAILS_HP_TYPE_H #include // free_retired_ptr_func @@ -20,6 +20,6 @@ namespace cds { } //@endcond -#endif // #ifndef __CDS_GC_DETAILS_HP_TYPE_H +#endif // #ifndef CDSLIB_GC_DETAILS_HP_TYPE_H diff --git a/cds/gc/details/retired_ptr.h b/cds/gc/details/retired_ptr.h index 1df4422a..bf3d7da8 100644 --- a/cds/gc/details/retired_ptr.h +++ b/cds/gc/details/retired_ptr.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_GC_DETAILS_RETIRED_PTR_H -#define __CDS_GC_DETAILS_RETIRED_PTR_H +#ifndef CDSLIB_GC_DETAILS_RETIRED_PTR_H +#define CDSLIB_GC_DETAILS_RETIRED_PTR_H #include @@ -90,4 +90,4 @@ namespace cds { namespace gc { }} // namespace cds::gc //@endcond -#endif // #ifndef __CDS_GC_DETAILS_RETIRED_PTR_H +#endif // #ifndef CDSLIB_GC_DETAILS_RETIRED_PTR_H diff --git a/cds/gc/dhp.h b/cds/gc/dhp.h index 35f7d871..ed483496 100644 --- a/cds/gc/dhp.h +++ b/cds/gc/dhp.h @@ -1,10 +1,10 @@ //$$CDS-header$$ -#ifndef __CDS_GC_DHP_H -#define __CDS_GC_DHP_H +#ifndef CDSLIB_GC_DHP_H +#define CDSLIB_GC_DHP_H #include #include #include -#endif // #ifndef __CDS_GC_DHP_H +#endif // #ifndef CDSLIB_GC_DHP_H diff --git a/cds/gc/hp.h b/cds/gc/hp.h index 93d05693..005e0d6b 100644 --- a/cds/gc/hp.h +++ b/cds/gc/hp.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_GC_HP_H -#define __CDS_GC_HP_H +#ifndef CDSLIB_GC_HP_H +#define CDSLIB_GC_HP_H #include #include @@ -51,4 +51,4 @@ namespace cds { } // namespace cds -#endif // #ifndef __CDS_GC_HP_H +#endif // #ifndef CDSLIB_GC_HP_H diff --git a/cds/gc/impl/dhp_decl.h b/cds/gc/impl/dhp_decl.h index 23f698f7..4b88ace1 100644 --- a/cds/gc/impl/dhp_decl.h +++ b/cds/gc/impl/dhp_decl.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_GC_IMPL_DHP_DECL_H -#define __CDS_GC_IMPL_DHP_DECL_H +#ifndef CDSLIB_GC_IMPL_DHP_DECL_H +#define CDSLIB_GC_IMPL_DHP_DECL_H #include #include @@ -660,4 +660,4 @@ namespace cds { namespace gc { }} // namespace cds::gc -#endif // #ifndef __CDS_GC_IMPL_DHP_DECL_H +#endif // #ifndef CDSLIB_GC_IMPL_DHP_DECL_H diff --git a/cds/gc/impl/dhp_impl.h b/cds/gc/impl/dhp_impl.h index 52fca6bf..73320b8b 100644 --- a/cds/gc/impl/dhp_impl.h +++ b/cds/gc/impl/dhp_impl.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_GC_IMPL_DHP_IMPL_H -#define __CDS_GC_IMPL_DHP_IMPL_H +#ifndef CDSLIB_GC_IMPL_DHP_IMPL_H +#define CDSLIB_GC_IMPL_DHP_IMPL_H #include @@ -66,4 +66,4 @@ namespace cds { namespace gc { }} // namespace cds::gc //@endcond -#endif // #ifndef __CDS_GC_IMPL_DHP_IMPL_H +#endif // #ifndef CDSLIB_GC_IMPL_DHP_IMPL_H diff --git a/cds/gc/impl/hp_decl.h b/cds/gc/impl/hp_decl.h index b446e1a2..043006cf 100644 --- a/cds/gc/impl/hp_decl.h +++ b/cds/gc/impl/hp_decl.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_GC_IMPL_HP_DECL_H -#define __CDS_GC_IMPL_HP_DECL_H +#ifndef CDSLIB_GC_IMPL_HP_DECL_H +#define CDSLIB_GC_IMPL_HP_DECL_H #include // overflow_error #include @@ -741,4 +741,4 @@ namespace cds { namespace gc { }; }} // namespace cds::gc -#endif // #ifndef __CDS_GC_IMPL_HP_DECL_H +#endif // #ifndef CDSLIB_GC_IMPL_HP_DECL_H diff --git a/cds/gc/impl/hp_impl.h b/cds/gc/impl/hp_impl.h index 38c6c90c..d3b85b85 100644 --- a/cds/gc/impl/hp_impl.h +++ b/cds/gc/impl/hp_impl.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_GC_IMPL_HP_IMPL_H -#define __CDS_GC_IMPL_HP_IMPL_H +#ifndef CDSLIB_GC_IMPL_HP_IMPL_H +#define CDSLIB_GC_IMPL_HP_IMPL_H #include #include @@ -87,4 +87,4 @@ namespace cds { namespace gc { }} // namespace cds::gc //@endcond -#endif // #ifndef __CDS_GC_IMPL_HP_IMPL_H +#endif // #ifndef CDSLIB_GC_IMPL_HP_IMPL_H diff --git a/cds/gc/nogc.h b/cds/gc/nogc.h index 38560f1c..64b7cad6 100644 --- a/cds/gc/nogc.h +++ b/cds/gc/nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_GC_NOGC_H -#define __CDS_GC_NOGC_H +#ifndef CDSLIB_GC_NOGC_H +#define CDSLIB_GC_NOGC_H namespace cds { namespace gc { @@ -26,4 +26,4 @@ namespace cds { namespace gc { }} // namespace cds::gc -#endif // #define __CDS_GC_NOGC_H +#endif // #define CDSLIB_GC_NOGC_H diff --git a/cds/init.h b/cds/init.h index 654661fe..e97c8d70 100644 --- a/cds/init.h +++ b/cds/init.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INIT_H -#define __CDS_INIT_H +#ifndef CDSLIB_INIT_H +#define CDSLIB_INIT_H #include #include @@ -66,4 +66,4 @@ namespace cds { } // namespace cds -#endif // __CDS_INIT_H +#endif // CDSLIB_INIT_H diff --git a/cds/intrusive/basket_queue.h b/cds/intrusive/basket_queue.h index da402502..4c26872b 100644 --- a/cds/intrusive/basket_queue.h +++ b/cds/intrusive/basket_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_BASKET_QUEUE_H -#define __CDS_INTRUSIVE_BASKET_QUEUE_H +#ifndef CDSLIB_INTRUSIVE_BASKET_QUEUE_H +#define CDSLIB_INTRUSIVE_BASKET_QUEUE_H #include #include @@ -800,4 +800,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_BASKET_QUEUE_H +#endif // #ifndef CDSLIB_INTRUSIVE_BASKET_QUEUE_H diff --git a/cds/intrusive/cuckoo_set.h b/cds/intrusive/cuckoo_set.h index c4be8d7a..9369672d 100644 --- a/cds/intrusive/cuckoo_set.h +++ b/cds/intrusive/cuckoo_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_CUCKOO_SET_H -#define __CDS_INTRUSIVE_CUCKOO_SET_H +#ifndef CDSLIB_INTRUSIVE_CUCKOO_SET_H +#define CDSLIB_INTRUSIVE_CUCKOO_SET_H #include #include @@ -2809,4 +2809,4 @@ namespace cds { namespace intrusive { }; }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_CUCKOO_SET_H +#endif // #ifndef CDSLIB_INTRUSIVE_CUCKOO_SET_H diff --git a/cds/intrusive/details/base.h b/cds/intrusive/details/base.h index e862cb9b..27546c4f 100644 --- a/cds/intrusive/details/base.h +++ b/cds/intrusive/details/base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_DETAILS_BASE_H -#define __CDS_INTRUSIVE_DETAILS_BASE_H +#ifndef CDSLIB_INTRUSIVE_DETAILS_BASE_H +#define CDSLIB_INTRUSIVE_DETAILS_BASE_H #include #include @@ -295,4 +295,4 @@ namespace intrusive { }} // namespace cds::intrusuve -#endif // #ifndef __CDS_INTRUSIVE_DETAILS_BASE_H +#endif // #ifndef CDSLIB_INTRUSIVE_DETAILS_BASE_H diff --git a/cds/intrusive/details/ellen_bintree_base.h b/cds/intrusive/details/ellen_bintree_base.h index 99dae529..d80e5432 100644 --- a/cds/intrusive/details/ellen_bintree_base.h +++ b/cds/intrusive/details/ellen_bintree_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_DETAILS_ELLEN_BINTREE_BASE_H -#define __CDS_INTRUSIVE_DETAILS_ELLEN_BINTREE_BASE_H +#ifndef CDSLIB_INTRUSIVE_DETAILS_ELLEN_BINTREE_BASE_H +#define CDSLIB_INTRUSIVE_DETAILS_ELLEN_BINTREE_BASE_H #include #include @@ -722,4 +722,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_DETAILS_ELLEN_BINTREE_BASE_H +#endif // #ifndef CDSLIB_INTRUSIVE_DETAILS_ELLEN_BINTREE_BASE_H diff --git a/cds/intrusive/details/lazy_list_base.h b/cds/intrusive/details/lazy_list_base.h index c8339342..3fcce898 100644 --- a/cds/intrusive/details/lazy_list_base.h +++ b/cds/intrusive/details/lazy_list_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_DETAILS_LAZY_LIST_BASE_H -#define __CDS_INTRUSIVE_DETAILS_LAZY_LIST_BASE_H +#ifndef CDSLIB_INTRUSIVE_DETAILS_LAZY_LIST_BASE_H +#define CDSLIB_INTRUSIVE_DETAILS_LAZY_LIST_BASE_H #include #include @@ -278,4 +278,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_DETAILS_LAZY_LIST_BASE_H +#endif // #ifndef CDSLIB_INTRUSIVE_DETAILS_LAZY_LIST_BASE_H diff --git a/cds/intrusive/details/michael_list_base.h b/cds/intrusive/details/michael_list_base.h index 68428904..bcafce1e 100644 --- a/cds/intrusive/details/michael_list_base.h +++ b/cds/intrusive/details/michael_list_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_DETAILS_MICHAEL_LIST_BASE_H -#define __CDS_INTRUSIVE_DETAILS_MICHAEL_LIST_BASE_H +#ifndef CDSLIB_INTRUSIVE_DETAILS_MICHAEL_LIST_BASE_H +#define CDSLIB_INTRUSIVE_DETAILS_MICHAEL_LIST_BASE_H #include #include @@ -263,4 +263,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_DETAILS_MICHAEL_LIST_BASE_H +#endif // #ifndef CDSLIB_INTRUSIVE_DETAILS_MICHAEL_LIST_BASE_H diff --git a/cds/intrusive/details/michael_set_base.h b/cds/intrusive/details/michael_set_base.h index 757d05e3..aa2a3d45 100644 --- a/cds/intrusive/details/michael_set_base.h +++ b/cds/intrusive/details/michael_set_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_DETAILS_MICHAEL_SET_BASE_H -#define __CDS_INTRUSIVE_DETAILS_MICHAEL_SET_BASE_H +#ifndef CDSLIB_INTRUSIVE_DETAILS_MICHAEL_SET_BASE_H +#define CDSLIB_INTRUSIVE_DETAILS_MICHAEL_SET_BASE_H #include #include @@ -200,4 +200,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_DETAILS_MICHAEL_SET_BASE_H +#endif // #ifndef CDSLIB_INTRUSIVE_DETAILS_MICHAEL_SET_BASE_H diff --git a/cds/intrusive/details/node_traits.h b/cds/intrusive/details/node_traits.h index 5099abd7..df529608 100644 --- a/cds/intrusive/details/node_traits.h +++ b/cds/intrusive/details/node_traits.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_DETAILS_NODE_TRAITS_H -#define __CDS_INTRUSIVE_DETAILS_NODE_TRAITS_H +#ifndef CDSLIB_INTRUSIVE_DETAILS_NODE_TRAITS_H +#define CDSLIB_INTRUSIVE_DETAILS_NODE_TRAITS_H #include @@ -163,4 +163,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusuve -#endif // #ifndef __CDS_INTRUSIVE_DETAILS_NODE_TRAITS_H +#endif // #ifndef CDSLIB_INTRUSIVE_DETAILS_NODE_TRAITS_H diff --git a/cds/intrusive/details/single_link_struct.h b/cds/intrusive/details/single_link_struct.h index 5a2758e0..d8365998 100644 --- a/cds/intrusive/details/single_link_struct.h +++ b/cds/intrusive/details/single_link_struct.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_DETAILS_SINGLE_LINK_STRUCT_H -#define __CDS_INTRUSIVE_DETAILS_SINGLE_LINK_STRUCT_H +#ifndef CDSLIB_INTRUSIVE_DETAILS_SINGLE_LINK_STRUCT_H +#define CDSLIB_INTRUSIVE_DETAILS_SINGLE_LINK_STRUCT_H #include #include @@ -164,4 +164,4 @@ namespace cds { namespace intrusive { -#endif // #ifndef __CDS_INTRUSIVE_DETAILS_SINGLE_LINK_STRUCT_H +#endif // #ifndef CDSLIB_INTRUSIVE_DETAILS_SINGLE_LINK_STRUCT_H diff --git a/cds/intrusive/details/skip_list_base.h b/cds/intrusive/details/skip_list_base.h index d4e6de15..ec4ec45d 100644 --- a/cds/intrusive/details/skip_list_base.h +++ b/cds/intrusive/details/skip_list_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_DETAILS_SKIP_LIST_BASE_H -#define __CDS_INTRUSIVE_DETAILS_SKIP_LIST_BASE_H +#ifndef CDSLIB_INTRUSIVE_DETAILS_SKIP_LIST_BASE_H +#define CDSLIB_INTRUSIVE_DETAILS_SKIP_LIST_BASE_H #include #include @@ -674,4 +674,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_DETAILS_SKIP_LIST_BASE_H +#endif // #ifndef CDSLIB_INTRUSIVE_DETAILS_SKIP_LIST_BASE_H diff --git a/cds/intrusive/details/split_list_base.h b/cds/intrusive/details/split_list_base.h index 758e352e..2a57468e 100644 --- a/cds/intrusive/details/split_list_base.h +++ b/cds/intrusive/details/split_list_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_DETAILS_SPLIT_LIST_BASE_H -#define __CDS_INTRUSIVE_DETAILS_SPLIT_LIST_BASE_H +#ifndef CDSLIB_INTRUSIVE_DETAILS_SPLIT_LIST_BASE_H +#define CDSLIB_INTRUSIVE_DETAILS_SPLIT_LIST_BASE_H #include #include @@ -881,4 +881,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_DETAILS_SPLIT_LIST_BASE_H +#endif // #ifndef CDSLIB_INTRUSIVE_DETAILS_SPLIT_LIST_BASE_H diff --git a/cds/intrusive/ellen_bintree_dhp.h b/cds/intrusive/ellen_bintree_dhp.h index 51547be3..253a59c6 100644 --- a/cds/intrusive/ellen_bintree_dhp.h +++ b/cds/intrusive/ellen_bintree_dhp.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_ELLEN_BINTREE_DHP_H -#define __CDS_INTRUSIVE_ELLEN_BINTREE_DHP_H +#ifndef CDSLIB_INTRUSIVE_ELLEN_BINTREE_DHP_H +#define CDSLIB_INTRUSIVE_ELLEN_BINTREE_DHP_H #include #include -#endif // #ifndef __CDS_INTRUSIVE_ELLEN_BINTREE_DHP_H +#endif // #ifndef CDSLIB_INTRUSIVE_ELLEN_BINTREE_DHP_H diff --git a/cds/intrusive/ellen_bintree_hp.h b/cds/intrusive/ellen_bintree_hp.h index 535c582a..33fc2bdf 100644 --- a/cds/intrusive/ellen_bintree_hp.h +++ b/cds/intrusive/ellen_bintree_hp.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_ELLEN_BINTREE_HP_H -#define __CDS_INTRUSIVE_ELLEN_BINTREE_HP_H +#ifndef CDSLIB_INTRUSIVE_ELLEN_BINTREE_HP_H +#define CDSLIB_INTRUSIVE_ELLEN_BINTREE_HP_H #include #include -#endif // #ifndef __CDS_INTRUSIVE_ELLEN_BINTREE_HP_H +#endif // #ifndef CDSLIB_INTRUSIVE_ELLEN_BINTREE_HP_H diff --git a/cds/intrusive/ellen_bintree_rcu.h b/cds/intrusive/ellen_bintree_rcu.h index 2d59d3dd..a6577dcd 100644 --- a/cds/intrusive/ellen_bintree_rcu.h +++ b/cds/intrusive/ellen_bintree_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_ELLEN_BINTREE_RCU_H -#define __CDS_INTRUSIVE_ELLEN_BINTREE_RCU_H +#ifndef CDSLIB_INTRUSIVE_ELLEN_BINTREE_RCU_H +#define CDSLIB_INTRUSIVE_ELLEN_BINTREE_RCU_H #include #include @@ -1970,4 +1970,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_ELLEN_BINTREE_RCU_H +#endif // #ifndef CDSLIB_INTRUSIVE_ELLEN_BINTREE_RCU_H diff --git a/cds/intrusive/fcqueue.h b/cds/intrusive/fcqueue.h index f076b63e..b16f7b32 100644 --- a/cds/intrusive/fcqueue.h +++ b/cds/intrusive/fcqueue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_FCQUEUE_H -#define __CDS_INTRUSIVE_FCQUEUE_H +#ifndef CDSLIB_INTRUSIVE_FCQUEUE_H +#define CDSLIB_INTRUSIVE_FCQUEUE_H #include #include @@ -341,4 +341,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_FCQUEUE_H +#endif // #ifndef CDSLIB_INTRUSIVE_FCQUEUE_H diff --git a/cds/intrusive/fcstack.h b/cds/intrusive/fcstack.h index b372a4d9..70d1ea48 100644 --- a/cds/intrusive/fcstack.h +++ b/cds/intrusive/fcstack.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_FCSTACK_H -#define __CDS_INTRUSIVE_FCSTACK_H +#ifndef CDSLIB_INTRUSIVE_FCSTACK_H +#define CDSLIB_INTRUSIVE_FCSTACK_H #include #include @@ -325,4 +325,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_FCSTACK_H +#endif // #ifndef CDSLIB_INTRUSIVE_FCSTACK_H diff --git a/cds/intrusive/impl/ellen_bintree.h b/cds/intrusive/impl/ellen_bintree.h index bf10cf73..b250a7de 100644 --- a/cds/intrusive/impl/ellen_bintree.h +++ b/cds/intrusive/impl/ellen_bintree.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_IMPL_ELLEN_BINTREE_H -#define __CDS_INTRUSIVE_IMPL_ELLEN_BINTREE_H +#ifndef CDSLIB_INTRUSIVE_IMPL_ELLEN_BINTREE_H +#define CDSLIB_INTRUSIVE_IMPL_ELLEN_BINTREE_H #include #include @@ -1507,4 +1507,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_IMPL_ELLEN_BINTREE_H +#endif // #ifndef CDSLIB_INTRUSIVE_IMPL_ELLEN_BINTREE_H diff --git a/cds/intrusive/impl/lazy_list.h b/cds/intrusive/impl/lazy_list.h index 269fa348..da8a5f6a 100644 --- a/cds/intrusive/impl/lazy_list.h +++ b/cds/intrusive/impl/lazy_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_IMPL_LAZY_LIST_H -#define __CDS_INTRUSIVE_IMPL_LAZY_LIST_H +#ifndef CDSLIB_INTRUSIVE_IMPL_LAZY_LIST_H +#define CDSLIB_INTRUSIVE_IMPL_LAZY_LIST_H #include // unique_lock #include @@ -1148,4 +1148,4 @@ namespace cds { namespace intrusive { }; }} // namespace cds::intrusive -#endif // __CDS_INTRUSIVE_IMPL_LAZY_LIST_H +#endif // CDSLIB_INTRUSIVE_IMPL_LAZY_LIST_H diff --git a/cds/intrusive/impl/michael_list.h b/cds/intrusive/impl/michael_list.h index 103e5ac7..3f1548a4 100644 --- a/cds/intrusive/impl/michael_list.h +++ b/cds/intrusive/impl/michael_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_IMPL_MICHAEL_LIST_H -#define __CDS_INTRUSIVE_IMPL_MICHAEL_LIST_H +#ifndef CDSLIB_INTRUSIVE_IMPL_MICHAEL_LIST_H +#define CDSLIB_INTRUSIVE_IMPL_MICHAEL_LIST_H #include #include @@ -1126,4 +1126,4 @@ try_again: }; }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_IMPL_MICHAEL_LIST_H +#endif // #ifndef CDSLIB_INTRUSIVE_IMPL_MICHAEL_LIST_H diff --git a/cds/intrusive/impl/skip_list.h b/cds/intrusive/impl/skip_list.h index 58169703..e57ff425 100644 --- a/cds/intrusive/impl/skip_list.h +++ b/cds/intrusive/impl/skip_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_IMPL_SKIP_LIST_H -#define __CDS_INTRUSIVE_IMPL_SKIP_LIST_H +#ifndef CDSLIB_INTRUSIVE_IMPL_SKIP_LIST_H +#define CDSLIB_INTRUSIVE_IMPL_SKIP_LIST_H #include #include @@ -1579,4 +1579,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_IMPL_SKIP_LIST_H +#endif // #ifndef CDSLIB_INTRUSIVE_IMPL_SKIP_LIST_H diff --git a/cds/intrusive/lazy_list_dhp.h b/cds/intrusive/lazy_list_dhp.h index 26ed8c7f..9381433e 100644 --- a/cds/intrusive/lazy_list_dhp.h +++ b/cds/intrusive/lazy_list_dhp.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_LAZY_LIST_DHP_H -#define __CDS_INTRUSIVE_LAZY_LIST_DHP_H +#ifndef CDSLIB_INTRUSIVE_LAZY_LIST_DHP_H +#define CDSLIB_INTRUSIVE_LAZY_LIST_DHP_H #include #include -#endif // #ifndef __CDS_INTRUSIVE_LAZY_LIST_DHP_H +#endif // #ifndef CDSLIB_INTRUSIVE_LAZY_LIST_DHP_H diff --git a/cds/intrusive/lazy_list_hp.h b/cds/intrusive/lazy_list_hp.h index 8f2c5ab2..9e33bb04 100644 --- a/cds/intrusive/lazy_list_hp.h +++ b/cds/intrusive/lazy_list_hp.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_LAZY_LIST_HP_H -#define __CDS_INTRUSIVE_LAZY_LIST_HP_H +#ifndef CDSLIB_INTRUSIVE_LAZY_LIST_HP_H +#define CDSLIB_INTRUSIVE_LAZY_LIST_HP_H #include #include -#endif // #ifndef __CDS_INTRUSIVE_LAZY_LIST_HP_H +#endif // #ifndef CDSLIB_INTRUSIVE_LAZY_LIST_HP_H diff --git a/cds/intrusive/lazy_list_nogc.h b/cds/intrusive/lazy_list_nogc.h index 12d82851..7320cff2 100644 --- a/cds/intrusive/lazy_list_nogc.h +++ b/cds/intrusive/lazy_list_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_LAZY_LIST_NOGC_H -#define __CDS_INTRUSIVE_LAZY_LIST_NOGC_H +#ifndef CDSLIB_INTRUSIVE_LAZY_LIST_NOGC_H +#define CDSLIB_INTRUSIVE_LAZY_LIST_NOGC_H #include // unique_lock #include @@ -650,4 +650,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_LAZY_LIST_NOGC_H +#endif // #ifndef CDSLIB_INTRUSIVE_LAZY_LIST_NOGC_H diff --git a/cds/intrusive/lazy_list_rcu.h b/cds/intrusive/lazy_list_rcu.h index b3e04997..ce42d4d7 100644 --- a/cds/intrusive/lazy_list_rcu.h +++ b/cds/intrusive/lazy_list_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_LAZY_LIST_RCU_H -#define __CDS_INTRUSIVE_LAZY_LIST_RCU_H +#ifndef CDSLIB_INTRUSIVE_LAZY_LIST_RCU_H +#define CDSLIB_INTRUSIVE_LAZY_LIST_RCU_H #include // unique_lock #include @@ -1167,4 +1167,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_LAZY_LIST_RCU_H +#endif // #ifndef CDSLIB_INTRUSIVE_LAZY_LIST_RCU_H diff --git a/cds/intrusive/michael_list_dhp.h b/cds/intrusive/michael_list_dhp.h index b331260b..b1c9f14d 100644 --- a/cds/intrusive/michael_list_dhp.h +++ b/cds/intrusive/michael_list_dhp.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_MICHAEL_LIST_DHP_H -#define __CDS_INTRUSIVE_MICHAEL_LIST_DHP_H +#ifndef CDSLIB_INTRUSIVE_MICHAEL_LIST_DHP_H +#define CDSLIB_INTRUSIVE_MICHAEL_LIST_DHP_H #include #include -#endif // #ifndef __CDS_INTRUSIVE_MICHAEL_LIST_DHP_H +#endif // #ifndef CDSLIB_INTRUSIVE_MICHAEL_LIST_DHP_H diff --git a/cds/intrusive/michael_list_hp.h b/cds/intrusive/michael_list_hp.h index be76edf9..b5ac3898 100644 --- a/cds/intrusive/michael_list_hp.h +++ b/cds/intrusive/michael_list_hp.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_MICHAEL_LIST_HP_H -#define __CDS_INTRUSIVE_MICHAEL_LIST_HP_H +#ifndef CDSLIB_INTRUSIVE_MICHAEL_LIST_HP_H +#define CDSLIB_INTRUSIVE_MICHAEL_LIST_HP_H #include #include -#endif // #ifndef __CDS_INTRUSIVE_MICHAEL_LIST_HP_H +#endif // #ifndef CDSLIB_INTRUSIVE_MICHAEL_LIST_HP_H diff --git a/cds/intrusive/michael_list_nogc.h b/cds/intrusive/michael_list_nogc.h index 2a8c3f6d..82b11fd5 100644 --- a/cds/intrusive/michael_list_nogc.h +++ b/cds/intrusive/michael_list_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_MICHAEL_LIST_NOGC_H -#define __CDS_INTRUSIVE_MICHAEL_LIST_NOGC_H +#ifndef CDSLIB_INTRUSIVE_MICHAEL_LIST_NOGC_H +#define CDSLIB_INTRUSIVE_MICHAEL_LIST_NOGC_H #include #include @@ -620,4 +620,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_MICHAEL_LIST_NOGC_H +#endif // #ifndef CDSLIB_INTRUSIVE_MICHAEL_LIST_NOGC_H diff --git a/cds/intrusive/michael_list_rcu.h b/cds/intrusive/michael_list_rcu.h index f55f8a87..250c91e3 100644 --- a/cds/intrusive/michael_list_rcu.h +++ b/cds/intrusive/michael_list_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_MICHAEL_LIST_RCU_H -#define __CDS_INTRUSIVE_MICHAEL_LIST_RCU_H +#ifndef CDSLIB_INTRUSIVE_MICHAEL_LIST_RCU_H +#define CDSLIB_INTRUSIVE_MICHAEL_LIST_RCU_H #include #include @@ -1016,4 +1016,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_MICHAEL_LIST_NOGC_H +#endif // #ifndef CDSLIB_INTRUSIVE_MICHAEL_LIST_NOGC_H diff --git a/cds/intrusive/michael_set.h b/cds/intrusive/michael_set.h index b0449570..48e9c1b7 100644 --- a/cds/intrusive/michael_set.h +++ b/cds/intrusive/michael_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_MICHAEL_SET_H -#define __CDS_INTRUSIVE_MICHAEL_SET_H +#ifndef CDSLIB_INTRUSIVE_MICHAEL_SET_H +#define CDSLIB_INTRUSIVE_MICHAEL_SET_H #include #include @@ -780,4 +780,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // ifndef __CDS_INTRUSIVE_MICHAEL_SET_H +#endif // ifndef CDSLIB_INTRUSIVE_MICHAEL_SET_H diff --git a/cds/intrusive/michael_set_nogc.h b/cds/intrusive/michael_set_nogc.h index bf9f6ac0..d2cc7fa2 100644 --- a/cds/intrusive/michael_set_nogc.h +++ b/cds/intrusive/michael_set_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_MICHAEL_SET_NOGC_H -#define __CDS_INTRUSIVE_MICHAEL_SET_NOGC_H +#ifndef CDSLIB_INTRUSIVE_MICHAEL_SET_NOGC_H +#define CDSLIB_INTRUSIVE_MICHAEL_SET_NOGC_H #include #include @@ -341,5 +341,5 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_MICHAEL_SET_NOGC_H +#endif // #ifndef CDSLIB_INTRUSIVE_MICHAEL_SET_NOGC_H diff --git a/cds/intrusive/michael_set_rcu.h b/cds/intrusive/michael_set_rcu.h index 0312f4bc..3980473e 100644 --- a/cds/intrusive/michael_set_rcu.h +++ b/cds/intrusive/michael_set_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_MICHAEL_SET_RCU_H -#define __CDS_INTRUSIVE_MICHAEL_SET_RCU_H +#ifndef CDSLIB_INTRUSIVE_MICHAEL_SET_RCU_H +#define CDSLIB_INTRUSIVE_MICHAEL_SET_RCU_H #include #include @@ -637,5 +637,5 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_MICHAEL_SET_NOGC_H +#endif // #ifndef CDSLIB_INTRUSIVE_MICHAEL_SET_NOGC_H diff --git a/cds/intrusive/moir_queue.h b/cds/intrusive/moir_queue.h index 0f0607df..3f6c40c5 100644 --- a/cds/intrusive/moir_queue.h +++ b/cds/intrusive/moir_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_MOIR_QUEUE_H -#define __CDS_INTRUSIVE_MOIR_QUEUE_H +#ifndef CDSLIB_INTRUSIVE_MOIR_QUEUE_H +#define CDSLIB_INTRUSIVE_MOIR_QUEUE_H #include @@ -166,4 +166,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_MOIR_QUEUE_H +#endif // #ifndef CDSLIB_INTRUSIVE_MOIR_QUEUE_H diff --git a/cds/intrusive/mspriority_queue.h b/cds/intrusive/mspriority_queue.h index eca32914..63375b09 100644 --- a/cds/intrusive/mspriority_queue.h +++ b/cds/intrusive/mspriority_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_MSPRIORITY_QUEUE_H -#define __CDS_INTRUSIVE_MSPRIORITY_QUEUE_H +#ifndef CDSLIB_INTRUSIVE_MSPRIORITY_QUEUE_H +#define CDSLIB_INTRUSIVE_MSPRIORITY_QUEUE_H #include // std::unique_lock #include @@ -492,4 +492,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_MSPRIORITY_QUEUE_H +#endif // #ifndef CDSLIB_INTRUSIVE_MSPRIORITY_QUEUE_H diff --git a/cds/intrusive/msqueue.h b/cds/intrusive/msqueue.h index 7a636391..c56d4b45 100644 --- a/cds/intrusive/msqueue.h +++ b/cds/intrusive/msqueue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_MSQUEUE_H -#define __CDS_INTRUSIVE_MSQUEUE_H +#ifndef CDSLIB_INTRUSIVE_MSQUEUE_H +#define CDSLIB_INTRUSIVE_MSQUEUE_H #include #include @@ -592,4 +592,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_MSQUEUE_H +#endif // #ifndef CDSLIB_INTRUSIVE_MSQUEUE_H diff --git a/cds/intrusive/optimistic_queue.h b/cds/intrusive/optimistic_queue.h index 43f676c8..b7b6601e 100644 --- a/cds/intrusive/optimistic_queue.h +++ b/cds/intrusive/optimistic_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_OPTIMISTIC_QUEUE_H -#define __CDS_INTRUSIVE_OPTIMISTIC_QUEUE_H +#ifndef CDSLIB_INTRUSIVE_OPTIMISTIC_QUEUE_H +#define CDSLIB_INTRUSIVE_OPTIMISTIC_QUEUE_H #include #include @@ -680,4 +680,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_OPTIMISTIC_QUEUE_H +#endif // #ifndef CDSLIB_INTRUSIVE_OPTIMISTIC_QUEUE_H diff --git a/cds/intrusive/options.h b/cds/intrusive/options.h index 18ee6cfe..6c7dbc1a 100644 --- a/cds/intrusive/options.h +++ b/cds/intrusive/options.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_OPTIONS_H -#define __CDS_INTRUSIVE_OPTIONS_H +#ifndef CDSLIB_INTRUSIVE_OPTIONS_H +#define CDSLIB_INTRUSIVE_OPTIONS_H #include #include @@ -158,4 +158,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_OPTIONS_H +#endif // #ifndef CDSLIB_INTRUSIVE_OPTIONS_H diff --git a/cds/intrusive/segmented_queue.h b/cds/intrusive/segmented_queue.h index d10ab14b..ff4c6d27 100644 --- a/cds/intrusive/segmented_queue.h +++ b/cds/intrusive/segmented_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_SEGMENTED_QUEUE_H -#define __CDS_INTRUSIVE_SEGMENTED_QUEUE_H +#ifndef CDSLIB_INTRUSIVE_SEGMENTED_QUEUE_H +#define CDSLIB_INTRUSIVE_SEGMENTED_QUEUE_H #include #include @@ -691,4 +691,4 @@ namespace cds { namespace intrusive { # pragma warning( pop ) #endif -#endif // #ifndef __CDS_INTRUSIVE_SEGMENTED_QUEUE_H +#endif // #ifndef CDSLIB_INTRUSIVE_SEGMENTED_QUEUE_H diff --git a/cds/intrusive/skip_list_dhp.h b/cds/intrusive/skip_list_dhp.h index 01539506..f839208d 100644 --- a/cds/intrusive/skip_list_dhp.h +++ b/cds/intrusive/skip_list_dhp.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_SKIP_LIST_DHP_H -#define __CDS_INTRUSIVE_SKIP_LIST_DHP_H +#ifndef CDSLIB_INTRUSIVE_SKIP_LIST_DHP_H +#define CDSLIB_INTRUSIVE_SKIP_LIST_DHP_H #include #include -#endif // __CDS_INTRUSIVE_SKIP_LIST_DHP_H +#endif // CDSLIB_INTRUSIVE_SKIP_LIST_DHP_H diff --git a/cds/intrusive/skip_list_hp.h b/cds/intrusive/skip_list_hp.h index 47841032..79fb5730 100644 --- a/cds/intrusive/skip_list_hp.h +++ b/cds/intrusive/skip_list_hp.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_SKIP_LIST_HP_H -#define __CDS_INTRUSIVE_SKIP_LIST_HP_H +#ifndef CDSLIB_INTRUSIVE_SKIP_LIST_HP_H +#define CDSLIB_INTRUSIVE_SKIP_LIST_HP_H #include #include diff --git a/cds/intrusive/skip_list_nogc.h b/cds/intrusive/skip_list_nogc.h index 6ff153c2..c72de416 100644 --- a/cds/intrusive/skip_list_nogc.h +++ b/cds/intrusive/skip_list_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_SKIP_LIST_NOGC_H -#define __CDS_INTRUSIVE_SKIP_LIST_NOGC_H +#ifndef CDSLIB_INTRUSIVE_SKIP_LIST_NOGC_H +#define CDSLIB_INTRUSIVE_SKIP_LIST_NOGC_H #include #include @@ -929,4 +929,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_SKIP_LIST_IMPL_H +#endif // #ifndef CDSLIB_INTRUSIVE_SKIP_LIST_IMPL_H diff --git a/cds/intrusive/skip_list_rcu.h b/cds/intrusive/skip_list_rcu.h index 40a321fd..f08df912 100644 --- a/cds/intrusive/skip_list_rcu.h +++ b/cds/intrusive/skip_list_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_SKIP_LIST_RCU_H -#define __CDS_INTRUSIVE_SKIP_LIST_RCU_H +#ifndef CDSLIB_INTRUSIVE_SKIP_LIST_RCU_H +#define CDSLIB_INTRUSIVE_SKIP_LIST_RCU_H #include #include @@ -2017,4 +2017,4 @@ retry: }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_SKIP_LIST_RCU_H +#endif // #ifndef CDSLIB_INTRUSIVE_SKIP_LIST_RCU_H diff --git a/cds/intrusive/split_list.h b/cds/intrusive/split_list.h index 4f7125fc..782b59b8 100644 --- a/cds/intrusive/split_list.h +++ b/cds/intrusive/split_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_SPLIT_LIST_H -#define __CDS_INTRUSIVE_SPLIT_LIST_H +#ifndef CDSLIB_INTRUSIVE_SPLIT_LIST_H +#define CDSLIB_INTRUSIVE_SPLIT_LIST_H #include @@ -1128,4 +1128,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_SPLIT_LIST_H +#endif // #ifndef CDSLIB_INTRUSIVE_SPLIT_LIST_H diff --git a/cds/intrusive/split_list_nogc.h b/cds/intrusive/split_list_nogc.h index a95b6c53..195f63dc 100644 --- a/cds/intrusive/split_list_nogc.h +++ b/cds/intrusive/split_list_nogc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_SPLIT_LIST_NOGC_H -#define __CDS_INTRUSIVE_SPLIT_LIST_NOGC_H +#ifndef CDSLIB_INTRUSIVE_SPLIT_LIST_NOGC_H +#define CDSLIB_INTRUSIVE_SPLIT_LIST_NOGC_H #include #include @@ -611,4 +611,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_SPLIT_LIST_NOGC_H +#endif // #ifndef CDSLIB_INTRUSIVE_SPLIT_LIST_NOGC_H diff --git a/cds/intrusive/split_list_rcu.h b/cds/intrusive/split_list_rcu.h index b3f75cfb..384b2d6d 100644 --- a/cds/intrusive/split_list_rcu.h +++ b/cds/intrusive/split_list_rcu.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_SPLIT_LIST_RCU_H -#define __CDS_INTRUSIVE_SPLIT_LIST_RCU_H +#ifndef CDSLIB_INTRUSIVE_SPLIT_LIST_RCU_H +#define CDSLIB_INTRUSIVE_SPLIT_LIST_RCU_H #include #include @@ -1010,4 +1010,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_SPLIT_LIST_RCU_H +#endif // #ifndef CDSLIB_INTRUSIVE_SPLIT_LIST_RCU_H diff --git a/cds/intrusive/striped_set.h b/cds/intrusive/striped_set.h index e0182def..eba6dbf0 100644 --- a/cds/intrusive/striped_set.h +++ b/cds/intrusive/striped_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_STRIPED_SET_H -#define __CDS_INTRUSIVE_STRIPED_SET_H +#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_H +#define CDSLIB_INTRUSIVE_STRIPED_SET_H #include #include @@ -848,4 +848,4 @@ namespace cds { namespace intrusive { }; }} // namespace cds::itrusive -#endif // #ifndef __CDS_INTRUSIVE_STRIPED_SET_H +#endif // #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_H diff --git a/cds/intrusive/striped_set/adapter.h b/cds/intrusive/striped_set/adapter.h index 99eaa64c..6c043672 100644 --- a/cds/intrusive/striped_set/adapter.h +++ b/cds/intrusive/striped_set/adapter.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_STRIPED_SET_ADAPTER_H -#define __CDS_INTRUSIVE_STRIPED_SET_ADAPTER_H +#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_ADAPTER_H +#define CDSLIB_INTRUSIVE_STRIPED_SET_ADAPTER_H #include #include @@ -310,4 +310,4 @@ namespace cds { namespace intrusive { } // namespace striped_set }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_STRIPED_SET_ADAPTER_H +#endif // #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_ADAPTER_H diff --git a/cds/intrusive/striped_set/boost_avl_set.h b/cds/intrusive/striped_set/boost_avl_set.h index 0fdc31ab..66120297 100644 --- a/cds/intrusive/striped_set/boost_avl_set.h +++ b/cds/intrusive/striped_set/boost_avl_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_AVL_SET_ADAPTER_H -#define __CDS_INTRUSIVE_STRIPED_SET_BOOST_AVL_SET_ADAPTER_H +#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_AVL_SET_ADAPTER_H +#define CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_AVL_SET_ADAPTER_H #include #include @@ -34,4 +34,4 @@ namespace cds { namespace intrusive { namespace striped_set { }}} // namespace cds::intrusive::striped_set //@endcond -#endif // #ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_AVL_SET_ADAPTER_H +#endif // #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_AVL_SET_ADAPTER_H diff --git a/cds/intrusive/striped_set/boost_list.h b/cds/intrusive/striped_set/boost_list.h index 56a1c93b..588873cd 100644 --- a/cds/intrusive/striped_set/boost_list.h +++ b/cds/intrusive/striped_set/boost_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_LIST_ADAPTER_H -#define __CDS_INTRUSIVE_STRIPED_SET_BOOST_LIST_ADAPTER_H +#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_LIST_ADAPTER_H +#define CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_LIST_ADAPTER_H #include #include @@ -210,4 +210,4 @@ namespace cds { namespace intrusive { namespace striped_set { }}} // namespace cds::intrusive::striped_set //@endcond -#endif // #ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_LIST_ADAPTER_H +#endif // #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_LIST_ADAPTER_H diff --git a/cds/intrusive/striped_set/boost_set.h b/cds/intrusive/striped_set/boost_set.h index 6f467dd0..81b578b6 100644 --- a/cds/intrusive/striped_set/boost_set.h +++ b/cds/intrusive/striped_set/boost_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_SET_ADAPTER_H -#define __CDS_INTRUSIVE_STRIPED_SET_BOOST_SET_ADAPTER_H +#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_SET_ADAPTER_H +#define CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_SET_ADAPTER_H #include #include @@ -34,4 +34,4 @@ namespace cds { namespace intrusive { namespace striped_set { }}} // namespace cds::intrusive::striped_set //@endcond -#endif // #ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_SET_ADAPTER_H +#endif // #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_SET_ADAPTER_H diff --git a/cds/intrusive/striped_set/boost_sg_set.h b/cds/intrusive/striped_set/boost_sg_set.h index 8cc78dde..210fa5f1 100644 --- a/cds/intrusive/striped_set/boost_sg_set.h +++ b/cds/intrusive/striped_set/boost_sg_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_SG_SET_ADAPTER_H -#define __CDS_INTRUSIVE_STRIPED_SET_BOOST_SG_SET_ADAPTER_H +#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_SG_SET_ADAPTER_H +#define CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_SG_SET_ADAPTER_H #include #include @@ -33,4 +33,4 @@ namespace cds { namespace intrusive { namespace striped_set { }}} // namespace cds::intrusive::striped_set //@endcond -#endif // #ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_SG_SET_ADAPTER_H +#endif // #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_SG_SET_ADAPTER_H diff --git a/cds/intrusive/striped_set/boost_slist.h b/cds/intrusive/striped_set/boost_slist.h index 8d98a0ce..871ab5e0 100644 --- a/cds/intrusive/striped_set/boost_slist.h +++ b/cds/intrusive/striped_set/boost_slist.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_SLIST_ADAPTER_H -#define __CDS_INTRUSIVE_STRIPED_SET_BOOST_SLIST_ADAPTER_H +#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_SLIST_ADAPTER_H +#define CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_SLIST_ADAPTER_H #include #include @@ -226,4 +226,4 @@ namespace cds { namespace intrusive { namespace striped_set { }}} // namespace cds::intrusive::striped_set //@endcond -#endif // #ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_SLIST_ADAPTER_H +#endif // #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_SLIST_ADAPTER_H diff --git a/cds/intrusive/striped_set/boost_splay_set.h b/cds/intrusive/striped_set/boost_splay_set.h index ad2d1bf7..ddc1fb5c 100644 --- a/cds/intrusive/striped_set/boost_splay_set.h +++ b/cds/intrusive/striped_set/boost_splay_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_SPLAY_SET_ADAPTER_H -#define __CDS_INTRUSIVE_STRIPED_SET_BOOST_SPLAY_SET_ADAPTER_H +#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_SPLAY_SET_ADAPTER_H +#define CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_SPLAY_SET_ADAPTER_H #include #include @@ -35,4 +35,4 @@ namespace cds { namespace intrusive { namespace striped_set { }}} // namespace cds::intrusive::striped_set //@endcond -#endif // #ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_SPLAY_SET_ADAPTER_H +#endif // #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_SPLAY_SET_ADAPTER_H diff --git a/cds/intrusive/striped_set/boost_treap_set.h b/cds/intrusive/striped_set/boost_treap_set.h index fff8ffc8..31063c96 100644 --- a/cds/intrusive/striped_set/boost_treap_set.h +++ b/cds/intrusive/striped_set/boost_treap_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_TREAP_SET_ADAPTER_H -#define __CDS_INTRUSIVE_STRIPED_SET_BOOST_TREAP_SET_ADAPTER_H +#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_TREAP_SET_ADAPTER_H +#define CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_TREAP_SET_ADAPTER_H #include #include @@ -33,4 +33,4 @@ namespace cds { namespace intrusive { namespace striped_set { }}} // namespace cds::intrusive::striped_set //@endcond -#endif // #ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_TREAP_SET_ADAPTER_H +#endif // #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_TREAP_SET_ADAPTER_H diff --git a/cds/intrusive/striped_set/boost_unordered_set.h b/cds/intrusive/striped_set/boost_unordered_set.h index 9ec93699..a6b37445 100644 --- a/cds/intrusive/striped_set/boost_unordered_set.h +++ b/cds/intrusive/striped_set/boost_unordered_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H -#define __CDS_INTRUSIVE_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H +#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H +#define CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H #include #include @@ -196,4 +196,4 @@ namespace cds { namespace intrusive { namespace striped_set { }}} // namespace cds::intrusive::striped_set //@endcond -#endif // #ifndef __CDS_INTRUSIVE_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H +#endif // #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H diff --git a/cds/intrusive/striped_set/resizing_policy.h b/cds/intrusive/striped_set/resizing_policy.h index 54513e2f..15cb293d 100644 --- a/cds/intrusive/striped_set/resizing_policy.h +++ b/cds/intrusive/striped_set/resizing_policy.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_STRIPED_SET_RESIZING_POLICY_H -#define __CDS_INTRUSIVE_STRIPED_SET_RESIZING_POLICY_H +#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_RESIZING_POLICY_H +#define CDSLIB_INTRUSIVE_STRIPED_SET_RESIZING_POLICY_H #include @@ -182,4 +182,4 @@ namespace cds { namespace intrusive { namespace striped_set { }}} // namespace cds::intrusive::striped_set -#endif // #define __CDS_INTRUSIVE_STRIPED_SET_RESIZING_POLICY_H +#endif // #define CDSLIB_INTRUSIVE_STRIPED_SET_RESIZING_POLICY_H diff --git a/cds/intrusive/striped_set/striping_policy.h b/cds/intrusive/striped_set/striping_policy.h index 8404bde9..367b8c9e 100644 --- a/cds/intrusive/striped_set/striping_policy.h +++ b/cds/intrusive/striped_set/striping_policy.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_STRIPED_SET_STRIPING_POLICY_H -#define __CDS_INTRUSIVE_STRIPED_SET_STRIPING_POLICY_H +#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_STRIPING_POLICY_H +#define CDSLIB_INTRUSIVE_STRIPED_SET_STRIPING_POLICY_H #include #include diff --git a/cds/intrusive/treiber_stack.h b/cds/intrusive/treiber_stack.h index 9ccaa87e..6b09c9bf 100644 --- a/cds/intrusive/treiber_stack.h +++ b/cds/intrusive/treiber_stack.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_TREIBER_STACK_H -#define __CDS_INTRUSIVE_TREIBER_STACK_H +#ifndef CDSLIB_INTRUSIVE_TREIBER_STACK_H +#define CDSLIB_INTRUSIVE_TREIBER_STACK_H #include #include // unique_lock @@ -794,4 +794,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_TREIBER_STACK_H +#endif // #ifndef CDSLIB_INTRUSIVE_TREIBER_STACK_H diff --git a/cds/intrusive/tsigas_cycle_queue.h b/cds/intrusive/tsigas_cycle_queue.h index 42349395..4dd15789 100644 --- a/cds/intrusive/tsigas_cycle_queue.h +++ b/cds/intrusive/tsigas_cycle_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_TSIGAS_CYCLE_QUEUE_H -#define __CDS_INTRUSIVE_TSIGAS_CYCLE_QUEUE_H +#ifndef CDSLIB_INTRUSIVE_TSIGAS_CYCLE_QUEUE_H +#define CDSLIB_INTRUSIVE_TSIGAS_CYCLE_QUEUE_H #include #include @@ -423,4 +423,4 @@ namespace cds { namespace intrusive { }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_TSIGAS_CYCLE_QUEUE_H +#endif // #ifndef CDSLIB_INTRUSIVE_TSIGAS_CYCLE_QUEUE_H diff --git a/cds/intrusive/vyukov_mpmc_cycle_queue.h b/cds/intrusive/vyukov_mpmc_cycle_queue.h index 9bf03c8b..ea97029f 100644 --- a/cds/intrusive/vyukov_mpmc_cycle_queue.h +++ b/cds/intrusive/vyukov_mpmc_cycle_queue.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_VYUKOV_MPMC_CYCLE_QUEUE_H -#define __CDS_INTRUSIVE_VYUKOV_MPMC_CYCLE_QUEUE_H +#ifndef CDSLIB_INTRUSIVE_VYUKOV_MPMC_CYCLE_QUEUE_H +#define CDSLIB_INTRUSIVE_VYUKOV_MPMC_CYCLE_QUEUE_H #include #include @@ -225,4 +225,4 @@ namespace cds { namespace intrusive { }; }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_VYUKOV_MPMC_CYCLE_QUEUE_H +#endif // #ifndef CDSLIB_INTRUSIVE_VYUKOV_MPMC_CYCLE_QUEUE_H diff --git a/cds/lock/array.h b/cds/lock/array.h index 7901ebbb..0edf7b90 100644 --- a/cds/lock/array.h +++ b/cds/lock/array.h @@ -1,7 +1,7 @@ //$$CDS-header$$-2 -#ifndef __CDS_LOCK_ARRAY_H -#define __CDS_LOCK_ARRAY_H +#ifndef CDSLIB_LOCK_ARRAY_H +#define CDSLIB_LOCK_ARRAY_H #include //unique_lock #include @@ -321,4 +321,4 @@ namespace std { } // namespace std //@endcond -#endif // #ifndef __CDS_LOCK_ARRAY_H +#endif // #ifndef CDSLIB_LOCK_ARRAY_H diff --git a/cds/lock/spinlock.h b/cds/lock/spinlock.h index e9db002b..01537b40 100644 --- a/cds/lock/spinlock.h +++ b/cds/lock/spinlock.h @@ -1,7 +1,7 @@ //$$CDS-header$$-2 -#ifndef __CDS_LOCK_SPINLOCK_H -#define __CDS_LOCK_SPINLOCK_H +#ifndef CDSLIB_LOCK_SPINLOCK_H +#define CDSLIB_LOCK_SPINLOCK_H /* Defines spin-lock primitives @@ -371,4 +371,4 @@ namespace cds { } // namespace cds -#endif // #ifndef __CDS_LOCK_SPINLOCK_H +#endif // #ifndef CDSLIB_LOCK_SPINLOCK_H diff --git a/cds/memory/michael/allocator.h b/cds/memory/michael/allocator.h index 08a738a3..72b4c31f 100644 --- a/cds/memory/michael/allocator.h +++ b/cds/memory/michael/allocator.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_MEMORY_MICHAEL_ALLOCATOR_TMPL_H -#define __CDS_MEMORY_MICHAEL_ALLOCATOR_TMPL_H +#ifndef CDSLIB_MEMORY_MICHAEL_ALLOCATOR_TMPL_H +#define CDSLIB_MEMORY_MICHAEL_ALLOCATOR_TMPL_H /* Michael allocator implementation @@ -1893,4 +1893,4 @@ namespace michael { }}} // namespace cds::memory::michael -#endif // __CDS_MEMORY_MICHAEL_ALLOCATOR_TMPL_H +#endif // CDSLIB_MEMORY_MICHAEL_ALLOCATOR_TMPL_H diff --git a/cds/memory/michael/bound_check.h b/cds/memory/michael/bound_check.h index aa9734ca..21752d24 100644 --- a/cds/memory/michael/bound_check.h +++ b/cds/memory/michael/bound_check.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_MEMORY_MICHAEL_ALLOCATOR_BOUND_CHECK_H -#define __CDS_MEMORY_MICHAEL_ALLOCATOR_BOUND_CHECK_H +#ifndef CDSLIB_MEMORY_MICHAEL_ALLOCATOR_BOUND_CHECK_H +#define CDSLIB_MEMORY_MICHAEL_ALLOCATOR_BOUND_CHECK_H #include #include @@ -148,4 +148,4 @@ namespace cds { namespace memory { namespace michael { }}} // namespace cds::memory::michael -#endif // #ifndef __CDS_MEMORY_MICHAEL_ALLOCATOR_BOUND_CHECK_H +#endif // #ifndef CDSLIB_MEMORY_MICHAEL_ALLOCATOR_BOUND_CHECK_H diff --git a/cds/memory/michael/options.h b/cds/memory/michael/options.h index 95a9d5a8..f6cd59ae 100644 --- a/cds/memory/michael/options.h +++ b/cds/memory/michael/options.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_MEMORY_MICHAEL_OPTIONS_H -#define __CDS_MEMORY_MICHAEL_OPTIONS_H +#ifndef CDSLIB_MEMORY_MICHAEL_OPTIONS_H +#define CDSLIB_MEMORY_MICHAEL_OPTIONS_H /* Options for Michael allocator @@ -251,4 +251,4 @@ namespace cds { namespace memory { namespace michael { }}} // namespace cds::memory::michael -#endif // #ifndef __CDS_MEMORY_MICHAEL_OPTIONS_H +#endif // #ifndef CDSLIB_MEMORY_MICHAEL_OPTIONS_H diff --git a/cds/memory/michael/osalloc_stat.h b/cds/memory/michael/osalloc_stat.h index 2a842e10..0ceae287 100644 --- a/cds/memory/michael/osalloc_stat.h +++ b/cds/memory/michael/osalloc_stat.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_MEMORY_MICHAEL_ALLOCATOR_OSALLOC_STAT_H -#define __CDS_MEMORY_MICHAEL_ALLOCATOR_OSALLOC_STAT_H +#ifndef CDSLIB_MEMORY_MICHAEL_ALLOCATOR_OSALLOC_STAT_H +#define CDSLIB_MEMORY_MICHAEL_ALLOCATOR_OSALLOC_STAT_H #include @@ -108,4 +108,4 @@ namespace cds { namespace memory { namespace michael { }}} // namespace cds::memory::michael -#endif /// __CDS_MEMORY_MICHAEL_ALLOCATOR_OSALLOC_STAT_H +#endif /// CDSLIB_MEMORY_MICHAEL_ALLOCATOR_OSALLOC_STAT_H diff --git a/cds/memory/michael/procheap_stat.h b/cds/memory/michael/procheap_stat.h index 308cad96..e7b0e7b5 100644 --- a/cds/memory/michael/procheap_stat.h +++ b/cds/memory/michael/procheap_stat.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_MEMORY_MICHAEL_ALLOCATOR_PROCHEAP_STAT_H -#define __CDS_MEMORY_MICHAEL_ALLOCATOR_PROCHEAP_STAT_H +#ifndef CDSLIB_MEMORY_MICHAEL_ALLOCATOR_PROCHEAP_STAT_H +#define CDSLIB_MEMORY_MICHAEL_ALLOCATOR_PROCHEAP_STAT_H #include @@ -389,4 +389,4 @@ namespace cds { namespace memory { namespace michael { }}} // namespace cds::memory::michael -#endif /// __CDS_MEMORY_MICHAEL_ALLOCATOR_PROCHEAP_STAT_H +#endif /// CDSLIB_MEMORY_MICHAEL_ALLOCATOR_PROCHEAP_STAT_H diff --git a/cds/memory/pool_allocator.h b/cds/memory/pool_allocator.h index 660fb98c..b45f955a 100644 --- a/cds/memory/pool_allocator.h +++ b/cds/memory/pool_allocator.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_MEMORY_POOL_ALLOCATOR_H -#define __CDS_MEMORY_POOL_ALLOCATOR_H +#ifndef CDSLIB_MEMORY_POOL_ALLOCATOR_H +#define CDSLIB_MEMORY_POOL_ALLOCATOR_H #include #include @@ -119,4 +119,4 @@ namespace cds { namespace memory { }} // namespace cds::memory -#endif // #ifndef __CDS_MEMORY_POOL_ALLOCATOR_H +#endif // #ifndef CDSLIB_MEMORY_POOL_ALLOCATOR_H diff --git a/cds/memory/vyukov_queue_pool.h b/cds/memory/vyukov_queue_pool.h index 663f1b8d..02e80cb2 100644 --- a/cds/memory/vyukov_queue_pool.h +++ b/cds/memory/vyukov_queue_pool.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_MEMORY_VYUKOV_QUEUE_ALLOCATOR_H -#define __CDS_MEMORY_VYUKOV_QUEUE_ALLOCATOR_H +#ifndef CDSLIB_MEMORY_VYUKOV_QUEUE_ALLOCATOR_H +#define CDSLIB_MEMORY_VYUKOV_QUEUE_ALLOCATOR_H #include #include @@ -473,4 +473,4 @@ namespace cds { namespace memory { }} // namespace cds::memory -#endif // #ifndef __CDS_MEMORY_VYUKOV_QUEUE_ALLOCATOR_H +#endif // #ifndef CDSLIB_MEMORY_VYUKOV_QUEUE_ALLOCATOR_H diff --git a/cds/opt/buffer.h b/cds/opt/buffer.h index d80efc91..b081f93e 100644 --- a/cds/opt/buffer.h +++ b/cds/opt/buffer.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OPT_BUFFER_H -#define __CDS_OPT_BUFFER_H +#ifndef CDSLIB_OPT_BUFFER_H +#define CDSLIB_OPT_BUFFER_H #include #include @@ -241,4 +241,4 @@ namespace cds { namespace opt { }} // namespace cds::opt -#endif // #ifndef __CDS_OPT_BUFFER_H +#endif // #ifndef CDSLIB_OPT_BUFFER_H diff --git a/cds/opt/compare.h b/cds/opt/compare.h index b5b375a2..3bcfc961 100644 --- a/cds/opt/compare.h +++ b/cds/opt/compare.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OPT_COMPARE_H -#define __CDS_OPT_COMPARE_H +#ifndef CDSLIB_OPT_COMPARE_H +#define CDSLIB_OPT_COMPARE_H /* Editions: @@ -260,4 +260,4 @@ namespace cds { namespace opt { }} // namespace cds::opt -#endif // #ifndef __CDS_OPT_COMPARE_H +#endif // #ifndef CDSLIB_OPT_COMPARE_H diff --git a/cds/opt/hash.h b/cds/opt/hash.h index 22f702e1..5d93bf26 100644 --- a/cds/opt/hash.h +++ b/cds/opt/hash.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OPT_HASH_H -#define __CDS_OPT_HASH_H +#ifndef CDSLIB_OPT_HASH_H +#define CDSLIB_OPT_HASH_H #include #include @@ -164,4 +164,4 @@ namespace cds { namespace opt { }} // namespace cds::opt -#endif // #ifndef __CDS_OPT_HASH_H +#endif // #ifndef CDSLIB_OPT_HASH_H diff --git a/cds/opt/make_options_var.h b/cds/opt/make_options_var.h index 935a025f..9d025b3d 100644 --- a/cds/opt/make_options_var.h +++ b/cds/opt/make_options_var.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OPT_MAKE_OPTIONS_VAR_H -#define __CDS_OPT_MAKE_OPTIONS_VAR_H +#ifndef CDSLIB_OPT_MAKE_OPTIONS_VAR_H +#define CDSLIB_OPT_MAKE_OPTIONS_VAR_H -#ifndef __CDS_OPT_OPTIONS_H +#ifndef CDSLIB_OPT_OPTIONS_H # error must be included instead of #endif @@ -298,4 +298,4 @@ namespace cds { namespace opt { }} // namespace cds::opt -#endif // #ifndef __CDS_OPT_MAKE_OPTIONS_STD_H +#endif // #ifndef CDSLIB_OPT_MAKE_OPTIONS_STD_H diff --git a/cds/opt/options.h b/cds/opt/options.h index 7b9c3d85..6926a701 100644 --- a/cds/opt/options.h +++ b/cds/opt/options.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OPT_OPTIONS_H -#define __CDS_OPT_OPTIONS_H +#ifndef CDSLIB_OPT_OPTIONS_H +#define CDSLIB_OPT_OPTIONS_H /* Framework to define template options @@ -821,4 +821,4 @@ namespace opt { #include -#endif // #ifndef __CDS_OPT_OPTIONS_H +#endif // #ifndef CDSLIB_OPT_OPTIONS_H diff --git a/cds/opt/permutation.h b/cds/opt/permutation.h index eb83aeca..eb98733d 100644 --- a/cds/opt/permutation.h +++ b/cds/opt/permutation.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OPT_PERMUTATION_H -#define __CDS_OPT_PERMUTATION_H +#ifndef CDSLIB_OPT_PERMUTATION_H +#define CDSLIB_OPT_PERMUTATION_H #include #include // rand, srand @@ -290,4 +290,4 @@ namespace cds { namespace opt { }} // namespace cds::opt -#endif // #ifndef __CDS_OPT_PERMUTATION_H +#endif // #ifndef CDSLIB_OPT_PERMUTATION_H diff --git a/cds/opt/value_cleaner.h b/cds/opt/value_cleaner.h index c7c95565..414c5eb3 100644 --- a/cds/opt/value_cleaner.h +++ b/cds/opt/value_cleaner.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OPT_ITEM_DISPOSER_H -#define __CDS_OPT_ITEM_DISPOSER_H +#ifndef CDSLIB_OPT_ITEM_DISPOSER_H +#define CDSLIB_OPT_ITEM_DISPOSER_H #include @@ -72,4 +72,4 @@ namespace cds { namespace opt { } // namespace v }} // namespace cds::opt -#endif // #ifndef __CDS_OPT_ITEM_DISPOSER_H +#endif // #ifndef CDSLIB_OPT_ITEM_DISPOSER_H diff --git a/cds/os/aix/alloc_aligned.h b/cds/os/aix/alloc_aligned.h index 3e3d560c..f7e29ee9 100644 --- a/cds/os/aix/alloc_aligned.h +++ b/cds/os/aix/alloc_aligned.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_AIX_ALLOC_ALIGNED_H -#define __CDS_OS_AIX_ALLOC_ALIGNED_H +#ifndef CDSLIB_OS_AIX_ALLOC_ALIGNED_H +#define CDSLIB_OS_AIX_ALLOC_ALIGNED_H #include -#endif // #ifndef __CDS_OS_AIX_ALLOC_ALIGNED_H +#endif // #ifndef CDSLIB_OS_AIX_ALLOC_ALIGNED_H diff --git a/cds/os/aix/timer.h b/cds/os/aix/timer.h index 3a29675a..64bde42d 100644 --- a/cds/os/aix/timer.h +++ b/cds/os/aix/timer.h @@ -1,11 +1,11 @@ //$$CDS-header$$ -#ifndef __CDS_OS_AIX_TIMER_H -#define __CDS_OS_AIX_TIMER_H +#ifndef CDSLIB_OS_AIX_TIMER_H +#define CDSLIB_OS_AIX_TIMER_H // Source: http://publib16.boulder.ibm.com/doc_link/en_US/a_doc_lib/libs/basetrf2/read_real_time.htm -#ifndef __CDS_OS_TIMER_H +#ifndef CDSLIB_OS_TIMER_H # error " must be included" #endif @@ -89,4 +89,4 @@ namespace cds { namespace OS { }} // namespace cds::OS //@endcond -#endif // #ifndef __CDS_OS_AIX_TIMER_H +#endif // #ifndef CDSLIB_OS_AIX_TIMER_H diff --git a/cds/os/aix/topology.h b/cds/os/aix/topology.h index 8d0570f6..817da828 100644 --- a/cds/os/aix/topology.h +++ b/cds/os/aix/topology.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_AIX_TOPOLOGY_H -#define __CDS_OS_AIX_TOPOLOGY_H +#ifndef CDSLIB_OS_AIX_TOPOLOGY_H +#define CDSLIB_OS_AIX_TOPOLOGY_H -#ifndef __CDS_OS_TOPOLOGY_H +#ifndef CDSLIB_OS_TOPOLOGY_H # error " must be included instead" #endif @@ -76,4 +76,4 @@ namespace cds { namespace OS { #endif }} // namespace cds::OS -#endif // #ifndef __CDS_OS_AIX_TOPOLOGY_H +#endif // #ifndef CDSLIB_OS_AIX_TOPOLOGY_H diff --git a/cds/os/alloc_aligned.h b/cds/os/alloc_aligned.h index ec4ed8fd..aa226f6f 100644 --- a/cds/os/alloc_aligned.h +++ b/cds/os/alloc_aligned.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OS_ALLOC_ALIGNED_H -#define __CDS_OS_ALLOC_ALIGNED_H +#ifndef CDSLIB_OS_ALLOC_ALIGNED_H +#define CDSLIB_OS_ALLOC_ALIGNED_H #include @@ -185,4 +185,4 @@ namespace cds { } // namespace OS } // namespace cds -#endif // #ifndef __CDS_OS_ALLOC_ALIGNED_H +#endif // #ifndef CDSLIB_OS_ALLOC_ALIGNED_H diff --git a/cds/os/details/fake_topology.h b/cds/os/details/fake_topology.h index 2c25f520..5f89ec9e 100644 --- a/cds/os/details/fake_topology.h +++ b/cds/os/details/fake_topology.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OS_DETAILS_FAKE_TOPOLOGY_H -#define __CDS_OS_DETAILS_FAKE_TOPOLOGY_H +#ifndef CDSLIB_OS_DETAILS_FAKE_TOPOLOGY_H +#define CDSLIB_OS_DETAILS_FAKE_TOPOLOGY_H #include #include @@ -36,4 +36,4 @@ namespace cds { namespace OS { namespace details { }}} // namespace cds::OS::details //@endcond -#endif // #ifndef __CDS_OS_DETAILS_FAKE_TOPOLOGY_H +#endif // #ifndef CDSLIB_OS_DETAILS_FAKE_TOPOLOGY_H diff --git a/cds/os/free_bsd/alloc_aligned.h b/cds/os/free_bsd/alloc_aligned.h index 3186f059..a7bcf952 100644 --- a/cds/os/free_bsd/alloc_aligned.h +++ b/cds/os/free_bsd/alloc_aligned.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_FREE_BSD_ALLOC_ALIGNED_H -#define __CDS_OS_FREE_BSD_ALLOC_ALIGNED_H +#ifndef CDSLIB_OS_FREE_BSD_ALLOC_ALIGNED_H +#define CDSLIB_OS_FREE_BSD_ALLOC_ALIGNED_H #include -#endif // #ifndef __CDS_OS_FREE_BSD_ALLOC_ALIGNED_H +#endif // #ifndef CDSLIB_OS_FREE_BSD_ALLOC_ALIGNED_H diff --git a/cds/os/free_bsd/timer.h b/cds/os/free_bsd/timer.h index 4d6ef006..b1c7c5fd 100644 --- a/cds/os/free_bsd/timer.h +++ b/cds/os/free_bsd/timer.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_FREE_BSD_TIMER_H -#define __CDS_OS_FREE_BSD_TIMER_H +#ifndef CDSLIB_OS_FREE_BSD_TIMER_H +#define CDSLIB_OS_FREE_BSD_TIMER_H -#ifndef __CDS_OS_TIMER_H +#ifndef CDSLIB_OS_TIMER_H # error " must be included" #endif @@ -93,4 +93,4 @@ namespace cds { namespace OS { }} // namespace cds::OS //@endcond -#endif // #ifndef __CDS_OS_FREE_BSD_TIMER_H +#endif // #ifndef CDSLIB_OS_FREE_BSD_TIMER_H diff --git a/cds/os/free_bsd/topology.h b/cds/os/free_bsd/topology.h index 6a7d2c85..405b23da 100644 --- a/cds/os/free_bsd/topology.h +++ b/cds/os/free_bsd/topology.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_FREE_BSD_TOPOLOGY_H -#define __CDS_OS_FREE_BSD_TOPOLOGY_H +#ifndef CDSLIB_OS_FREE_BSD_TOPOLOGY_H +#define CDSLIB_OS_FREE_BSD_TOPOLOGY_H -#ifndef __CDS_OS_TOPOLOGY_H +#ifndef CDSLIB_OS_TOPOLOGY_H # error " must be included instead" #endif @@ -75,4 +75,4 @@ namespace cds { namespace OS { #endif }} // namespace cds::OS -#endif // #ifndef __CDS_OS_FREE_BSD_TOPOLOGY_H +#endif // #ifndef CDSLIB_OS_FREE_BSD_TOPOLOGY_H diff --git a/cds/os/hpux/alloc_aligned.h b/cds/os/hpux/alloc_aligned.h index 29308c83..c265fade 100644 --- a/cds/os/hpux/alloc_aligned.h +++ b/cds/os/hpux/alloc_aligned.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_HPUX_ALLOC_ALIGNED_H -#define __CDS_OS_HPUX_ALLOC_ALIGNED_H +#ifndef CDSLIB_OS_HPUX_ALLOC_ALIGNED_H +#define CDSLIB_OS_HPUX_ALLOC_ALIGNED_H #include -#endif // #ifndef __CDS_OS_HPUX_ALLOC_ALIGNED_H +#endif // #ifndef CDSLIB_OS_HPUX_ALLOC_ALIGNED_H diff --git a/cds/os/hpux/timer.h b/cds/os/hpux/timer.h index e7f870c3..7ec07c5a 100644 --- a/cds/os/hpux/timer.h +++ b/cds/os/hpux/timer.h @@ -1,8 +1,8 @@ //$$CDS-header$$ -#ifndef __CDS_OS_HPUX_TIMER_H -#define __CDS_OS_HPUX_TIMER_H +#ifndef CDSLIB_OS_HPUX_TIMER_H +#define CDSLIB_OS_HPUX_TIMER_H #include -#endif // #ifndef __CDS_OS_HPUX_TIMER_H +#endif // #ifndef CDSLIB_OS_HPUX_TIMER_H diff --git a/cds/os/hpux/topology.h b/cds/os/hpux/topology.h index 9d79971d..dc6a680f 100644 --- a/cds/os/hpux/topology.h +++ b/cds/os/hpux/topology.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_HPUX_TOPOLOGY_H -#define __CDS_OS_HPUX_TOPOLOGY_H +#ifndef CDSLIB_OS_HPUX_TOPOLOGY_H +#define CDSLIB_OS_HPUX_TOPOLOGY_H -#ifndef __CDS_OS_TOPOLOGY_H +#ifndef CDSLIB_OS_TOPOLOGY_H # error " must be included instead" #endif @@ -77,4 +77,4 @@ namespace cds { namespace OS { #endif }} // namespace cds::OS -#endif // #ifndef __CDS_OS_HPUX_TOPOLOGY_H +#endif // #ifndef CDSLIB_OS_HPUX_TOPOLOGY_H diff --git a/cds/os/libc/alloc_aligned.h b/cds/os/libc/alloc_aligned.h index bf55b65d..ae6025e6 100644 --- a/cds/os/libc/alloc_aligned.h +++ b/cds/os/libc/alloc_aligned.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OS_LIBC_ALLOC_ALIGNED_H -#define __CDS_OS_LIBC_ALLOC_ALIGNED_H +#ifndef CDSLIB_OS_LIBC_ALLOC_ALIGNED_H +#define CDSLIB_OS_LIBC_ALLOC_ALIGNED_H #include @@ -34,5 +34,5 @@ namespace cds { namespace OS { }} // namespace cds::OS //@endcond -#endif // #ifndef __CDS_OS_LIBC_ALLOC_ALIGNED_H +#endif // #ifndef CDSLIB_OS_LIBC_ALLOC_ALIGNED_H diff --git a/cds/os/linux/alloc_aligned.h b/cds/os/linux/alloc_aligned.h index f41773eb..25dae908 100644 --- a/cds/os/linux/alloc_aligned.h +++ b/cds/os/linux/alloc_aligned.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OS_LINUX_ALLOC_ALIGNED_H -#define __CDS_OS_LINUX_ALLOC_ALIGNED_H +#ifndef CDSLIB_OS_LINUX_ALLOC_ALIGNED_H +#define CDSLIB_OS_LINUX_ALLOC_ALIGNED_H //@cond #ifdef __ANDROID__ @@ -11,5 +11,5 @@ #endif //@endcond -#endif // #ifndef __CDS_OS_LINUX_ALLOC_ALIGNED_H +#endif // #ifndef CDSLIB_OS_LINUX_ALLOC_ALIGNED_H diff --git a/cds/os/linux/timer.h b/cds/os/linux/timer.h index f8a03fb2..a1d2f87d 100644 --- a/cds/os/linux/timer.h +++ b/cds/os/linux/timer.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_LINUX_TIMER_H -#define __CDS_OS_LINUX_TIMER_H +#ifndef CDSLIB_OS_LINUX_TIMER_H +#define CDSLIB_OS_LINUX_TIMER_H -#ifndef __CDS_OS_TIMER_H +#ifndef CDSLIB_OS_TIMER_H # error " must be included" #endif @@ -87,4 +87,4 @@ namespace cds { namespace OS { }} // namespace cds::OS //@endcond -#endif // #ifndef __CDS_OS_LINUX_TIMER_H +#endif // #ifndef CDSLIB_OS_LINUX_TIMER_H diff --git a/cds/os/linux/topology.h b/cds/os/linux/topology.h index 45b5b38a..b0da1783 100644 --- a/cds/os/linux/topology.h +++ b/cds/os/linux/topology.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_LINUX_TOPOLOGY_H -#define __CDS_OS_LINUX_TOPOLOGY_H +#ifndef CDSLIB_OS_LINUX_TOPOLOGY_H +#define CDSLIB_OS_LINUX_TOPOLOGY_H -#ifndef __CDS_OS_TOPOLOGY_H +#ifndef CDSLIB_OS_TOPOLOGY_H # error " must be included instead" #endif @@ -89,4 +89,4 @@ namespace cds { namespace OS { #endif }} // namespace cds::OS -#endif // #ifndef __CDS_OS_LINUX_TOPOLOGY_H +#endif // #ifndef CDSLIB_OS_LINUX_TOPOLOGY_H diff --git a/cds/os/osx/timer.h b/cds/os/osx/timer.h index b9c9c8ef..d397ba11 100644 --- a/cds/os/osx/timer.h +++ b/cds/os/osx/timer.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_OSX_TIMER_H -#define __CDS_OS_OSX_TIMER_H +#ifndef CDSLIB_OS_OSX_TIMER_H +#define CDSLIB_OS_OSX_TIMER_H -#ifndef __CDS_OS_TIMER_H +#ifndef CDSLIB_OS_TIMER_H # error " must be included" #endif @@ -100,4 +100,4 @@ namespace cds { namespace OS { }} // namespace cds::OS //@endcond -#endif // #ifndef __CDS_OS_LINUX_TIMER_H +#endif // #ifndef CDSLIB_OS_LINUX_TIMER_H diff --git a/cds/os/osx/topology.h b/cds/os/osx/topology.h index a1a84e94..1ac1d04b 100644 --- a/cds/os/osx/topology.h +++ b/cds/os/osx/topology.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_OSX_TOPOLOGY_H -#define __CDS_OS_OSX_TOPOLOGY_H +#ifndef CDSLIB_OS_OSX_TOPOLOGY_H +#define CDSLIB_OS_OSX_TOPOLOGY_H -#ifndef __CDS_OS_TOPOLOGY_H +#ifndef CDSLIB_OS_TOPOLOGY_H # error " must be included instead" #endif @@ -57,4 +57,4 @@ namespace cds { namespace OS { #endif }} // namespace cds::OS -#endif // #ifndef __CDS_OS_OSX_TOPOLOGY_H +#endif // #ifndef CDSLIB_OS_OSX_TOPOLOGY_H diff --git a/cds/os/posix/alloc_aligned.h b/cds/os/posix/alloc_aligned.h index b123a642..370621ba 100644 --- a/cds/os/posix/alloc_aligned.h +++ b/cds/os/posix/alloc_aligned.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OS_POSIX_ALLOC_ALIGNED_H -#define __CDS_OS_POSIX_ALLOC_ALIGNED_H +#ifndef CDSLIB_OS_POSIX_ALLOC_ALIGNED_H +#define CDSLIB_OS_POSIX_ALLOC_ALIGNED_H #ifndef _GNU_SOURCE # define _GNU_SOURCE @@ -43,5 +43,5 @@ namespace cds { namespace OS { //@endcond -#endif // #ifndef __CDS_OS_POSIX_ALLOC_ALIGNED_H +#endif // #ifndef CDSLIB_OS_POSIX_ALLOC_ALIGNED_H diff --git a/cds/os/posix/fake_topology.h b/cds/os/posix/fake_topology.h index 4fca62f2..8112b8ee 100644 --- a/cds/os/posix/fake_topology.h +++ b/cds/os/posix/fake_topology.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_POSIX_FAKE_TOPOLOGY_H -#define __CDS_OS_POSIX_FAKE_TOPOLOGY_H +#ifndef CDSLIB_OS_POSIX_FAKE_TOPOLOGY_H +#define CDSLIB_OS_POSIX_FAKE_TOPOLOGY_H -#ifndef __CDS_OS_TOPOLOGY_H +#ifndef CDSLIB_OS_TOPOLOGY_H # error " must be included instead" #endif @@ -50,4 +50,4 @@ namespace cds { namespace OS { }} // namespace cds::OS -#endif // #ifndef __CDS_OS_POSIX_FAKE_TOPOLOGY_H +#endif // #ifndef CDSLIB_OS_POSIX_FAKE_TOPOLOGY_H diff --git a/cds/os/posix/thread.h b/cds/os/posix/thread.h index 51f1ef2b..9c607fec 100644 --- a/cds/os/posix/thread.h +++ b/cds/os/posix/thread.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OS_POSIX_THREAD_H -#define __CDS_OS_POSIX_THREAD_H +#ifndef CDSLIB_OS_POSIX_THREAD_H +#define CDSLIB_OS_POSIX_THREAD_H #include #include @@ -36,4 +36,4 @@ namespace cds { namespace OS { }} // namespace cds::OS -#endif // #ifndef __CDS_OS_POSIX_THREAD_H +#endif // #ifndef CDSLIB_OS_POSIX_THREAD_H diff --git a/cds/os/posix/timer.h b/cds/os/posix/timer.h index 1220a5b4..b53708a4 100644 --- a/cds/os/posix/timer.h +++ b/cds/os/posix/timer.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_POSIX_TIMER_H -#define __CDS_OS_POSIX_TIMER_H +#ifndef CDSLIB_OS_POSIX_TIMER_H +#define CDSLIB_OS_POSIX_TIMER_H -#ifndef __CDS_OS_TIMER_H +#ifndef CDSLIB_OS_TIMER_H # error " must be included" #endif @@ -86,4 +86,4 @@ namespace cds { namespace OS { }} // namespace cds::OS //@endcond -#endif // #ifndef __CDS_OS_POSIX_TIMER_H +#endif // #ifndef CDSLIB_OS_POSIX_TIMER_H diff --git a/cds/os/sunos/alloc_aligned.h b/cds/os/sunos/alloc_aligned.h index 6c1a1618..8ef0d86c 100644 --- a/cds/os/sunos/alloc_aligned.h +++ b/cds/os/sunos/alloc_aligned.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_SUNOS_ALLOC_ALIGNED_H -#define __CDS_OS_SUNOS_ALLOC_ALIGNED_H +#ifndef CDSLIB_OS_SUNOS_ALLOC_ALIGNED_H +#define CDSLIB_OS_SUNOS_ALLOC_ALIGNED_H #include -#endif // #ifndef __CDS_OS_SUNOS_ALLOC_ALIGNED_H +#endif // #ifndef CDSLIB_OS_SUNOS_ALLOC_ALIGNED_H diff --git a/cds/os/sunos/timer.h b/cds/os/sunos/timer.h index ce6084b8..c05490a9 100644 --- a/cds/os/sunos/timer.h +++ b/cds/os/sunos/timer.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_SUNOS_TIMER_H -#define __CDS_OS_SUNOS_TIMER_H +#ifndef CDSLIB_OS_SUNOS_TIMER_H +#define CDSLIB_OS_SUNOS_TIMER_H -#ifndef __CDS_OS_TIMER_H +#ifndef CDSLIB_OS_TIMER_H # error " must be included" #endif @@ -68,4 +68,4 @@ namespace cds { namespace OS { }} // namespace cds::OS //@endcond -#endif // #ifndef __CDS_OS_SUNOS_TIMER_H +#endif // #ifndef CDSLIB_OS_SUNOS_TIMER_H diff --git a/cds/os/sunos/topology.h b/cds/os/sunos/topology.h index 5799d899..19a30afb 100644 --- a/cds/os/sunos/topology.h +++ b/cds/os/sunos/topology.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_SUNOS_TOPOLOGY_H -#define __CDS_OS_SUNOS_TOPOLOGY_H +#ifndef CDSLIB_OS_SUNOS_TOPOLOGY_H +#define CDSLIB_OS_SUNOS_TOPOLOGY_H -#ifndef __CDS_OS_TOPOLOGY_H +#ifndef CDSLIB_OS_TOPOLOGY_H # error " must be included instead" #endif @@ -57,4 +57,4 @@ namespace cds { namespace OS { #endif }} // namespace cds::OS -#endif // #ifndef __CDS_OS_SUNOS_TOPOLOGY_H +#endif // #ifndef CDSLIB_OS_SUNOS_TOPOLOGY_H diff --git a/cds/os/thread.h b/cds/os/thread.h index e78a575f..75b9d483 100644 --- a/cds/os/thread.h +++ b/cds/os/thread.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OS_THREAD_H -#define __CDS_OS_THREAD_H +#ifndef CDSLIB_OS_THREAD_H +#define CDSLIB_OS_THREAD_H #include #include @@ -21,4 +21,4 @@ namespace cds { namespace OS { } }} // namespace cds::OS -#endif // #ifndef __CDS_OS_THREAD_H +#endif // #ifndef CDSLIB_OS_THREAD_H diff --git a/cds/os/timer.h b/cds/os/timer.h index d1bdcc2b..0edf09b9 100644 --- a/cds/os/timer.h +++ b/cds/os/timer.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OS_TIMER_H -#define __CDS_OS_TIMER_H +#ifndef CDSLIB_OS_TIMER_H +#define CDSLIB_OS_TIMER_H #include @@ -28,4 +28,4 @@ # error Unknown operating system. Compilation aborted. #endif -#endif // #ifndef __CDS_OS_TIMER_H +#endif // #ifndef CDSLIB_OS_TIMER_H diff --git a/cds/os/topology.h b/cds/os/topology.h index be6d33ef..17acb221 100644 --- a/cds/os/topology.h +++ b/cds/os/topology.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OS_TOPOLOGY_H -#define __CDS_OS_TOPOLOGY_H +#ifndef CDSLIB_OS_TOPOLOGY_H +#define CDSLIB_OS_TOPOLOGY_H #include @@ -25,4 +25,4 @@ # error Unknown OS. Compilation aborted #endif -#endif // #ifndef __CDS_OS_TOPOLOGY_H +#endif // #ifndef CDSLIB_OS_TOPOLOGY_H diff --git a/cds/os/win/alloc_aligned.h b/cds/os/win/alloc_aligned.h index 5a6bf1df..7cbbf6e5 100644 --- a/cds/os/win/alloc_aligned.h +++ b/cds/os/win/alloc_aligned.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OS_WIN_ALLOC_ALIGNED_H -#define __CDS_OS_WIN_ALLOC_ALIGNED_H +#ifndef CDSLIB_OS_WIN_ALLOC_ALIGNED_H +#define CDSLIB_OS_WIN_ALLOC_ALIGNED_H #include @@ -34,5 +34,5 @@ namespace cds { namespace OS { }} // namespace cds::OS //@endcond -#endif // #ifndef __CDS_OS_WIN_ALLOC_ALIGNED_H +#endif // #ifndef CDSLIB_OS_WIN_ALLOC_ALIGNED_H diff --git a/cds/os/win/thread.h b/cds/os/win/thread.h index 2650fd06..dfb8be52 100644 --- a/cds/os/win/thread.h +++ b/cds/os/win/thread.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_OS_WIN_THREAD_H -#define __CDS_OS_WIN_THREAD_H +#ifndef CDSLIB_OS_WIN_THREAD_H +#define CDSLIB_OS_WIN_THREAD_H #include @@ -41,4 +41,4 @@ namespace cds { namespace OS { }} // namespace cds::OS -#endif // #ifndef __CDS_OS_WIN_THREAD_H +#endif // #ifndef CDSLIB_OS_WIN_THREAD_H diff --git a/cds/os/win/timer.h b/cds/os/win/timer.h index 84b81599..a23f7353 100644 --- a/cds/os/win/timer.h +++ b/cds/os/win/timer.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_WIN_TIMER_H -#define __CDS_OS_WIN_TIMER_H +#ifndef CDSLIB_OS_WIN_TIMER_H +#define CDSLIB_OS_WIN_TIMER_H -#ifndef __CDS_OS_TIMER_H +#ifndef CDSLIB_OS_TIMER_H # error " must be included" #endif @@ -100,4 +100,4 @@ namespace cds { namespace OS { }} // namespae cds::OS //@endcond -#endif // #ifndef __CDS_OS_WIN_TIMER_H +#endif // #ifndef CDSLIB_OS_WIN_TIMER_H diff --git a/cds/os/win/topology.h b/cds/os/win/topology.h index 437539d7..34df8188 100644 --- a/cds/os/win/topology.h +++ b/cds/os/win/topology.h @@ -1,9 +1,9 @@ //$$CDS-header$$ -#ifndef __CDS_OS_WIN_TOPOLOGY_H -#define __CDS_OS_WIN_TOPOLOGY_H +#ifndef CDSLIB_OS_WIN_TOPOLOGY_H +#define CDSLIB_OS_WIN_TOPOLOGY_H -#ifndef __CDS_OS_TOPOLOGY_H +#ifndef CDSLIB_OS_TOPOLOGY_H # error " must be included instead" #endif @@ -66,4 +66,4 @@ namespace cds { namespace OS { -#endif // #ifndef __CDS_OS_WIN_TOPOLOGY_H +#endif // #ifndef CDSLIB_OS_WIN_TOPOLOGY_H diff --git a/cds/threading/details/_common.h b/cds/threading/details/_common.h index 73db0ec4..67e66d77 100644 --- a/cds/threading/details/_common.h +++ b/cds/threading/details/_common.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING__COMMON_H -#define __CDS_THREADING__COMMON_H +#ifndef CDSLIB_THREADING__COMMON_H +#define CDSLIB_THREADING__COMMON_H #include #include @@ -254,4 +254,4 @@ namespace cds { } // namespace threading } // namespace cds::threading -#endif // #ifndef __CDS_THREADING__COMMON_H +#endif // #ifndef CDSLIB_THREADING__COMMON_H diff --git a/cds/threading/details/auto_detect.h b/cds/threading/details/auto_detect.h index 7a64b217..50d68215 100644 --- a/cds/threading/details/auto_detect.h +++ b/cds/threading/details/auto_detect.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING_AUTO_DETECT_H -#define __CDS_THREADING_AUTO_DETECT_H +#ifndef CDSLIB_THREADING_AUTO_DETECT_H +#define CDSLIB_THREADING_AUTO_DETECT_H #if defined(CDS_THREADING_AUTODETECT) // Auto-detect appropriate threading model @@ -42,4 +42,4 @@ # error "You must define one of CDS_THREADING_xxx macro before compiling the application" #endif -#endif // #ifndef __CDS_THREADING_AUTO_DETECT_H +#endif // #ifndef CDSLIB_THREADING_AUTO_DETECT_H diff --git a/cds/threading/details/cxx11.h b/cds/threading/details/cxx11.h index 06949a5c..b99922f8 100644 --- a/cds/threading/details/cxx11.h +++ b/cds/threading/details/cxx11.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING_DETAILS_CXX11_H -#define __CDS_THREADING_DETAILS_CXX11_H +#ifndef CDSLIB_THREADING_DETAILS_CXX11_H +#define CDSLIB_THREADING_DETAILS_CXX11_H #include @@ -13,4 +13,4 @@ namespace cds { namespace threading { }} // namespace cds::threading #endif -#endif // #ifndef __CDS_THREADING_DETAILS_CXX11_H +#endif // #ifndef CDSLIB_THREADING_DETAILS_CXX11_H diff --git a/cds/threading/details/cxx11_manager.h b/cds/threading/details/cxx11_manager.h index e2b56b07..3ef9245c 100644 --- a/cds/threading/details/cxx11_manager.h +++ b/cds/threading/details/cxx11_manager.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING_DETAILS_CXX11_MANAGER_H -#define __CDS_THREADING_DETAILS_CXX11_MANAGER_H +#ifndef CDSLIB_THREADING_DETAILS_CXX11_MANAGER_H +#define CDSLIB_THREADING_DETAILS_CXX11_MANAGER_H #include @@ -132,4 +132,4 @@ namespace cds { namespace threading { }} // namespace cds::threading //@endcond -#endif // #ifndef __CDS_THREADING_DETAILS_CXX11_MANAGER_H +#endif // #ifndef CDSLIB_THREADING_DETAILS_CXX11_MANAGER_H diff --git a/cds/threading/details/gcc.h b/cds/threading/details/gcc.h index 27ad8305..bd0095cb 100644 --- a/cds/threading/details/gcc.h +++ b/cds/threading/details/gcc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING_DETAILS_GCC_H -#define __CDS_THREADING_DETAILS_GCC_H +#ifndef CDSLIB_THREADING_DETAILS_GCC_H +#define CDSLIB_THREADING_DETAILS_GCC_H #include @@ -13,4 +13,4 @@ namespace cds { namespace threading { }} // namespace cds::threading #endif -#endif // #ifndef __CDS_THREADING_DETAILS_GCC_H +#endif // #ifndef CDSLIB_THREADING_DETAILS_GCC_H diff --git a/cds/threading/details/gcc_manager.h b/cds/threading/details/gcc_manager.h index a317e78c..ebcdc72b 100644 --- a/cds/threading/details/gcc_manager.h +++ b/cds/threading/details/gcc_manager.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING_DETAILS_GCC_MANAGER_H -#define __CDS_THREADING_DETAILS_GCC_MANAGER_H +#ifndef CDSLIB_THREADING_DETAILS_GCC_MANAGER_H +#define CDSLIB_THREADING_DETAILS_GCC_MANAGER_H #if !( CDS_COMPILER == CDS_COMPILER_GCC || CDS_COMPILER == CDS_COMPILER_CLANG || CDS_COMPILER == CDS_COMPILER_INTEL) # error "threading/details/gcc_manager.h may be used only with GCC or Clang C++ compiler" @@ -132,4 +132,4 @@ namespace cds { namespace threading { }} // namespace cds::threading //@endcond -#endif // #ifndef __CDS_THREADING_DETAILS_GCC_MANAGER_H +#endif // #ifndef CDSLIB_THREADING_DETAILS_GCC_MANAGER_H diff --git a/cds/threading/details/msvc.h b/cds/threading/details/msvc.h index 25783502..90dfc2bc 100644 --- a/cds/threading/details/msvc.h +++ b/cds/threading/details/msvc.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING_DETAILS_MSVC_H -#define __CDS_THREADING_DETAILS_MSVC_H +#ifndef CDSLIB_THREADING_DETAILS_MSVC_H +#define CDSLIB_THREADING_DETAILS_MSVC_H #include @@ -13,4 +13,4 @@ namespace cds { namespace threading { }} // namespace cds::threading #endif -#endif // #ifndef __CDS_THREADING_DETAILS_MSVC_H +#endif // #ifndef CDSLIB_THREADING_DETAILS_MSVC_H diff --git a/cds/threading/details/msvc_manager.h b/cds/threading/details/msvc_manager.h index ab062d95..d8432a74 100644 --- a/cds/threading/details/msvc_manager.h +++ b/cds/threading/details/msvc_manager.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING_DETAILS_MSVC_MANAGER_H -#define __CDS_THREADING_DETAILS_MSVC_MANAGER_H +#ifndef CDSLIB_THREADING_DETAILS_MSVC_MANAGER_H +#define CDSLIB_THREADING_DETAILS_MSVC_MANAGER_H #if !( CDS_COMPILER == CDS_COMPILER_MSVC || (CDS_COMPILER == CDS_COMPILER_INTEL && CDS_OS_INTERFACE == CDS_OSI_WINDOWS)) # error "threading/details/msvc_manager.h may be used only with Microsoft Visual C++ / Intel C++ compiler" @@ -131,4 +131,4 @@ namespace cds { namespace threading { }} // namespace cds::threading //@endcond -#endif // #ifndef __CDS_THREADING_DETAILS_MSVC_MANAGER_H +#endif // #ifndef CDSLIB_THREADING_DETAILS_MSVC_MANAGER_H diff --git a/cds/threading/details/pthread.h b/cds/threading/details/pthread.h index 16da0b95..eef9de84 100644 --- a/cds/threading/details/pthread.h +++ b/cds/threading/details/pthread.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING_DETAILS_PTHREAD_H -#define __CDS_THREADING_DETAILS_PTHREAD_H +#ifndef CDSLIB_THREADING_DETAILS_PTHREAD_H +#define CDSLIB_THREADING_DETAILS_PTHREAD_H #include @@ -13,4 +13,4 @@ namespace cds { namespace threading { }} // namespace cds::threading #endif -#endif // #ifndef __CDS_THREADING_DETAILS_PTHREAD_H +#endif // #ifndef CDSLIB_THREADING_DETAILS_PTHREAD_H diff --git a/cds/threading/details/pthread_manager.h b/cds/threading/details/pthread_manager.h index fe4e0171..4966dc09 100644 --- a/cds/threading/details/pthread_manager.h +++ b/cds/threading/details/pthread_manager.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING_DETAILS_PTHREAD_MANAGER_H -#define __CDS_THREADING_DETAILS_PTHREAD_MANAGER_H +#ifndef CDSLIB_THREADING_DETAILS_PTHREAD_MANAGER_H +#define CDSLIB_THREADING_DETAILS_PTHREAD_MANAGER_H #include #include @@ -224,4 +224,4 @@ namespace cds { namespace threading { }} // namespace cds::threading //@endcond -#endif // #ifndef __CDS_THREADING_DETAILS_PTHREAD_MANAGER_H +#endif // #ifndef CDSLIB_THREADING_DETAILS_PTHREAD_MANAGER_H diff --git a/cds/threading/details/wintls.h b/cds/threading/details/wintls.h index 2f4a149a..d04a7954 100644 --- a/cds/threading/details/wintls.h +++ b/cds/threading/details/wintls.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING_DETAILS_WINTLS_H -#define __CDS_THREADING_DETAILS_WINTLS_H +#ifndef CDSLIB_THREADING_DETAILS_WINTLS_H +#define CDSLIB_THREADING_DETAILS_WINTLS_H #include #include @@ -14,4 +14,4 @@ namespace cds { namespace threading { }} // namespace cds::threading #endif -#endif // #ifndef __CDS_THREADING_DETAILS_WINTLS_H +#endif // #ifndef CDSLIB_THREADING_DETAILS_WINTLS_H diff --git a/cds/threading/details/wintls_manager.h b/cds/threading/details/wintls_manager.h index 58137ef3..66d2269b 100644 --- a/cds/threading/details/wintls_manager.h +++ b/cds/threading/details/wintls_manager.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING_DETAILS_WINTLS_MANAGER_H -#define __CDS_THREADING_DETAILS_WINTLS_MANAGER_H +#ifndef CDSLIB_THREADING_DETAILS_WINTLS_MANAGER_H +#define CDSLIB_THREADING_DETAILS_WINTLS_MANAGER_H #include #include @@ -222,4 +222,4 @@ namespace cds { namespace threading { }} // namespace cds::threading //@endcond -#endif // #ifndef __CDS_THREADING_DETAILS_WINTLS_MANAGER_H +#endif // #ifndef CDSLIB_THREADING_DETAILS_WINTLS_MANAGER_H diff --git a/cds/threading/model.h b/cds/threading/model.h index 4ae5ce7e..ab45f24c 100644 --- a/cds/threading/model.h +++ b/cds/threading/model.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_THREADING_MODEL_H -#define __CDS_THREADING_MODEL_H +#ifndef CDSLIB_THREADING_MODEL_H +#define CDSLIB_THREADING_MODEL_H #include #include @@ -83,4 +83,4 @@ namespace cds { namespace threading { }} // namespace cds::threading -#endif // #ifndef __CDS_THREADING_MODEL_H +#endif // #ifndef CDSLIB_THREADING_MODEL_H diff --git a/cds/urcu/exempt_ptr.h b/cds/urcu/exempt_ptr.h index fa005ec8..e7d7942a 100644 --- a/cds/urcu/exempt_ptr.h +++ b/cds/urcu/exempt_ptr.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_URCU_EXEMPT_PTR_H -#define __CDS_URCU_EXEMPT_PTR_H +#ifndef CDSLIB_URCU_EXEMPT_PTR_H +#define CDSLIB_URCU_EXEMPT_PTR_H #include #include @@ -163,4 +163,4 @@ namespace cds { namespace urcu { }; }} // namespace cds::urcu -#endif //#ifndef __CDS_URCU_EXEMPT_PTR_H +#endif //#ifndef CDSLIB_URCU_EXEMPT_PTR_H diff --git a/cds/user_setup/allocator.h b/cds/user_setup/allocator.h index ec3814ab..6d0a1157 100644 --- a/cds/user_setup/allocator.h +++ b/cds/user_setup/allocator.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_USER_SETUP_ALLOCATOR_H -#define __CDS_USER_SETUP_ALLOCATOR_H +#ifndef CDSLIB_USER_SETUP_ALLOCATOR_H +#define CDSLIB_USER_SETUP_ALLOCATOR_H /** \file \brief Default implementation of allocator classes. @@ -39,4 +39,4 @@ # include #endif -#endif // #ifndef __CDS_USER_SETUP_ALLOCATOR_H +#endif // #ifndef CDSLIB_USER_SETUP_ALLOCATOR_H diff --git a/cds/user_setup/cache_line.h b/cds/user_setup/cache_line.h index 18669ecb..1df9a4d8 100644 --- a/cds/user_setup/cache_line.h +++ b/cds/user_setup/cache_line.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_USER_SETUP_CACHE_LINE_H -#define __CDS_USER_SETUP_CACHE_LINE_H +#ifndef CDSLIB_USER_SETUP_CACHE_LINE_H +#define CDSLIB_USER_SETUP_CACHE_LINE_H /** \file \brief Cache-line size definition @@ -27,4 +27,4 @@ namespace cds { } // namespace cds //@endcond -#endif // #ifndef __CDS_USER_SETUP_CACHE_LINE_H +#endif // #ifndef CDSLIB_USER_SETUP_CACHE_LINE_H diff --git a/cds/user_setup/threading.h b/cds/user_setup/threading.h index b6bca441..add6c62e 100644 --- a/cds/user_setup/threading.h +++ b/cds/user_setup/threading.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_USER_SETUP_THREADING_MODEL_H -#define __CDS_USER_SETUP_THREADING_MODEL_H +#ifndef CDSLIB_USER_SETUP_THREADING_MODEL_H +#define CDSLIB_USER_SETUP_THREADING_MODEL_H /** CDS threading model @@ -21,4 +21,4 @@ */ #define CDS_THREADING_AUTODETECT -#endif // #ifndef __CDS_USER_SETUP_THREADING_MODEL_H +#endif // #ifndef CDSLIB_USER_SETUP_THREADING_MODEL_H diff --git a/cds/version.h b/cds/version.h index 21ca2ac1..4fdf81ca 100644 --- a/cds/version.h +++ b/cds/version.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_VERSION_H -#define __CDS_VERSION_H +#ifndef CDSLIB_VERSION_H +#define CDSLIB_VERSION_H // cds library version @@ -14,5 +14,5 @@ // CDS_VERSION == CDS_VERSION_MAJOR '.' CDS_VERSION_MINOR '.' CDS_VERSION_PATCH #define CDS_VERSION_STRING "2.1.0" -#endif // #ifndef __CDS_VERSION_H +#endif // #ifndef CDSLIB_VERSION_H -- 2.34.1