From: khizmax Date: Sat, 29 Oct 2016 08:33:06 +0000 (+0300) Subject: Removed trailing spaces X-Git-Tag: v2.2.0~85 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=305da3404a293d5e5c4e76eb6660eeda5a7d4413;p=libcds.git Removed trailing spaces --- diff --git a/cds/algo/flat_combining.h b/cds/algo/flat_combining.h index 4c3ac202..482e904f 100644 --- a/cds/algo/flat_combining.h +++ b/cds/algo/flat_combining.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/algo/flat_combining/defs.h b/cds/algo/flat_combining/defs.h index d29702d1..5b1d2ccd 100644 --- a/cds/algo/flat_combining/defs.h +++ b/cds/algo/flat_combining/defs.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/algo/flat_combining/kernel.h b/cds/algo/flat_combining/kernel.h index 1f24cc21..ece696f0 100644 --- a/cds/algo/flat_combining/kernel.h +++ b/cds/algo/flat_combining/kernel.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -143,7 +143,7 @@ namespace cds { namespace algo { void onInvokeExclusive() { ++m_nInvokeExclusive; } void onWakeupByNotifying() { ++m_nWakeupByNotifying; } void onPassiveToCombiner() { ++m_nPassiveToCombiner; } - + //@endcond }; @@ -391,7 +391,7 @@ namespace cds { namespace algo { Some operation in flat combining containers should be called in exclusive mode i.e the current thread should become the combiner to process the operation. The typical example is \p empty() function. - + \p %invoke_exclusive() allows do that: the current thread becomes the combiner, invokes \p f exclusively but unlike a typical usage the thread does not process any pending request. Instead, after end of \p f call the current thread wakes up a pending thread if any. diff --git a/cds/algo/flat_combining/wait_strategy.h b/cds/algo/flat_combining/wait_strategy.h index f0e23312..8dac9ee7 100644 --- a/cds/algo/flat_combining/wait_strategy.h +++ b/cds/algo/flat_combining/wait_strategy.h @@ -165,7 +165,7 @@ namespace cds { namespace algo { namespace flat_combining { /// Incorporates back-off strategy into publication record template - struct make_publication_record + struct make_publication_record { //@cond struct type: public PublicationRecord diff --git a/cds/algo/int_algo.h b/cds/algo/int_algo.h index b3509369..4593f3c5 100644 --- a/cds/algo/int_algo.h +++ b/cds/algo/int_algo.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INT_ALGO_H diff --git a/cds/algo/split_bitstring.h b/cds/algo/split_bitstring.h index 2d499681..239b9dd3 100644 --- a/cds/algo/split_bitstring.h +++ b/cds/algo/split_bitstring.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/compiler/defs.h b/cds/compiler/defs.h index 34706435..afe83e0b 100644 --- a/cds/compiler/defs.h +++ b/cds/compiler/defs.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_COMPILER_DEFS_H diff --git a/cds/container/basket_queue.h b/cds/container/basket_queue.h index 574b6e16..e3bceaf6 100644 --- a/cds/container/basket_queue.h +++ b/cds/container/basket_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 be36d86d..00942d8b 100644 --- a/cds/container/bronson_avltree_map_rcu.h +++ b/cds/container/bronson_avltree_map_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_BRONSON_AVLTREE_MAP_RCU_H diff --git a/cds/container/cuckoo_map.h b/cds/container/cuckoo_map.h index d8dc233a..d990092f 100644 --- a/cds/container/cuckoo_map.h +++ b/cds/container/cuckoo_map.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_CUCKOO_MAP_H diff --git a/cds/container/cuckoo_set.h b/cds/container/cuckoo_set.h index 96933dd4..bebbb47d 100644 --- a/cds/container/cuckoo_set.h +++ b/cds/container/cuckoo_set.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_CUCKOO_SET_H diff --git a/cds/container/details/bronson_avltree_base.h b/cds/container/details/bronson_avltree_base.h index bb709fc4..a1343886 100644 --- a/cds/container/details/bronson_avltree_base.h +++ b/cds/container/details/bronson_avltree_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H diff --git a/cds/container/details/ellen_bintree_base.h b/cds/container/details/ellen_bintree_base.h index 073a87a2..b53c4de4 100644 --- a/cds/container/details/ellen_bintree_base.h +++ b/cds/container/details/ellen_bintree_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_DETAILS_ELLEN_BINTREE_BASE_H diff --git a/cds/container/details/feldman_hashmap_base.h b/cds/container/details/feldman_hashmap_base.h index d72bd284..1be683e6 100644 --- a/cds/container/details/feldman_hashmap_base.h +++ b/cds/container/details/feldman_hashmap_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_DETAILS_FELDMAN_HASHMAP_BASE_H diff --git a/cds/container/details/iterable_list_base.h b/cds/container/details/iterable_list_base.h index 6df37916..f48c2aea 100644 --- a/cds/container/details/iterable_list_base.h +++ b/cds/container/details/iterable_list_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/details/lazy_list_base.h b/cds/container/details/lazy_list_base.h index ada19a34..1f869abc 100644 --- a/cds/container/details/lazy_list_base.h +++ b/cds/container/details/lazy_list_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/details/make_iterable_kvlist.h b/cds/container/details/make_iterable_kvlist.h index 8ae93400..138e693c 100644 --- a/cds/container/details/make_iterable_kvlist.h +++ b/cds/container/details/make_iterable_kvlist.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/details/make_iterable_list.h b/cds/container/details/make_iterable_list.h index f6df9f58..c9e00254 100644 --- a/cds/container/details/make_iterable_list.h +++ b/cds/container/details/make_iterable_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/details/make_lazy_kvlist.h b/cds/container/details/make_lazy_kvlist.h index 45d75fef..2c974c93 100644 --- a/cds/container/details/make_lazy_kvlist.h +++ b/cds/container/details/make_lazy_kvlist.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 e57eeff2..2add6d77 100644 --- a/cds/container/details/make_lazy_list.h +++ b/cds/container/details/make_lazy_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_DETAILS_MAKE_LAZY_LIST_H diff --git a/cds/container/details/make_michael_kvlist.h b/cds/container/details/make_michael_kvlist.h index 385a2c93..9de92342 100644 --- a/cds/container/details/make_michael_kvlist.h +++ b/cds/container/details/make_michael_kvlist.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/details/make_michael_list.h b/cds/container/details/make_michael_list.h index e779c607..d6cdf3b2 100644 --- a/cds/container/details/make_michael_list.h +++ b/cds/container/details/make_michael_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/details/make_skip_list_map.h b/cds/container/details/make_skip_list_map.h index a55de3b9..5c808a3b 100644 --- a/cds/container/details/make_skip_list_map.h +++ b/cds/container/details/make_skip_list_map.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_DETAILS_MAKE_SKIP_LIST_MAP_H diff --git a/cds/container/details/michael_list_base.h b/cds/container/details/michael_list_base.h index 5b3cb3fa..908072dc 100644 --- a/cds/container/details/michael_list_base.h +++ b/cds/container/details/michael_list_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/details/michael_set_base.h b/cds/container/details/michael_set_base.h index bd7543f8..c0acc615 100644 --- a/cds/container/details/michael_set_base.h +++ b/cds/container/details/michael_set_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/details/skip_list_base.h b/cds/container/details/skip_list_base.h index d29e8338..383f7ef5 100644 --- a/cds/container/details/skip_list_base.h +++ b/cds/container/details/skip_list_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_DETAILS_SKIP_LIST_BASE_H diff --git a/cds/container/ellen_bintree_map_rcu.h b/cds/container/ellen_bintree_map_rcu.h index 83e634eb..19e78617 100644 --- a/cds/container/ellen_bintree_map_rcu.h +++ b/cds/container/ellen_bintree_map_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_MAP_RCU_H diff --git a/cds/container/ellen_bintree_set_rcu.h b/cds/container/ellen_bintree_set_rcu.h index 661e1124..57f6ea8c 100644 --- a/cds/container/ellen_bintree_set_rcu.h +++ b/cds/container/ellen_bintree_set_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_ELLEN_BINTREE_SET_RCU_H diff --git a/cds/container/fcdeque.h b/cds/container/fcdeque.h index fc28a24e..ce169108 100644 --- a/cds/container/fcdeque.h +++ b/cds/container/fcdeque.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_FCDEQUE_H diff --git a/cds/container/fcpriority_queue.h b/cds/container/fcpriority_queue.h index c06a9ce9..13bcde07 100644 --- a/cds/container/fcpriority_queue.h +++ b/cds/container/fcpriority_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_FCPRIORITY_QUEUE_H diff --git a/cds/container/fcqueue.h b/cds/container/fcqueue.h index 1f7c7346..03daa014 100644 --- a/cds/container/fcqueue.h +++ b/cds/container/fcqueue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_FCQUEUE_H diff --git a/cds/container/fcstack.h b/cds/container/fcstack.h index ba95875b..5c5e1473 100644 --- a/cds/container/fcstack.h +++ b/cds/container/fcstack.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_FCSTACK_H diff --git a/cds/container/feldman_hashmap_rcu.h b/cds/container/feldman_hashmap_rcu.h index fee3fcfa..f356748d 100644 --- a/cds/container/feldman_hashmap_rcu.h +++ b/cds/container/feldman_hashmap_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_FELDMAN_HASHMAP_RCU_H diff --git a/cds/container/feldman_hashset_rcu.h b/cds/container/feldman_hashset_rcu.h index 99dd5348..82d3b6dc 100644 --- a/cds/container/feldman_hashset_rcu.h +++ b/cds/container/feldman_hashset_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_FELDMAN_HASHSET_RCU_H diff --git a/cds/container/impl/bronson_avltree_map_rcu.h b/cds/container/impl/bronson_avltree_map_rcu.h index 55423a9d..29805b0b 100644 --- a/cds/container/impl/bronson_avltree_map_rcu.h +++ b/cds/container/impl/bronson_avltree_map_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 5c2d5b62..7e1cb48d 100644 --- a/cds/container/impl/ellen_bintree_map.h +++ b/cds/container/impl/ellen_bintree_map.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/impl/ellen_bintree_set.h b/cds/container/impl/ellen_bintree_set.h index a8631e8d..b3e8a43a 100644 --- a/cds/container/impl/ellen_bintree_set.h +++ b/cds/container/impl/ellen_bintree_set.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/impl/feldman_hashmap.h b/cds/container/impl/feldman_hashmap.h index 9c90e89b..9046679f 100644 --- a/cds/container/impl/feldman_hashmap.h +++ b/cds/container/impl/feldman_hashmap.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/impl/feldman_hashset.h b/cds/container/impl/feldman_hashset.h index d90a6a34..d0ca0d5a 100644 --- a/cds/container/impl/feldman_hashset.h +++ b/cds/container/impl/feldman_hashset.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/impl/iterable_kvlist.h b/cds/container/impl/iterable_kvlist.h index ece70283..f684a757 100644 --- a/cds/container/impl/iterable_kvlist.h +++ b/cds/container/impl/iterable_kvlist.h @@ -47,8 +47,8 @@ namespace cds { namespace container { Usually, ordered single-linked list is used as a building block for the hash table implementation. Iterable list is suitable for almost append-only hash table because the list doesn't delete its internal node when erasing a key but it is marked them as empty to be reused in the future. - However, plenty of empty nodes degrades performance. - + However, plenty of empty nodes degrades performance. + The complexity of searching is O(N). Template arguments: @@ -362,7 +362,7 @@ namespace cds { namespace container { If the item \p key is not found in the list, then \p key is inserted iff \p bInsert is \p true. - Otherwise, the current element is changed to value_type( key, val ), + Otherwise, the current element is changed to value_type( key, val ), the old element will be retired later. Returns std::pair where \p first is \p true if operation is successful, diff --git a/cds/container/impl/iterable_list.h b/cds/container/impl/iterable_list.h index 1c34960c..c4922921 100644 --- a/cds/container/impl/iterable_list.h +++ b/cds/container/impl/iterable_list.h @@ -369,7 +369,7 @@ namespace cds { namespace container { /** This function inserts new node with default-constructed value and then it calls \p func functor with signature - \code + \code void func( value_type& data ); \endcode diff --git a/cds/container/impl/lazy_kvlist.h b/cds/container/impl/lazy_kvlist.h index 2dad6532..218bc87c 100644 --- a/cds/container/impl/lazy_kvlist.h +++ b/cds/container/impl/lazy_kvlist.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/impl/lazy_list.h b/cds/container/impl/lazy_list.h index 0a1615ec..dfe95d08 100644 --- a/cds/container/impl/lazy_list.h +++ b/cds/container/impl/lazy_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/impl/michael_kvlist.h b/cds/container/impl/michael_kvlist.h index 4d444ed5..72602e10 100644 --- a/cds/container/impl/michael_kvlist.h +++ b/cds/container/impl/michael_kvlist.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/impl/michael_list.h b/cds/container/impl/michael_list.h index d631e2de..048dba0f 100644 --- a/cds/container/impl/michael_list.h +++ b/cds/container/impl/michael_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/impl/skip_list_map.h b/cds/container/impl/skip_list_map.h index 74b98e4a..868a82d2 100644 --- a/cds/container/impl/skip_list_map.h +++ b/cds/container/impl/skip_list_map.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -165,7 +165,7 @@ namespace cds { namespace container { may be thrown if the limit of guard count per thread is exceeded. - The iterator cannot be moved across thread boundary because it contains thread-private GC's guard. - Iterator ensures thread-safety even if you delete the item the iterator points to. However, in case of concurrent - deleting operations there is no guarantee that you iterate all item in the list. + deleting operations there is no guarantee that you iterate all item in the list. Moreover, a crash is possible when you try to iterate the next element that has been deleted by concurrent thread. @warning Use this iterator on the concurrent container for debugging purpose only. diff --git a/cds/container/impl/skip_list_set.h b/cds/container/impl/skip_list_set.h index 4221124f..4389cce0 100644 --- a/cds/container/impl/skip_list_set.h +++ b/cds/container/impl/skip_list_set.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -196,7 +196,7 @@ namespace cds { namespace container { may be thrown if the limit of guard count per thread is exceeded. - The iterator cannot be moved across thread boundary because it contains thread-private GC's guard. - Iterator ensures thread-safety even if you delete the item the iterator points to. However, in case of concurrent - deleting operations there is no guarantee that you iterate all item in the list. + deleting operations there is no guarantee that you iterate all item in the list. Moreover, a crash is possible when you try to iterate the next element that has been deleted by concurrent thread. @warning Use this iterator on the concurrent container for debugging purpose only. diff --git a/cds/container/iterable_kvlist_dhp.h b/cds/container/iterable_kvlist_dhp.h index ce85a552..ebff01d2 100644 --- a/cds/container/iterable_kvlist_dhp.h +++ b/cds/container/iterable_kvlist_dhp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/iterable_kvlist_hp.h b/cds/container/iterable_kvlist_hp.h index 58ad3174..d2a75932 100644 --- a/cds/container/iterable_kvlist_hp.h +++ b/cds/container/iterable_kvlist_hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/iterable_list_dhp.h b/cds/container/iterable_list_dhp.h index 134b665f..92f05e79 100644 --- a/cds/container/iterable_list_dhp.h +++ b/cds/container/iterable_list_dhp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/iterable_list_hp.h b/cds/container/iterable_list_hp.h index 8912df34..bbaafe34 100644 --- a/cds/container/iterable_list_hp.h +++ b/cds/container/iterable_list_hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/lazy_kvlist_nogc.h b/cds/container/lazy_kvlist_nogc.h index ce3663cd..2e419f9c 100644 --- a/cds/container/lazy_kvlist_nogc.h +++ b/cds/container/lazy_kvlist_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/lazy_kvlist_rcu.h b/cds/container/lazy_kvlist_rcu.h index 678ee5df..37c88fcb 100644 --- a/cds/container/lazy_kvlist_rcu.h +++ b/cds/container/lazy_kvlist_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/lazy_list_nogc.h b/cds/container/lazy_list_nogc.h index 5655b801..08947749 100644 --- a/cds/container/lazy_list_nogc.h +++ b/cds/container/lazy_list_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/lazy_list_rcu.h b/cds/container/lazy_list_rcu.h index 18453ac4..fa7e6eac 100644 --- a/cds/container/lazy_list_rcu.h +++ b/cds/container/lazy_list_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/michael_kvlist_nogc.h b/cds/container/michael_kvlist_nogc.h index f1b20003..bc300bb1 100644 --- a/cds/container/michael_kvlist_nogc.h +++ b/cds/container/michael_kvlist_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/michael_kvlist_rcu.h b/cds/container/michael_kvlist_rcu.h index a01489c1..6b6c8ae6 100644 --- a/cds/container/michael_kvlist_rcu.h +++ b/cds/container/michael_kvlist_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/michael_list_nogc.h b/cds/container/michael_list_nogc.h index 42523607..2c10de8b 100644 --- a/cds/container/michael_list_nogc.h +++ b/cds/container/michael_list_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/michael_list_rcu.h b/cds/container/michael_list_rcu.h index daf8dd7f..bec47781 100644 --- a/cds/container/michael_list_rcu.h +++ b/cds/container/michael_list_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/michael_map.h b/cds/container/michael_map.h index 51e2ad6b..93114703 100644 --- a/cds/container/michael_map.h +++ b/cds/container/michael_map.h @@ -576,7 +576,7 @@ namespace cds { namespace container { #ifdef CDS_DOXYGEN_INVOKED std::pair #else - typename std::enable_if< + typename std::enable_if< std::is_same< Q, Q>::value && is_iterable_list< ordered_list >::value, std::pair >::type diff --git a/cds/container/michael_map_nogc.h b/cds/container/michael_map_nogc.h index 049307ff..99fad9eb 100644 --- a/cds/container/michael_map_nogc.h +++ b/cds/container/michael_map_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/michael_map_rcu.h b/cds/container/michael_map_rcu.h index d2e0f420..cfda210b 100644 --- a/cds/container/michael_map_rcu.h +++ b/cds/container/michael_map_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/michael_set.h b/cds/container/michael_set.h index b025e817..c67a7f0b 100644 --- a/cds/container/michael_set.h +++ b/cds/container/michael_set.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -382,7 +382,7 @@ namespace cds { namespace container { where \p val is the item inserted. The user-defined functor is called only if the inserting is success. - @warning For \ref cds_nonintrusive_MichaelList_gc "MichaelList" and \ref cds_nonintrusive_IterableList_gc "IterableList" + @warning For \ref cds_nonintrusive_MichaelList_gc "MichaelList" and \ref cds_nonintrusive_IterableList_gc "IterableList" as the bucket see \ref cds_intrusive_item_creating "insert item troubleshooting". @ref cds_nonintrusive_LazyList_gc "LazyList" provides exclusive access to inserted item and does not require any node-level synchronization. @@ -467,7 +467,7 @@ namespace cds { namespace container { #ifdef CDS_DOXYGEN_INVOKED std::pair #else - typename std::enable_if< + typename std::enable_if< std::is_same< Q, Q>::value && is_iterable_list< ordered_list >::value, std::pair >::type diff --git a/cds/container/moir_queue.h b/cds/container/moir_queue.h index 42e86df9..bcd491f7 100644 --- a/cds/container/moir_queue.h +++ b/cds/container/moir_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_MOIR_QUEUE_H diff --git a/cds/container/mspriority_queue.h b/cds/container/mspriority_queue.h index cde91454..6cafacb2 100644 --- a/cds/container/mspriority_queue.h +++ b/cds/container/mspriority_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/container/msqueue.h b/cds/container/msqueue.h index db42d3d4..ba97d588 100644 --- a/cds/container/msqueue.h +++ b/cds/container/msqueue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_MSQUEUE_H diff --git a/cds/container/optimistic_queue.h b/cds/container/optimistic_queue.h index d567dfcf..1506f6f0 100644 --- a/cds/container/optimistic_queue.h +++ b/cds/container/optimistic_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_OPTIMISTIC_QUEUE_H diff --git a/cds/container/rwqueue.h b/cds/container/rwqueue.h index 85206857..5332e311 100644 --- a/cds/container/rwqueue.h +++ b/cds/container/rwqueue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_RWQUEUE_H diff --git a/cds/container/segmented_queue.h b/cds/container/segmented_queue.h index 886a9de6..fe6977ba 100644 --- a/cds/container/segmented_queue.h +++ b/cds/container/segmented_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_SEGMENTED_QUEUE_H diff --git a/cds/container/skip_list_map_nogc.h b/cds/container/skip_list_map_nogc.h index 2171c650..73fd275d 100644 --- a/cds/container/skip_list_map_nogc.h +++ b/cds/container/skip_list_map_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 d13bb4b0..2e8d2666 100644 --- a/cds/container/skip_list_map_rcu.h +++ b/cds/container/skip_list_map_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_SKIP_LIST_MAP_RCU_H diff --git a/cds/container/skip_list_set_nogc.h b/cds/container/skip_list_set_nogc.h index 4f89d653..7581734e 100644 --- a/cds/container/skip_list_set_nogc.h +++ b/cds/container/skip_list_set_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 641f8487..1f2043be 100644 --- a/cds/container/skip_list_set_rcu.h +++ b/cds/container/skip_list_set_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 4d2fdaa0..4295ef8f 100644 --- a/cds/container/split_list_map.h +++ b/cds/container/split_list_map.h @@ -417,7 +417,7 @@ namespace cds { namespace container { #ifdef CDS_DOXYGE_INVOKED std::pair #else - typename std::enable_if< + typename std::enable_if< std::is_same::value && !is_iterable_list< ordered_list >::value, std::pair >::type @@ -471,7 +471,7 @@ namespace cds { namespace container { #ifdef CDS_DOXYGEN_INVOKED std::pair #else - typename std::enable_if< + typename std::enable_if< std::is_same< Q, Q>::value && is_iterable_list< ordered_list >::value, std::pair >::type diff --git a/cds/container/split_list_map_nogc.h b/cds/container/split_list_map_nogc.h index e7c87183..b23bacee 100644 --- a/cds/container/split_list_map_nogc.h +++ b/cds/container/split_list_map_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 b9db676e..acb4675a 100644 --- a/cds/container/split_list_map_rcu.h +++ b/cds/container/split_list_map_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 b9059704..f67609e5 100644 --- a/cds/container/split_list_set.h +++ b/cds/container/split_list_set.h @@ -450,7 +450,7 @@ namespace cds { namespace container { #ifdef CDS_DOXYGEN_INVOKED std::pair #else - typename std::enable_if< + typename std::enable_if< std::is_same< Q, Q>::value && is_iterable_list< ordered_list >::value, std::pair >::type @@ -509,7 +509,7 @@ namespace cds { namespace container { #ifdef CDS_DOXYGEN_INVOKED std::pair #else - typename std::enable_if< + typename std::enable_if< std::is_same::value && !is_iterable_list::value, std::pair >::type diff --git a/cds/container/striped_map.h b/cds/container/striped_map.h index 9b155eb1..7aa03e12 100644 --- a/cds/container/striped_map.h +++ b/cds/container/striped_map.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 72bf0641..fdf1e5cd 100644 --- a/cds/container/striped_map/boost_flat_map.h +++ b/cds/container/striped_map/boost_flat_map.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 f39e4a88..217f8d95 100644 --- a/cds/container/striped_map/boost_list.h +++ b/cds/container/striped_map/boost_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_STRIPED_MAP_BOOST_LIST_ADAPTER_H diff --git a/cds/container/striped_map/boost_slist.h b/cds/container/striped_map/boost_slist.h index a5e7b00d..6e938025 100644 --- a/cds/container/striped_map/boost_slist.h +++ b/cds/container/striped_map/boost_slist.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_STRIPED_MAP_BOOST_SLIST_ADAPTER_H diff --git a/cds/container/striped_map/std_hash_map.h b/cds/container/striped_map/std_hash_map.h index 4cfe659a..4ab0a8d2 100644 --- a/cds/container/striped_map/std_hash_map.h +++ b/cds/container/striped_map/std_hash_map.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_HASH_MAP_ADAPTER_H diff --git a/cds/container/striped_map/std_list.h b/cds/container/striped_map/std_list.h index cc19f06d..2d658e0f 100644 --- a/cds/container/striped_map/std_list.h +++ b/cds/container/striped_map/std_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_STRIPED_MAP_STD_LIST_ADAPTER_H diff --git a/cds/container/striped_set.h b/cds/container/striped_set.h index 2ac8f659..977c2833 100644 --- a/cds/container/striped_set.h +++ b/cds/container/striped_set.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_STRIPED_SET_H diff --git a/cds/container/striped_set/adapter.h b/cds/container/striped_set/adapter.h index 3a6bc81d..dd2c1308 100644 --- a/cds/container/striped_set/adapter.h +++ b/cds/container/striped_set/adapter.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_STRIPED_SET_ADAPTER_H diff --git a/cds/container/treiber_stack.h b/cds/container/treiber_stack.h index 48cc2699..493fdf5e 100644 --- a/cds/container/treiber_stack.h +++ b/cds/container/treiber_stack.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_TREIBER_STACK_H diff --git a/cds/container/tsigas_cycle_queue.h b/cds/container/tsigas_cycle_queue.h index ad835b33..acf23be5 100644 --- a/cds/container/tsigas_cycle_queue.h +++ b/cds/container/tsigas_cycle_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 50b787c8..d8439236 100644 --- a/cds/container/vyukov_mpmc_cycle_queue.h +++ b/cds/container/vyukov_mpmc_cycle_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_VYUKOV_MPMC_CYCLE_QUEUE_H diff --git a/cds/details/allocator.h b/cds/details/allocator.h index 46a2394a..0ae6f103 100644 --- a/cds/details/allocator.h +++ b/cds/details/allocator.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/details/bit_reverse_counter.h b/cds/details/bit_reverse_counter.h index 90c9d0ad..945432f4 100644 --- a/cds/details/bit_reverse_counter.h +++ b/cds/details/bit_reverse_counter.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_DETAILS_BIT_REVERSE_COUNTER_H diff --git a/cds/details/bitop_generic.h b/cds/details/bitop_generic.h index a1a59445..e5eedd0d 100644 --- a/cds/details/bitop_generic.h +++ b/cds/details/bitop_generic.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/gc/details/dhp.h b/cds/gc/details/dhp.h index f459c218..79a655b2 100644 --- a/cds/gc/details/dhp.h +++ b/cds/gc/details/dhp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/gc/details/hp.h b/cds/gc/details/hp.h index 1bcfd43b..9855a227 100644 --- a/cds/gc/details/hp.h +++ b/cds/gc/details/hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/gc/details/hp_alloc.h b/cds/gc/details/hp_alloc.h index f0c562b7..27b86416 100644 --- a/cds/gc/details/hp_alloc.h +++ b/cds/gc/details/hp_alloc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/gc/details/hp_type.h b/cds/gc/details/hp_type.h index 21c31157..e74737c0 100644 --- a/cds/gc/details/hp_type.h +++ b/cds/gc/details/hp_type.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/gc/hp.h b/cds/gc/hp.h index bcbc3a7a..8dca7a6d 100644 --- a/cds/gc/hp.h +++ b/cds/gc/hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/gc/impl/dhp_impl.h b/cds/gc/impl/dhp_impl.h index f22d74d6..7f5c5bb4 100644 --- a/cds/gc/impl/dhp_impl.h +++ b/cds/gc/impl/dhp_impl.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/gc/impl/hp_impl.h b/cds/gc/impl/hp_impl.h index 92bf7493..995a8bd0 100644 --- a/cds/gc/impl/hp_impl.h +++ b/cds/gc/impl/hp_impl.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/intrusive/basket_queue.h b/cds/intrusive/basket_queue.h index cdb99cc3..f2e8e82a 100644 --- a/cds/intrusive/basket_queue.h +++ b/cds/intrusive/basket_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_BASKET_QUEUE_H diff --git a/cds/intrusive/cuckoo_set.h b/cds/intrusive/cuckoo_set.h index 2ebaf1ce..da98cc0d 100644 --- a/cds/intrusive/cuckoo_set.h +++ b/cds/intrusive/cuckoo_set.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_CUCKOO_SET_H @@ -1879,7 +1879,7 @@ namespace cds { namespace intrusive { Otherwise, it is unordered and \p Traits should provide \p equal_to functor. */ static bool const c_isSorted = !( std::is_same< typename traits::compare, opt::none >::value - && std::is_same< typename traits::less, opt::none >::value ) ; + && std::is_same< typename traits::less, opt::none >::value ); static size_t const c_nArity = hash::size ; ///< the arity of cuckoo hashing: the number of hash functors provided; minimum 2. /// Key equality functor; used only for unordered probe-set diff --git a/cds/intrusive/details/base.h b/cds/intrusive/details/base.h index e088ac5a..c4e18b6c 100644 --- a/cds/intrusive/details/base.h +++ b/cds/intrusive/details/base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/intrusive/details/ellen_bintree_base.h b/cds/intrusive/details/ellen_bintree_base.h index a19b67d1..551ef3e8 100644 --- a/cds/intrusive/details/ellen_bintree_base.h +++ b/cds/intrusive/details/ellen_bintree_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_DETAILS_ELLEN_BINTREE_BASE_H diff --git a/cds/intrusive/details/feldman_hashset_base.h b/cds/intrusive/details/feldman_hashset_base.h index 792dc018..fda03d7d 100644 --- a/cds/intrusive/details/feldman_hashset_base.h +++ b/cds/intrusive/details/feldman_hashset_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/intrusive/details/lazy_list_base.h b/cds/intrusive/details/lazy_list_base.h index 441a106b..d2d6ede4 100644 --- a/cds/intrusive/details/lazy_list_base.h +++ b/cds/intrusive/details/lazy_list_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/intrusive/details/michael_list_base.h b/cds/intrusive/details/michael_list_base.h index a51275a5..e7773e32 100644 --- a/cds/intrusive/details/michael_list_base.h +++ b/cds/intrusive/details/michael_list_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/intrusive/details/raw_ptr_disposer.h b/cds/intrusive/details/raw_ptr_disposer.h index de03f802..5d411320 100644 --- a/cds/intrusive/details/raw_ptr_disposer.h +++ b/cds/intrusive/details/raw_ptr_disposer.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_DETAILS_RAW_PTR_DISPOSER_H diff --git a/cds/intrusive/details/single_link_struct.h b/cds/intrusive/details/single_link_struct.h index 0ee4c60a..9fc095ab 100644 --- a/cds/intrusive/details/single_link_struct.h +++ b/cds/intrusive/details/single_link_struct.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 7a18b503..51de4129 100644 --- a/cds/intrusive/details/skip_list_base.h +++ b/cds/intrusive/details/skip_list_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 a44a327d..b6c51cc7 100644 --- a/cds/intrusive/details/split_list_base.h +++ b/cds/intrusive/details/split_list_base.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -269,7 +269,7 @@ namespace cds { namespace intrusive { typedef cds::backoff::Default back_off; /// Padding; default is cache-line padding - enum { + enum { padding = cds::opt::cache_line_padding }; diff --git a/cds/intrusive/ellen_bintree_dhp.h b/cds/intrusive/ellen_bintree_dhp.h index db0ce4d2..3af84aae 100644 --- a/cds/intrusive/ellen_bintree_dhp.h +++ b/cds/intrusive/ellen_bintree_dhp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/intrusive/ellen_bintree_hp.h b/cds/intrusive/ellen_bintree_hp.h index 1af9a480..ca3f9dd5 100644 --- a/cds/intrusive/ellen_bintree_hp.h +++ b/cds/intrusive/ellen_bintree_hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/intrusive/ellen_bintree_rcu.h b/cds/intrusive/ellen_bintree_rcu.h index 8957a723..7e47370d 100644 --- a/cds/intrusive/ellen_bintree_rcu.h +++ b/cds/intrusive/ellen_bintree_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_ELLEN_BINTREE_RCU_H @@ -917,7 +917,7 @@ namespace cds { namespace intrusive { unlinks it from the tree, and returns \p true. If the item with key equal to \p key is not found the function return \p false. - Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q + Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q that can be not the same as \p value_type. RCU \p synchronize method can be called. RCU should not be locked. @@ -970,7 +970,7 @@ namespace cds { namespace intrusive { If the item with key equal to \p key is not found the function return \p false. - Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q + Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q that can be not the same as \p value_type. RCU \p synchronize method can be called. RCU should not be locked. diff --git a/cds/intrusive/fcqueue.h b/cds/intrusive/fcqueue.h index 412bf57f..7a11ada9 100644 --- a/cds/intrusive/fcqueue.h +++ b/cds/intrusive/fcqueue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_FCQUEUE_H diff --git a/cds/intrusive/fcstack.h b/cds/intrusive/fcstack.h index 553ac903..fd4d804d 100644 --- a/cds/intrusive/fcstack.h +++ b/cds/intrusive/fcstack.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_FCSTACK_H diff --git a/cds/intrusive/feldman_hashset_rcu.h b/cds/intrusive/feldman_hashset_rcu.h index 91c9d530..b0b5f512 100644 --- a/cds/intrusive/feldman_hashset_rcu.h +++ b/cds/intrusive/feldman_hashset_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -897,8 +897,8 @@ namespace cds { namespace intrusive { The set supports thread-safe iterators: you may iterate over the set in multi-threaded environment under explicit RCU lock. - RCU lock requirement means that inserting or searching is allowed for iterating thread - but you must not erase the items from the set because erasing under RCU lock can lead + RCU lock requirement means that inserting or searching is allowed for iterating thread + but you must not erase the items from the set because erasing under RCU lock can lead to a deadlock. However, another thread can call \p erase() safely while your thread is iterating. A typical example is: diff --git a/cds/intrusive/free_list.h b/cds/intrusive/free_list.h index c309d7d1..0a27bd8c 100644 --- a/cds/intrusive/free_list.h +++ b/cds/intrusive/free_list.h @@ -38,7 +38,7 @@ namespace cds { namespace intrusive { /// Lock-free free list /** @ingroup cds_intrusive_freelist - Free list is a helper class intended for reusing objects instead of freeing them completely; + Free list is a helper class intended for reusing objects instead of freeing them completely; this avoids the overhead of \p malloc(), and also avoids its worst-case behavior of taking an operating system lock. So, the free list can be considered as a specialized allocator for objects of some type. diff --git a/cds/intrusive/free_list_tagged.h b/cds/intrusive/free_list_tagged.h index af3e7875..63e76c0b 100644 --- a/cds/intrusive/free_list_tagged.h +++ b/cds/intrusive/free_list_tagged.h @@ -194,7 +194,7 @@ namespace cds { namespace intrusive { private: //@cond atomics::atomic m_Head; - //@endcond + //@endcond }; }} // namespace cds::intrusive diff --git a/cds/intrusive/impl/ellen_bintree.h b/cds/intrusive/impl/ellen_bintree.h index 6efca113..51c40759 100644 --- a/cds/intrusive/impl/ellen_bintree.h +++ b/cds/intrusive/impl/ellen_bintree.h @@ -499,7 +499,7 @@ namespace cds { namespace intrusive { unlinks it from the tree, and returns \p true. If the item with key equal to \p key is not found the function return \p false. - Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q + Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q that can be not the same as \p value_type. */ template @@ -550,7 +550,7 @@ namespace cds { namespace intrusive { If the item with key equal to \p key is not found the function return \p false. - Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q + Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q that can be not the same as \p value_type. */ template diff --git a/cds/intrusive/impl/feldman_hashset.h b/cds/intrusive/impl/feldman_hashset.h index 4078fcf8..bcebf4fd 100644 --- a/cds/intrusive/impl/feldman_hashset.h +++ b/cds/intrusive/impl/feldman_hashset.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -903,7 +903,7 @@ namespace cds { namespace intrusive { using base_class::array_node_size; /// Collects tree level statistics into \p stat - /** + /** The function traverses the set and collects statistics for each level of the tree into \p feldman_hashset::level_statistics struct. The element of \p stat[i] represents statistics for level \p i, level 0 is head array. diff --git a/cds/intrusive/impl/iterable_list.h b/cds/intrusive/impl/iterable_list.h index 948ebc73..f0ccb8cd 100644 --- a/cds/intrusive/impl/iterable_list.h +++ b/cds/intrusive/impl/iterable_list.h @@ -923,7 +923,7 @@ namespace cds { namespace intrusive { marked_data_ptr pFound( pos.pFound ); if ( cds_likely( pos.pCur->data.compare_exchange_strong( pFound, marked_data_ptr( &val ), - memory_model::memory_order_release, atomics::memory_order_relaxed ))) + memory_model::memory_order_release, atomics::memory_order_relaxed ))) { if ( pos.pFound != &val ) { retire_data( pos.pFound ); diff --git a/cds/intrusive/impl/michael_list.h b/cds/intrusive/impl/michael_list.h index 2656a4e8..4f8ef87b 100644 --- a/cds/intrusive/impl/michael_list.h +++ b/cds/intrusive/impl/michael_list.h @@ -429,7 +429,7 @@ namespace cds { namespace intrusive { may be thrown if the limit of guard count per thread is exceeded. - The iterator cannot be moved across thread boundary since it contains thread-private GC's guard. - Iterator ensures thread-safety even if you delete the item the iterator points to. However, in case of concurrent - deleting operations there is no guarantee that you iterate all item in the list. + deleting operations there is no guarantee that you iterate all item in the list. Moreover, a crash is possible when you try to iterate the next element that has been deleted by concurrent thread. @warning Use this iterator on the concurrent container for debugging purpose only. diff --git a/cds/intrusive/impl/skip_list.h b/cds/intrusive/impl/skip_list.h index 8b2f0eae..f666c9da 100644 --- a/cds/intrusive/impl/skip_list.h +++ b/cds/intrusive/impl/skip_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -1005,7 +1005,7 @@ namespace cds { namespace intrusive { may be thrown if the limit of guard count per thread is exceeded. - The iterator cannot be moved across thread boundary because it contains thread-private GC's guard. - Iterator ensures thread-safety even if you delete the item the iterator points to. However, in case of concurrent - deleting operations there is no guarantee that you iterate all item in the list. + deleting operations there is no guarantee that you iterate all item in the list. Moreover, a crash is possible when you try to iterate the next element that has been deleted by concurrent thread. @warning Use this iterator on the concurrent container for debugging purpose only. diff --git a/cds/intrusive/iterable_list_dhp.h b/cds/intrusive/iterable_list_dhp.h index 5685f1d7..3581c870 100644 --- a/cds/intrusive/iterable_list_dhp.h +++ b/cds/intrusive/iterable_list_dhp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_ITERABLE_LIST_DHP_H diff --git a/cds/intrusive/iterable_list_hp.h b/cds/intrusive/iterable_list_hp.h index c2718b38..8d5af74a 100644 --- a/cds/intrusive/iterable_list_hp.h +++ b/cds/intrusive/iterable_list_hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_ITERABLE_LIST_HP_H diff --git a/cds/intrusive/lazy_list_nogc.h b/cds/intrusive/lazy_list_nogc.h index 40183627..316f269a 100644 --- a/cds/intrusive/lazy_list_nogc.h +++ b/cds/intrusive/lazy_list_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/intrusive/lazy_list_rcu.h b/cds/intrusive/lazy_list_rcu.h index 554ffe07..3e9483c2 100644 --- a/cds/intrusive/lazy_list_rcu.h +++ b/cds/intrusive/lazy_list_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/intrusive/michael_list_hp.h b/cds/intrusive/michael_list_hp.h index b50a41c9..c525dd28 100644 --- a/cds/intrusive/michael_list_hp.h +++ b/cds/intrusive/michael_list_hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_MICHAEL_LIST_HP_H diff --git a/cds/intrusive/michael_set.h b/cds/intrusive/michael_set.h index acb9b505..d6185704 100644 --- a/cds/intrusive/michael_set.h +++ b/cds/intrusive/michael_set.h @@ -518,7 +518,7 @@ namespace cds { namespace intrusive { std::pair upsert( value_type& val, bool bAllowInsert = true ) #else template - typename std::enable_if< + typename std::enable_if< std::is_same< Q, value_type>::value && is_iterable_list< ordered_list >::value, std::pair >::type diff --git a/cds/intrusive/michael_set_nogc.h b/cds/intrusive/michael_set_nogc.h index 54904bac..44b946b6 100644 --- a/cds/intrusive/michael_set_nogc.h +++ b/cds/intrusive/michael_set_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/intrusive/michael_set_rcu.h b/cds/intrusive/michael_set_rcu.h index 7e64976b..52c420e2 100644 --- a/cds/intrusive/michael_set_rcu.h +++ b/cds/intrusive/michael_set_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/intrusive/moir_queue.h b/cds/intrusive/moir_queue.h index 9a8d1242..34984423 100644 --- a/cds/intrusive/moir_queue.h +++ b/cds/intrusive/moir_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_MOIR_QUEUE_H diff --git a/cds/intrusive/optimistic_queue.h b/cds/intrusive/optimistic_queue.h index 461021e9..c30ad17f 100644 --- a/cds/intrusive/optimistic_queue.h +++ b/cds/intrusive/optimistic_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_OPTIMISTIC_QUEUE_H diff --git a/cds/intrusive/options.h b/cds/intrusive/options.h index 785f197a..7e9df4aa 100644 --- a/cds/intrusive/options.h +++ b/cds/intrusive/options.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/intrusive/segmented_queue.h b/cds/intrusive/segmented_queue.h index 1a42b33a..97c2a4a2 100644 --- a/cds/intrusive/segmented_queue.h +++ b/cds/intrusive/segmented_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_SEGMENTED_QUEUE_H diff --git a/cds/intrusive/skip_list_nogc.h b/cds/intrusive/skip_list_nogc.h index f91fcf38..a1d672e8 100644 --- a/cds/intrusive/skip_list_nogc.h +++ b/cds/intrusive/skip_list_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_SKIP_LIST_NOGC_H diff --git a/cds/intrusive/skip_list_rcu.h b/cds/intrusive/skip_list_rcu.h index d36df9ff..82d4607c 100644 --- a/cds/intrusive/skip_list_rcu.h +++ b/cds/intrusive/skip_list_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_SKIP_LIST_RCU_H diff --git a/cds/intrusive/split_list.h b/cds/intrusive/split_list.h index 86fc2fec..017a39ad 100644 --- a/cds/intrusive/split_list.h +++ b/cds/intrusive/split_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -708,7 +708,7 @@ namespace cds { namespace intrusive { std::pair upsert( value_type& val, bool bAllowInsert = true ) #else template - typename std::enable_if< + typename std::enable_if< std::is_same< Q, value_type>::value && is_iterable_list< ordered_list >::value, std::pair >::type diff --git a/cds/intrusive/striped_set.h b/cds/intrusive/striped_set.h index 95779703..269577df 100644 --- a/cds/intrusive/striped_set.h +++ b/cds/intrusive/striped_set.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_H @@ -195,7 +195,7 @@ namespace cds { namespace intrusive { You should provide two different hash function \p h1 and \p h2 - one for \p boost::intrusive::unordered_set and other for \p %StripedSet. For the best result, \p h1 and \p h2 must be orthogonal i.e. h1(X) != h2(X) for any value \p X - The option \p opt::buffer is used for \p boost::intrusive::bucket_traits. + The option \p opt::buffer is used for \p boost::intrusive::bucket_traits. Default is cds::opt::v::initialized_static_buffer< cds::any_type, 256 > . The resizing policy should correlate with the buffer capacity. The default resizing policy is cds::container::striped_set::load_factor_resizing<256> what gives load factor 1 for diff --git a/cds/intrusive/striped_set/adapter.h b/cds/intrusive/striped_set/adapter.h index aa0bab66..f51ffeaf 100644 --- a/cds/intrusive/striped_set/adapter.h +++ b/cds/intrusive/striped_set/adapter.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_ADAPTER_H diff --git a/cds/intrusive/striped_set/boost_unordered_set.h b/cds/intrusive/striped_set/boost_unordered_set.h index af738db9..e8eb8e51 100644 --- a/cds/intrusive/striped_set/boost_unordered_set.h +++ b/cds/intrusive/striped_set/boost_unordered_set.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_BOOST_UNORDERED_SET_ADAPTER_H diff --git a/cds/intrusive/treiber_stack.h b/cds/intrusive/treiber_stack.h index dff18f4d..21984cb7 100644 --- a/cds/intrusive/treiber_stack.h +++ b/cds/intrusive/treiber_stack.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_TREIBER_STACK_H diff --git a/cds/intrusive/tsigas_cycle_queue.h b/cds/intrusive/tsigas_cycle_queue.h index b667f39c..a723fc7d 100644 --- a/cds/intrusive/tsigas_cycle_queue.h +++ b/cds/intrusive/tsigas_cycle_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #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 709d69b2..9bc94f6c 100644 --- a/cds/intrusive/vyukov_mpmc_cycle_queue.h +++ b/cds/intrusive/vyukov_mpmc_cycle_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_VYUKOV_MPMC_CYCLE_QUEUE_H diff --git a/cds/memory/michael/allocator.h b/cds/memory/michael/allocator.h index d98fc974..297957ab 100644 --- a/cds/memory/michael/allocator.h +++ b/cds/memory/michael/allocator.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_MEMORY_MICHAEL_ALLOCATOR_TMPL_H diff --git a/cds/memory/vyukov_queue_pool.h b/cds/memory/vyukov_queue_pool.h index ab692ccd..9821a892 100644 --- a/cds/memory/vyukov_queue_pool.h +++ b/cds/memory/vyukov_queue_pool.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_MEMORY_VYUKOV_QUEUE_ALLOCATOR_H diff --git a/cds/opt/buffer.h b/cds/opt/buffer.h index c54d1d5d..36e86195 100644 --- a/cds/opt/buffer.h +++ b/cds/opt/buffer.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_OPT_BUFFER_H diff --git a/cds/opt/options.h b/cds/opt/options.h index ae971a58..67f9c9cd 100644 --- a/cds/opt/options.h +++ b/cds/opt/options.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/opt/permutation.h b/cds/opt/permutation.h index 46a21472..b1da69d8 100644 --- a/cds/opt/permutation.h +++ b/cds/opt/permutation.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_OPT_PERMUTATION_H diff --git a/cds/sync/monitor.h b/cds/sync/monitor.h index 24817dd7..d34b2fd2 100644 --- a/cds/sync/monitor.h +++ b/cds/sync/monitor.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_SYNC_MONITOR_H diff --git a/cds/sync/spinlock.h b/cds/sync/spinlock.h index 13938317..dec82321 100644 --- a/cds/sync/spinlock.h +++ b/cds/sync/spinlock.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cds/urcu/details/gpb.h b/cds/urcu/details/gpb.h index f16eaabc..0128b94d 100644 --- a/cds/urcu/details/gpb.h +++ b/cds/urcu/details/gpb.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_URCU_DETAILS_GPB_H diff --git a/cds/urcu/details/gpi.h b/cds/urcu/details/gpi.h index 7abbfb39..0a21fe70 100644 --- a/cds/urcu/details/gpi.h +++ b/cds/urcu/details/gpi.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_URCU_DETAILS_GPI_H diff --git a/cds/urcu/details/gpt.h b/cds/urcu/details/gpt.h index 5c55008b..239fc1a2 100644 --- a/cds/urcu/details/gpt.h +++ b/cds/urcu/details/gpt.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_URCU_DETAILS_GPT_H diff --git a/cds/urcu/details/sig_buffered.h b/cds/urcu/details/sig_buffered.h index 4c4e8c94..d78c6836 100644 --- a/cds/urcu/details/sig_buffered.h +++ b/cds/urcu/details/sig_buffered.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_URCU_DETAILS_SIG_BUFFERED_H diff --git a/cds/urcu/details/sig_threaded.h b/cds/urcu/details/sig_threaded.h index 8f0cce7e..0b3e6fa1 100644 --- a/cds/urcu/details/sig_threaded.h +++ b/cds/urcu/details/sig_threaded.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_URCU_DETAILS_SIG_THREADED_H diff --git a/cds/urcu/general_buffered.h b/cds/urcu/general_buffered.h index c63e3790..cd6af3ec 100644 --- a/cds/urcu/general_buffered.h +++ b/cds/urcu/general_buffered.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_URCU_GENERAL_BUFFERED_H diff --git a/cds/urcu/general_instant.h b/cds/urcu/general_instant.h index 6dca6a68..b8f1d904 100644 --- a/cds/urcu/general_instant.h +++ b/cds/urcu/general_instant.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_URCU_GENERAL_INSTANT_H diff --git a/cds/urcu/general_threaded.h b/cds/urcu/general_threaded.h index faf1e75c..d9585693 100644 --- a/cds/urcu/general_threaded.h +++ b/cds/urcu/general_threaded.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_URCU_GENERAL_THREADED_H diff --git a/cds/urcu/raw_ptr.h b/cds/urcu/raw_ptr.h index c277edfe..b09f058f 100644 --- a/cds/urcu/raw_ptr.h +++ b/cds/urcu/raw_ptr.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_URCU_RAW_PTR_H diff --git a/cds/urcu/signal_buffered.h b/cds/urcu/signal_buffered.h index 03653bb8..4e9aa58b 100644 --- a/cds/urcu/signal_buffered.h +++ b/cds/urcu/signal_buffered.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_URCU_SIGNAL_BUFFERED_H diff --git a/cds/urcu/signal_threaded.h b/cds/urcu/signal_threaded.h index b71e2e2a..80a5ed8c 100644 --- a/cds/urcu/signal_threaded.h +++ b/cds/urcu/signal_threaded.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_URCU_SIGNAL_THREADED_H diff --git a/cds/version.h b/cds/version.h index 222f0e61..ceded0da 100644 --- a/cds/version.h +++ b/cds/version.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_VERSION_H diff --git a/src/dhp_gc.cpp b/src/dhp_gc.cpp index 28f809e7..c49665a4 100644 --- a/src/dhp_gc.cpp +++ b/src/dhp_gc.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/hp_const.h b/src/hp_const.h index 48a9150b..25ae8a20 100644 --- a/src/hp_const.h +++ b/src/hp_const.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/hp_gc.cpp b/src/hp_gc.cpp index a525c1cf..46f23f0d 100644 --- a/src/hp_gc.cpp +++ b/src/hp_gc.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/include/cds_test/hash_func.h b/test/include/cds_test/hash_func.h index 9f1b9515..6f08e097 100644 --- a/test/include/cds_test/hash_func.h +++ b/test/include/cds_test/hash_func.h @@ -1,4 +1,32 @@ -//$$CDS-header$$ +/* + This file is a part of libcds - Concurrent Data Structures library + + (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 + + Source code repo: http://github.com/khizmax/libcds/ + Download: http://sourceforge.net/projects/libcds/files/ + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ #ifndef CDSUNIT_HASH_FUNC_H #define CDSUNIT_HASH_FUNC_H diff --git a/test/include/cds_test/stat_bronson_avltree_out.h b/test/include/cds_test/stat_bronson_avltree_out.h index 1f98e195..4b4ef762 100644 --- a/test/include/cds_test/stat_bronson_avltree_out.h +++ b/test/include/cds_test/stat_bronson_avltree_out.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSTEST_STAT_BRONSONAVLTREE_OUT_H diff --git a/test/include/cds_test/stat_cuckoo_out.h b/test/include/cds_test/stat_cuckoo_out.h index 25c198f7..021f3ce8 100644 --- a/test/include/cds_test/stat_cuckoo_out.h +++ b/test/include/cds_test/stat_cuckoo_out.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSTEST_STAT_CUCKOO_OUT_H diff --git a/test/include/cds_test/stat_ellenbintree_out.h b/test/include/cds_test/stat_ellenbintree_out.h index 5d74b430..b81cd157 100644 --- a/test/include/cds_test/stat_ellenbintree_out.h +++ b/test/include/cds_test/stat_ellenbintree_out.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSTEST_STAT_ELLENBINTREE_OUT_H diff --git a/test/include/cds_test/stat_feldman_hashset_out.h b/test/include/cds_test/stat_feldman_hashset_out.h index 7b3c5400..68c60e19 100644 --- a/test/include/cds_test/stat_feldman_hashset_out.h +++ b/test/include/cds_test/stat_feldman_hashset_out.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSTEST_STAT_FELDMAN_HASHSET_OUT_H @@ -68,7 +68,7 @@ namespace cds_test { { # define CDSSTRESS_LEVELSTAT_OUT( level, field ) \ CDSSTRESS_STAT_OUT_( "level_stat." + std::to_string(level) + "." + #field, it->field ) - + o << CDSSTRESS_STAT_OUT_( "stat.level_count", level_stat.size() ); size_t i = 0; for ( auto it = level_stat.begin(); it != level_stat.end(); ++it, ++i ) { diff --git a/test/include/cds_test/stat_lazy_list_out.h b/test/include/cds_test/stat_lazy_list_out.h index 55fcb8e8..c1e54e98 100644 --- a/test/include/cds_test/stat_lazy_list_out.h +++ b/test/include/cds_test/stat_lazy_list_out.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/include/cds_test/stat_michael_list_out.h b/test/include/cds_test/stat_michael_list_out.h index 98309236..b1bd95bd 100644 --- a/test/include/cds_test/stat_michael_list_out.h +++ b/test/include/cds_test/stat_michael_list_out.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/include/cds_test/stat_skiplist_out.h b/test/include/cds_test/stat_skiplist_out.h index 69273515..8e5b22e4 100644 --- a/test/include/cds_test/stat_skiplist_out.h +++ b/test/include/cds_test/stat_skiplist_out.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSTEST_STAT_SKIPLIST_OUT_H diff --git a/test/include/cds_test/stat_sync_monitor_out.h b/test/include/cds_test/stat_sync_monitor_out.h index 9c39811c..71320b89 100644 --- a/test/include/cds_test/stat_sync_monitor_out.h +++ b/test/include/cds_test/stat_sync_monitor_out.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #if defined(CDSLIB_SYNC_INJECTING_MONITOR_H) && !defined(CDSUNIT_PRINT_INJECTING_MONITOR_STAT_H) diff --git a/test/include/cds_test/thread.h b/test/include/cds_test/thread.h index dd9b0a16..080e3360 100644 --- a/test/include/cds_test/thread.h +++ b/test/include/cds_test/thread.h @@ -77,7 +77,7 @@ namespace cds_test { public: explicit thread( thread_pool& master, int type = 0 ); - + thread_pool& pool() { return m_pool; } int type() const { return m_type; } size_t id() const { return m_id; } @@ -156,7 +156,7 @@ namespace cds_test { if ( time_now >= expected_end ) break; native_duration = expected_end - time_now; - } + } } m_bTimeElapsed.store( true, std::memory_order_release ); diff --git a/test/stress/framework/city.h b/test/stress/framework/city.h index 2c6744d7..0d451dbb 100644 --- a/test/stress/framework/city.h +++ b/test/stress/framework/city.h @@ -1 +1 @@ -#include \ No newline at end of file +#include diff --git a/test/stress/framework/config.cpp b/test/stress/framework/config.cpp index 2ba8ce22..f414c0da 100644 --- a/test/stress/framework/config.cpp +++ b/test/stress/framework/config.cpp @@ -1,150 +1,150 @@ -/* - This file is a part of libcds - Concurrent Data Structures library - - (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 - - Source code repo: http://github.com/khizmax/libcds/ - Download: http://sourceforge.net/projects/libcds/files/ - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include - -#include - -namespace cds_test { - - class config_file - { - std::map< std::string, config> m_cfg; - config m_emptyCfg; - - public: - void load( const char * fileName ); - - config const& operator[]( const std::string& testName ) const - { - auto it = m_cfg.find( testName ); - if ( it != m_cfg.end() ) - return it->second; - return m_emptyCfg; - } - }; - - void config_file::load( const char * fileName ) - { - std::ifstream s; - s.open( fileName ); - if ( !s.is_open() ) { - std::cerr << "WARNING: Cannot open test cfg file " << fileName - << "\n\tUse default settings" - << std::endl; - return; - } - - std::cout << "Using test config file: " << fileName << std::endl; - - char buf[4096]; - - config * pMap = nullptr; - while ( !s.eof() ) { - s.getline( buf, sizeof( buf ) / sizeof( buf[0] ) ); - char * pszStr = buf; - // trim left - while ( *pszStr != 0 && (*pszStr == ' ' || *pszStr == '\t') ) ++pszStr; - // trim right - char * pszEnd = strchr( pszStr, 0 ); - if ( pszEnd == pszStr ) // empty srtring - continue; - --pszEnd; - while ( pszEnd != pszStr && (*pszEnd == ' ' || *pszEnd == '\t' || *pszEnd == '\n' || *pszEnd == '\r') ) --pszEnd; - - if ( pszStr == pszEnd ) // empty string - continue; - - pszEnd[1] = 0; - - if ( *pszStr == '#' ) // comment - continue; - - if ( *pszStr == '[' && *pszEnd == ']' ) { // chapter header - *pszEnd = 0; - pMap = &(m_cfg[pszStr + 1]); - continue; - } - - if ( !pMap ) - continue; - - char * pszEq = strchr( pszStr, '=' ); - if ( !pszEq ) - continue; - if ( pszEq == pszStr ) - continue; - - pszEnd = pszEq; - while ( pszStr <= --pszEnd && (*pszEnd == ' ' || *pszEnd == '\t' || *pszEnd == '\n' || *pszEnd == '\r') ); - - if ( pszEnd <= pszStr ) - continue; - pszEnd[1] = 0; - pMap->m_Cfg[pszStr] = pszEq + 1; - } - s.close(); - } - - static config_file s_cfg; - - void init_config( int argc, char **argv ) - { -#if defined(_DEBUG) || !defined(NDEBUG) - char const * default_cfg_file = "./test-debug.conf"; -#else - char const * default_cfg_file = "./test.conf"; -#endif - char const * cfg_file = NULL; - for ( int i = 0; i < argc; ++i ) { - char * arg = argv[i]; - char * eq = strchr( arg, '=' ); - if ( eq ) { - if ( strncmp( arg, "--cfg", eq - arg ) == 0 ) - cfg_file = eq + 1; - } - } - - if ( !cfg_file ) { - // Get cfg filename from environment variable - cfg_file = getenv( "CDSTEST_CFG" ); - } - - if ( !cfg_file || *cfg_file == 0 ) - cfg_file = default_cfg_file; - - ::testing::Test::RecordProperty( "config_file", cfg_file ); - s_cfg.load( cfg_file ); - } - +/* + This file is a part of libcds - Concurrent Data Structures library + + (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 + + Source code repo: http://github.com/khizmax/libcds/ + Download: http://sourceforge.net/projects/libcds/files/ + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include +#include + +#include + +namespace cds_test { + + class config_file + { + std::map< std::string, config> m_cfg; + config m_emptyCfg; + + public: + void load( const char * fileName ); + + config const& operator[]( const std::string& testName ) const + { + auto it = m_cfg.find( testName ); + if ( it != m_cfg.end() ) + return it->second; + return m_emptyCfg; + } + }; + + void config_file::load( const char * fileName ) + { + std::ifstream s; + s.open( fileName ); + if ( !s.is_open() ) { + std::cerr << "WARNING: Cannot open test cfg file " << fileName + << "\n\tUse default settings" + << std::endl; + return; + } + + std::cout << "Using test config file: " << fileName << std::endl; + + char buf[4096]; + + config * pMap = nullptr; + while ( !s.eof() ) { + s.getline( buf, sizeof( buf ) / sizeof( buf[0] ) ); + char * pszStr = buf; + // trim left + while ( *pszStr != 0 && (*pszStr == ' ' || *pszStr == '\t') ) ++pszStr; + // trim right + char * pszEnd = strchr( pszStr, 0 ); + if ( pszEnd == pszStr ) // empty srtring + continue; + --pszEnd; + while ( pszEnd != pszStr && (*pszEnd == ' ' || *pszEnd == '\t' || *pszEnd == '\n' || *pszEnd == '\r') ) --pszEnd; + + if ( pszStr == pszEnd ) // empty string + continue; + + pszEnd[1] = 0; + + if ( *pszStr == '#' ) // comment + continue; + + if ( *pszStr == '[' && *pszEnd == ']' ) { // chapter header + *pszEnd = 0; + pMap = &(m_cfg[pszStr + 1]); + continue; + } + + if ( !pMap ) + continue; + + char * pszEq = strchr( pszStr, '=' ); + if ( !pszEq ) + continue; + if ( pszEq == pszStr ) + continue; + + pszEnd = pszEq; + while ( pszStr <= --pszEnd && (*pszEnd == ' ' || *pszEnd == '\t' || *pszEnd == '\n' || *pszEnd == '\r') ); + + if ( pszEnd <= pszStr ) + continue; + pszEnd[1] = 0; + pMap->m_Cfg[pszStr] = pszEq + 1; + } + s.close(); + } + + static config_file s_cfg; + + void init_config( int argc, char **argv ) + { +#if defined(_DEBUG) || !defined(NDEBUG) + char const * default_cfg_file = "./test-debug.conf"; +#else + char const * default_cfg_file = "./test.conf"; +#endif + char const * cfg_file = NULL; + for ( int i = 0; i < argc; ++i ) { + char * arg = argv[i]; + char * eq = strchr( arg, '=' ); + if ( eq ) { + if ( strncmp( arg, "--cfg", eq - arg ) == 0 ) + cfg_file = eq + 1; + } + } + + if ( !cfg_file ) { + // Get cfg filename from environment variable + cfg_file = getenv( "CDSTEST_CFG" ); + } + + if ( !cfg_file || *cfg_file == 0 ) + cfg_file = default_cfg_file; + + ::testing::Test::RecordProperty( "config_file", cfg_file ); + s_cfg.load( cfg_file ); + } + /*static*/ config const& stress_fixture::get_config( char const * slot ) { return s_cfg[std::string( slot )]; @@ -154,5 +154,5 @@ namespace cds_test { { return s_cfg[ slot ]; } - -} // namespace cds_test + +} // namespace cds_test diff --git a/test/stress/framework/ellen_bintree_update_desc_pool.cpp b/test/stress/framework/ellen_bintree_update_desc_pool.cpp index a8db9220..4cac4047 100644 --- a/test/stress/framework/ellen_bintree_update_desc_pool.cpp +++ b/test/stress/framework/ellen_bintree_update_desc_pool.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "ellen_bintree_update_desc_pool.h" diff --git a/test/stress/framework/ellen_bintree_update_desc_pool.h b/test/stress/framework/ellen_bintree_update_desc_pool.h index cb7fddb2..ba55758b 100644 --- a/test/stress/framework/ellen_bintree_update_desc_pool.h +++ b/test/stress/framework/ellen_bintree_update_desc_pool.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_ELLEN_BINTREE_UPDATE_DESC_POOL_H diff --git a/test/stress/framework/michael_alloc.cpp b/test/stress/framework/michael_alloc.cpp index ec6e3aa8..8154a7ff 100644 --- a/test/stress/framework/michael_alloc.cpp +++ b/test/stress/framework/michael_alloc.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "michael_alloc.h" diff --git a/test/stress/framework/michael_alloc.h b/test/stress/framework/michael_alloc.h index 68305990..6d506e04 100644 --- a/test/stress/framework/michael_alloc.h +++ b/test/stress/framework/michael_alloc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSSTRESS_MICHAEL_ALLOC_H diff --git a/test/stress/framework/stress_test.cpp b/test/stress/framework/stress_test.cpp index 23358e44..caff4bb8 100644 --- a/test/stress/framework/stress_test.cpp +++ b/test/stress/framework/stress_test.cpp @@ -1,36 +1,36 @@ -/* - This file is a part of libcds - Concurrent Data Structures library - - (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 - - Source code repo: http://github.com/khizmax/libcds/ - Download: http://sourceforge.net/projects/libcds/files/ - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include -#include +/* + This file is a part of libcds - Concurrent Data Structures library + + (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 + + Source code repo: http://github.com/khizmax/libcds/ + Download: http://sourceforge.net/projects/libcds/files/ + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include +#include +#include namespace cds_test { @@ -47,13 +47,13 @@ namespace cds_test { { std::vector arrString; - std::ifstream s; - char const* filename = "./dictionary.txt"; - s.open( filename ); - if ( !s.is_open() ) { - std::cerr << "WARNING: Cannot open test file " << filename << std::endl; - return arrString; - } + std::ifstream s; + char const* filename = "./dictionary.txt"; + s.open( filename ); + if ( !s.is_open() ) { + std::cerr << "WARNING: Cannot open test file " << filename << std::endl; + return arrString; + } std::string line; std::getline( s, line ); @@ -76,23 +76,23 @@ namespace cds_test { /*static*/ void stress_fixture::init_detail_level( int argc, char **argv ) { - bool found = false; - for ( int i = 0; i < argc; ++i ) { - char * arg = argv[i]; - char * eq = strchr( arg, '=' ); - if ( eq ) { - if ( strncmp( arg, "--detail_level", eq - arg ) == 0 || strncmp( arg, "--detail-level", eq - arg ) == 0 ) { - s_nDetailLevel = atoi( eq + 1 ); - found = true; - } - } - } - - if ( !found ) { - // Get detail level from environment variable - char const * env = getenv( "CDSTEST_DETAIL_LEVEL" ); - if ( env && env[0] ) - s_nDetailLevel = atoi( env ); + bool found = false; + for ( int i = 0; i < argc; ++i ) { + char * arg = argv[i]; + char * eq = strchr( arg, '=' ); + if ( eq ) { + if ( strncmp( arg, "--detail_level", eq - arg ) == 0 || strncmp( arg, "--detail-level", eq - arg ) == 0 ) { + s_nDetailLevel = atoi( eq + 1 ); + found = true; + } + } + } + + if ( !found ) { + // Get detail level from environment variable + char const * env = getenv( "CDSTEST_DETAIL_LEVEL" ); + if ( env && env[0] ) + s_nDetailLevel = atoi( env ); } std::cout << "Stress test detail level=" << s_nDetailLevel << std::endl; diff --git a/test/stress/freelist/put_get.cpp b/test/stress/freelist/put_get.cpp index 8a2c2b03..da1922c5 100644 --- a/test/stress/freelist/put_get.cpp +++ b/test/stress/freelist/put_get.cpp @@ -50,7 +50,7 @@ namespace { size_t counter; value_type() - : counter(0) + : counter(0) {} }; diff --git a/test/stress/freelist/put_get_single.cpp b/test/stress/freelist/put_get_single.cpp index e0cdf2fc..4850e8f0 100644 --- a/test/stress/freelist/put_get_single.cpp +++ b/test/stress/freelist/put_get_single.cpp @@ -49,7 +49,7 @@ namespace { size_t counter; value_type() - : counter(0) + : counter(0) {} }; diff --git a/test/stress/lock/win32_lock.h b/test/stress/lock/win32_lock.h index db57d329..67bd589b 100644 --- a/test/stress/lock/win32_lock.h +++ b/test/stress/lock/win32_lock.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_LOCK_WIN32_LOCK_H diff --git a/test/stress/main.cpp b/test/stress/main.cpp index 838710ac..82ddec81 100644 --- a/test/stress/main.cpp +++ b/test/stress/main.cpp @@ -1,47 +1,47 @@ -/* - This file is a part of libcds - Concurrent Data Structures library - - (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 - - Source code repo: http://github.com/khizmax/libcds/ - Download: http://sourceforge.net/projects/libcds/files/ - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -#include -#include -#include -#ifdef CDSUNIT_USE_URCU -# include -# include -# include -# include -# include -#endif - -int main( int argc, char **argv ) +/* + This file is a part of libcds - Concurrent Data Structures library + + (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 + + Source code repo: http://github.com/khizmax/libcds/ + Download: http://sourceforge.net/projects/libcds/files/ + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include + +#include +#include +#include +#ifdef CDSUNIT_USE_URCU +# include +# include +# include +# include +# include +#endif + +int main( int argc, char **argv ) { int result; cds::Initialize(); @@ -57,37 +57,37 @@ int main( int argc, char **argv ) cds_test::config const& general_cfg = cds_test::stress_fixture::get_config( "General" ); - // Init SMR - cds::gc::HP hzpGC( general_cfg.get_size_t( "hazard_pointer_count", 16 )); - hzpGC.setScanType( general_cfg.get( "HZP_scan_strategy", "inplace" ) == "inplace" ? cds::gc::HP::scan_type::inplace : cds::gc::HP::scan_type::classic ); - - cds::gc::DHP dhpGC( - general_cfg.get_size_t( "dhp_liberate_threshold", 1024 ), - general_cfg.get_size_t( "dhp_init_guard_count", 16 ), - general_cfg.get_size_t( "dhp_epoch_count", 16 ) - ); - -#ifdef CDSUNIT_USE_URCU - size_t rcu_buffer_size = general_cfg.get_size_t( "rcu_buffer_size", 256 ); - - // RCU varieties - typedef cds::urcu::gc< cds::urcu::general_instant<> > rcu_gpi; - rcu_gpi gpiRCU; - - typedef cds::urcu::gc< cds::urcu::general_buffered<> > rcu_gpb; - rcu_gpb gpbRCU( rcu_buffer_size ); - - typedef cds::urcu::gc< cds::urcu::general_threaded<> > rcu_gpt; - rcu_gpt gptRCU( rcu_buffer_size ); - -# ifdef CDS_URCU_SIGNAL_HANDLING_ENABLED - typedef cds::urcu::gc< cds::urcu::signal_buffered<> > rcu_shb; - rcu_shb shbRCU( rcu_buffer_size, SIGUSR1 ); - - typedef cds::urcu::gc< cds::urcu::signal_threaded<> > rcu_sht; - rcu_sht shtRCU( rcu_buffer_size, SIGUSR2 ); -# endif -#endif // CDSUNIT_USE_URCU + // Init SMR + cds::gc::HP hzpGC( general_cfg.get_size_t( "hazard_pointer_count", 16 )); + hzpGC.setScanType( general_cfg.get( "HZP_scan_strategy", "inplace" ) == "inplace" ? cds::gc::HP::scan_type::inplace : cds::gc::HP::scan_type::classic ); + + cds::gc::DHP dhpGC( + general_cfg.get_size_t( "dhp_liberate_threshold", 1024 ), + general_cfg.get_size_t( "dhp_init_guard_count", 16 ), + general_cfg.get_size_t( "dhp_epoch_count", 16 ) + ); + +#ifdef CDSUNIT_USE_URCU + size_t rcu_buffer_size = general_cfg.get_size_t( "rcu_buffer_size", 256 ); + + // RCU varieties + typedef cds::urcu::gc< cds::urcu::general_instant<> > rcu_gpi; + rcu_gpi gpiRCU; + + typedef cds::urcu::gc< cds::urcu::general_buffered<> > rcu_gpb; + rcu_gpb gpbRCU( rcu_buffer_size ); + + typedef cds::urcu::gc< cds::urcu::general_threaded<> > rcu_gpt; + rcu_gpt gptRCU( rcu_buffer_size ); + +# ifdef CDS_URCU_SIGNAL_HANDLING_ENABLED + typedef cds::urcu::gc< cds::urcu::signal_buffered<> > rcu_shb; + rcu_shb shbRCU( rcu_buffer_size, SIGUSR1 ); + + typedef cds::urcu::gc< cds::urcu::signal_threaded<> > rcu_sht; + rcu_sht shtRCU( rcu_buffer_size, SIGUSR2 ); +# endif +#endif // CDSUNIT_USE_URCU cds::threading::Manager::attachThread(); @@ -97,4 +97,4 @@ int main( int argc, char **argv ) } cds::Terminate(); return result; -} +} diff --git a/test/stress/map/delodd/map_delodd.cpp b/test/stress/map/delodd/map_delodd.cpp index 44b951b2..ecf45bde 100644 --- a/test/stress/map/delodd/map_delodd.cpp +++ b/test/stress/map/delodd/map_delodd.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,13 +25,13 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_delodd.h" namespace map { - + size_t Map_DelOdd::s_nMapSize = 1000000; size_t Map_DelOdd::s_nInsThreadCount = 4; size_t Map_DelOdd::s_nDelThreadCount = 4; diff --git a/test/stress/map/delodd/map_delodd.h b/test/stress/map/delodd/map_delodd.h index 92ec10b1..bdb5f59a 100644 --- a/test/stress/map/delodd/map_delodd.h +++ b/test/stress/map/delodd/map_delodd.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/map/delodd/map_delodd_bronsonavltree.cpp b/test/stress/map/delodd/map_delodd_bronsonavltree.cpp index b5f9c119..1255f23a 100644 --- a/test/stress/map/delodd/map_delodd_bronsonavltree.cpp +++ b/test/stress/map/delodd/map_delodd_bronsonavltree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_delodd.h" diff --git a/test/stress/map/delodd/map_delodd_cuckoo.cpp b/test/stress/map/delodd/map_delodd_cuckoo.cpp index 35bbfcaf..b7f8a297 100644 --- a/test/stress/map/delodd/map_delodd_cuckoo.cpp +++ b/test/stress/map/delodd/map_delodd_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_delodd.h" diff --git a/test/stress/map/delodd/map_delodd_ellentree.cpp b/test/stress/map/delodd/map_delodd_ellentree.cpp index 8ccb9ad1..fc4f25aa 100644 --- a/test/stress/map/delodd/map_delodd_ellentree.cpp +++ b/test/stress/map/delodd/map_delodd_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_delodd.h" diff --git a/test/stress/map/delodd/map_delodd_feldman_hashset.cpp b/test/stress/map/delodd/map_delodd_feldman_hashset.cpp index 79d96003..55ca0390 100644 --- a/test/stress/map/delodd/map_delodd_feldman_hashset.cpp +++ b/test/stress/map/delodd/map_delodd_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/map/delodd/map_delodd_michael.cpp b/test/stress/map/delodd/map_delodd_michael.cpp index 2ecf17b0..a5ddb9b4 100644 --- a/test/stress/map/delodd/map_delodd_michael.cpp +++ b/test/stress/map/delodd/map_delodd_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/map/delodd/map_delodd_skip.cpp b/test/stress/map/delodd/map_delodd_skip.cpp index fa0d6573..888296a7 100644 --- a/test/stress/map/delodd/map_delodd_skip.cpp +++ b/test/stress/map/delodd/map_delodd_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_delodd.h" diff --git a/test/stress/map/find_int/map_find_int.cpp b/test/stress/map/find_int/map_find_int.cpp index 17b473cb..e021106e 100644 --- a/test/stress/map/find_int/map_find_int.cpp +++ b/test/stress/map/find_int/map_find_int.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,13 +25,13 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_int.h" namespace map { - + size_t Map_find_int::s_nThreadCount = 8; size_t Map_find_int::s_nMapSize = 10000000; size_t Map_find_int::s_nMaxLoadFactor = 8; @@ -58,7 +58,7 @@ namespace map { nPercent = 100; else if ( nPercent < 1 ) nPercent = 1; - + s_nRealMapSize = 0; s_Data.resize( s_nMapSize ); diff --git a/test/stress/map/find_int/map_find_int.h b/test/stress/map/find_int/map_find_int.h index c7c69de5..ab8a9ed8 100644 --- a/test/stress/map/find_int/map_find_int.h +++ b/test/stress/map/find_int/map_find_int.h @@ -204,7 +204,7 @@ namespace map { EXPECT_EQ( w.m_KeyNotExists.nSuccess, (s_Data.size() - s_nRealMapSize) * s_nPassCount ) << "thread " << i; } - propout() + propout() << std::make_pair( "exist_found", nExistSuccess ) << std::make_pair( "exist_not_found", nExistFailed ) // must = 0 << std::make_pair( "missing_not_found", nMissingSuccess ) diff --git a/test/stress/map/find_int/map_find_int_bronsonavltree.cpp b/test/stress/map/find_int/map_find_int_bronsonavltree.cpp index 5fa22a92..1e3b40fd 100644 --- a/test/stress/map/find_int/map_find_int_bronsonavltree.cpp +++ b/test/stress/map/find_int/map_find_int_bronsonavltree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_int.h" diff --git a/test/stress/map/find_int/map_find_int_cuckoo.cpp b/test/stress/map/find_int/map_find_int_cuckoo.cpp index 8c036aa6..88e44a2d 100644 --- a/test/stress/map/find_int/map_find_int_cuckoo.cpp +++ b/test/stress/map/find_int/map_find_int_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_int.h" diff --git a/test/stress/map/find_int/map_find_int_ellentree.cpp b/test/stress/map/find_int/map_find_int_ellentree.cpp index a820bdc8..c84f1794 100644 --- a/test/stress/map/find_int/map_find_int_ellentree.cpp +++ b/test/stress/map/find_int/map_find_int_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_int.h" diff --git a/test/stress/map/find_int/map_find_int_feldman_hashset.cpp b/test/stress/map/find_int/map_find_int_feldman_hashset.cpp index 56b9cc4f..ba000b07 100644 --- a/test/stress/map/find_int/map_find_int_feldman_hashset.cpp +++ b/test/stress/map/find_int/map_find_int_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_int.h" diff --git a/test/stress/map/find_int/map_find_int_michael.cpp b/test/stress/map/find_int/map_find_int_michael.cpp index 8f7a7176..3cdcf4e1 100644 --- a/test/stress/map/find_int/map_find_int_michael.cpp +++ b/test/stress/map/find_int/map_find_int_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_int.h" diff --git a/test/stress/map/find_int/map_find_int_skip.cpp b/test/stress/map/find_int/map_find_int_skip.cpp index fe19b436..5b118bf8 100644 --- a/test/stress/map/find_int/map_find_int_skip.cpp +++ b/test/stress/map/find_int/map_find_int_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_int.h" diff --git a/test/stress/map/find_int/map_find_int_std.cpp b/test/stress/map/find_int/map_find_int_std.cpp index a3557cd4..492c7728 100644 --- a/test/stress/map/find_int/map_find_int_std.cpp +++ b/test/stress/map/find_int/map_find_int_std.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_int.h" diff --git a/test/stress/map/find_int/map_find_int_striped.cpp b/test/stress/map/find_int/map_find_int_striped.cpp index be5c0a13..ecf7f6b5 100644 --- a/test/stress/map/find_int/map_find_int_striped.cpp +++ b/test/stress/map/find_int/map_find_int_striped.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_int.h" diff --git a/test/stress/map/find_string/map_find_string.cpp b/test/stress/map/find_string/map_find_string.cpp index 068dd888..abacd907 100644 --- a/test/stress/map/find_string/map_find_string.cpp +++ b/test/stress/map/find_string/map_find_string.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,14 +25,14 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_string.h" #include namespace map { - + size_t Map_find_string::s_nThreadCount = 8; size_t Map_find_string::s_nMapSize = 10000000; size_t Map_find_string::s_nMaxLoadFactor = 8; diff --git a/test/stress/map/find_string/map_find_string_bronsonavltree.cpp b/test/stress/map/find_string/map_find_string_bronsonavltree.cpp index f36cf809..6e388813 100644 --- a/test/stress/map/find_string/map_find_string_bronsonavltree.cpp +++ b/test/stress/map/find_string/map_find_string_bronsonavltree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_string.h" diff --git a/test/stress/map/find_string/map_find_string_cuckoo.cpp b/test/stress/map/find_string/map_find_string_cuckoo.cpp index edb4b8fd..873f164d 100644 --- a/test/stress/map/find_string/map_find_string_cuckoo.cpp +++ b/test/stress/map/find_string/map_find_string_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_string.h" diff --git a/test/stress/map/find_string/map_find_string_ellentree.cpp b/test/stress/map/find_string/map_find_string_ellentree.cpp index 39ad3aa8..690ab3c5 100644 --- a/test/stress/map/find_string/map_find_string_ellentree.cpp +++ b/test/stress/map/find_string/map_find_string_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_string.h" diff --git a/test/stress/map/find_string/map_find_string_feldman_hashset.cpp b/test/stress/map/find_string/map_find_string_feldman_hashset.cpp index c12cb33d..a9bc0ac1 100644 --- a/test/stress/map/find_string/map_find_string_feldman_hashset.cpp +++ b/test/stress/map/find_string/map_find_string_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_string.h" diff --git a/test/stress/map/find_string/map_find_string_michael.cpp b/test/stress/map/find_string/map_find_string_michael.cpp index a47eaa06..9c00f56e 100644 --- a/test/stress/map/find_string/map_find_string_michael.cpp +++ b/test/stress/map/find_string/map_find_string_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_string.h" diff --git a/test/stress/map/find_string/map_find_string_skip.cpp b/test/stress/map/find_string/map_find_string_skip.cpp index e9f3d6dc..bb62559c 100644 --- a/test/stress/map/find_string/map_find_string_skip.cpp +++ b/test/stress/map/find_string/map_find_string_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_string.h" diff --git a/test/stress/map/find_string/map_find_string_std.cpp b/test/stress/map/find_string/map_find_string_std.cpp index eb00c7e0..3121e5eb 100644 --- a/test/stress/map/find_string/map_find_string_std.cpp +++ b/test/stress/map/find_string/map_find_string_std.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_string.h" diff --git a/test/stress/map/find_string/map_find_string_striped.cpp b/test/stress/map/find_string/map_find_string_striped.cpp index 76d49b98..17a32d88 100644 --- a/test/stress/map/find_string/map_find_string_striped.cpp +++ b/test/stress/map/find_string/map_find_string_striped.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_find_string.h" diff --git a/test/stress/map/insdel_func/map_insdel_func.cpp b/test/stress/map/insdel_func/map_insdel_func.cpp index 052e56ee..9887078a 100644 --- a/test/stress/map/insdel_func/map_insdel_func.cpp +++ b/test/stress/map/insdel_func/map_insdel_func.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_func.h" diff --git a/test/stress/map/insdel_func/map_insdel_func_bronsonavltree.cpp b/test/stress/map/insdel_func/map_insdel_func_bronsonavltree.cpp index 8d52d8a1..b4bd59cb 100644 --- a/test/stress/map/insdel_func/map_insdel_func_bronsonavltree.cpp +++ b/test/stress/map/insdel_func/map_insdel_func_bronsonavltree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_func.h" diff --git a/test/stress/map/insdel_func/map_insdel_func_cuckoo.cpp b/test/stress/map/insdel_func/map_insdel_func_cuckoo.cpp index 535e180b..b017c16c 100644 --- a/test/stress/map/insdel_func/map_insdel_func_cuckoo.cpp +++ b/test/stress/map/insdel_func/map_insdel_func_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_func.h" diff --git a/test/stress/map/insdel_func/map_insdel_func_ellentree.cpp b/test/stress/map/insdel_func/map_insdel_func_ellentree.cpp index aa0d15cf..befebbd8 100644 --- a/test/stress/map/insdel_func/map_insdel_func_ellentree.cpp +++ b/test/stress/map/insdel_func/map_insdel_func_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_func.h" diff --git a/test/stress/map/insdel_func/map_insdel_func_feldman_hashset.cpp b/test/stress/map/insdel_func/map_insdel_func_feldman_hashset.cpp index d4ef1d10..b14045ca 100644 --- a/test/stress/map/insdel_func/map_insdel_func_feldman_hashset.cpp +++ b/test/stress/map/insdel_func/map_insdel_func_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_func.h" diff --git a/test/stress/map/insdel_func/map_insdel_func_michael.cpp b/test/stress/map/insdel_func/map_insdel_func_michael.cpp index 9b4d44cf..4ed6b595 100644 --- a/test/stress/map/insdel_func/map_insdel_func_michael.cpp +++ b/test/stress/map/insdel_func/map_insdel_func_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_func.h" diff --git a/test/stress/map/insdel_func/map_insdel_func_skip.cpp b/test/stress/map/insdel_func/map_insdel_func_skip.cpp index bd949049..63a3464a 100644 --- a/test/stress/map/insdel_func/map_insdel_func_skip.cpp +++ b/test/stress/map/insdel_func/map_insdel_func_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_func.h" diff --git a/test/stress/map/insdel_func/map_insdel_func_split.cpp b/test/stress/map/insdel_func/map_insdel_func_split.cpp index 892d083a..173b4590 100644 --- a/test/stress/map/insdel_func/map_insdel_func_split.cpp +++ b/test/stress/map/insdel_func/map_insdel_func_split.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_func.h" diff --git a/test/stress/map/insdel_func/map_insdel_func_striped.cpp b/test/stress/map/insdel_func/map_insdel_func_striped.cpp index f04c5502..f9f34888 100644 --- a/test/stress/map/insdel_func/map_insdel_func_striped.cpp +++ b/test/stress/map/insdel_func/map_insdel_func_striped.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_func.h" diff --git a/test/stress/map/insdel_int/map_insdel_int.cpp b/test/stress/map/insdel_int/map_insdel_int.cpp index 3b7587a4..19725a0a 100644 --- a/test/stress/map/insdel_int/map_insdel_int.cpp +++ b/test/stress/map/insdel_int/map_insdel_int.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_int.h" diff --git a/test/stress/map/insdel_int/map_insdel_int.h b/test/stress/map/insdel_int/map_insdel_int.h index 5fc31381..4a85d90d 100644 --- a/test/stress/map/insdel_int/map_insdel_int.h +++ b/test/stress/map/insdel_int/map_insdel_int.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_type.h" diff --git a/test/stress/map/insdel_int/map_insdel_int_bronsonavltree.cpp b/test/stress/map/insdel_int/map_insdel_int_bronsonavltree.cpp index 417290dd..203c1b08 100644 --- a/test/stress/map/insdel_int/map_insdel_int_bronsonavltree.cpp +++ b/test/stress/map/insdel_int/map_insdel_int_bronsonavltree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_int.h" diff --git a/test/stress/map/insdel_int/map_insdel_int_cuckoo.cpp b/test/stress/map/insdel_int/map_insdel_int_cuckoo.cpp index 887d311e..ad87eb2d 100644 --- a/test/stress/map/insdel_int/map_insdel_int_cuckoo.cpp +++ b/test/stress/map/insdel_int/map_insdel_int_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_int.h" diff --git a/test/stress/map/insdel_int/map_insdel_int_ellentree.cpp b/test/stress/map/insdel_int/map_insdel_int_ellentree.cpp index 5d480c82..ff0510e4 100644 --- a/test/stress/map/insdel_int/map_insdel_int_ellentree.cpp +++ b/test/stress/map/insdel_int/map_insdel_int_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_int.h" diff --git a/test/stress/map/insdel_int/map_insdel_int_feldman_hashset.cpp b/test/stress/map/insdel_int/map_insdel_int_feldman_hashset.cpp index 24f62c89..ba8d7dc0 100644 --- a/test/stress/map/insdel_int/map_insdel_int_feldman_hashset.cpp +++ b/test/stress/map/insdel_int/map_insdel_int_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_int.h" diff --git a/test/stress/map/insdel_int/map_insdel_int_michael.cpp b/test/stress/map/insdel_int/map_insdel_int_michael.cpp index 46ebfdb0..6bec2dcf 100644 --- a/test/stress/map/insdel_int/map_insdel_int_michael.cpp +++ b/test/stress/map/insdel_int/map_insdel_int_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_int.h" diff --git a/test/stress/map/insdel_int/map_insdel_int_skip.cpp b/test/stress/map/insdel_int/map_insdel_int_skip.cpp index 0b490cc8..d853a7e9 100644 --- a/test/stress/map/insdel_int/map_insdel_int_skip.cpp +++ b/test/stress/map/insdel_int/map_insdel_int_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_int.h" diff --git a/test/stress/map/insdel_int/map_insdel_int_split.cpp b/test/stress/map/insdel_int/map_insdel_int_split.cpp index b749311d..98bf823f 100644 --- a/test/stress/map/insdel_int/map_insdel_int_split.cpp +++ b/test/stress/map/insdel_int/map_insdel_int_split.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_int.h" diff --git a/test/stress/map/insdel_int/map_insdel_int_std.cpp b/test/stress/map/insdel_int/map_insdel_int_std.cpp index b22b32fa..05d26ed7 100644 --- a/test/stress/map/insdel_int/map_insdel_int_std.cpp +++ b/test/stress/map/insdel_int/map_insdel_int_std.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_int.h" diff --git a/test/stress/map/insdel_int/map_insdel_int_striped.cpp b/test/stress/map/insdel_int/map_insdel_int_striped.cpp index 520aa30b..0746e3a1 100644 --- a/test/stress/map/insdel_int/map_insdel_int_striped.cpp +++ b/test/stress/map/insdel_int/map_insdel_int_striped.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_int.h" diff --git a/test/stress/map/insdel_item_int/map_insdel_item_int.cpp b/test/stress/map/insdel_item_int/map_insdel_item_int.cpp index 8f1ca514..a42f2e9d 100644 --- a/test/stress/map/insdel_item_int/map_insdel_item_int.cpp +++ b/test/stress/map/insdel_item_int/map_insdel_item_int.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_item_int.h" diff --git a/test/stress/map/insdel_item_int/map_insdel_item_int.h b/test/stress/map/insdel_item_int/map_insdel_item_int.h index 7376014b..339caa56 100644 --- a/test/stress/map/insdel_item_int/map_insdel_item_int.h +++ b/test/stress/map/insdel_item_int/map_insdel_item_int.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/map/insdel_item_int/map_insdel_item_int_bronsonavltree.cpp b/test/stress/map/insdel_item_int/map_insdel_item_int_bronsonavltree.cpp index 641ec3eb..3386304c 100644 --- a/test/stress/map/insdel_item_int/map_insdel_item_int_bronsonavltree.cpp +++ b/test/stress/map/insdel_item_int/map_insdel_item_int_bronsonavltree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_item_int.h" diff --git a/test/stress/map/insdel_item_int/map_insdel_item_int_cuckoo.cpp b/test/stress/map/insdel_item_int/map_insdel_item_int_cuckoo.cpp index 71232e54..61bc8c48 100644 --- a/test/stress/map/insdel_item_int/map_insdel_item_int_cuckoo.cpp +++ b/test/stress/map/insdel_item_int/map_insdel_item_int_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_item_int.h" diff --git a/test/stress/map/insdel_item_int/map_insdel_item_int_ellentree.cpp b/test/stress/map/insdel_item_int/map_insdel_item_int_ellentree.cpp index 70180fd9..fd0bd203 100644 --- a/test/stress/map/insdel_item_int/map_insdel_item_int_ellentree.cpp +++ b/test/stress/map/insdel_item_int/map_insdel_item_int_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_item_int.h" diff --git a/test/stress/map/insdel_item_int/map_insdel_item_int_feldman_hashset.cpp b/test/stress/map/insdel_item_int/map_insdel_item_int_feldman_hashset.cpp index 679a5875..05f81d62 100644 --- a/test/stress/map/insdel_item_int/map_insdel_item_int_feldman_hashset.cpp +++ b/test/stress/map/insdel_item_int/map_insdel_item_int_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_item_int.h" diff --git a/test/stress/map/insdel_item_int/map_insdel_item_int_michael.cpp b/test/stress/map/insdel_item_int/map_insdel_item_int_michael.cpp index 83e49af1..c40bde52 100644 --- a/test/stress/map/insdel_item_int/map_insdel_item_int_michael.cpp +++ b/test/stress/map/insdel_item_int/map_insdel_item_int_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_item_int.h" diff --git a/test/stress/map/insdel_item_int/map_insdel_item_int_skip.cpp b/test/stress/map/insdel_item_int/map_insdel_item_int_skip.cpp index 8339afb1..537f9378 100644 --- a/test/stress/map/insdel_item_int/map_insdel_item_int_skip.cpp +++ b/test/stress/map/insdel_item_int/map_insdel_item_int_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_item_int.h" diff --git a/test/stress/map/insdel_item_int/map_insdel_item_int_split.cpp b/test/stress/map/insdel_item_int/map_insdel_item_int_split.cpp index f585f744..930f124f 100644 --- a/test/stress/map/insdel_item_int/map_insdel_item_int_split.cpp +++ b/test/stress/map/insdel_item_int/map_insdel_item_int_split.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_item_int.h" diff --git a/test/stress/map/insdel_item_int/map_insdel_item_int_striped.cpp b/test/stress/map/insdel_item_int/map_insdel_item_int_striped.cpp index bc4f4fa7..caa54945 100644 --- a/test/stress/map/insdel_item_int/map_insdel_item_int_striped.cpp +++ b/test/stress/map/insdel_item_int/map_insdel_item_int_striped.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_item_int.h" diff --git a/test/stress/map/insdel_string/map_insdel_string_bronsonavltree.cpp b/test/stress/map/insdel_string/map_insdel_string_bronsonavltree.cpp index fc0ef8c2..25b067d1 100644 --- a/test/stress/map/insdel_string/map_insdel_string_bronsonavltree.cpp +++ b/test/stress/map/insdel_string/map_insdel_string_bronsonavltree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_string.h" diff --git a/test/stress/map/insdel_string/map_insdel_string_cuckoo.cpp b/test/stress/map/insdel_string/map_insdel_string_cuckoo.cpp index 165d1836..26b28927 100644 --- a/test/stress/map/insdel_string/map_insdel_string_cuckoo.cpp +++ b/test/stress/map/insdel_string/map_insdel_string_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_string.h" diff --git a/test/stress/map/insdel_string/map_insdel_string_ellentree.cpp b/test/stress/map/insdel_string/map_insdel_string_ellentree.cpp index 02fef1a5..9b365c0f 100644 --- a/test/stress/map/insdel_string/map_insdel_string_ellentree.cpp +++ b/test/stress/map/insdel_string/map_insdel_string_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_string.h" diff --git a/test/stress/map/insdel_string/map_insdel_string_feldman_hashset.cpp b/test/stress/map/insdel_string/map_insdel_string_feldman_hashset.cpp index 291e3c89..663c7621 100644 --- a/test/stress/map/insdel_string/map_insdel_string_feldman_hashset.cpp +++ b/test/stress/map/insdel_string/map_insdel_string_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_string.h" diff --git a/test/stress/map/insdel_string/map_insdel_string_michael.cpp b/test/stress/map/insdel_string/map_insdel_string_michael.cpp index 9225a0fa..0d2a51e9 100644 --- a/test/stress/map/insdel_string/map_insdel_string_michael.cpp +++ b/test/stress/map/insdel_string/map_insdel_string_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_string.h" diff --git a/test/stress/map/insdel_string/map_insdel_string_skip.cpp b/test/stress/map/insdel_string/map_insdel_string_skip.cpp index 4fdf29c5..236e8dca 100644 --- a/test/stress/map/insdel_string/map_insdel_string_skip.cpp +++ b/test/stress/map/insdel_string/map_insdel_string_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_string.h" diff --git a/test/stress/map/insdel_string/map_insdel_string_split.cpp b/test/stress/map/insdel_string/map_insdel_string_split.cpp index bcd5508e..87a01ff3 100644 --- a/test/stress/map/insdel_string/map_insdel_string_split.cpp +++ b/test/stress/map/insdel_string/map_insdel_string_split.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_string.h" diff --git a/test/stress/map/insdel_string/map_insdel_string_std.cpp b/test/stress/map/insdel_string/map_insdel_string_std.cpp index b4ce6477..7096c2ee 100644 --- a/test/stress/map/insdel_string/map_insdel_string_std.cpp +++ b/test/stress/map/insdel_string/map_insdel_string_std.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_string.h" diff --git a/test/stress/map/insdel_string/map_insdel_string_striped.cpp b/test/stress/map/insdel_string/map_insdel_string_striped.cpp index e653b23e..3d6517a6 100644 --- a/test/stress/map/insdel_string/map_insdel_string_striped.cpp +++ b/test/stress/map/insdel_string/map_insdel_string_striped.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdel_string.h" diff --git a/test/stress/map/insdelfind/map_insdelfind.cpp b/test/stress/map/insdelfind/map_insdelfind.cpp index 581bb9f3..d77e7a83 100644 --- a/test/stress/map/insdelfind/map_insdelfind.cpp +++ b/test/stress/map/insdelfind/map_insdelfind.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdelfind.h" diff --git a/test/stress/map/insdelfind/map_insdelfind.h b/test/stress/map/insdelfind/map_insdelfind.h index 8b05946c..df52df45 100644 --- a/test/stress/map/insdelfind/map_insdelfind.h +++ b/test/stress/map/insdelfind/map_insdelfind.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/map/insdelfind/map_insdelfind_bronsonavltree.cpp b/test/stress/map/insdelfind/map_insdelfind_bronsonavltree.cpp index 1502e0a6..4859330f 100644 --- a/test/stress/map/insdelfind/map_insdelfind_bronsonavltree.cpp +++ b/test/stress/map/insdelfind/map_insdelfind_bronsonavltree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdelfind.h" diff --git a/test/stress/map/insdelfind/map_insdelfind_cuckoo.cpp b/test/stress/map/insdelfind/map_insdelfind_cuckoo.cpp index 89a84f9b..02d4b167 100644 --- a/test/stress/map/insdelfind/map_insdelfind_cuckoo.cpp +++ b/test/stress/map/insdelfind/map_insdelfind_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdelfind.h" diff --git a/test/stress/map/insdelfind/map_insdelfind_ellentree.cpp b/test/stress/map/insdelfind/map_insdelfind_ellentree.cpp index a279b14e..c24590b6 100644 --- a/test/stress/map/insdelfind/map_insdelfind_ellentree.cpp +++ b/test/stress/map/insdelfind/map_insdelfind_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdelfind.h" diff --git a/test/stress/map/insdelfind/map_insdelfind_feldman_hashset.cpp b/test/stress/map/insdelfind/map_insdelfind_feldman_hashset.cpp index 0f7ebcc4..d767ca6b 100644 --- a/test/stress/map/insdelfind/map_insdelfind_feldman_hashset.cpp +++ b/test/stress/map/insdelfind/map_insdelfind_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdelfind.h" diff --git a/test/stress/map/insdelfind/map_insdelfind_michael.cpp b/test/stress/map/insdelfind/map_insdelfind_michael.cpp index da6e16ab..4819862a 100644 --- a/test/stress/map/insdelfind/map_insdelfind_michael.cpp +++ b/test/stress/map/insdelfind/map_insdelfind_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdelfind.h" diff --git a/test/stress/map/insdelfind/map_insdelfind_skip.cpp b/test/stress/map/insdelfind/map_insdelfind_skip.cpp index 4bbd6346..a2ec2995 100644 --- a/test/stress/map/insdelfind/map_insdelfind_skip.cpp +++ b/test/stress/map/insdelfind/map_insdelfind_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdelfind.h" diff --git a/test/stress/map/insdelfind/map_insdelfind_std.cpp b/test/stress/map/insdelfind/map_insdelfind_std.cpp index 013091da..47e13ad1 100644 --- a/test/stress/map/insdelfind/map_insdelfind_std.cpp +++ b/test/stress/map/insdelfind/map_insdelfind_std.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdelfind.h" diff --git a/test/stress/map/insdelfind/map_insdelfind_striped.cpp b/test/stress/map/insdelfind/map_insdelfind_striped.cpp index 46ed0def..dcc3ece8 100644 --- a/test/stress/map/insdelfind/map_insdelfind_striped.cpp +++ b/test/stress/map/insdelfind/map_insdelfind_striped.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insdelfind.h" diff --git a/test/stress/map/insfind_int/map_insfind.cpp b/test/stress/map/insfind_int/map_insfind.cpp index ac7c443c..9a8feb50 100644 --- a/test/stress/map/insfind_int/map_insfind.cpp +++ b/test/stress/map/insfind_int/map_insfind.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insfind_int.h" diff --git a/test/stress/map/insfind_int/map_insfind_bronsonavltree.cpp b/test/stress/map/insfind_int/map_insfind_bronsonavltree.cpp index 6c4ee7b6..a7cb1670 100644 --- a/test/stress/map/insfind_int/map_insfind_bronsonavltree.cpp +++ b/test/stress/map/insfind_int/map_insfind_bronsonavltree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insfind_int.h" diff --git a/test/stress/map/insfind_int/map_insfind_cuckoo.cpp b/test/stress/map/insfind_int/map_insfind_cuckoo.cpp index ef623721..e9cbca3a 100644 --- a/test/stress/map/insfind_int/map_insfind_cuckoo.cpp +++ b/test/stress/map/insfind_int/map_insfind_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insfind_int.h" diff --git a/test/stress/map/insfind_int/map_insfind_ellentree.cpp b/test/stress/map/insfind_int/map_insfind_ellentree.cpp index 7a327bc8..662ad0b5 100644 --- a/test/stress/map/insfind_int/map_insfind_ellentree.cpp +++ b/test/stress/map/insfind_int/map_insfind_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insfind_int.h" diff --git a/test/stress/map/insfind_int/map_insfind_feldman_hashset.cpp b/test/stress/map/insfind_int/map_insfind_feldman_hashset.cpp index 7174a372..3fcfafa6 100644 --- a/test/stress/map/insfind_int/map_insfind_feldman_hashset.cpp +++ b/test/stress/map/insfind_int/map_insfind_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insfind_int.h" diff --git a/test/stress/map/insfind_int/map_insfind_michael.cpp b/test/stress/map/insfind_int/map_insfind_michael.cpp index 86f279b7..37401aab 100644 --- a/test/stress/map/insfind_int/map_insfind_michael.cpp +++ b/test/stress/map/insfind_int/map_insfind_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insfind_int.h" diff --git a/test/stress/map/insfind_int/map_insfind_skip.cpp b/test/stress/map/insfind_int/map_insfind_skip.cpp index 2593ca61..69eb09a8 100644 --- a/test/stress/map/insfind_int/map_insfind_skip.cpp +++ b/test/stress/map/insfind_int/map_insfind_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insfind_int.h" diff --git a/test/stress/map/insfind_int/map_insfind_split.cpp b/test/stress/map/insfind_int/map_insfind_split.cpp index d1a31114..b188514f 100644 --- a/test/stress/map/insfind_int/map_insfind_split.cpp +++ b/test/stress/map/insfind_int/map_insfind_split.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insfind_int.h" diff --git a/test/stress/map/insfind_int/map_insfind_std.cpp b/test/stress/map/insfind_int/map_insfind_std.cpp index c7b9b519..495b2f9a 100644 --- a/test/stress/map/insfind_int/map_insfind_std.cpp +++ b/test/stress/map/insfind_int/map_insfind_std.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insfind_int.h" diff --git a/test/stress/map/insfind_int/map_insfind_striped.cpp b/test/stress/map/insfind_int/map_insfind_striped.cpp index ec4e781c..521940e0 100644 --- a/test/stress/map/insfind_int/map_insfind_striped.cpp +++ b/test/stress/map/insfind_int/map_insfind_striped.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "map_insfind_int.h" diff --git a/test/stress/map/map_type_bronson_avltree.h b/test/stress/map/map_type_bronson_avltree.h index ac5bff32..20c0473b 100644 --- a/test/stress/map/map_type_bronson_avltree.h +++ b/test/stress/map/map_type_bronson_avltree.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_MAP_TYPE_BRONSON_AVLTREE_H diff --git a/test/stress/map/map_type_cuckoo.h b/test/stress/map/map_type_cuckoo.h index 0fd760ce..bc78537f 100644 --- a/test/stress/map/map_type_cuckoo.h +++ b/test/stress/map/map_type_cuckoo.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_MAP_TYPE_CUCKOO_H diff --git a/test/stress/map/map_type_ellen_bintree.h b/test/stress/map/map_type_ellen_bintree.h index 0513b513..f9265e3b 100644 --- a/test/stress/map/map_type_ellen_bintree.h +++ b/test/stress/map/map_type_ellen_bintree.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_MAP_TYPE_ELLEN_BINTREE_H diff --git a/test/stress/map/map_type_feldman_hashmap.h b/test/stress/map/map_type_feldman_hashmap.h index 1cafd837..77586405 100644 --- a/test/stress/map/map_type_feldman_hashmap.h +++ b/test/stress/map/map_type_feldman_hashmap.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_MAP_TYPE_FELDMAN_HASHMAP_H diff --git a/test/stress/map/map_type_iterable_list.h b/test/stress/map/map_type_iterable_list.h index 86a63866..6668da36 100644 --- a/test/stress/map/map_type_iterable_list.h +++ b/test/stress/map/map_type_iterable_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/map/map_type_lazy_list.h b/test/stress/map/map_type_lazy_list.h index 105eea2f..861c2c76 100644 --- a/test/stress/map/map_type_lazy_list.h +++ b/test/stress/map/map_type_lazy_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/map/map_type_michael.h b/test/stress/map/map_type_michael.h index 234afdd4..16dc7c99 100644 --- a/test/stress/map/map_type_michael.h +++ b/test/stress/map/map_type_michael.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -354,7 +354,7 @@ namespace map { CDSSTRESS_MichaelMap_case( fixture, test_case, MichaelMap_Lazy_RCU_SHB_cmp_michaelAlloc, key_type, value_type, 0 ) \ CDSSTRESS_MichaelMap_case( fixture, test_case, MichaelMap_Lazy_RCU_SHT_cmp_michaelAlloc, key_type, value_type, 1 ) \ CDSSTRESS_MichaelMap_case( fixture, test_case, MichaelMap_Lazy_RCU_SHB_less_michaelAlloc, key_type, value_type, 1 ) \ - CDSSTRESS_MichaelMap_case( fixture, test_case, MichaelMap_Lazy_RCU_SHT_less_michaelAlloc, key_type, value_type, 0 ) + CDSSTRESS_MichaelMap_case( fixture, test_case, MichaelMap_Lazy_RCU_SHT_less_michaelAlloc, key_type, value_type, 0 ) #else # define CDSSTRESS_MichaelMap_SHRCU( fixture, test_case, key_type, value_type ) #endif diff --git a/test/stress/map/map_type_michael_list.h b/test/stress/map/map_type_michael_list.h index a6ba41bd..4c71fe9d 100644 --- a/test/stress/map/map_type_michael_list.h +++ b/test/stress/map/map_type_michael_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/map/map_type_skip_list.h b/test/stress/map/map_type_skip_list.h index a9473809..b2a58c85 100644 --- a/test/stress/map/map_type_skip_list.h +++ b/test/stress/map/map_type_skip_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_MAP_TYPE_SKIP_LIST_H diff --git a/test/stress/map/map_type_std.h b/test/stress/map/map_type_std.h index f7d880c8..3a729820 100644 --- a/test/stress/map/map_type_std.h +++ b/test/stress/map/map_type_std.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_MAP_TYPE_STD_H @@ -231,7 +231,7 @@ namespace map { static CDS_CONSTEXPR bool const c_bExtractSupported = false; static CDS_CONSTEXPR bool const c_bLoadFactorDepended = false; static CDS_CONSTEXPR bool const c_bEraseExactKey = false; - }; + }; struct tag_StdMap; diff --git a/test/stress/pqueue/item.h b/test/stress/pqueue/item.h index 0d062768..4f8671c6 100644 --- a/test/stress/pqueue/item.h +++ b/test/stress/pqueue/item.h @@ -50,7 +50,7 @@ namespace pqueue { {} simple_value( key_type n ) - : key(n) + : key(n) {} friend bool operator <( simple_value const& lhs, simple_value const& rhs ) diff --git a/test/stress/pqueue/pqueue_type.h b/test/stress/pqueue/pqueue_type.h index ce304665..455d3571 100644 --- a/test/stress/pqueue/pqueue_type.h +++ b/test/stress/pqueue/pqueue_type.h @@ -617,7 +617,7 @@ namespace cds_test { static inline property_stream& operator <<( property_stream& o, cds::container::fcpqueue::stat<> const& s ) { - return o + return o << CDSSTRESS_STAT_OUT( s, m_nPush ) << CDSSTRESS_STAT_OUT( s, m_nPushMove ) << CDSSTRESS_STAT_OUT( s, m_nPop ) diff --git a/test/stress/queue/intrusive_queue_type.h b/test/stress/queue/intrusive_queue_type.h index c2133431..c4740563 100644 --- a/test/stress/queue/intrusive_queue_type.h +++ b/test/stress/queue/intrusive_queue_type.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSSTRESS_INTRUSIVE_QUEUE_TYPES_H @@ -113,7 +113,7 @@ namespace queue { } // namespace details template - struct Types + struct Types { // MSQueue, MoirQueue struct traits_MSQueue_HP : public cds::intrusive::msqueue::traits diff --git a/test/stress/queue/print_stat.h b/test/stress/queue/print_stat.h index 267dfeaf..13feb8c9 100644 --- a/test/stress/queue/print_stat.h +++ b/test/stress/queue/print_stat.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSSTRESS_QUEUE_PRINT_STAT_H diff --git a/test/stress/queue/queue_type.h b/test/stress/queue/queue_type.h index ca0efe93..92a35fe3 100644 --- a/test/stress/queue/queue_type.h +++ b/test/stress/queue/queue_type.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/queue/std_queue.h b/test/stress/queue/std_queue.h index b8276aab..c488b1f4 100644 --- a/test/stress/queue/std_queue.h +++ b/test/stress/queue/std_queue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_QUEUE_STD_QUEUE_H diff --git a/test/stress/set/delodd/set_delodd.cpp b/test/stress/set/delodd/set_delodd.cpp index 09c44fed..bbef04ba 100644 --- a/test/stress/set/delodd/set_delodd.cpp +++ b/test/stress/set/delodd/set_delodd.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,13 +25,13 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_delodd.h" namespace set { - + size_t Set_DelOdd::s_nSetSize = 1000000; size_t Set_DelOdd::s_nInsThreadCount = 4; size_t Set_DelOdd::s_nDelThreadCount = 4; diff --git a/test/stress/set/delodd/set_delodd.h b/test/stress/set/delodd/set_delodd.h index 97007851..cfa99f63 100644 --- a/test/stress/set/delodd/set_delodd.h +++ b/test/stress/set/delodd/set_delodd.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/delodd/set_delodd_cuckoo.cpp b/test/stress/set/delodd/set_delodd_cuckoo.cpp index 1303177c..66a2434d 100644 --- a/test/stress/set/delodd/set_delodd_cuckoo.cpp +++ b/test/stress/set/delodd/set_delodd_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_delodd.h" diff --git a/test/stress/set/delodd/set_delodd_ellentree.cpp b/test/stress/set/delodd/set_delodd_ellentree.cpp index fc2fa2b3..02bc582e 100644 --- a/test/stress/set/delodd/set_delodd_ellentree.cpp +++ b/test/stress/set/delodd/set_delodd_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_delodd.h" diff --git a/test/stress/set/delodd/set_delodd_feldman_hashset.cpp b/test/stress/set/delodd/set_delodd_feldman_hashset.cpp index 207139f8..6fd7e349 100644 --- a/test/stress/set/delodd/set_delodd_feldman_hashset.cpp +++ b/test/stress/set/delodd/set_delodd_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_delodd.h" diff --git a/test/stress/set/delodd/set_delodd_michael.cpp b/test/stress/set/delodd/set_delodd_michael.cpp index 1f99c642..5f8860f6 100644 --- a/test/stress/set/delodd/set_delodd_michael.cpp +++ b/test/stress/set/delodd/set_delodd_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/delodd/set_delodd_skip.cpp b/test/stress/set/delodd/set_delodd_skip.cpp index 45263da1..994bdfed 100644 --- a/test/stress/set/delodd/set_delodd_skip.cpp +++ b/test/stress/set/delodd/set_delodd_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_delodd.h" diff --git a/test/stress/set/delodd/set_delodd_split.cpp b/test/stress/set/delodd/set_delodd_split.cpp index 9549928a..1eebe7f0 100644 --- a/test/stress/set/delodd/set_delodd_split.cpp +++ b/test/stress/set/delodd/set_delodd_split.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_delodd.h" diff --git a/test/stress/set/insdel_find/set_insdelfind.cpp b/test/stress/set/insdel_find/set_insdelfind.cpp index a66f5206..c02691c2 100644 --- a/test/stress/set/insdel_find/set_insdelfind.cpp +++ b/test/stress/set/insdel_find/set_insdelfind.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdelfind.h" diff --git a/test/stress/set/insdel_find/set_insdelfind.h b/test/stress/set/insdel_find/set_insdelfind.h index a262a877..7ac63b18 100644 --- a/test/stress/set/insdel_find/set_insdelfind.h +++ b/test/stress/set/insdel_find/set_insdelfind.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_type.h" diff --git a/test/stress/set/insdel_find/set_insdelfind_cuckoo.cpp b/test/stress/set/insdel_find/set_insdelfind_cuckoo.cpp index 8e095d2d..360cbdb5 100644 --- a/test/stress/set/insdel_find/set_insdelfind_cuckoo.cpp +++ b/test/stress/set/insdel_find/set_insdelfind_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdelfind.h" diff --git a/test/stress/set/insdel_find/set_insdelfind_ellentree.cpp b/test/stress/set/insdel_find/set_insdelfind_ellentree.cpp index 6704d282..3dd193c3 100644 --- a/test/stress/set/insdel_find/set_insdelfind_ellentree.cpp +++ b/test/stress/set/insdel_find/set_insdelfind_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdelfind.h" diff --git a/test/stress/set/insdel_find/set_insdelfind_feldman_hashset.cpp b/test/stress/set/insdel_find/set_insdelfind_feldman_hashset.cpp index 586036bb..c0fac631 100644 --- a/test/stress/set/insdel_find/set_insdelfind_feldman_hashset.cpp +++ b/test/stress/set/insdel_find/set_insdelfind_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdelfind.h" diff --git a/test/stress/set/insdel_find/set_insdelfind_michael.cpp b/test/stress/set/insdel_find/set_insdelfind_michael.cpp index 23169b5e..5d22fa37 100644 --- a/test/stress/set/insdel_find/set_insdelfind_michael.cpp +++ b/test/stress/set/insdel_find/set_insdelfind_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/insdel_find/set_insdelfind_skip.cpp b/test/stress/set/insdel_find/set_insdelfind_skip.cpp index 7d33f64c..98c0ff2c 100644 --- a/test/stress/set/insdel_find/set_insdelfind_skip.cpp +++ b/test/stress/set/insdel_find/set_insdelfind_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdelfind.h" diff --git a/test/stress/set/insdel_find/set_insdelfind_split.cpp b/test/stress/set/insdel_find/set_insdelfind_split.cpp index 34a7ca84..2b499efc 100644 --- a/test/stress/set/insdel_find/set_insdelfind_split.cpp +++ b/test/stress/set/insdel_find/set_insdelfind_split.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdelfind.h" diff --git a/test/stress/set/insdel_find/set_insdelfind_std.cpp b/test/stress/set/insdel_find/set_insdelfind_std.cpp index 100724d8..23023b61 100644 --- a/test/stress/set/insdel_find/set_insdelfind_std.cpp +++ b/test/stress/set/insdel_find/set_insdelfind_std.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdelfind.h" diff --git a/test/stress/set/insdel_find/set_insdelfind_striped.cpp b/test/stress/set/insdel_find/set_insdelfind_striped.cpp index ceb006ed..64a7ee41 100644 --- a/test/stress/set/insdel_find/set_insdelfind_striped.cpp +++ b/test/stress/set/insdel_find/set_insdelfind_striped.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdelfind.h" diff --git a/test/stress/set/insdel_func/set_insdel_func.cpp b/test/stress/set/insdel_func/set_insdel_func.cpp index 00b4f8c5..140d7dff 100644 --- a/test/stress/set/insdel_func/set_insdel_func.cpp +++ b/test/stress/set/insdel_func/set_insdel_func.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_func.h" diff --git a/test/stress/set/insdel_func/set_insdel_func_cuckoo.cpp b/test/stress/set/insdel_func/set_insdel_func_cuckoo.cpp index 7d379008..e49f1b09 100644 --- a/test/stress/set/insdel_func/set_insdel_func_cuckoo.cpp +++ b/test/stress/set/insdel_func/set_insdel_func_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_func.h" diff --git a/test/stress/set/insdel_func/set_insdel_func_ellentree.cpp b/test/stress/set/insdel_func/set_insdel_func_ellentree.cpp index 36219cb6..e6d196a7 100644 --- a/test/stress/set/insdel_func/set_insdel_func_ellentree.cpp +++ b/test/stress/set/insdel_func/set_insdel_func_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_func.h" diff --git a/test/stress/set/insdel_func/set_insdel_func_feldman_hashset.cpp b/test/stress/set/insdel_func/set_insdel_func_feldman_hashset.cpp index 05a8f6c2..e0f04b2c 100644 --- a/test/stress/set/insdel_func/set_insdel_func_feldman_hashset.cpp +++ b/test/stress/set/insdel_func/set_insdel_func_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_func.h" diff --git a/test/stress/set/insdel_func/set_insdel_func_michael.cpp b/test/stress/set/insdel_func/set_insdel_func_michael.cpp index 5c854a56..704427e5 100644 --- a/test/stress/set/insdel_func/set_insdel_func_michael.cpp +++ b/test/stress/set/insdel_func/set_insdel_func_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/insdel_func/set_insdel_func_skip.cpp b/test/stress/set/insdel_func/set_insdel_func_skip.cpp index 57b1c7b1..50237340 100644 --- a/test/stress/set/insdel_func/set_insdel_func_skip.cpp +++ b/test/stress/set/insdel_func/set_insdel_func_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_func.h" diff --git a/test/stress/set/insdel_func/set_insdel_func_striped.cpp b/test/stress/set/insdel_func/set_insdel_func_striped.cpp index 22106b2b..75b521c3 100644 --- a/test/stress/set/insdel_func/set_insdel_func_striped.cpp +++ b/test/stress/set/insdel_func/set_insdel_func_striped.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_func.h" diff --git a/test/stress/set/insdel_string/set_insdel_string.cpp b/test/stress/set/insdel_string/set_insdel_string.cpp index a15bea3f..eede8e39 100644 --- a/test/stress/set/insdel_string/set_insdel_string.cpp +++ b/test/stress/set/insdel_string/set_insdel_string.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/insdel_string/set_insdel_string.h b/test/stress/set/insdel_string/set_insdel_string.h index f0e11a10..6f1e8494 100644 --- a/test/stress/set/insdel_string/set_insdel_string.h +++ b/test/stress/set/insdel_string/set_insdel_string.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_type.h" diff --git a/test/stress/set/insdel_string/set_insdel_string_cuckoo.cpp b/test/stress/set/insdel_string/set_insdel_string_cuckoo.cpp index c9b02b03..ffe37245 100644 --- a/test/stress/set/insdel_string/set_insdel_string_cuckoo.cpp +++ b/test/stress/set/insdel_string/set_insdel_string_cuckoo.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_string.h" diff --git a/test/stress/set/insdel_string/set_insdel_string_ellentree.cpp b/test/stress/set/insdel_string/set_insdel_string_ellentree.cpp index 7c78bff5..1a21b51f 100644 --- a/test/stress/set/insdel_string/set_insdel_string_ellentree.cpp +++ b/test/stress/set/insdel_string/set_insdel_string_ellentree.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_string.h" diff --git a/test/stress/set/insdel_string/set_insdel_string_feldman_hashset.cpp b/test/stress/set/insdel_string/set_insdel_string_feldman_hashset.cpp index 792d1169..7e7c4069 100644 --- a/test/stress/set/insdel_string/set_insdel_string_feldman_hashset.cpp +++ b/test/stress/set/insdel_string/set_insdel_string_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_string.h" diff --git a/test/stress/set/insdel_string/set_insdel_string_michael.cpp b/test/stress/set/insdel_string/set_insdel_string_michael.cpp index 4a209aa1..d666a60a 100644 --- a/test/stress/set/insdel_string/set_insdel_string_michael.cpp +++ b/test/stress/set/insdel_string/set_insdel_string_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/insdel_string/set_insdel_string_skip.cpp b/test/stress/set/insdel_string/set_insdel_string_skip.cpp index 1ba4b2ce..f3c632a7 100644 --- a/test/stress/set/insdel_string/set_insdel_string_skip.cpp +++ b/test/stress/set/insdel_string/set_insdel_string_skip.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_string.h" diff --git a/test/stress/set/insdel_string/set_insdel_string_split.cpp b/test/stress/set/insdel_string/set_insdel_string_split.cpp index 5acb8995..7308e285 100644 --- a/test/stress/set/insdel_string/set_insdel_string_split.cpp +++ b/test/stress/set/insdel_string/set_insdel_string_split.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_string.h" diff --git a/test/stress/set/insdel_string/set_insdel_string_std.cpp b/test/stress/set/insdel_string/set_insdel_string_std.cpp index 2bb7b038..f5849b68 100644 --- a/test/stress/set/insdel_string/set_insdel_string_std.cpp +++ b/test/stress/set/insdel_string/set_insdel_string_std.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_string.h" diff --git a/test/stress/set/insdel_string/set_insdel_string_striped.cpp b/test/stress/set/insdel_string/set_insdel_string_striped.cpp index 3026dfd5..8dce1eb0 100644 --- a/test/stress/set/insdel_string/set_insdel_string_striped.cpp +++ b/test/stress/set/insdel_string/set_insdel_string_striped.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "set_insdel_string.h" diff --git a/test/stress/set/iteration/set_iteration.cpp b/test/stress/set/iteration/set_iteration.cpp index b72792e5..7484b5fc 100644 --- a/test/stress/set/iteration/set_iteration.cpp +++ b/test/stress/set/iteration/set_iteration.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/iteration/set_iteration.h b/test/stress/set/iteration/set_iteration.h index 7757b874..d1385fe7 100644 --- a/test/stress/set/iteration/set_iteration.h +++ b/test/stress/set/iteration/set_iteration.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/iteration/set_iteration_feldman_hashset.cpp b/test/stress/set/iteration/set_iteration_feldman_hashset.cpp index 32e4f9ac..ed772d2b 100644 --- a/test/stress/set/iteration/set_iteration_feldman_hashset.cpp +++ b/test/stress/set/iteration/set_iteration_feldman_hashset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/iteration/set_iteration_michael.cpp b/test/stress/set/iteration/set_iteration_michael.cpp index fbb2d3bc..058d8e2e 100644 --- a/test/stress/set/iteration/set_iteration_michael.cpp +++ b/test/stress/set/iteration/set_iteration_michael.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/iteration/set_iteration_split.cpp b/test/stress/set/iteration/set_iteration_split.cpp index 0cb3c8aa..1d22d713 100644 --- a/test/stress/set/iteration/set_iteration_split.cpp +++ b/test/stress/set/iteration/set_iteration_split.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/set_type.h b/test/stress/set/set_type.h index cbf62c27..1023c7b8 100644 --- a/test/stress/set/set_type.h +++ b/test/stress/set/set_type.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_SET_TYPE_H @@ -59,7 +59,7 @@ namespace set { struct less; template - struct cmp + struct cmp { int operator ()(Key const& k1, Key const& k2) const { diff --git a/test/stress/set/set_type_cuckoo.h b/test/stress/set/set_type_cuckoo.h index 5062a77d..614582b1 100644 --- a/test/stress/set/set_type_cuckoo.h +++ b/test/stress/set/set_type_cuckoo.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_SET_TYPE_CUCKOO_H diff --git a/test/stress/set/set_type_ellen_bintree.h b/test/stress/set/set_type_ellen_bintree.h index 0d08e2d6..9ae452c5 100644 --- a/test/stress/set/set_type_ellen_bintree.h +++ b/test/stress/set/set_type_ellen_bintree.h @@ -304,7 +304,7 @@ namespace set { #ifdef CDS_URCU_SIGNAL_HANDLING_ENABLED || std::is_same::value #endif - ; +; if ( !threaded_rcu ) { EXPECT_EQ( ellen_bintree_pool::internal_node_counter::m_nAlloc.get(), ellen_bintree_pool::internal_node_counter::m_nFree.get()); } diff --git a/test/stress/set/set_type_feldman_hashset.h b/test/stress/set/set_type_feldman_hashset.h index 7b074c77..8e20b1ba 100644 --- a/test/stress/set/set_type_feldman_hashset.h +++ b/test/stress/set/set_type_feldman_hashset.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/set_type_iterable_list.h b/test/stress/set/set_type_iterable_list.h index 3462e29a..3840bd16 100644 --- a/test/stress/set/set_type_iterable_list.h +++ b/test/stress/set/set_type_iterable_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/set_type_lazy_list.h b/test/stress/set/set_type_lazy_list.h index 19190902..df4afaef 100644 --- a/test/stress/set/set_type_lazy_list.h +++ b/test/stress/set/set_type_lazy_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/set_type_michael.h b/test/stress/set/set_type_michael.h index a321a69e..ebf6567b 100644 --- a/test/stress/set/set_type_michael.h +++ b/test/stress/set/set_type_michael.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/set_type_michael_list.h b/test/stress/set/set_type_michael_list.h index ae480c99..64069c45 100644 --- a/test/stress/set/set_type_michael_list.h +++ b/test/stress/set/set_type_michael_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/stress/set/set_type_skip_list.h b/test/stress/set/set_type_skip_list.h index 97b1a9d3..9363a10a 100644 --- a/test/stress/set/set_type_skip_list.h +++ b/test/stress/set/set_type_skip_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_SET_TYPE_SKIP_LIST_H diff --git a/test/stress/stack/intrusive_push_pop.cpp b/test/stress/stack/intrusive_push_pop.cpp index 30af880e..10ab177c 100644 --- a/test/stress/stack/intrusive_push_pop.cpp +++ b/test/stress/stack/intrusive_push_pop.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "intrusive_stack_push_pop.h" diff --git a/test/stress/stack/intrusive_push_pop_fcstack.cpp b/test/stress/stack/intrusive_push_pop_fcstack.cpp index cc5f5e99..0fb9fcf3 100644 --- a/test/stress/stack/intrusive_push_pop_fcstack.cpp +++ b/test/stress/stack/intrusive_push_pop_fcstack.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "intrusive_stack_push_pop.h" @@ -78,7 +78,7 @@ namespace { std::stringstream ss; ss << "compact_factor" << p.param.nCompactFactor << "__combine_pass_count" << p.param.nCombinePassCount - ; +; return ss.str(); } else { @@ -98,7 +98,7 @@ namespace { if ( s_bFCIterative ) { fc_param arg = GetParam(); if ( arg.nCombinePassCount ) { - propout() + propout() << std::make_pair( "compact_factor", arg.nCompactFactor ) << std::make_pair( "combine_pass_count", arg.nCombinePassCount ); Stack stack( arg.nCompactFactor, arg.nCombinePassCount ); diff --git a/test/stress/stack/intrusive_stack_push_pop.h b/test/stress/stack/intrusive_stack_push_pop.h index 9bc7db01..168bb8b5 100644 --- a/test/stress/stack/intrusive_stack_push_pop.h +++ b/test/stress/stack/intrusive_stack_push_pop.h @@ -242,7 +242,7 @@ namespace cds_test { << std::make_pair( "pop_count", nPopCount ) << std::make_pair( "pop_empty", nPopEmpty ) << std::make_pair( "dirty_pop", nDirtyPop ) - ; +; } @@ -274,7 +274,7 @@ namespace cds_test { propout() << std::make_pair( "producer_thread_count", s_nPushThreadCount ) << std::make_pair( "consumer_thread_count", s_nPopThreadCount ) << std::make_pair( "push_count", nPushCount * s_nPushThreadCount ) - ; +; std::chrono::milliseconds duration = pool.run(); @@ -294,4 +294,4 @@ namespace cds_test { propout() << stack.statistics(); } }; -} // namespace cds_test \ No newline at end of file +} // namespace cds_test diff --git a/test/stress/stack/intrusive_stack_type.h b/test/stress/stack/intrusive_stack_type.h index 5740e2f9..078dc678 100644 --- a/test/stress/stack/intrusive_stack_type.h +++ b/test/stress/stack/intrusive_stack_type.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSSTRESS_INTRUSIVE_STACK_TYPES_H diff --git a/test/stress/stack/push_pop.cpp b/test/stress/stack/push_pop.cpp index 970d0fe5..1246ea44 100644 --- a/test/stress/stack/push_pop.cpp +++ b/test/stress/stack/push_pop.cpp @@ -199,7 +199,7 @@ namespace { propout() << std::make_pair( "producer_thread_count", s_nPushThreadCount ) << std::make_pair( "consumer_thread_count", s_nPopThreadCount ) << std::make_pair( "push_count", s_nStackSize ) - ; +; std::chrono::milliseconds duration = pool.run(); @@ -273,7 +273,7 @@ namespace { << std::make_pair( "push_error", nPushError ) << std::make_pair( "pop_empty", nPopEmpty ) << std::make_pair( "dirty_pop", nDirtyPop ) - ; +; } }; diff --git a/test/stress/stack/stack_type.h b/test/stress/stack/stack_type.h index 6a14e748..be262c88 100644 --- a/test/stress/stack/stack_type.h +++ b/test/stress/stack/stack_type.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSSTRESS_STACK_TYPES_H diff --git a/test/unit/deque/fcdeque.cpp b/test/unit/deque/fcdeque.cpp index 154d0bbc..3968f0cb 100644 --- a/test/unit/deque/fcdeque.cpp +++ b/test/unit/deque/fcdeque.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/intrusive-list/intrusive_iterable_dhp.cpp b/test/unit/intrusive-list/intrusive_iterable_dhp.cpp index e604978f..1101627d 100644 --- a/test/unit/intrusive-list/intrusive_iterable_dhp.cpp +++ b/test/unit/intrusive-list/intrusive_iterable_dhp.cpp @@ -56,11 +56,11 @@ namespace { TEST_F( IntrusiveIterableList_DHP, less ) { typedef ci::IterableList< gc_type, item_type, - typename ci::iterable_list::make_traits< + typename ci::iterable_list::make_traits< ci::opt::disposer< mock_disposer > ,cds::opt::less< less< item_type >> , cds::opt::item_counter< cds::atomicity::item_counter > - >::type + >::type > list_type; list_type l; diff --git a/test/unit/intrusive-list/intrusive_iterable_hp.cpp b/test/unit/intrusive-list/intrusive_iterable_hp.cpp index 9d6380d4..2a1c7b7c 100644 --- a/test/unit/intrusive-list/intrusive_iterable_hp.cpp +++ b/test/unit/intrusive-list/intrusive_iterable_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -58,12 +58,12 @@ namespace { TEST_F( IntrusiveIterableList_HP, less ) { typedef ci::IterableList< gc_type, item_type, - typename ci::iterable_list::make_traits< + typename ci::iterable_list::make_traits< ci::opt::disposer< mock_disposer > ,cds::opt::less< less< item_type >> ,cds::opt::item_counter< cds::atomicity::item_counter > - >::type + >::type > list_type; list_type l; @@ -174,12 +174,12 @@ namespace { TEST_F( IntrusiveIterableList_HP, derived ) { class list_type: public ci::IterableList< gc_type, item_type, - typename ci::iterable_list::make_traits< + typename ci::iterable_list::make_traits< ci::opt::disposer< mock_disposer > ,cds::opt::less< less< item_type >> ,cds::opt::item_counter< cds::atomicity::item_counter > - >::type + >::type > {}; diff --git a/test/unit/intrusive-list/intrusive_lazy_dhp.cpp b/test/unit/intrusive-list/intrusive_lazy_dhp.cpp index 73246179..f154049e 100644 --- a/test/unit/intrusive-list/intrusive_lazy_dhp.cpp +++ b/test/unit/intrusive-list/intrusive_lazy_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -67,11 +67,11 @@ namespace { TEST_F( IntrusiveLazyList_DHP, base_hook ) { typedef ci::LazyList< gc_type, base_item, - typename ci::lazy_list::make_traits< + typename ci::lazy_list::make_traits< ci::opt::hook< ci::lazy_list::base_hook< cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< base_item >> - >::type + >::type > list_type; list_type l; @@ -205,11 +205,11 @@ namespace { TEST_F( IntrusiveLazyList_DHP, member_hook ) { typedef ci::LazyList< gc_type, member_item, - typename ci::lazy_list::make_traits< + typename ci::lazy_list::make_traits< ci::opt::hook< ci::lazy_list::member_hook< offsetof( member_item, hMember ), cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< member_item >> - >::type + >::type > list_type; list_type l; diff --git a/test/unit/intrusive-list/intrusive_lazy_hp.cpp b/test/unit/intrusive-list/intrusive_lazy_hp.cpp index bf3d49b5..4004405c 100644 --- a/test/unit/intrusive-list/intrusive_lazy_hp.cpp +++ b/test/unit/intrusive-list/intrusive_lazy_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -68,11 +68,11 @@ namespace { TEST_F( IntrusiveLazyList_HP, base_hook ) { typedef ci::LazyList< gc_type, base_item, - typename ci::lazy_list::make_traits< + typename ci::lazy_list::make_traits< ci::opt::hook< ci::lazy_list::base_hook< cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< base_item >> - >::type + >::type > list_type; list_type l; @@ -205,11 +205,11 @@ namespace { TEST_F( IntrusiveLazyList_HP, member_hook ) { typedef ci::LazyList< gc_type, member_item, - typename ci::lazy_list::make_traits< + typename ci::lazy_list::make_traits< ci::opt::hook< ci::lazy_list::member_hook< offsetof( member_item, hMember ), cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< member_item >> - >::type + >::type > list_type; list_type l; diff --git a/test/unit/intrusive-list/intrusive_lazy_nogc.cpp b/test/unit/intrusive-list/intrusive_lazy_nogc.cpp index 10039d1d..76f140f2 100644 --- a/test/unit/intrusive-list/intrusive_lazy_nogc.cpp +++ b/test/unit/intrusive-list/intrusive_lazy_nogc.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -48,11 +48,11 @@ namespace { TEST_F( IntrusiveLazyList_NOGC, base_hook ) { typedef ci::LazyList< gc_type, base_item, - typename ci::lazy_list::make_traits< + typename ci::lazy_list::make_traits< ci::opt::hook< ci::lazy_list::base_hook< cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< base_item >> - >::type + >::type > list_type; list_type l; @@ -178,11 +178,11 @@ namespace { TEST_F( IntrusiveLazyList_NOGC, member_hook ) { typedef ci::LazyList< gc_type, member_item, - typename ci::lazy_list::make_traits< + typename ci::lazy_list::make_traits< ci::opt::hook< ci::lazy_list::member_hook< offsetof( member_item, hMember ), cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< member_item >> - >::type + >::type > list_type; list_type l; diff --git a/test/unit/intrusive-list/intrusive_michael_dhp.cpp b/test/unit/intrusive-list/intrusive_michael_dhp.cpp index cbc0d20e..b699b95f 100644 --- a/test/unit/intrusive-list/intrusive_michael_dhp.cpp +++ b/test/unit/intrusive-list/intrusive_michael_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -64,11 +64,11 @@ namespace { TEST_F( IntrusiveMichaelList_DHP, base_hook ) { typedef ci::MichaelList< gc_type, base_item, - typename ci::michael_list::make_traits< + typename ci::michael_list::make_traits< ci::opt::hook< ci::michael_list::base_hook< cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< base_item >> - >::type + >::type > list_type; list_type l; @@ -183,11 +183,11 @@ namespace { TEST_F( IntrusiveMichaelList_DHP, member_hook ) { typedef ci::MichaelList< gc_type, member_item, - typename ci::michael_list::make_traits< + typename ci::michael_list::make_traits< ci::opt::hook< ci::michael_list::member_hook< offsetof( member_item, hMember ), cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< member_item >> - >::type + >::type > list_type; list_type l; diff --git a/test/unit/intrusive-list/intrusive_michael_hp.cpp b/test/unit/intrusive-list/intrusive_michael_hp.cpp index 693a0bfb..c6fa081f 100644 --- a/test/unit/intrusive-list/intrusive_michael_hp.cpp +++ b/test/unit/intrusive-list/intrusive_michael_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -65,11 +65,11 @@ namespace { TEST_F( IntrusiveMichaelList_HP, base_hook ) { typedef ci::MichaelList< gc_type, base_item, - typename ci::michael_list::make_traits< + typename ci::michael_list::make_traits< ci::opt::hook< ci::michael_list::base_hook< cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< base_item >> - >::type + >::type > list_type; list_type l; @@ -184,11 +184,11 @@ namespace { TEST_F( IntrusiveMichaelList_HP, member_hook ) { typedef ci::MichaelList< gc_type, member_item, - typename ci::michael_list::make_traits< + typename ci::michael_list::make_traits< ci::opt::hook< ci::michael_list::member_hook< offsetof( member_item, hMember ), cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< member_item >> - >::type + >::type > list_type; list_type l; diff --git a/test/unit/intrusive-list/intrusive_michael_nogc.cpp b/test/unit/intrusive-list/intrusive_michael_nogc.cpp index 21a3ff21..b37fdd04 100644 --- a/test/unit/intrusive-list/intrusive_michael_nogc.cpp +++ b/test/unit/intrusive-list/intrusive_michael_nogc.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_list_nogc.h" @@ -45,11 +45,11 @@ namespace { TEST_F( IntrusiveMichaelList_NOGC, base_hook ) { typedef ci::MichaelList< gc_type, base_item, - typename ci::michael_list::make_traits< + typename ci::michael_list::make_traits< ci::opt::hook< ci::michael_list::base_hook< cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< base_item >> - >::type + >::type > list_type; list_type l; @@ -125,11 +125,11 @@ namespace { TEST_F( IntrusiveMichaelList_NOGC, member_hook ) { typedef ci::MichaelList< gc_type, member_item, - typename ci::michael_list::make_traits< + typename ci::michael_list::make_traits< ci::opt::hook< ci::michael_list::member_hook< offsetof( member_item, hMember ), cds::opt::gc< gc_type >>> ,ci::opt::disposer< mock_disposer > ,cds::opt::less< less< member_item >> - >::type + >::type > list_type; list_type l; diff --git a/test/unit/intrusive-list/test_intrusive_iterable_list.h b/test/unit/intrusive-list/test_intrusive_iterable_list.h index 763826e2..278b16ca 100644 --- a/test/unit/intrusive-list/test_intrusive_iterable_list.h +++ b/test/unit/intrusive-list/test_intrusive_iterable_list.h @@ -553,4 +553,4 @@ namespace cds_test { } // namespace cds_test -#endif // CDSUNIT_LIST_TEST_INTRUSIVE_ITERABLE_LIST_H +#endif // CDSUNIT_LIST_TEST_INTRUSIVE_ITERABLE_LIST_H diff --git a/test/unit/intrusive-list/test_intrusive_iterable_list_hp.h b/test/unit/intrusive-list/test_intrusive_iterable_list_hp.h index 4fbb63db..f3faa224 100644 --- a/test/unit/intrusive-list/test_intrusive_iterable_list_hp.h +++ b/test/unit/intrusive-list/test_intrusive_iterable_list_hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -107,4 +107,4 @@ namespace cds_test { } // namespace cds_test -#endif // CDSUNIT_LIST_TEST_INTRUSIVE_ITERABLE_LIST_HP_H +#endif // CDSUNIT_LIST_TEST_INTRUSIVE_ITERABLE_LIST_HP_H diff --git a/test/unit/intrusive-list/test_intrusive_lazy_rcu.h b/test/unit/intrusive-list/test_intrusive_lazy_rcu.h index bb8e5fcb..52c7f45b 100644 --- a/test/unit/intrusive-list/test_intrusive_lazy_rcu.h +++ b/test/unit/intrusive-list/test_intrusive_lazy_rcu.h @@ -182,11 +182,11 @@ TYPED_TEST_P( IntrusiveLazyList, base_hook_wrapped_stat ) TYPED_TEST_P( IntrusiveLazyList, member_hook ) { typedef ci::LazyList< typename TestFixture::rcu_type, typename TestFixture::member_item, - typename ci::lazy_list::make_traits< + typename ci::lazy_list::make_traits< ci::opt::hook< ci::lazy_list::member_hook< offsetof( typename TestFixture::member_item, hMember ), cds::opt::gc< typename TestFixture::rcu_type >>> ,ci::opt::disposer< typename TestFixture::mock_disposer > ,cds::opt::less< typename TestFixture::template less< typename TestFixture::member_item >> - >::type + >::type > list_type; list_type l; @@ -306,5 +306,5 @@ REGISTER_TYPED_TEST_CASE_P( IntrusiveLazyList, ); -#endif // CDSUNIT_LIST_TEST_INTRUSIVE_LAZY_LIST_RCU_H +#endif // CDSUNIT_LIST_TEST_INTRUSIVE_LAZY_LIST_RCU_H diff --git a/test/unit/intrusive-list/test_intrusive_list.h b/test/unit/intrusive-list/test_intrusive_list.h index fc3fe801..dae49ae0 100644 --- a/test/unit/intrusive-list/test_intrusive_list.h +++ b/test/unit/intrusive-list/test_intrusive_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_LIST_TEST_INTRUSIVE_LIST_H #define CDSUNIT_LIST_TEST_INTRUSIVE_LIST_H @@ -503,4 +503,4 @@ namespace cds_test { } // namespace cds_test -#endif // CDSUNIT_LIST_TEST_INTRUSIVE_LIST_H +#endif // CDSUNIT_LIST_TEST_INTRUSIVE_LIST_H diff --git a/test/unit/intrusive-list/test_intrusive_list_hp.h b/test/unit/intrusive-list/test_intrusive_list_hp.h index b5a95814..0d3936a2 100644 --- a/test/unit/intrusive-list/test_intrusive_list_hp.h +++ b/test/unit/intrusive-list/test_intrusive_list_hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_LIST_TEST_INTRUSIVE_LIST_HP_H #define CDSUNIT_LIST_TEST_INTRUSIVE_LIST_HP_H @@ -107,4 +107,4 @@ namespace cds_test { } // namespace cds_test -#endif // CDSUNIT_LIST_TEST_INTRUSIVE_LIST_HP_H +#endif // CDSUNIT_LIST_TEST_INTRUSIVE_LIST_HP_H diff --git a/test/unit/intrusive-list/test_intrusive_list_nogc.h b/test/unit/intrusive-list/test_intrusive_list_nogc.h index c9298c8b..d1aa273e 100644 --- a/test/unit/intrusive-list/test_intrusive_list_nogc.h +++ b/test/unit/intrusive-list/test_intrusive_list_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_LIST_TEST_INTRUSIVE_LIST_NOGC_H #define CDSUNIT_LIST_TEST_INTRUSIVE_LIST_NOGC_H @@ -490,4 +490,4 @@ namespace cds_test { } // namespace cds_test -#endif // CDSUNIT_LIST_TEST_INTRUSIVE_LIST_NOGC_H +#endif // CDSUNIT_LIST_TEST_INTRUSIVE_LIST_NOGC_H diff --git a/test/unit/intrusive-list/test_intrusive_list_rcu.h b/test/unit/intrusive-list/test_intrusive_list_rcu.h index 9df70379..ecc764de 100644 --- a/test/unit/intrusive-list/test_intrusive_list_rcu.h +++ b/test/unit/intrusive-list/test_intrusive_list_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_LIST_TEST_INTRUSIVE_LIST_RCU_H #define CDSUNIT_LIST_TEST_INTRUSIVE_LIST_RCU_H @@ -143,4 +143,4 @@ namespace cds_test { } // namespace cds_test -#endif // CDSUNIT_LIST_TEST_INTRUSIVE_LIST_RCU_H +#endif // CDSUNIT_LIST_TEST_INTRUSIVE_LIST_RCU_H diff --git a/test/unit/intrusive-list/test_intrusive_michael_rcu.h b/test/unit/intrusive-list/test_intrusive_michael_rcu.h index 1105b022..89396b7c 100644 --- a/test/unit/intrusive-list/test_intrusive_michael_rcu.h +++ b/test/unit/intrusive-list/test_intrusive_michael_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -180,11 +180,11 @@ TYPED_TEST_P( IntrusiveMichaelList, base_hook_wrapped_stat ) TYPED_TEST_P( IntrusiveMichaelList, member_hook ) { typedef ci::MichaelList< typename TestFixture::rcu_type, typename TestFixture::member_item, - typename ci::michael_list::make_traits< + typename ci::michael_list::make_traits< ci::opt::hook< ci::michael_list::member_hook< offsetof( typename TestFixture::member_item, hMember ), cds::opt::gc< typename TestFixture::rcu_type >>> ,ci::opt::disposer< typename TestFixture::mock_disposer > ,cds::opt::less< typename TestFixture::template less< typename TestFixture::member_item >> - >::type + >::type > list_type; list_type l; @@ -302,5 +302,5 @@ REGISTER_TYPED_TEST_CASE_P( IntrusiveMichaelList, ); -#endif // CDSUNIT_LIST_TEST_INTRUSIVE_LIST_RCU_H +#endif // CDSUNIT_LIST_TEST_INTRUSIVE_LIST_RCU_H diff --git a/test/unit/intrusive-set/intrusive_feldman_hashset_dhp.cpp b/test/unit/intrusive-set/intrusive_feldman_hashset_dhp.cpp index c2e6a6b7..95377f40 100644 --- a/test/unit/intrusive-set/intrusive_feldman_hashset_dhp.cpp +++ b/test/unit/intrusive-set/intrusive_feldman_hashset_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_feldman_hashset_hp.h" @@ -45,7 +45,7 @@ namespace { void SetUp() { - typedef ci::FeldmanHashSet< gc_type, int_item, + typedef ci::FeldmanHashSet< gc_type, int_item, typename ci::feldman_hashset::make_traits< ci::feldman_hashset::hash_accessor< hash_accessor > ,ci::opt::less< std::less> diff --git a/test/unit/intrusive-set/intrusive_feldman_hashset_hp.cpp b/test/unit/intrusive-set/intrusive_feldman_hashset_hp.cpp index 25ed60d9..6e65a08e 100644 --- a/test/unit/intrusive-set/intrusive_feldman_hashset_hp.cpp +++ b/test/unit/intrusive-set/intrusive_feldman_hashset_hp.cpp @@ -45,7 +45,7 @@ namespace { void SetUp() { - typedef ci::FeldmanHashSet< gc_type, int_item, + typedef ci::FeldmanHashSet< gc_type, int_item, typename ci::feldman_hashset::make_traits< ci::feldman_hashset::hash_accessor< hash_accessor > ,ci::opt::less< std::less> diff --git a/test/unit/intrusive-set/intrusive_skiplist_dhp.cpp b/test/unit/intrusive-set/intrusive_skiplist_dhp.cpp index 555e5958..4a0a5df7 100644 --- a/test/unit/intrusive-set/intrusive_skiplist_dhp.cpp +++ b/test/unit/intrusive-set/intrusive_skiplist_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_set_hp.h" diff --git a/test/unit/intrusive-set/intrusive_skiplist_hp.cpp b/test/unit/intrusive-set/intrusive_skiplist_hp.cpp index c3f40e2d..20468fd8 100644 --- a/test/unit/intrusive-set/intrusive_skiplist_hp.cpp +++ b/test/unit/intrusive-set/intrusive_skiplist_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_set_hp.h" diff --git a/test/unit/intrusive-set/intrusive_skiplist_nogc.cpp b/test/unit/intrusive-set/intrusive_skiplist_nogc.cpp index e2c7ec7d..f7128b27 100644 --- a/test/unit/intrusive-set/intrusive_skiplist_nogc.cpp +++ b/test/unit/intrusive-set/intrusive_skiplist_nogc.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_set_nogc.h" diff --git a/test/unit/intrusive-set/intrusive_skiplist_rcu_gpi.cpp b/test/unit/intrusive-set/intrusive_skiplist_rcu_gpi.cpp index 9aa52261..db6b6cc9 100644 --- a/test/unit/intrusive-set/intrusive_skiplist_rcu_gpi.cpp +++ b/test/unit/intrusive-set/intrusive_skiplist_rcu_gpi.cpp @@ -40,4 +40,4 @@ namespace { } // namespace INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI, IntrusiveSkipListSet, rcu_implementation ); -INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI_stripped, IntrusiveSkipListSet, rcu_implementation_stripped ); \ No newline at end of file +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI_stripped, IntrusiveSkipListSet, rcu_implementation_stripped ); diff --git a/test/unit/intrusive-set/test_intrusive_feldman_hashset.h b/test/unit/intrusive-set/test_intrusive_feldman_hashset.h index a87d9503..476a2417 100644 --- a/test/unit/intrusive-set/test_intrusive_feldman_hashset.h +++ b/test/unit/intrusive-set/test_intrusive_feldman_hashset.h @@ -49,7 +49,7 @@ namespace cds_test { { unsigned int nDisposeCount ; // count of disposer calling unsigned int nFindCount ; // count of find-functor calling - unsigned int nInsertCount ; + unsigned int nInsertCount; mutable unsigned int nEraseCount; stat() diff --git a/test/unit/intrusive-set/test_intrusive_michael_iterable.h b/test/unit/intrusive-set/test_intrusive_michael_iterable.h index a505ad00..aa47b6ef 100644 --- a/test/unit/intrusive-set/test_intrusive_michael_iterable.h +++ b/test/unit/intrusive-set/test_intrusive_michael_iterable.h @@ -79,9 +79,9 @@ namespace cds_test { , nVal(0) {} - int key() const - { - return nKey; + int key() const + { + return nKey; } }; @@ -256,7 +256,7 @@ namespace cds_test { case 0: ASSERT_TRUE( s.insert( i )); ASSERT_FALSE( s.insert( i )); - updResult = s.update( i, []( value_type& val, value_type* arg) + updResult = s.update( i, []( value_type& val, value_type* arg) { ASSERT_TRUE( arg != nullptr ); EXPECT_EQ( val.key(), arg->key() ); diff --git a/test/unit/intrusive-set/test_intrusive_michael_iterable_hp.h b/test/unit/intrusive-set/test_intrusive_michael_iterable_hp.h index 13f08552..b6a36a47 100644 --- a/test/unit/intrusive-set/test_intrusive_michael_iterable_hp.h +++ b/test/unit/intrusive-set/test_intrusive_michael_iterable_hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/intrusive-set/test_intrusive_set.h b/test/unit/intrusive-set/test_intrusive_set.h index acf1f976..06114b8e 100644 --- a/test/unit/intrusive-set/test_intrusive_set.h +++ b/test/unit/intrusive-set/test_intrusive_set.h @@ -304,7 +304,7 @@ namespace cds_test { case 0: ASSERT_TRUE( s.insert( i )); ASSERT_FALSE( s.insert( i )); - updResult = s.update( i, []( bool bNew, value_type& val, value_type& arg) + updResult = s.update( i, []( bool bNew, value_type& val, value_type& arg) { EXPECT_FALSE( bNew ); EXPECT_EQ( &val, &arg ); diff --git a/test/unit/intrusive-set/test_intrusive_set_nogc.h b/test/unit/intrusive-set/test_intrusive_set_nogc.h index 062a251e..74f6d046 100644 --- a/test/unit/intrusive-set/test_intrusive_set_nogc.h +++ b/test/unit/intrusive-set/test_intrusive_set_nogc.h @@ -304,7 +304,7 @@ namespace cds_test { ASSERT_TRUE( s.insert( i )); ASSERT_FALSE( s.insert( i )); EXPECT_EQ( i.nUpdateCount, 0u ); - updResult = s.update( i, []( bool bNew, value_type& val, value_type& arg) + updResult = s.update( i, []( bool bNew, value_type& val, value_type& arg) { EXPECT_FALSE( bNew ); EXPECT_EQ( &val, &arg ); diff --git a/test/unit/intrusive-set/test_intrusive_split_iterable_set.h b/test/unit/intrusive-set/test_intrusive_split_iterable_set.h index 28e03efc..9efbf915 100644 --- a/test/unit/intrusive-set/test_intrusive_split_iterable_set.h +++ b/test/unit/intrusive-set/test_intrusive_split_iterable_set.h @@ -80,9 +80,9 @@ namespace cds_test { , nVal(0) {} - int key() const - { - return nKey; + int key() const + { + return nKey; } }; @@ -257,7 +257,7 @@ namespace cds_test { case 0: ASSERT_TRUE( s.insert( i )); ASSERT_FALSE( s.insert( i )); - updResult = s.update( i, []( value_type& val, value_type* arg) + updResult = s.update( i, []( value_type& val, value_type* arg) { ASSERT_TRUE( arg != nullptr ); EXPECT_EQ( val.key(), arg->key() ); diff --git a/test/unit/list/kv_lazy_dhp.cpp b/test/unit/list/kv_lazy_dhp.cpp index 61564f41..49844e10 100644 --- a/test/unit/list/kv_lazy_dhp.cpp +++ b/test/unit/list/kv_lazy_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/kv_lazy_hp.cpp b/test/unit/list/kv_lazy_hp.cpp index 9bbd838a..c9c3c6e2 100644 --- a/test/unit/list/kv_lazy_hp.cpp +++ b/test/unit/list/kv_lazy_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/kv_lazy_nogc.cpp b/test/unit/list/kv_lazy_nogc.cpp index 32c32558..cb701372 100644 --- a/test/unit/list/kv_lazy_nogc.cpp +++ b/test/unit/list/kv_lazy_nogc.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/kv_michael_dhp.cpp b/test/unit/list/kv_michael_dhp.cpp index 7a41833f..37541972 100644 --- a/test/unit/list/kv_michael_dhp.cpp +++ b/test/unit/list/kv_michael_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/kv_michael_hp.cpp b/test/unit/list/kv_michael_hp.cpp index 2912dccc..254ac954 100644 --- a/test/unit/list/kv_michael_hp.cpp +++ b/test/unit/list/kv_michael_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/kv_michael_nogc.cpp b/test/unit/list/kv_michael_nogc.cpp index 6f81d5fe..90353ad0 100644 --- a/test/unit/list/kv_michael_nogc.cpp +++ b/test/unit/list/kv_michael_nogc.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/lazy_dhp.cpp b/test/unit/list/lazy_dhp.cpp index 3ebdcfcd..04e64e1f 100644 --- a/test/unit/list/lazy_dhp.cpp +++ b/test/unit/list/lazy_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/lazy_hp.cpp b/test/unit/list/lazy_hp.cpp index a0cbbb95..24e4dd6c 100644 --- a/test/unit/list/lazy_hp.cpp +++ b/test/unit/list/lazy_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/lazy_nogc.cpp b/test/unit/list/lazy_nogc.cpp index 5ec0b15d..283af56c 100644 --- a/test/unit/list/lazy_nogc.cpp +++ b/test/unit/list/lazy_nogc.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/michael_dhp.cpp b/test/unit/list/michael_dhp.cpp index e2a16e51..8aac6fde 100644 --- a/test/unit/list/michael_dhp.cpp +++ b/test/unit/list/michael_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/michael_hp.cpp b/test/unit/list/michael_hp.cpp index bb28f46b..b51ebc6f 100644 --- a/test/unit/list/michael_hp.cpp +++ b/test/unit/list/michael_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/michael_nogc.cpp b/test/unit/list/michael_nogc.cpp index 4ad27ce0..3df35e4d 100644 --- a/test/unit/list/michael_nogc.cpp +++ b/test/unit/list/michael_nogc.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/test_iterable_list.h b/test/unit/list/test_iterable_list.h index 693731d7..498eeb43 100644 --- a/test/unit/list/test_iterable_list.h +++ b/test/unit/list/test_iterable_list.h @@ -233,7 +233,7 @@ namespace cds_test { EXPECT_TRUE( l.contains( i )); EXPECT_TRUE( l.contains( i.nKey )); EXPECT_TRUE( l.contains( other_item( i.nKey ), other_less())); - EXPECT_TRUE( l.find( i, []( value_type& n, value_type const& arg ) { + EXPECT_TRUE( l.find( i, []( value_type& n, value_type const& arg ) { EXPECT_EQ( arg.nKey, n.nKey ); n.nVal = n.nKey; } )); @@ -312,7 +312,7 @@ namespace cds_test { EXPECT_CONTAINER_SIZE( l, 0 ); // clear test - for ( auto& i : arr ) + for ( auto& i : arr ) EXPECT_TRUE( l.insert( i )); ASSERT_FALSE( l.empty() ); diff --git a/test/unit/list/test_iterable_list_hp.h b/test/unit/list/test_iterable_list_hp.h index 16451e3c..a716d115 100644 --- a/test/unit/list/test_iterable_list_hp.h +++ b/test/unit/list/test_iterable_list_hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_LIST_TEST_ITERABLE_LIST_HP_H diff --git a/test/unit/list/test_kv_iterable_list.h b/test/unit/list/test_kv_iterable_list.h index 8512b373..1ed50b5f 100644 --- a/test/unit/list/test_kv_iterable_list.h +++ b/test/unit/list/test_kv_iterable_list.h @@ -57,9 +57,9 @@ namespace cds_test { s.nKey = 0; } - int key() const - { - return nKey; + int key() const + { + return nKey; } }; @@ -99,7 +99,7 @@ namespace cds_test { } }; - struct cmp + struct cmp { int operator()( key_type const& lhs, key_type const& rhs ) const { @@ -290,7 +290,7 @@ namespace cds_test { EXPECT_TRUE( l.contains( i.key )); EXPECT_TRUE( l.contains( list_key_type(i.key))); EXPECT_TRUE( l.contains( other_key( i.key ), other_less())); - EXPECT_TRUE( l.find( i.key, []( list_value_type& n ) { + EXPECT_TRUE( l.find( i.key, []( list_value_type& n ) { n.second.val = n.first.nKey; } )); EXPECT_TRUE( l.find( i.key, []( list_value_type& n ) { @@ -356,7 +356,7 @@ namespace cds_test { EXPECT_CONTAINER_SIZE( l, 0 ); // clear test - for ( auto& i : arr ) + for ( auto& i : arr ) EXPECT_TRUE( l.insert( i.key, i.val )); ASSERT_FALSE( l.empty() ); diff --git a/test/unit/list/test_kv_lazy_rcu.h b/test/unit/list/test_kv_lazy_rcu.h index fb303459..8659dee3 100644 --- a/test/unit/list/test_kv_lazy_rcu.h +++ b/test/unit/list/test_kv_lazy_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/test_kv_list.h b/test/unit/list/test_kv_list.h index 8b3fa2b6..ecdc379a 100644 --- a/test/unit/list/test_kv_list.h +++ b/test/unit/list/test_kv_list.h @@ -57,9 +57,9 @@ namespace cds_test { s.nKey = 0; } - int key() const - { - return nKey; + int key() const + { + return nKey; } }; @@ -99,7 +99,7 @@ namespace cds_test { } }; - struct cmp + struct cmp { int operator()( key_type const& lhs, key_type const& rhs ) const { @@ -267,7 +267,7 @@ namespace cds_test { EXPECT_TRUE( l.contains( i.key )); EXPECT_TRUE( l.contains( list_key_type(i.key))); EXPECT_TRUE( l.contains( other_key( i.key ), other_less())); - EXPECT_TRUE( l.find( i.key, []( list_value_type& n ) { + EXPECT_TRUE( l.find( i.key, []( list_value_type& n ) { n.second.val = n.first.nKey; } )); EXPECT_TRUE( l.find( i.key, []( list_value_type& n ) { @@ -326,7 +326,7 @@ namespace cds_test { EXPECT_CONTAINER_SIZE( l, 0 ); // clear test - for ( auto& i : arr ) + for ( auto& i : arr ) EXPECT_TRUE( l.insert( i.key, i.val )); ASSERT_FALSE( l.empty() ); diff --git a/test/unit/list/test_kv_michael_rcu.h b/test/unit/list/test_kv_michael_rcu.h index 54a8239b..9bd674ab 100644 --- a/test/unit/list/test_kv_michael_rcu.h +++ b/test/unit/list/test_kv_michael_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/test_lazy_rcu.h b/test/unit/list/test_lazy_rcu.h index 434d78f7..77094aa6 100644 --- a/test/unit/list/test_lazy_rcu.h +++ b/test/unit/list/test_lazy_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/list/test_list.h b/test/unit/list/test_list.h index c3086a73..12d01ea3 100644 --- a/test/unit/list/test_list.h +++ b/test/unit/list/test_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_LIST_TEST_LIST_H @@ -217,7 +217,7 @@ namespace cds_test { EXPECT_TRUE( l.contains( i )); EXPECT_TRUE( l.contains( i.nKey )); EXPECT_TRUE( l.contains( other_item( i.nKey ), other_less())); - EXPECT_TRUE( l.find( i, []( value_type& n, value_type const& arg ) { + EXPECT_TRUE( l.find( i, []( value_type& n, value_type const& arg ) { EXPECT_EQ( arg.nKey, n.nKey ); n.nVal = n.nKey; } )); @@ -280,7 +280,7 @@ namespace cds_test { EXPECT_CONTAINER_SIZE( l, 0 ); // clear test - for ( auto& i : arr ) + for ( auto& i : arr ) EXPECT_TRUE( l.insert( i )); ASSERT_FALSE( l.empty() ); diff --git a/test/unit/list/test_list_hp.h b/test/unit/list/test_list_hp.h index 67cb38cb..2ba68725 100644 --- a/test/unit/list/test_list_hp.h +++ b/test/unit/list/test_list_hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_LIST_TEST_LIST_HP_H diff --git a/test/unit/list/test_list_nogc.h b/test/unit/list/test_list_nogc.h index b3812121..21d9c03b 100644 --- a/test/unit/list/test_list_nogc.h +++ b/test/unit/list/test_list_nogc.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_LIST_TEST_LIST_NOGC_H diff --git a/test/unit/list/test_michael_rcu.h b/test/unit/list/test_michael_rcu.h index f0e4059a..fcbd3234 100644 --- a/test/unit/list/test_michael_rcu.h +++ b/test/unit/list/test_michael_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/main.cpp b/test/unit/main.cpp index e690d555..4dc8c041 100644 --- a/test/unit/main.cpp +++ b/test/unit/main.cpp @@ -1,37 +1,37 @@ -/* - This file is a part of libcds - Concurrent Data Structures library - - (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 - - Source code repo: http://github.com/khizmax/libcds/ - Download: http://sourceforge.net/projects/libcds/files/ - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include - -int main( int argc, char **argv ) +/* + This file is a part of libcds - Concurrent Data Structures library + + (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 + + Source code repo: http://github.com/khizmax/libcds/ + Download: http://sourceforge.net/projects/libcds/files/ + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include +#include + +int main( int argc, char **argv ) { int result; cds::Initialize(); @@ -41,4 +41,4 @@ int main( int argc, char **argv ) } cds::Terminate(); return result; -} +} diff --git a/test/unit/map/michael_iterable_dhp.cpp b/test/unit/map/michael_iterable_dhp.cpp index 1cf595ec..74c448ab 100644 --- a/test/unit/map/michael_iterable_dhp.cpp +++ b/test/unit/map/michael_iterable_dhp.cpp @@ -67,7 +67,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -85,7 +85,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -104,7 +104,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type diff --git a/test/unit/map/michael_iterable_hp.cpp b/test/unit/map/michael_iterable_hp.cpp index 693762aa..4b3abb9a 100644 --- a/test/unit/map/michael_iterable_hp.cpp +++ b/test/unit/map/michael_iterable_hp.cpp @@ -68,7 +68,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -86,7 +86,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -105,7 +105,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type diff --git a/test/unit/map/michael_lazy_dhp.cpp b/test/unit/map/michael_lazy_dhp.cpp index c1ee8ed4..1e1b5c88 100644 --- a/test/unit/map/michael_lazy_dhp.cpp +++ b/test/unit/map/michael_lazy_dhp.cpp @@ -67,7 +67,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -85,7 +85,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -104,7 +104,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type diff --git a/test/unit/map/michael_lazy_hp.cpp b/test/unit/map/michael_lazy_hp.cpp index 9ec2a16f..fb54ca78 100644 --- a/test/unit/map/michael_lazy_hp.cpp +++ b/test/unit/map/michael_lazy_hp.cpp @@ -68,7 +68,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -86,7 +86,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -105,7 +105,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type diff --git a/test/unit/map/michael_lazy_nogc.cpp b/test/unit/map/michael_lazy_nogc.cpp index aa7d9038..83053779 100644 --- a/test/unit/map/michael_lazy_nogc.cpp +++ b/test/unit/map/michael_lazy_nogc.cpp @@ -57,7 +57,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -75,7 +75,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -94,7 +94,7 @@ namespace { }; typedef cc::LazyKVList< gc_type, key_type, value_type, list_traits > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type diff --git a/test/unit/map/michael_michael_dhp.cpp b/test/unit/map/michael_michael_dhp.cpp index bf9b602d..b852e46a 100644 --- a/test/unit/map/michael_michael_dhp.cpp +++ b/test/unit/map/michael_michael_dhp.cpp @@ -67,7 +67,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -85,7 +85,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -104,7 +104,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type diff --git a/test/unit/map/michael_michael_hp.cpp b/test/unit/map/michael_michael_hp.cpp index c494e36c..d6d5e045 100644 --- a/test/unit/map/michael_michael_hp.cpp +++ b/test/unit/map/michael_michael_hp.cpp @@ -68,7 +68,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -86,7 +86,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -105,7 +105,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type diff --git a/test/unit/map/michael_michael_nogc.cpp b/test/unit/map/michael_michael_nogc.cpp index 6050f002..a9d69013 100644 --- a/test/unit/map/michael_michael_nogc.cpp +++ b/test/unit/map/michael_michael_nogc.cpp @@ -57,7 +57,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -75,7 +75,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type @@ -94,7 +94,7 @@ namespace { }; typedef cc::MichaelKVList< gc_type, key_type, value_type, list_traits > list_type; - typedef cc::MichaelHashMap< gc_type, list_type, + typedef cc::MichaelHashMap< gc_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< hash1 > >::type diff --git a/test/unit/map/split_iterable_dhp.cpp b/test/unit/map/split_iterable_dhp.cpp index ee02acde..339dc51f 100644 --- a/test/unit/map/split_iterable_dhp.cpp +++ b/test/unit/map/split_iterable_dhp.cpp @@ -68,11 +68,11 @@ namespace { TEST_F( SplitListIterableMap_DHP, compare ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::iterable_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::iterable_list::make_traits< cds::opt::compare< cmp > >::type @@ -86,11 +86,11 @@ namespace { TEST_F( SplitListIterableMap_DHP, less ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::iterable_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::iterable_list::make_traits< cds::opt::less< less > >::type @@ -104,11 +104,11 @@ namespace { TEST_F( SplitListIterableMap_DHP, cmpmix ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::iterable_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::iterable_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/map/split_iterable_hp.cpp b/test/unit/map/split_iterable_hp.cpp index 405d3f3f..f07980ef 100644 --- a/test/unit/map/split_iterable_hp.cpp +++ b/test/unit/map/split_iterable_hp.cpp @@ -69,11 +69,11 @@ namespace { TEST_F( SplitListIterableMap_HP, compare ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::iterable_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::iterable_list::make_traits< cds::opt::compare< cmp > >::type @@ -87,11 +87,11 @@ namespace { TEST_F( SplitListIterableMap_HP, less ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::iterable_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::iterable_list::make_traits< cds::opt::less< less > >::type @@ -105,11 +105,11 @@ namespace { TEST_F( SplitListIterableMap_HP, cmpmix ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::iterable_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::iterable_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/map/split_lazy_dhp.cpp b/test/unit/map/split_lazy_dhp.cpp index 62697e4d..fb5e230f 100644 --- a/test/unit/map/split_lazy_dhp.cpp +++ b/test/unit/map/split_lazy_dhp.cpp @@ -68,11 +68,11 @@ namespace { TEST_F( SplitListLazyMap_DHP, compare ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::compare< cmp > >::type @@ -86,11 +86,11 @@ namespace { TEST_F( SplitListLazyMap_DHP, less ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< less > >::type @@ -104,11 +104,11 @@ namespace { TEST_F( SplitListLazyMap_DHP, cmpmix ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/map/split_lazy_hp.cpp b/test/unit/map/split_lazy_hp.cpp index d4f8d6c5..4d449ca0 100644 --- a/test/unit/map/split_lazy_hp.cpp +++ b/test/unit/map/split_lazy_hp.cpp @@ -69,11 +69,11 @@ namespace { TEST_F( SplitListLazyMap_HP, compare ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::compare< cmp > >::type @@ -87,11 +87,11 @@ namespace { TEST_F( SplitListLazyMap_HP, less ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< less > >::type @@ -105,11 +105,11 @@ namespace { TEST_F( SplitListLazyMap_HP, cmpmix ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/map/split_lazy_nogc.cpp b/test/unit/map/split_lazy_nogc.cpp index 881e8814..a38a7c99 100644 --- a/test/unit/map/split_lazy_nogc.cpp +++ b/test/unit/map/split_lazy_nogc.cpp @@ -52,11 +52,11 @@ namespace { TEST_F( SplitListLazyMap_NoGC, compare ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::compare< cmp > >::type @@ -70,11 +70,11 @@ namespace { TEST_F( SplitListLazyMap_NoGC, less ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< less > >::type @@ -88,11 +88,11 @@ namespace { TEST_F( SplitListLazyMap_NoGC, cmpmix ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/map/split_michael_dhp.cpp b/test/unit/map/split_michael_dhp.cpp index 0d0fcbdc..b3b6edd7 100644 --- a/test/unit/map/split_michael_dhp.cpp +++ b/test/unit/map/split_michael_dhp.cpp @@ -69,11 +69,11 @@ namespace { TEST_F( SplitListMichaelMap_DHP, compare ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::compare< cmp > >::type @@ -87,11 +87,11 @@ namespace { TEST_F( SplitListMichaelMap_DHP, less ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< less > >::type @@ -105,11 +105,11 @@ namespace { TEST_F( SplitListMichaelMap_DHP, cmpmix ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/map/split_michael_hp.cpp b/test/unit/map/split_michael_hp.cpp index 3384bbc6..19837a77 100644 --- a/test/unit/map/split_michael_hp.cpp +++ b/test/unit/map/split_michael_hp.cpp @@ -69,11 +69,11 @@ namespace { TEST_F( SplitListMichaelMap_HP, compare ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::compare< cmp > >::type @@ -87,11 +87,11 @@ namespace { TEST_F( SplitListMichaelMap_HP, less ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< less > >::type @@ -105,11 +105,11 @@ namespace { TEST_F( SplitListMichaelMap_HP, cmpmix ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/map/split_michael_nogc.cpp b/test/unit/map/split_michael_nogc.cpp index c55ab817..0fc50fd2 100644 --- a/test/unit/map/split_michael_nogc.cpp +++ b/test/unit/map/split_michael_nogc.cpp @@ -52,11 +52,11 @@ namespace { TEST_F( SplitListMichaelMap_NoGC, compare ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::compare< cmp > >::type @@ -70,11 +70,11 @@ namespace { TEST_F( SplitListMichaelMap_NoGC, less ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< less > >::type @@ -88,11 +88,11 @@ namespace { TEST_F( SplitListMichaelMap_NoGC, cmpmix ) { - typedef cc::SplitListMap< gc_type, key_type, value_type, + typedef cc::SplitListMap< gc_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/map/test_feldman_hashmap_rcu.h b/test/unit/map/test_feldman_hashmap_rcu.h index 3d464b1e..3a2f18df 100644 --- a/test/unit/map/test_feldman_hashmap_rcu.h +++ b/test/unit/map/test_feldman_hashmap_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_MAP_TEST_FELDMAN_HASHMAP_RCU_H @@ -276,7 +276,7 @@ namespace { // "No test named can be found in this test case" REGISTER_TYPED_TEST_CASE_P( FeldmanHashMap, defaulted, compare, less, cmpmix, backoff, stat - ); + ); } // namespace #endif // #ifndef CDSUNIT_MAP_TEST_FELDMAN_HASHMAP_RCU_H diff --git a/test/unit/map/test_michael_lazy_rcu.h b/test/unit/map/test_michael_lazy_rcu.h index 2194cd72..ceb5cf72 100644 --- a/test/unit/map/test_michael_lazy_rcu.h +++ b/test/unit/map/test_michael_lazy_rcu.h @@ -72,7 +72,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< rcu_type, list_type, + typedef cc::MichaelHashMap< rcu_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< typename TestFixture::hash1 > >::type @@ -94,7 +94,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< rcu_type, list_type, + typedef cc::MichaelHashMap< rcu_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< typename TestFixture::hash1 > >::type diff --git a/test/unit/map/test_michael_michael_rcu.h b/test/unit/map/test_michael_michael_rcu.h index e40a2b5e..e3de25c4 100644 --- a/test/unit/map/test_michael_michael_rcu.h +++ b/test/unit/map/test_michael_michael_rcu.h @@ -72,7 +72,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< rcu_type, list_type, + typedef cc::MichaelHashMap< rcu_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< typename TestFixture::hash1 > >::type @@ -94,7 +94,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashMap< rcu_type, list_type, + typedef cc::MichaelHashMap< rcu_type, list_type, typename cc::michael_map::make_traits< cds::opt::hash< typename TestFixture::hash1 > >::type diff --git a/test/unit/map/test_split_lazy_rcu.h b/test/unit/map/test_split_lazy_rcu.h index 050da438..f42b19cd 100644 --- a/test/unit/map/test_split_lazy_rcu.h +++ b/test/unit/map/test_split_lazy_rcu.h @@ -68,11 +68,11 @@ TYPED_TEST_P( SplitListLazyMap, compare ) typedef typename TestFixture::value_type value_type; typedef typename TestFixture::hash1 hash1; - typedef cc::SplitListMap< rcu_type, key_type, value_type, + typedef cc::SplitListMap< rcu_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::compare< typename TestFixture::cmp > >::type @@ -95,7 +95,7 @@ TYPED_TEST_P( SplitListLazyMap, less ) typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< typename TestFixture::less > >::type @@ -118,7 +118,7 @@ TYPED_TEST_P( SplitListLazyMap, cmpmix ) typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< typename TestFixture::less > , cds::opt::compare< typename TestFixture::cmp > diff --git a/test/unit/map/test_split_michael_rcu.h b/test/unit/map/test_split_michael_rcu.h index c2b12533..30f14732 100644 --- a/test/unit/map/test_split_michael_rcu.h +++ b/test/unit/map/test_split_michael_rcu.h @@ -67,11 +67,11 @@ TYPED_TEST_P( SplitListMichaelMap, compare ) typedef typename TestFixture::value_type value_type; typedef typename TestFixture::hash1 hash1; - typedef cc::SplitListMap< rcu_type, key_type, value_type, + typedef cc::SplitListMap< rcu_type, key_type, value_type, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::compare< typename TestFixture::cmp > >::type @@ -94,7 +94,7 @@ TYPED_TEST_P( SplitListMichaelMap, less ) typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< typename TestFixture::less > >::type @@ -117,7 +117,7 @@ TYPED_TEST_P( SplitListMichaelMap, cmpmix ) typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash1 > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< typename TestFixture::less > , cds::opt::compare< typename TestFixture::cmp > diff --git a/test/unit/misc/cxx11_atomic_class.cpp b/test/unit/misc/cxx11_atomic_class.cpp index 94069ebb..762f9379 100644 --- a/test/unit/misc/cxx11_atomic_class.cpp +++ b/test/unit/misc/cxx11_atomic_class.cpp @@ -850,4 +850,4 @@ namespace { { test_atomic_pointer_for(); } -} // namespace +} // namespace diff --git a/test/unit/misc/cxx11_convert_memory_order.h b/test/unit/misc/cxx11_convert_memory_order.h index f038dc9d..294fcd95 100644 --- a/test/unit/misc/cxx11_convert_memory_order.h +++ b/test/unit/misc/cxx11_convert_memory_order.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ // This header should be included AFTER if needed diff --git a/test/unit/misc/find_option.cpp b/test/unit/misc/find_option.cpp index 84837f21..2b8b9253 100644 --- a/test/unit/misc/find_option.cpp +++ b/test/unit/misc/find_option.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/misc/hash_tuple.cpp b/test/unit/misc/hash_tuple.cpp index fc72f5fe..d4f3ded7 100644 --- a/test/unit/misc/hash_tuple.cpp +++ b/test/unit/misc/hash_tuple.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/misc/split_bitstring.cpp b/test/unit/misc/split_bitstring.cpp index 7aa1a2cd..fb413adb 100644 --- a/test/unit/misc/split_bitstring.cpp +++ b/test/unit/misc/split_bitstring.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/queue/basket_queue_dhp.cpp b/test/unit/queue/basket_queue_dhp.cpp index e08838d9..33173ab1 100644 --- a/test/unit/queue/basket_queue_dhp.cpp +++ b/test/unit/queue/basket_queue_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_generic_queue.h" diff --git a/test/unit/queue/basket_queue_hp.cpp b/test/unit/queue/basket_queue_hp.cpp index 7587bc7d..031b8720 100644 --- a/test/unit/queue/basket_queue_hp.cpp +++ b/test/unit/queue/basket_queue_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_generic_queue.h" diff --git a/test/unit/queue/intrusive_basket_queue_dhp.cpp b/test/unit/queue/intrusive_basket_queue_dhp.cpp index 67f169b5..a9fcefd6 100644 --- a/test/unit/queue/intrusive_basket_queue_dhp.cpp +++ b/test/unit/queue/intrusive_basket_queue_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_msqueue.h" diff --git a/test/unit/queue/intrusive_basket_queue_hp.cpp b/test/unit/queue/intrusive_basket_queue_hp.cpp index 2cba55e0..6542db90 100644 --- a/test/unit/queue/intrusive_basket_queue_hp.cpp +++ b/test/unit/queue/intrusive_basket_queue_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_msqueue.h" diff --git a/test/unit/queue/intrusive_fcqueue.cpp b/test/unit/queue/intrusive_fcqueue.cpp index 068fed12..f064bcba 100644 --- a/test/unit/queue/intrusive_fcqueue.cpp +++ b/test/unit/queue/intrusive_fcqueue.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/queue/intrusive_moirqueue_dhp.cpp b/test/unit/queue/intrusive_moirqueue_dhp.cpp index 8f52f4cc..7ae7b3c9 100644 --- a/test/unit/queue/intrusive_moirqueue_dhp.cpp +++ b/test/unit/queue/intrusive_moirqueue_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_msqueue.h" diff --git a/test/unit/queue/intrusive_moirqueue_hp.cpp b/test/unit/queue/intrusive_moirqueue_hp.cpp index c172a7f5..91d18ac4 100644 --- a/test/unit/queue/intrusive_moirqueue_hp.cpp +++ b/test/unit/queue/intrusive_moirqueue_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_msqueue.h" diff --git a/test/unit/queue/intrusive_msqueue_dhp.cpp b/test/unit/queue/intrusive_msqueue_dhp.cpp index 67327a3d..a2e86552 100644 --- a/test/unit/queue/intrusive_msqueue_dhp.cpp +++ b/test/unit/queue/intrusive_msqueue_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_msqueue.h" diff --git a/test/unit/queue/intrusive_msqueue_hp.cpp b/test/unit/queue/intrusive_msqueue_hp.cpp index 7a81e66c..9bd718fd 100644 --- a/test/unit/queue/intrusive_msqueue_hp.cpp +++ b/test/unit/queue/intrusive_msqueue_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_msqueue.h" diff --git a/test/unit/queue/intrusive_optqueue_dhp.cpp b/test/unit/queue/intrusive_optqueue_dhp.cpp index 83d526fb..c6036ed1 100644 --- a/test/unit/queue/intrusive_optqueue_dhp.cpp +++ b/test/unit/queue/intrusive_optqueue_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_msqueue.h" diff --git a/test/unit/queue/intrusive_optqueue_hp.cpp b/test/unit/queue/intrusive_optqueue_hp.cpp index 4b1253f4..5b4c128f 100644 --- a/test/unit/queue/intrusive_optqueue_hp.cpp +++ b/test/unit/queue/intrusive_optqueue_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_intrusive_msqueue.h" diff --git a/test/unit/queue/intrusive_tsigas_queue.cpp b/test/unit/queue/intrusive_tsigas_queue.cpp index e53e8ae1..0e29e9f1 100644 --- a/test/unit/queue/intrusive_tsigas_queue.cpp +++ b/test/unit/queue/intrusive_tsigas_queue.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/queue/intrusive_vyukov_queue.cpp b/test/unit/queue/intrusive_vyukov_queue.cpp index c1147fd9..547649d0 100644 --- a/test/unit/queue/intrusive_vyukov_queue.cpp +++ b/test/unit/queue/intrusive_vyukov_queue.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/queue/moirqueue_dhp.cpp b/test/unit/queue/moirqueue_dhp.cpp index e9c5b294..5713ad60 100644 --- a/test/unit/queue/moirqueue_dhp.cpp +++ b/test/unit/queue/moirqueue_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_generic_queue.h" diff --git a/test/unit/queue/moirqueue_hp.cpp b/test/unit/queue/moirqueue_hp.cpp index 3d29c36b..bd72ee28 100644 --- a/test/unit/queue/moirqueue_hp.cpp +++ b/test/unit/queue/moirqueue_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_generic_queue.h" diff --git a/test/unit/queue/msqueue_dhp.cpp b/test/unit/queue/msqueue_dhp.cpp index 88e4e571..46ac006f 100644 --- a/test/unit/queue/msqueue_dhp.cpp +++ b/test/unit/queue/msqueue_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_generic_queue.h" diff --git a/test/unit/queue/msqueue_hp.cpp b/test/unit/queue/msqueue_hp.cpp index 9c8f0ddc..0d959a44 100644 --- a/test/unit/queue/msqueue_hp.cpp +++ b/test/unit/queue/msqueue_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_generic_queue.h" diff --git a/test/unit/queue/optimistic_queue_dhp.cpp b/test/unit/queue/optimistic_queue_dhp.cpp index eb359973..2c74a988 100644 --- a/test/unit/queue/optimistic_queue_dhp.cpp +++ b/test/unit/queue/optimistic_queue_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_generic_queue.h" diff --git a/test/unit/queue/optimistic_queue_hp.cpp b/test/unit/queue/optimistic_queue_hp.cpp index 7ab2de2c..ba279d44 100644 --- a/test/unit/queue/optimistic_queue_hp.cpp +++ b/test/unit/queue/optimistic_queue_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_generic_queue.h" diff --git a/test/unit/queue/rwqueue.cpp b/test/unit/queue/rwqueue.cpp index 25ddfcb2..b9fd4361 100644 --- a/test/unit/queue/rwqueue.cpp +++ b/test/unit/queue/rwqueue.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_generic_queue.h" diff --git a/test/unit/queue/segmented_queue_dhp.cpp b/test/unit/queue/segmented_queue_dhp.cpp index 66370043..e6239393 100644 --- a/test/unit/queue/segmented_queue_dhp.cpp +++ b/test/unit/queue/segmented_queue_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_segmented_queue.h" diff --git a/test/unit/queue/segmented_queue_hp.cpp b/test/unit/queue/segmented_queue_hp.cpp index 1af21f46..f7fc972a 100644 --- a/test/unit/queue/segmented_queue_hp.cpp +++ b/test/unit/queue/segmented_queue_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_segmented_queue.h" diff --git a/test/unit/queue/test_intrusive_msqueue.h b/test/unit/queue/test_intrusive_msqueue.h index 677a6143..3190f866 100644 --- a/test/unit/queue/test_intrusive_msqueue.h +++ b/test/unit/queue/test_intrusive_msqueue.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_QUEUE_TEST_INTRUSIVE_MSQUEUE_H diff --git a/test/unit/queue/tsigas_queue.cpp b/test/unit/queue/tsigas_queue.cpp index dcfe3682..f6609575 100644 --- a/test/unit/queue/tsigas_queue.cpp +++ b/test/unit/queue/tsigas_queue.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_bounded_queue.h" @@ -60,7 +60,7 @@ namespace { TEST_F( TsigasCycleQueue, stat_item_counting ) { - + typedef cds::container::TsigasCycleQueue< int, cds::container::tsigas_queue::make_traits< cds::opt::buffer< cds::opt::v::initialized_static_buffer> diff --git a/test/unit/queue/vyukov_mpmc_queue.cpp b/test/unit/queue/vyukov_mpmc_queue.cpp index f4476a03..a2cf7c2e 100644 --- a/test/unit/queue/vyukov_mpmc_queue.cpp +++ b/test/unit/queue/vyukov_mpmc_queue.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_bounded_queue.h" @@ -60,7 +60,7 @@ namespace { TEST_F( VyukovMPMCCycleQueue, stat_item_counting ) { - + typedef cds::container::VyukovMPMCCycleQueue< int, cds::container::vyukov_queue::make_traits< cds::opt::buffer< cds::opt::v::uninitialized_static_buffer> diff --git a/test/unit/set/feldman_hashset_dhp.cpp b/test/unit/set/feldman_hashset_dhp.cpp index af80c861..8d96bf8e 100644 --- a/test/unit/set/feldman_hashset_dhp.cpp +++ b/test/unit/set/feldman_hashset_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_feldman_hashset_hp.h" diff --git a/test/unit/set/feldman_hashset_hp.cpp b/test/unit/set/feldman_hashset_hp.cpp index d5f6e185..0c071552 100644 --- a/test/unit/set/feldman_hashset_hp.cpp +++ b/test/unit/set/feldman_hashset_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_feldman_hashset_hp.h" diff --git a/test/unit/set/michael_iterable_dhp.cpp b/test/unit/set/michael_iterable_dhp.cpp index 8b8cc035..258c5979 100644 --- a/test/unit/set/michael_iterable_dhp.cpp +++ b/test/unit/set/michael_iterable_dhp.cpp @@ -66,7 +66,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -84,7 +84,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -103,7 +103,7 @@ namespace { }; typedef cc::IterableList< gc_type, int_item, list_traits > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type diff --git a/test/unit/set/michael_iterable_hp.cpp b/test/unit/set/michael_iterable_hp.cpp index 70fa1867..09a79d9a 100644 --- a/test/unit/set/michael_iterable_hp.cpp +++ b/test/unit/set/michael_iterable_hp.cpp @@ -67,7 +67,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -85,7 +85,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -104,7 +104,7 @@ namespace { }; typedef cc::IterableList< gc_type, int_item, list_traits > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type diff --git a/test/unit/set/michael_lazy_dhp.cpp b/test/unit/set/michael_lazy_dhp.cpp index 6c742b18..649c0bb4 100644 --- a/test/unit/set/michael_lazy_dhp.cpp +++ b/test/unit/set/michael_lazy_dhp.cpp @@ -66,7 +66,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -84,7 +84,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -103,7 +103,7 @@ namespace { }; typedef cc::LazyList< gc_type, int_item, list_traits > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type diff --git a/test/unit/set/michael_lazy_hp.cpp b/test/unit/set/michael_lazy_hp.cpp index 86cf2e9b..c2528d7e 100644 --- a/test/unit/set/michael_lazy_hp.cpp +++ b/test/unit/set/michael_lazy_hp.cpp @@ -67,7 +67,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -85,7 +85,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -104,7 +104,7 @@ namespace { }; typedef cc::LazyList< gc_type, int_item, list_traits > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type diff --git a/test/unit/set/michael_lazy_nogc.cpp b/test/unit/set/michael_lazy_nogc.cpp index dfe7ad15..39c10ab2 100644 --- a/test/unit/set/michael_lazy_nogc.cpp +++ b/test/unit/set/michael_lazy_nogc.cpp @@ -57,7 +57,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -75,7 +75,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -94,7 +94,7 @@ namespace { }; typedef cc::LazyList< gc_type, int_item, list_traits > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type diff --git a/test/unit/set/michael_michael_dhp.cpp b/test/unit/set/michael_michael_dhp.cpp index e4fdc77b..a2630209 100644 --- a/test/unit/set/michael_michael_dhp.cpp +++ b/test/unit/set/michael_michael_dhp.cpp @@ -66,7 +66,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -84,7 +84,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -103,7 +103,7 @@ namespace { }; typedef cc::MichaelList< gc_type, int_item, list_traits > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type diff --git a/test/unit/set/michael_michael_hp.cpp b/test/unit/set/michael_michael_hp.cpp index 779008bb..bd9b9c32 100644 --- a/test/unit/set/michael_michael_hp.cpp +++ b/test/unit/set/michael_michael_hp.cpp @@ -67,7 +67,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -85,7 +85,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -104,7 +104,7 @@ namespace { }; typedef cc::MichaelList< gc_type, int_item, list_traits > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type diff --git a/test/unit/set/michael_michael_nogc.cpp b/test/unit/set/michael_michael_nogc.cpp index 3c97a4e2..6e421c6f 100644 --- a/test/unit/set/michael_michael_nogc.cpp +++ b/test/unit/set/michael_michael_nogc.cpp @@ -57,7 +57,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -75,7 +75,7 @@ namespace { >::type > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type @@ -94,7 +94,7 @@ namespace { }; typedef cc::MichaelList< gc_type, int_item, list_traits > list_type; - typedef cc::MichaelHashSet< gc_type, list_type, + typedef cc::MichaelHashSet< gc_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< hash_int > >::type diff --git a/test/unit/set/skiplist_nogc.cpp b/test/unit/set/skiplist_nogc.cpp index 302c21d6..455f4eeb 100644 --- a/test/unit/set/skiplist_nogc.cpp +++ b/test/unit/set/skiplist_nogc.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_set_nogc.h" diff --git a/test/unit/set/split_iterable_dhp.cpp b/test/unit/set/split_iterable_dhp.cpp index 8ac28c9b..516981e9 100644 --- a/test/unit/set/split_iterable_dhp.cpp +++ b/test/unit/set/split_iterable_dhp.cpp @@ -68,11 +68,11 @@ namespace { TEST_F( SplitListIterableSet_DHP, compare ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::iterable_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::iterable_list::make_traits< cds::opt::compare< cmp > >::type @@ -86,11 +86,11 @@ namespace { TEST_F( SplitListIterableSet_DHP, less ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::iterable_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::iterable_list::make_traits< cds::opt::less< less > >::type @@ -104,11 +104,11 @@ namespace { TEST_F( SplitListIterableSet_DHP, cmpmix ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::iterable_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::iterable_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/set/split_iterable_hp.cpp b/test/unit/set/split_iterable_hp.cpp index 86f39717..e4de61f2 100644 --- a/test/unit/set/split_iterable_hp.cpp +++ b/test/unit/set/split_iterable_hp.cpp @@ -69,11 +69,11 @@ namespace { TEST_F( SplitListIterableSet_HP, compare ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::iterable_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::iterable_list::make_traits< cds::opt::compare< cmp > >::type @@ -87,11 +87,11 @@ namespace { TEST_F( SplitListIterableSet_HP, less ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::iterable_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::iterable_list::make_traits< cds::opt::less< less > >::type @@ -105,11 +105,11 @@ namespace { TEST_F( SplitListIterableSet_HP, cmpmix ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::iterable_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::iterable_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/set/split_lazy_dhp.cpp b/test/unit/set/split_lazy_dhp.cpp index d418ae4b..2ce910ae 100644 --- a/test/unit/set/split_lazy_dhp.cpp +++ b/test/unit/set/split_lazy_dhp.cpp @@ -68,11 +68,11 @@ namespace { TEST_F( SplitListLazySet_DHP, compare ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::compare< cmp > >::type @@ -86,11 +86,11 @@ namespace { TEST_F( SplitListLazySet_DHP, less ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< less > >::type @@ -104,11 +104,11 @@ namespace { TEST_F( SplitListLazySet_DHP, cmpmix ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/set/split_lazy_hp.cpp b/test/unit/set/split_lazy_hp.cpp index 9d9829f5..333a4478 100644 --- a/test/unit/set/split_lazy_hp.cpp +++ b/test/unit/set/split_lazy_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_set_hp.h" @@ -69,11 +69,11 @@ namespace { TEST_F( SplitListLazySet_HP, compare ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::compare< cmp > >::type @@ -87,11 +87,11 @@ namespace { TEST_F( SplitListLazySet_HP, less ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< less > >::type @@ -105,11 +105,11 @@ namespace { TEST_F( SplitListLazySet_HP, cmpmix ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/set/split_lazy_nogc.cpp b/test/unit/set/split_lazy_nogc.cpp index 498da03f..520f4344 100644 --- a/test/unit/set/split_lazy_nogc.cpp +++ b/test/unit/set/split_lazy_nogc.cpp @@ -52,11 +52,11 @@ namespace { TEST_F( SplitListLazySet_NoGC, compare ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::compare< cmp > >::type @@ -70,11 +70,11 @@ namespace { TEST_F( SplitListLazySet_NoGC, less ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< less > >::type @@ -88,11 +88,11 @@ namespace { TEST_F( SplitListLazySet_NoGC, cmpmix ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/set/split_michael_dhp.cpp b/test/unit/set/split_michael_dhp.cpp index 41a950e7..c5f6f0ea 100644 --- a/test/unit/set/split_michael_dhp.cpp +++ b/test/unit/set/split_michael_dhp.cpp @@ -68,11 +68,11 @@ namespace { TEST_F( SplitListMichaelSet_DHP, compare ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::compare< cmp > >::type @@ -86,11 +86,11 @@ namespace { TEST_F( SplitListMichaelSet_DHP, less ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< less > >::type @@ -104,11 +104,11 @@ namespace { TEST_F( SplitListMichaelSet_DHP, cmpmix ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/set/split_michael_hp.cpp b/test/unit/set/split_michael_hp.cpp index f9a88d6f..f730240c 100644 --- a/test/unit/set/split_michael_hp.cpp +++ b/test/unit/set/split_michael_hp.cpp @@ -69,11 +69,11 @@ namespace { TEST_F( SplitListMichaelSet_HP, compare ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::compare< cmp > >::type @@ -87,11 +87,11 @@ namespace { TEST_F( SplitListMichaelSet_HP, less ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< less > >::type @@ -105,11 +105,11 @@ namespace { TEST_F( SplitListMichaelSet_HP, cmpmix ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/set/split_michael_nogc.cpp b/test/unit/set/split_michael_nogc.cpp index aac27641..1ba05d60 100644 --- a/test/unit/set/split_michael_nogc.cpp +++ b/test/unit/set/split_michael_nogc.cpp @@ -52,11 +52,11 @@ namespace { TEST_F( SplitListMichaelSet_NoGC, compare ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::compare< cmp > >::type @@ -70,11 +70,11 @@ namespace { TEST_F( SplitListMichaelSet_NoGC, less ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< less > >::type @@ -88,11 +88,11 @@ namespace { TEST_F( SplitListMichaelSet_NoGC, cmpmix ) { - typedef cc::SplitListSet< gc_type, int_item, + typedef cc::SplitListSet< gc_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< less > , cds::opt::compare< cmp > diff --git a/test/unit/set/test_feldman_hashset.h b/test/unit/set/test_feldman_hashset.h index deff2f73..b58f6db2 100644 --- a/test/unit/set/test_feldman_hashset.h +++ b/test/unit/set/test_feldman_hashset.h @@ -236,7 +236,7 @@ namespace cds_test { case 0: ASSERT_TRUE( s.insert( i )); ASSERT_FALSE( s.insert( i )); - updResult = s.update( i, []( value_type& val, value_type * prev ) + updResult = s.update( i, []( value_type& val, value_type * prev ) { ASSERT_TRUE( prev != nullptr ); EXPECT_EQ( val.key(), prev->key() ); @@ -258,7 +258,7 @@ namespace cds_test { case 2: ASSERT_TRUE( s.insert( i, []( value_type& v ) { ++v.nFindCount; } )); ASSERT_FALSE( s.insert( i, []( value_type& v ) { ++v.nFindCount; } )); - ASSERT_TRUE( s.find( i.nKey, []( value_type const& v ) + ASSERT_TRUE( s.find( i.nKey, []( value_type const& v ) { EXPECT_EQ( v.nFindCount, 1u ); })); @@ -266,7 +266,7 @@ namespace cds_test { case 3: ASSERT_TRUE( s.insert( i.key(), []( value_type& v ) { ++v.nFindCount; } )); ASSERT_FALSE( s.insert( i.key(), []( value_type& v ) { ++v.nFindCount; } )); - ASSERT_TRUE( s.find( i.nKey, []( value_type const& v ) + ASSERT_TRUE( s.find( i.nKey, []( value_type const& v ) { EXPECT_EQ( v.nFindCount, 1u ); })); diff --git a/test/unit/set/test_michael_iterable.h b/test/unit/set/test_michael_iterable.h index 01501cb1..394483db 100644 --- a/test/unit/set/test_michael_iterable.h +++ b/test/unit/set/test_michael_iterable.h @@ -88,7 +88,7 @@ namespace cds_test { case 0: EXPECT_TRUE( s.insert( i )); EXPECT_FALSE( s.insert( i )); - updResult = s.update( i, []( value_type& val, value_type* old) + updResult = s.update( i, []( value_type& val, value_type* old) { ASSERT_FALSE( old == nullptr ); EXPECT_EQ( val.key(), old->key() ); @@ -99,7 +99,7 @@ namespace cds_test { case 1: EXPECT_TRUE( s.insert( i.key() )); EXPECT_FALSE( s.insert( i.key() )); - updResult = s.update( i.key(), []( value_type& val, value_type* old) + updResult = s.update( i.key(), []( value_type& val, value_type* old) { ASSERT_FALSE( old == nullptr ); EXPECT_EQ( val.key(), old->key() ); @@ -110,7 +110,7 @@ namespace cds_test { case 2: EXPECT_TRUE( s.insert( i, []( value_type& v ) { ++v.nFindCount; } )); EXPECT_FALSE( s.insert( i, []( value_type& v ) { ++v.nFindCount; } )); - EXPECT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) + EXPECT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) { EXPECT_EQ( v.key(), key ); EXPECT_EQ( v.nFindCount, 1u ); @@ -119,7 +119,7 @@ namespace cds_test { case 3: EXPECT_TRUE( s.insert( i.key(), []( value_type& v ) { ++v.nFindCount; } )); EXPECT_FALSE( s.insert( i.key(), []( value_type& v ) { ++v.nFindCount; } )); - EXPECT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) + EXPECT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) { EXPECT_EQ( v.key(), key ); EXPECT_EQ( v.nFindCount, 1u ); @@ -274,16 +274,16 @@ namespace cds_test { EXPECT_TRUE( s.contains( i.nKey ) ); EXPECT_TRUE( s.contains( i ) ); EXPECT_TRUE( s.contains( other_item( i.key() ), other_less() ) ); - EXPECT_TRUE( s.find( i.nKey, []( value_type& v, int ) - { + EXPECT_TRUE( s.find( i.nKey, []( value_type& v, int ) + { v.nFindCount = 1; })); - EXPECT_TRUE( s.find( i, []( value_type& v, value_type const& ) - { + EXPECT_TRUE( s.find( i, []( value_type& v, value_type const& ) + { EXPECT_EQ( ++v.nFindCount, 2u ); })); - EXPECT_TRUE( s.find_with( other_item( i.key() ), other_less(), []( value_type& v, other_item const& ) - { + EXPECT_TRUE( s.find_with( other_item( i.key() ), other_less(), []( value_type& v, other_item const& ) + { EXPECT_EQ( ++v.nFindCount, 3u ); })); diff --git a/test/unit/set/test_michael_lazy_rcu.h b/test/unit/set/test_michael_lazy_rcu.h index d7e76df6..3928bc00 100644 --- a/test/unit/set/test_michael_lazy_rcu.h +++ b/test/unit/set/test_michael_lazy_rcu.h @@ -70,7 +70,7 @@ TYPED_TEST_P( MichaelLazySet, compare ) >::type > list_type; - typedef cc::MichaelHashSet< rcu_type, list_type, + typedef cc::MichaelHashSet< rcu_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< typename TestFixture::hash_int > >::type @@ -91,7 +91,7 @@ TYPED_TEST_P( MichaelLazySet, less ) >::type > list_type; - typedef cc::MichaelHashSet< rcu_type, list_type, + typedef cc::MichaelHashSet< rcu_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< typename TestFixture::hash_int > >::type diff --git a/test/unit/set/test_michael_michael_rcu.h b/test/unit/set/test_michael_michael_rcu.h index d744eec7..d488e545 100644 --- a/test/unit/set/test_michael_michael_rcu.h +++ b/test/unit/set/test_michael_michael_rcu.h @@ -70,7 +70,7 @@ TYPED_TEST_P( MichaelSet, compare ) >::type > list_type; - typedef cc::MichaelHashSet< rcu_type, list_type, + typedef cc::MichaelHashSet< rcu_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< typename TestFixture::hash_int > >::type @@ -91,7 +91,7 @@ TYPED_TEST_P( MichaelSet, less ) >::type > list_type; - typedef cc::MichaelHashSet< rcu_type, list_type, + typedef cc::MichaelHashSet< rcu_type, list_type, typename cc::michael_set::make_traits< cds::opt::hash< typename TestFixture::hash_int > >::type diff --git a/test/unit/set/test_ordered_set_hp.h b/test/unit/set/test_ordered_set_hp.h index 255e9207..7a232ba4 100644 --- a/test/unit/set/test_ordered_set_hp.h +++ b/test/unit/set/test_ordered_set_hp.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_SET_TEST_ORDERED_SET_HP_H diff --git a/test/unit/set/test_set.h b/test/unit/set/test_set.h index af88b5b5..31f1e5e3 100644 --- a/test/unit/set/test_set.h +++ b/test/unit/set/test_set.h @@ -87,7 +87,7 @@ namespace cds_test { case 0: ASSERT_TRUE( s.insert( i )); ASSERT_FALSE( s.insert( i )); - updResult = s.update( i, []( bool bNew, value_type& val, value_type const& arg) + updResult = s.update( i, []( bool bNew, value_type& val, value_type const& arg) { EXPECT_FALSE( bNew ); EXPECT_EQ( val.key(), arg.key() ); @@ -98,7 +98,7 @@ namespace cds_test { case 1: ASSERT_TRUE( s.insert( i.key() )); ASSERT_FALSE( s.insert( i.key() )); - updResult = s.update( i.key(), []( bool bNew, value_type& val, int arg) + updResult = s.update( i.key(), []( bool bNew, value_type& val, int arg) { EXPECT_FALSE( bNew ); EXPECT_EQ( val.key(), arg ); @@ -109,7 +109,7 @@ namespace cds_test { case 2: ASSERT_TRUE( s.insert( i, []( value_type& v ) { ++v.nFindCount; } )); ASSERT_FALSE( s.insert( i, []( value_type& v ) { ++v.nFindCount; } )); - ASSERT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) + ASSERT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) { EXPECT_EQ( v.key(), key ); EXPECT_EQ( v.nFindCount, 1u ); @@ -118,7 +118,7 @@ namespace cds_test { case 3: ASSERT_TRUE( s.insert( i.key(), []( value_type& v ) { ++v.nFindCount; } )); ASSERT_FALSE( s.insert( i.key(), []( value_type& v ) { ++v.nFindCount; } )); - ASSERT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) + ASSERT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) { EXPECT_EQ( v.key(), key ); EXPECT_EQ( v.nFindCount, 1u ); @@ -217,16 +217,16 @@ namespace cds_test { ASSERT_TRUE( s.contains( i.nKey ) ); ASSERT_TRUE( s.contains( i ) ); ASSERT_TRUE( s.contains( other_item( i.key() ), other_less() ) ); - ASSERT_TRUE( s.find( i.nKey, []( value_type& v, int ) - { + ASSERT_TRUE( s.find( i.nKey, []( value_type& v, int ) + { v.nFindCount = 1; })); - ASSERT_TRUE( s.find( i, []( value_type& v, value_type const& ) - { + ASSERT_TRUE( s.find( i, []( value_type& v, value_type const& ) + { EXPECT_EQ( ++v.nFindCount, 2u ); })); - ASSERT_TRUE( s.find_with( other_item( i.key() ), other_less(), []( value_type& v, other_item const& ) - { + ASSERT_TRUE( s.find_with( other_item( i.key() ), other_less(), []( value_type& v, other_item const& ) + { EXPECT_EQ( ++v.nFindCount, 3u ); })); diff --git a/test/unit/set/test_set_data.h b/test/unit/set/test_set_data.h index 2242fdf6..00fc3e2a 100644 --- a/test/unit/set/test_set_data.h +++ b/test/unit/set/test_set_data.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/test/unit/set/test_skiplist_rcu.h b/test/unit/set/test_skiplist_rcu.h index c224ecdb..ec5b1289 100644 --- a/test/unit/set/test_skiplist_rcu.h +++ b/test/unit/set/test_skiplist_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_SET_TEST_SKIPLIST_RCU_H #define CDSUNIT_SET_TEST_SKIPLIST_RCU_H diff --git a/test/unit/set/test_split_iterable.h b/test/unit/set/test_split_iterable.h index 4b199a4e..09c688c9 100644 --- a/test/unit/set/test_split_iterable.h +++ b/test/unit/set/test_split_iterable.h @@ -280,15 +280,15 @@ namespace cds_test { EXPECT_TRUE( s.contains( i ) ); EXPECT_TRUE( s.contains( other_item( i.key() ), other_less() ) ); EXPECT_TRUE( s.find( i.nKey, []( value_type& v, int ) - { + { v.nFindCount = 1; })); EXPECT_TRUE( s.find( i, []( value_type& v, value_type const& ) - { + { EXPECT_EQ( ++v.nFindCount, 2u ); })); EXPECT_TRUE( s.find_with( other_item( i.key() ), other_less(), []( value_type& v, other_item const& ) - { + { EXPECT_EQ( ++v.nFindCount, 3u ); })); diff --git a/test/unit/set/test_split_lazy_rcu.h b/test/unit/set/test_split_lazy_rcu.h index f5a2ba6c..ac1b826e 100644 --- a/test/unit/set/test_split_lazy_rcu.h +++ b/test/unit/set/test_split_lazy_rcu.h @@ -67,11 +67,11 @@ TYPED_TEST_P( SplitListLazySet, compare ) typedef typename TestFixture::int_item int_item; typedef typename TestFixture::hash_int hash_int; - typedef cc::SplitListSet< rcu_type, int_item, + typedef cc::SplitListSet< rcu_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::compare< typename TestFixture::cmp > >::type @@ -93,7 +93,7 @@ TYPED_TEST_P( SplitListLazySet, less ) typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< typename TestFixture::less > >::type @@ -115,7 +115,7 @@ TYPED_TEST_P( SplitListLazySet, cmpmix ) typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< typename TestFixture::less > , cds::opt::compare< typename TestFixture::cmp > @@ -272,7 +272,7 @@ TYPED_TEST_P( SplitListLazySet, free_list ) typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::lazy_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::lazy_list::make_traits< cds::opt::less< typename TestFixture::less > >::type diff --git a/test/unit/set/test_split_michael_rcu.h b/test/unit/set/test_split_michael_rcu.h index 44ee68b0..34564c2b 100644 --- a/test/unit/set/test_split_michael_rcu.h +++ b/test/unit/set/test_split_michael_rcu.h @@ -66,11 +66,11 @@ TYPED_TEST_P( SplitListMichaelSet, compare ) typedef typename TestFixture::int_item int_item; typedef typename TestFixture::hash_int hash_int; - typedef cc::SplitListSet< rcu_type, int_item, + typedef cc::SplitListSet< rcu_type, int_item, typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::compare< typename TestFixture::cmp > >::type @@ -92,7 +92,7 @@ TYPED_TEST_P( SplitListMichaelSet, less ) typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< typename TestFixture::less > >::type @@ -114,7 +114,7 @@ TYPED_TEST_P( SplitListMichaelSet, cmpmix ) typename cc::split_list::make_traits< cc::split_list::ordered_list< cc::michael_list_tag > , cds::opt::hash< hash_int > - , cc::split_list::ordered_list_traits< + , cc::split_list::ordered_list_traits< typename cc::michael_list::make_traits< cds::opt::less< typename TestFixture::less > , cds::opt::compare< typename TestFixture::cmp > diff --git a/test/unit/stack/intrusive_treiber_stack_hp.cpp b/test/unit/stack/intrusive_treiber_stack_hp.cpp index f01fda2b..897f7e30 100644 --- a/test/unit/stack/intrusive_treiber_stack_hp.cpp +++ b/test/unit/stack/intrusive_treiber_stack_hp.cpp @@ -51,7 +51,7 @@ namespace { cds::threading::Manager::attachThread(); } - void TearDown() + void TearDown() { cds::threading::Manager::detachThread(); cds::gc::hp::GarbageCollector::Destruct( true ); diff --git a/test/unit/stack/treiber_stack_dhp.cpp b/test/unit/stack/treiber_stack_dhp.cpp index d396fb2e..2f363325 100644 --- a/test/unit/stack/treiber_stack_dhp.cpp +++ b/test/unit/stack/treiber_stack_dhp.cpp @@ -51,7 +51,7 @@ namespace { cds::threading::Manager::attachThread(); } - void TearDown() + void TearDown() { cds::threading::Manager::detachThread(); cds::gc::dhp::GarbageCollector::Destruct(); diff --git a/test/unit/striped-map/cuckoo_map.cpp b/test/unit/striped-map/cuckoo_map.cpp index c623fe5f..021ca9a6 100644 --- a/test/unit/striped-map/cuckoo_map.cpp +++ b/test/unit/striped-map/cuckoo_map.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_map.h" @@ -256,7 +256,7 @@ namespace { ,cc::cuckoo::probeset_type< cc::cuckoo::list > ,cc::cuckoo::store_hash< true > >::type - > map_type; + > map_type; typename map_type::hash_tuple_type ht; map_type m( 32, 6, 0, std::move( ht )); @@ -273,7 +273,7 @@ namespace { ,cc::cuckoo::probeset_type< cc::cuckoo::vector<6>> ,cc::cuckoo::store_hash< true > >::type - > map_type; + > map_type; typename map_type::hash_tuple_type ht; map_type m( std::move( ht )); @@ -488,7 +488,7 @@ namespace { ,cc::cuckoo::probeset_type< cc::cuckoo::list > ,cc::cuckoo::store_hash< true > >::type - > map_type; + > map_type; typename map_type::hash_tuple_type ht; map_type m( 32, 6, 0, std::move( ht )); @@ -506,7 +506,7 @@ namespace { ,cc::cuckoo::probeset_type< cc::cuckoo::vector<6>> ,cc::cuckoo::store_hash< true > >::type - > map_type; + > map_type; typename map_type::hash_tuple_type ht; map_type m( std::move( ht )); diff --git a/test/unit/striped-map/map_boost_flat_map.cpp b/test/unit/striped-map/map_boost_flat_map.cpp index ebe19431..451c7005 100644 --- a/test/unit/striped-map/map_boost_flat_map.cpp +++ b/test/unit/striped-map/map_boost_flat_map.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER @@ -42,7 +42,7 @@ namespace { struct test_traits { - typedef boost::container::flat_map< + typedef boost::container::flat_map< cds_test::striped_map_fixture::key_type, cds_test::striped_map_fixture::value_type, cds_test::striped_map_fixture::less @@ -68,6 +68,6 @@ namespace { #else // BOOST_VERSION < 104800 // Skipped; for boost::container::flat_map you should use boost version 1.48 or above -#endif // BOOST_VERSION +#endif // BOOST_VERSION #endif // #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-map/map_boost_list.cpp b/test/unit/striped-map/map_boost_list.cpp index 1eeed5ed..5c9ec4e4 100644 --- a/test/unit/striped-map/map_boost_list.cpp +++ b/test/unit/striped-map/map_boost_list.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER @@ -36,7 +36,7 @@ // Skipped; for Microsoft Visual C++ 2013 and boost::container::list you should use boost version 1.55 or above" ); #elif BOOST_VERSION >= 104800 -#include +#include #include "test_striped_map.h" namespace { @@ -64,6 +64,6 @@ namespace { #else // BOOST_VERSION < 104800 // Skipped; for boost::container::list you should use boost version 1.48 or above -#endif // BOOST_VERSION +#endif // BOOST_VERSION #endif // #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-map/map_boost_map.cpp b/test/unit/striped-map/map_boost_map.cpp index 435998a5..4f24a348 100644 --- a/test/unit/striped-map/map_boost_map.cpp +++ b/test/unit/striped-map/map_boost_map.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER @@ -36,13 +36,13 @@ // Skipped; for Microsoft Visual C++ 2013 and boost::container::map you should use boost version 1.55 or above" ); #elif BOOST_VERSION >= 104800 -#include +#include #include "test_striped_map.h" namespace { struct test_traits { - typedef boost::container::map< + typedef boost::container::map< cds_test::striped_map_fixture::key_type, cds_test::striped_map_fixture::value_type, cds_test::striped_map_fixture::less @@ -68,6 +68,6 @@ namespace { #else // BOOST_VERSION < 104800 // Skipped; for boost::container::map you should use boost version 1.48 or above -#endif // BOOST_VERSION +#endif // BOOST_VERSION #endif // #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-map/map_boost_slist.cpp b/test/unit/striped-map/map_boost_slist.cpp index 4d069dd3..6c07c3e6 100644 --- a/test/unit/striped-map/map_boost_slist.cpp +++ b/test/unit/striped-map/map_boost_slist.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER @@ -36,7 +36,7 @@ // Skipped; for Microsoft Visual C++ 2013 and boost::container::slist you should use boost version 1.55 or above" ); #elif BOOST_VERSION >= 104800 -#include +#include #include "test_striped_map.h" namespace { @@ -64,6 +64,6 @@ namespace { #else // BOOST_VERSION < 104800 // Skipped; for boost::container::slist you should use boost version 1.48 or above -#endif // BOOST_VERSION +#endif // BOOST_VERSION #endif // #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-map/map_boost_unordered_map.cpp b/test/unit/striped-map/map_boost_unordered_map.cpp index 40f98fdd..2555efda 100644 --- a/test/unit/striped-map/map_boost_unordered_map.cpp +++ b/test/unit/striped-map/map_boost_unordered_map.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,12 +25,12 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER -#include +#include #include "test_striped_map.h" namespace { diff --git a/test/unit/striped-map/map_std_list.cpp b/test/unit/striped-map/map_std_list.cpp index c15c86f6..1a0c5dd3 100644 --- a/test/unit/striped-map/map_std_list.cpp +++ b/test/unit/striped-map/map_std_list.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/striped-map/map_std_map.cpp b/test/unit/striped-map/map_std_map.cpp index 92822d72..76f6a5e6 100644 --- a/test/unit/striped-map/map_std_map.cpp +++ b/test/unit/striped-map/map_std_map.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/striped-map/map_std_unordered_map.cpp b/test/unit/striped-map/map_std_unordered_map.cpp index df07d72d..688f4855 100644 --- a/test/unit/striped-map/map_std_unordered_map.cpp +++ b/test/unit/striped-map/map_std_unordered_map.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/striped-map/test_map_data.h b/test/unit/striped-map/test_map_data.h index 2e1f3ba3..737a013c 100644 --- a/test/unit/striped-map/test_map_data.h +++ b/test/unit/striped-map/test_map_data.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_STRIPED_MAP_TEST_MAP_DATA_H diff --git a/test/unit/striped-set/cuckoo_set.cpp b/test/unit/striped-set/cuckoo_set.cpp index a01f2d61..3ac201eb 100644 --- a/test/unit/striped-set/cuckoo_set.cpp +++ b/test/unit/striped-set/cuckoo_set.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_set.h" @@ -256,7 +256,7 @@ namespace { ,cc::cuckoo::probeset_type< cc::cuckoo::list > ,cc::cuckoo::store_hash< true > >::type - > set_type; + > set_type; typename set_type::hash_tuple_type ht; set_type s( 32, 6, 0, std::move( ht )); @@ -273,7 +273,7 @@ namespace { ,cc::cuckoo::probeset_type< cc::cuckoo::vector<6>> ,cc::cuckoo::store_hash< true > >::type - > set_type; + > set_type; typename set_type::hash_tuple_type ht; set_type s( std::move( ht )); @@ -488,7 +488,7 @@ namespace { ,cc::cuckoo::probeset_type< cc::cuckoo::list > ,cc::cuckoo::store_hash< true > >::type - > set_type; + > set_type; typename set_type::hash_tuple_type ht; set_type s( 32, 6, 0, std::move( ht )); @@ -506,7 +506,7 @@ namespace { ,cc::cuckoo::probeset_type< cc::cuckoo::vector<6>> ,cc::cuckoo::store_hash< true > >::type - > set_type; + > set_type; typename set_type::hash_tuple_type ht; set_type s( std::move( ht )); diff --git a/test/unit/striped-set/intrusive_boost_avl_set.cpp b/test/unit/striped-set/intrusive_boost_avl_set.cpp index 47e71b6c..4a758683 100644 --- a/test/unit/striped-set/intrusive_boost_avl_set.cpp +++ b/test/unit/striped-set/intrusive_boost_avl_set.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-set/intrusive_boost_list.cpp b/test/unit/striped-set/intrusive_boost_list.cpp index 48f0a7eb..b859839c 100644 --- a/test/unit/striped-set/intrusive_boost_list.cpp +++ b/test/unit/striped-set/intrusive_boost_list.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-set/intrusive_boost_set.cpp b/test/unit/striped-set/intrusive_boost_set.cpp index c0757e18..28a13e10 100644 --- a/test/unit/striped-set/intrusive_boost_set.cpp +++ b/test/unit/striped-set/intrusive_boost_set.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER @@ -42,7 +42,7 @@ # define CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( type ) ,bi::key_of_value< get_key< type >> #else # define CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( type ) -#endif +#endif namespace { namespace ci = cds::intrusive; diff --git a/test/unit/striped-set/intrusive_boost_sg_set.cpp b/test/unit/striped-set/intrusive_boost_sg_set.cpp index 91247460..9de05412 100644 --- a/test/unit/striped-set/intrusive_boost_sg_set.cpp +++ b/test/unit/striped-set/intrusive_boost_sg_set.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-set/intrusive_boost_slist.cpp b/test/unit/striped-set/intrusive_boost_slist.cpp index 99fd8c3e..0018ece7 100644 --- a/test/unit/striped-set/intrusive_boost_slist.cpp +++ b/test/unit/striped-set/intrusive_boost_slist.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-set/intrusive_boost_splay_set.cpp b/test/unit/striped-set/intrusive_boost_splay_set.cpp index 1b40df0b..686f8cd1 100644 --- a/test/unit/striped-set/intrusive_boost_splay_set.cpp +++ b/test/unit/striped-set/intrusive_boost_splay_set.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER @@ -47,7 +47,7 @@ namespace { #else typedef bi::bs_set_base_hook<> splay_set_base_hook; typedef bi::bs_set_member_hook<> splay_set_member_hook; -#endif +#endif typedef cds_test::intrusive_set::base_int_item< splay_set_base_hook > base_item; typedef cds_test::intrusive_set::member_int_item< splay_set_member_hook > member_item; diff --git a/test/unit/striped-set/intrusive_boost_treap_set.cpp b/test/unit/striped-set/intrusive_boost_treap_set.cpp index a681e07a..5fbe72d8 100644 --- a/test/unit/striped-set/intrusive_boost_treap_set.cpp +++ b/test/unit/striped-set/intrusive_boost_treap_set.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-set/intrusive_boost_unordered_set.cpp b/test/unit/striped-set/intrusive_boost_unordered_set.cpp index fd535e1e..85848904 100644 --- a/test/unit/striped-set/intrusive_boost_unordered_set.cpp +++ b/test/unit/striped-set/intrusive_boost_unordered_set.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_SET_TEST_INTRUSIVE_BOOST_UNORDERED_SET_H @@ -169,7 +169,7 @@ namespace { TEST_F( IntrusiveStripedBoostUnorderedSet, memberhook_resize_bucket_threshold_rt ) { - typedef ci::StripedSet< + typedef ci::StripedSet< bi::unordered_set< member_item , bi::member_hook< member_item, bi::unordered_set_member_hook<>, &member_item::hMember> , bi::hash< hash1 > @@ -299,7 +299,7 @@ namespace { TEST_F( IntrusiveStripedBoostUnorderedSet, refinable_memberhook_resize_bucket_threshold_rt ) { - typedef ci::StripedSet< + typedef ci::StripedSet< bi::unordered_set< member_item , bi::member_hook< member_item, bi::unordered_set_member_hook<>, &member_item::hMember> , bi::hash< hash1 > diff --git a/test/unit/striped-set/intrusive_cuckoo_set.cpp b/test/unit/striped-set/intrusive_cuckoo_set.cpp index a2f18fbe..fc9d99db 100644 --- a/test/unit/striped-set/intrusive_cuckoo_set.cpp +++ b/test/unit/striped-set/intrusive_cuckoo_set.cpp @@ -132,7 +132,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -154,7 +154,7 @@ namespace { ,ci::opt::compare< cmp > , ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -177,7 +177,7 @@ namespace { ,ci::opt::less< less > , ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -200,7 +200,7 @@ namespace { ,ci::opt::less< less > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -224,7 +224,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -248,7 +248,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -273,7 +273,7 @@ namespace { ,ci::opt::stat< ci::cuckoo::stat > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -297,7 +297,7 @@ namespace { ,ci::opt::stat< ci::cuckoo::stat > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -311,7 +311,7 @@ namespace { typedef base_class::base_int_item< ci::cuckoo::node< ci::cuckoo::list, 2 >> item_type; struct set_traits: public ci::cuckoo::traits { - typedef ci::cuckoo::base_hook< + typedef ci::cuckoo::base_hook< ci::cuckoo::probeset_type< item_type::probeset_type > ,ci::cuckoo::store_hash< item_type::hash_array_size > > hook; @@ -334,7 +334,7 @@ namespace { typedef base_class::base_int_item< ci::cuckoo::node< ci::cuckoo::vector<4>, 2 >> item_type; struct set_traits: public ci::cuckoo::traits { - typedef ci::cuckoo::base_hook< + typedef ci::cuckoo::base_hook< ci::cuckoo::probeset_type< item_type::probeset_type > ,ci::cuckoo::store_hash< item_type::hash_array_size > > hook; @@ -367,7 +367,7 @@ namespace { ,cds::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -392,7 +392,7 @@ namespace { ,cds::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -429,7 +429,7 @@ namespace { typedef base_class::member_int_item< ci::cuckoo::node< ci::cuckoo::vector<4>, 0 >> item_type; struct set_traits: public ci::cuckoo::traits { - + typedef ci::cuckoo::member_hook< offsetof( item_type, hMember ), ci::cuckoo::probeset_type< item_type::member_type::probeset_type >> hook; typedef cds::opt::hash_tuple< hash1, hash2 > hash; typedef base_class::equal_to equal_to; @@ -457,7 +457,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -479,7 +479,7 @@ namespace { ,ci::opt::compare< cmp > , ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -502,7 +502,7 @@ namespace { ,ci::opt::less< less > , ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -525,7 +525,7 @@ namespace { ,ci::opt::less< less > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -549,7 +549,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -573,7 +573,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -598,7 +598,7 @@ namespace { ,ci::opt::stat< ci::cuckoo::stat > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -622,7 +622,7 @@ namespace { ,ci::opt::stat< ci::cuckoo::stat > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -692,7 +692,7 @@ namespace { ,cds::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -717,7 +717,7 @@ namespace { ,cds::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -783,7 +783,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -806,7 +806,7 @@ namespace { ,ci::opt::compare< cmp > , ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -830,7 +830,7 @@ namespace { ,ci::opt::less< less > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -854,7 +854,7 @@ namespace { ,ci::opt::less< less > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -879,7 +879,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -904,7 +904,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -930,7 +930,7 @@ namespace { ,ci::opt::stat< ci::cuckoo::stat > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -955,7 +955,7 @@ namespace { ,ci::opt::stat< ci::cuckoo::stat > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -969,7 +969,7 @@ namespace { typedef base_class::base_int_item< ci::cuckoo::node< ci::cuckoo::list, 2 >> item_type; struct set_traits: public ci::cuckoo::traits { - typedef ci::cuckoo::base_hook< + typedef ci::cuckoo::base_hook< ci::cuckoo::probeset_type< item_type::probeset_type > ,ci::cuckoo::store_hash< item_type::hash_array_size > > hook; @@ -993,7 +993,7 @@ namespace { typedef base_class::base_int_item< ci::cuckoo::node< ci::cuckoo::vector<4>, 2 >> item_type; struct set_traits: public ci::cuckoo::traits { - typedef ci::cuckoo::base_hook< + typedef ci::cuckoo::base_hook< ci::cuckoo::probeset_type< item_type::probeset_type > ,ci::cuckoo::store_hash< item_type::hash_array_size > > hook; @@ -1028,7 +1028,7 @@ namespace { ,cds::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -1054,7 +1054,7 @@ namespace { ,cds::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -1092,7 +1092,7 @@ namespace { typedef base_class::member_int_item< ci::cuckoo::node< ci::cuckoo::vector<4>, 0 >> item_type; struct set_traits: public ci::cuckoo::traits { - + typedef ci::cuckoo::member_hook< offsetof( item_type, hMember ), ci::cuckoo::probeset_type< item_type::member_type::probeset_type >> hook; typedef ci::cuckoo::refinable<> mutex_policy; typedef cds::opt::hash_tuple< hash1, hash2 > hash; @@ -1122,7 +1122,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -1145,7 +1145,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -1169,7 +1169,7 @@ namespace { ,ci::opt::less< less > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -1193,7 +1193,7 @@ namespace { ,ci::opt::less< less > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -1218,7 +1218,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -1243,7 +1243,7 @@ namespace { ,ci::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -1269,7 +1269,7 @@ namespace { ,ci::opt::stat< ci::cuckoo::stat > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -1294,7 +1294,7 @@ namespace { ,ci::opt::stat< ci::cuckoo::stat > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -1367,7 +1367,7 @@ namespace { ,cds::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { @@ -1393,7 +1393,7 @@ namespace { ,cds::opt::compare< cmp > ,ci::opt::disposer< mock_disposer > >::type - > set_type; + > set_type; std::vector< typename set_type::value_type > data; { diff --git a/test/unit/striped-set/set_boost_flatset.cpp b/test/unit/striped-set/set_boost_flatset.cpp index 755a925c..e7136167 100644 --- a/test/unit/striped-set/set_boost_flatset.cpp +++ b/test/unit/striped-set/set_boost_flatset.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-set/set_boost_list.cpp b/test/unit/striped-set/set_boost_list.cpp index 0b6de586..ffc6f563 100644 --- a/test/unit/striped-set/set_boost_list.cpp +++ b/test/unit/striped-set/set_boost_list.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-set/set_boost_set.cpp b/test/unit/striped-set/set_boost_set.cpp index 3c802f2e..bee6c125 100644 --- a/test/unit/striped-set/set_boost_set.cpp +++ b/test/unit/striped-set/set_boost_set.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-set/set_boost_slist.cpp b/test/unit/striped-set/set_boost_slist.cpp index 82c047e5..3950d736 100644 --- a/test/unit/striped-set/set_boost_slist.cpp +++ b/test/unit/striped-set/set_boost_slist.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-set/set_boost_stable_vector.cpp b/test/unit/striped-set/set_boost_stable_vector.cpp index 3973d423..fa8857d8 100644 --- a/test/unit/striped-set/set_boost_stable_vector.cpp +++ b/test/unit/striped-set/set_boost_stable_vector.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-set/set_boost_unordered_set.cpp b/test/unit/striped-set/set_boost_unordered_set.cpp index 92ba828f..93025507 100644 --- a/test/unit/striped-set/set_boost_unordered_set.cpp +++ b/test/unit/striped-set/set_boost_unordered_set.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-set/set_boost_vector.cpp b/test/unit/striped-set/set_boost_vector.cpp index 84cb71c6..876ee888 100644 --- a/test/unit/striped-set/set_boost_vector.cpp +++ b/test/unit/striped-set/set_boost_vector.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef CDSUNIT_ENABLE_BOOST_CONTAINER diff --git a/test/unit/striped-set/set_std_list.cpp b/test/unit/striped-set/set_std_list.cpp index 225f6477..e55133f9 100644 --- a/test/unit/striped-set/set_std_list.cpp +++ b/test/unit/striped-set/set_std_list.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/striped-set/set_std_set.cpp b/test/unit/striped-set/set_std_set.cpp index 0de7ee49..2f3b4207 100644 --- a/test/unit/striped-set/set_std_set.cpp +++ b/test/unit/striped-set/set_std_set.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/striped-set/set_std_unordered_set.cpp b/test/unit/striped-set/set_std_unordered_set.cpp index d3aacf3e..b5a47c67 100644 --- a/test/unit/striped-set/set_std_unordered_set.cpp +++ b/test/unit/striped-set/set_std_unordered_set.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/striped-set/set_std_vector.cpp b/test/unit/striped-set/set_std_vector.cpp index 85e475ba..e6996e9f 100644 --- a/test/unit/striped-set/set_std_vector.cpp +++ b/test/unit/striped-set/set_std_vector.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include diff --git a/test/unit/striped-set/test_intrusive_set.h b/test/unit/striped-set/test_intrusive_set.h index a686d6b5..7d1ecd6d 100644 --- a/test/unit/striped-set/test_intrusive_set.h +++ b/test/unit/striped-set/test_intrusive_set.h @@ -373,7 +373,7 @@ namespace cds_test { case 0: ASSERT_TRUE( s.insert( i )); ASSERT_FALSE( s.insert( i )); - updResult = s.update( i, []( bool bNew, value_type& val, value_type& arg) + updResult = s.update( i, []( bool bNew, value_type& val, value_type& arg) { EXPECT_FALSE( bNew ); EXPECT_EQ( &val, &arg ); diff --git a/test/unit/striped-set/test_intrusive_striped_set.h b/test/unit/striped-set/test_intrusive_striped_set.h index 25ebb145..4a96e20b 100644 --- a/test/unit/striped-set/test_intrusive_striped_set.h +++ b/test/unit/striped-set/test_intrusive_striped_set.h @@ -64,7 +64,7 @@ namespace { TYPED_TEST_P( IntrusiveStripedSet, striped_basehook_compare ) { - typedef ci::StripedSet< + typedef ci::StripedSet< typename TestFixture::base_hook_container, ci::opt::hash< typename TestFixture::hash1 >, ci::opt::compare< typename TestFixture::template cmp< typename TestFixture::base_item >> @@ -233,7 +233,7 @@ namespace { TYPED_TEST_P( IntrusiveStripedSet, refinable_basehook_compare ) { - typedef ci::StripedSet< + typedef ci::StripedSet< typename TestFixture::base_hook_container, ci::opt::hash< typename TestFixture::hash1 >, ci::opt::compare< typename TestFixture::template cmp< typename TestFixture::base_item >> diff --git a/test/unit/striped-set/test_set.h b/test/unit/striped-set/test_set.h index 9cc709d6..4e988883 100644 --- a/test/unit/striped-set/test_set.h +++ b/test/unit/striped-set/test_set.h @@ -329,7 +329,7 @@ namespace cds_test { case 0: ASSERT_TRUE( s.insert( i )); ASSERT_FALSE( s.insert( i )); - updResult = s.update( i, []( bool bNew, value_type& val, value_type const& arg) + updResult = s.update( i, []( bool bNew, value_type& val, value_type const& arg) { EXPECT_FALSE( bNew ); EXPECT_EQ( val.key(), arg.key() ); @@ -340,7 +340,7 @@ namespace cds_test { case 1: ASSERT_TRUE( s.insert( i.key() )); ASSERT_FALSE( s.insert( i.key() )); - updResult = s.update( i.key(), []( bool bNew, value_type& val, int arg) + updResult = s.update( i.key(), []( bool bNew, value_type& val, int arg) { EXPECT_FALSE( bNew ); EXPECT_EQ( val.key(), arg ); @@ -351,7 +351,7 @@ namespace cds_test { case 2: ASSERT_TRUE( s.insert( i, []( value_type& v ) { ++v.nFindCount; } )); ASSERT_FALSE( s.insert( i, []( value_type& v ) { ++v.nFindCount; } )); - ASSERT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) + ASSERT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) { EXPECT_EQ( v.key(), key ); EXPECT_EQ( v.nFindCount, 1u ); @@ -360,7 +360,7 @@ namespace cds_test { case 3: ASSERT_TRUE( s.insert( i.key(), []( value_type& v ) { ++v.nFindCount; } )); ASSERT_FALSE( s.insert( i.key(), []( value_type& v ) { ++v.nFindCount; } )); - ASSERT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) + ASSERT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) { EXPECT_EQ( v.key(), key ); EXPECT_EQ( v.nFindCount, 1u ); @@ -459,16 +459,16 @@ namespace cds_test { ASSERT_TRUE( s.contains( i.nKey ) ); ASSERT_TRUE( s.contains( i ) ); ASSERT_TRUE( s.contains( other_item( i.key() ), other_predicate() ) ); - ASSERT_TRUE( s.find( i.nKey, []( value_type& v, int ) - { + ASSERT_TRUE( s.find( i.nKey, []( value_type& v, int ) + { v.nFindCount = 1; })); - ASSERT_TRUE( s.find( i, []( value_type& v, value_type const& ) - { + ASSERT_TRUE( s.find( i, []( value_type& v, value_type const& ) + { EXPECT_EQ( ++v.nFindCount, 2u ); })); ASSERT_TRUE( s.find_with( other_item( i.key() ), other_predicate(), []( value_type& v, other_item const& ) - { + { EXPECT_EQ( ++v.nFindCount, 3u ); })); diff --git a/test/unit/striped-set/test_striped_set.h b/test/unit/striped-set/test_striped_set.h index 85210b55..04d151f8 100644 --- a/test/unit/striped-set/test_striped_set.h +++ b/test/unit/striped-set/test_striped_set.h @@ -72,9 +72,9 @@ namespace { template bool operator()( Set& s, int key, Func f ) const { - return s.find( key, [&f]( typename Set::value_type& v, int key ) { + return s.find( key, [&f]( typename Set::value_type& v, int key ) { cds_test::container_set::other_item oi( key ); - f( v, oi ); + f( v, oi ); }); } }; @@ -413,7 +413,7 @@ namespace { TYPED_TEST_P( StripedSet, compare ) { - typedef cc::StripedSet< + typedef cc::StripedSet< typename TestFixture::container_type, cds::opt::hash< typename TestFixture::hash1 >, cds::opt::compare< typename TestFixture::cmp >, @@ -426,7 +426,7 @@ namespace { TYPED_TEST_P( StripedSet, less ) { - typedef cc::StripedSet< + typedef cc::StripedSet< typename TestFixture::container_type, cds::opt::hash< typename TestFixture::hash1 >, cds::opt::less< typename TestFixture::less > diff --git a/test/unit/tree/ellen_bintree_map_dhp.cpp b/test/unit/tree/ellen_bintree_map_dhp.cpp index 5f717cb9..cdbe7183 100644 --- a/test/unit/tree/ellen_bintree_map_dhp.cpp +++ b/test/unit/tree/ellen_bintree_map_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_tree_map_hp.h" diff --git a/test/unit/tree/ellen_bintree_map_hp.cpp b/test/unit/tree/ellen_bintree_map_hp.cpp index 07e0b5e9..d0610976 100644 --- a/test/unit/tree/ellen_bintree_map_hp.cpp +++ b/test/unit/tree/ellen_bintree_map_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_tree_map_hp.h" diff --git a/test/unit/tree/ellen_bintree_set_dhp.cpp b/test/unit/tree/ellen_bintree_set_dhp.cpp index 1e7dc06a..dedf0585 100644 --- a/test/unit/tree/ellen_bintree_set_dhp.cpp +++ b/test/unit/tree/ellen_bintree_set_dhp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_tree_set_hp.h" diff --git a/test/unit/tree/ellen_bintree_set_hp.cpp b/test/unit/tree/ellen_bintree_set_hp.cpp index 1152288b..079a544e 100644 --- a/test/unit/tree/ellen_bintree_set_hp.cpp +++ b/test/unit/tree/ellen_bintree_set_hp.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test_tree_set_hp.h" diff --git a/test/unit/tree/intrusive_ellenbintree_dhp.cpp b/test/unit/tree/intrusive_ellenbintree_dhp.cpp index 727c6fcf..1087a515 100644 --- a/test/unit/tree/intrusive_ellenbintree_dhp.cpp +++ b/test/unit/tree/intrusive_ellenbintree_dhp.cpp @@ -72,7 +72,7 @@ namespace { TEST_F( IntrusiveEllenBinTree_DHP, base_cmp ) { typedef ci::EllenBinTree< gc_type, key_type, base_item_type, - ci::ellen_bintree::make_traits< + ci::ellen_bintree::make_traits< ci::opt::type_traits< generic_traits > ,ci::opt::hook< ci::ellen_bintree::base_hook< ci::opt::gc< gc_type >>> ,ci::opt::compare< cmp> @@ -86,7 +86,7 @@ namespace { TEST_F( IntrusiveEllenBinTree_DHP, base_less ) { typedef ci::EllenBinTree< gc_type, key_type, base_item_type, - ci::ellen_bintree::make_traits< + ci::ellen_bintree::make_traits< ci::opt::type_traits< generic_traits > ,ci::opt::hook< ci::ellen_bintree::base_hook< ci::opt::gc< gc_type >>> ,ci::opt::less< less> @@ -100,7 +100,7 @@ namespace { TEST_F( IntrusiveEllenBinTree_DHP, base_item_counter ) { typedef ci::EllenBinTree< gc_type, key_type, base_item_type, - ci::ellen_bintree::make_traits< + ci::ellen_bintree::make_traits< ci::opt::type_traits< generic_traits > ,ci::opt::hook< ci::ellen_bintree::base_hook< ci::opt::gc< gc_type >>> ,ci::opt::compare< cmp> @@ -183,7 +183,7 @@ namespace { TEST_F( IntrusiveEllenBinTree_DHP, member_cmp ) { typedef ci::EllenBinTree< gc_type, key_type, member_item_type, - ci::ellen_bintree::make_traits< + ci::ellen_bintree::make_traits< ci::opt::type_traits< generic_traits > ,ci::opt::hook< ci::ellen_bintree::member_hook< offsetof( member_item_type, hMember), ci::opt::gc< gc_type >>> ,ci::opt::compare< cmp> @@ -197,7 +197,7 @@ namespace { TEST_F( IntrusiveEllenBinTree_DHP, member_less ) { typedef ci::EllenBinTree< gc_type, key_type, member_item_type, - ci::ellen_bintree::make_traits< + ci::ellen_bintree::make_traits< ci::opt::type_traits< generic_traits > ,ci::opt::hook< ci::ellen_bintree::member_hook< offsetof( member_item_type, hMember ), ci::opt::gc< gc_type >>> ,ci::opt::less< less> @@ -211,7 +211,7 @@ namespace { TEST_F( IntrusiveEllenBinTree_DHP, member_item_counter ) { typedef ci::EllenBinTree< gc_type, key_type, member_item_type, - ci::ellen_bintree::make_traits< + ci::ellen_bintree::make_traits< ci::opt::type_traits< generic_traits > ,ci::opt::hook< ci::ellen_bintree::member_hook< offsetof( member_item_type, hMember ), ci::opt::gc< gc_type >>> ,ci::opt::compare< cmp> diff --git a/test/unit/tree/intrusive_ellenbintree_hp.cpp b/test/unit/tree/intrusive_ellenbintree_hp.cpp index a4bd7d56..0c26a804 100644 --- a/test/unit/tree/intrusive_ellenbintree_hp.cpp +++ b/test/unit/tree/intrusive_ellenbintree_hp.cpp @@ -74,7 +74,7 @@ namespace { TEST_F( IntrusiveEllenBinTree_HP, base_cmp ) { typedef ci::EllenBinTree< gc_type, key_type, base_item_type, - ci::ellen_bintree::make_traits< + ci::ellen_bintree::make_traits< ci::opt::type_traits< generic_traits > ,ci::opt::hook< ci::ellen_bintree::base_hook< ci::opt::gc< gc_type >>> ,ci::opt::compare< cmp> @@ -88,7 +88,7 @@ namespace { TEST_F( IntrusiveEllenBinTree_HP, base_less ) { typedef ci::EllenBinTree< gc_type, key_type, base_item_type, - ci::ellen_bintree::make_traits< + ci::ellen_bintree::make_traits< ci::opt::type_traits< generic_traits > ,ci::opt::hook< ci::ellen_bintree::base_hook< ci::opt::gc< gc_type >>> ,ci::opt::less< less> @@ -102,7 +102,7 @@ namespace { TEST_F( IntrusiveEllenBinTree_HP, base_item_counter ) { typedef ci::EllenBinTree< gc_type, key_type, base_item_type, - ci::ellen_bintree::make_traits< + ci::ellen_bintree::make_traits< ci::opt::type_traits< generic_traits > ,ci::opt::hook< ci::ellen_bintree::base_hook< ci::opt::gc< gc_type >>> ,ci::opt::compare< cmp> @@ -185,7 +185,7 @@ namespace { TEST_F( IntrusiveEllenBinTree_HP, member_cmp ) { typedef ci::EllenBinTree< gc_type, key_type, member_item_type, - ci::ellen_bintree::make_traits< + ci::ellen_bintree::make_traits< ci::opt::type_traits< generic_traits > ,ci::opt::hook< ci::ellen_bintree::member_hook< offsetof( member_item_type, hMember), ci::opt::gc< gc_type >>> ,ci::opt::compare< cmp> @@ -199,7 +199,7 @@ namespace { TEST_F( IntrusiveEllenBinTree_HP, member_less ) { typedef ci::EllenBinTree< gc_type, key_type, member_item_type, - ci::ellen_bintree::make_traits< + ci::ellen_bintree::make_traits< ci::opt::type_traits< generic_traits > ,ci::opt::hook< ci::ellen_bintree::member_hook< offsetof( member_item_type, hMember ), ci::opt::gc< gc_type >>> ,ci::opt::less< less> @@ -213,7 +213,7 @@ namespace { TEST_F( IntrusiveEllenBinTree_HP, member_item_counter ) { typedef ci::EllenBinTree< gc_type, key_type, member_item_type, - ci::ellen_bintree::make_traits< + ci::ellen_bintree::make_traits< ci::opt::type_traits< generic_traits > ,ci::opt::hook< ci::ellen_bintree::member_hook< offsetof( member_item_type, hMember ), ci::opt::gc< gc_type >>> ,ci::opt::compare< cmp> diff --git a/test/unit/tree/test_bronson_avltree_map.h b/test/unit/tree/test_bronson_avltree_map.h index 46ebc838..3403c8c9 100644 --- a/test/unit/tree/test_bronson_avltree_map.h +++ b/test/unit/tree/test_bronson_avltree_map.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_TREE_TEST_BRONSON_AVLTREE_MAP_H diff --git a/test/unit/tree/test_ellen_bintree_map_rcu.h b/test/unit/tree/test_ellen_bintree_map_rcu.h index 2cca3eb3..fee04230 100644 --- a/test/unit/tree/test_ellen_bintree_map_rcu.h +++ b/test/unit/tree/test_ellen_bintree_map_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_TREE_TEST_ELLEN_BINTREE_MAP_RCU_H #define CDSUNIT_TREE_TEST_ELLEN_BINTREE_MAP_RCU_H diff --git a/test/unit/tree/test_ellen_bintree_set_rcu.h b/test/unit/tree/test_ellen_bintree_set_rcu.h index a9875b09..f777356c 100644 --- a/test/unit/tree/test_ellen_bintree_set_rcu.h +++ b/test/unit/tree/test_ellen_bintree_set_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_TREE_TEST_ELLEN_BINTREE_SET_RCU_H #define CDSUNIT_TREE_TEST_ELLEN_BINTREE_SET_RCU_H diff --git a/test/unit/tree/test_ellen_bintree_update_desc_pool.h b/test/unit/tree/test_ellen_bintree_update_desc_pool.h index fafd2486..f49de41b 100644 --- a/test/unit/tree/test_ellen_bintree_update_desc_pool.h +++ b/test/unit/tree/test_ellen_bintree_update_desc_pool.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_TREE_TEST_ELLEN_BINTREE_UPDATE_DESC_POOL_H diff --git a/test/unit/tree/test_intrusive_ellen_bintree_rcu.h b/test/unit/tree/test_intrusive_ellen_bintree_rcu.h index 1ccffc78..0c08a905 100644 --- a/test/unit/tree/test_intrusive_ellen_bintree_rcu.h +++ b/test/unit/tree/test_intrusive_ellen_bintree_rcu.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_TREE_TEST_INTRUSIVE_ELLEN_BINTREE_RCU_H @@ -374,6 +374,6 @@ namespace { base_cmp, base_less, base_item_counter, base_backoff, base_seq_cst, base_update_desc_pool, base_update_desc_lazy_pool, member_cmp, member_less, member_item_counter, member_backoff, member_seq_cst, member_update_desc_pool, member_update_desc_lazy_pool ); -} // namespace +} // namespace #endif // #ifndef CDSUNIT_TREE_TEST_INTRUSIVE_ELLEN_BINTREE_RCU_H diff --git a/test/unit/tree/test_intrusive_tree.h b/test/unit/tree/test_intrusive_tree.h index 3fe1fdb6..d2d10394 100644 --- a/test/unit/tree/test_intrusive_tree.h +++ b/test/unit/tree/test_intrusive_tree.h @@ -201,7 +201,7 @@ namespace cds_test { }; template - struct cmp + struct cmp { int operator ()(T const& v1, T const& v2 ) const { @@ -320,7 +320,7 @@ namespace cds_test { case 0: ASSERT_TRUE( t.insert( i )); ASSERT_FALSE( t.insert( i )); - updResult = t.update( i, []( bool bNew, value_type& val, value_type& arg) + updResult = t.update( i, []( bool bNew, value_type& val, value_type& arg) { EXPECT_FALSE( bNew ); EXPECT_EQ( &val, &arg ); diff --git a/test/unit/tree/test_tree_map_data.h b/test/unit/tree/test_tree_map_data.h index 236f4b82..533bb921 100644 --- a/test/unit/tree/test_tree_map_data.h +++ b/test/unit/tree/test_tree_map_data.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_TREE_TEST_TREE_MAP_DATA_H diff --git a/test/unit/tree/test_tree_set.h b/test/unit/tree/test_tree_set.h index bb0093c1..b64fe27e 100644 --- a/test/unit/tree/test_tree_set.h +++ b/test/unit/tree/test_tree_set.h @@ -285,7 +285,7 @@ namespace cds_test { case 0: ASSERT_TRUE( s.insert( i )); ASSERT_FALSE( s.insert( i )); - updResult = s.update( i, []( bool bNew, value_type& val, value_type const& arg) + updResult = s.update( i, []( bool bNew, value_type& val, value_type const& arg) { EXPECT_FALSE( bNew ); EXPECT_EQ( val.key(), arg.key() ); @@ -296,7 +296,7 @@ namespace cds_test { case 1: ASSERT_TRUE( s.insert( i.key() )); ASSERT_FALSE( s.insert( i.key() )); - updResult = s.update( i.key(), []( bool bNew, value_type& val, int arg) + updResult = s.update( i.key(), []( bool bNew, value_type& val, int arg) { EXPECT_FALSE( bNew ); EXPECT_EQ( val.key(), arg ); @@ -307,7 +307,7 @@ namespace cds_test { case 2: ASSERT_TRUE( s.insert( i, []( value_type& v ) { ++v.nFindCount; } )); ASSERT_FALSE( s.insert( i, []( value_type& v ) { ++v.nFindCount; } )); - ASSERT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) + ASSERT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) { EXPECT_EQ( v.key(), key ); EXPECT_EQ( v.nFindCount, 1u ); @@ -316,7 +316,7 @@ namespace cds_test { case 3: ASSERT_TRUE( s.insert( i.key(), []( value_type& v ) { ++v.nFindCount; } )); ASSERT_FALSE( s.insert( i.key(), []( value_type& v ) { ++v.nFindCount; } )); - ASSERT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) + ASSERT_TRUE( s.find( i.nKey, []( value_type const& v, int key ) { EXPECT_EQ( v.key(), key ); EXPECT_EQ( v.nFindCount, 1u ); @@ -417,16 +417,16 @@ namespace cds_test { ASSERT_TRUE( s.contains( i.nKey ) ); ASSERT_TRUE( s.contains( i ) ); ASSERT_TRUE( s.contains( other_item( i.key() ), other_less() ) ); - ASSERT_TRUE( s.find( i.nKey, []( value_type& v, int ) - { + ASSERT_TRUE( s.find( i.nKey, []( value_type& v, int ) + { v.nFindCount = 1; })); - ASSERT_TRUE( s.find( i, []( value_type& v, value_type const& ) - { + ASSERT_TRUE( s.find( i, []( value_type& v, value_type const& ) + { EXPECT_EQ( ++v.nFindCount, 2u ); })); - ASSERT_TRUE( s.find_with( other_item( i.key() ), other_less(), []( value_type& v, other_item const& ) - { + ASSERT_TRUE( s.find_with( other_item( i.key() ), other_less(), []( value_type& v, other_item const& ) + { EXPECT_EQ( ++v.nFindCount, 3u ); }));