From: Marsel Galimullin Date: Mon, 5 Dec 2016 20:31:38 +0000 (+0300) Subject: deleted tabs X-Git-Tag: v2.3.0~210^2 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=88007bd60cc71a2d34e5d957b6a6c71850590e76 deleted tabs --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6aaa300d..ed95a4d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ if(WITH_TESTS_COVERAGE) set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fprofile-arcs -ftest-coverage") message(STATUS "Test coverage analysis: activated") else() - message(WARNING "Compiler is not GNU gcc! Test coverage couldn't be analyzed") + message(WARNING "Compiler is not GNU gcc! Test coverage couldn't be analyzed") endif() endif(WITH_TESTS_COVERAGE) diff --git a/test/stress/queue/queue_type.h b/test/stress/queue/queue_type.h index 8691c35a..ca98c2ea 100644 --- a/test/stress/queue/queue_type.h +++ b/test/stress/queue/queue_type.h @@ -545,39 +545,39 @@ namespace fc_details{ template struct TypesFCHeavyValue { - typedef details::FCDequeL< Value > FCDequeL_HeavyValue_default; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_mutex > FCDequeL_HeavyValue_mutex; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_stat > FCDequeL_HeavyValue_stat; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_wait_ss > FCDequeL_HeavyValue_wait_ss; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_wait_ss_stat > FCDequeL_HeavyValue_wait_ss_stat; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_wait_sm > FCDequeL_HeavyValue_wait_sm; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_wait_sm_stat > FCDequeL_HeavyValue_wait_sm_stat; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_wait_mm > FCDequeL_HeavyValue_wait_mm; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_wait_mm_stat > FCDequeL_HeavyValue_wait_mm_stat; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_elimination > FCDequeL_HeavyValue_elimination; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_elimination_stat > FCDequeL_HeavyValue_elimination_stat; - - typedef details::FCDequeL< Value, cds::container::fcdeque::traits, boost::container::deque > FCDequeL_HeavyValue_boost; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_stat, boost::container::deque > FCDequeL_HeavyValue_boost_stat; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_elimination, boost::container::deque > FCDequeL_HeavyValue_boost_elimination; - typedef details::FCDequeL< Value, fc_details::traits_FCDeque_elimination_stat, boost::container::deque > FCDequeL_HeavyValue_boost_elimination_stat; - - typedef details::FCDequeR< Value > FCDequeR_HeavyValue_default; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_mutex > FCDequeR_HeavyValue_mutex; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_stat > FCDequeR_HeavyValue_stat; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_wait_ss > FCDequeR_HeavyValue_wait_ss; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_wait_ss_stat > FCDequeR_HeavyValue_wait_ss_stat; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_wait_sm > FCDequeR_HeavyValue_wait_sm; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_wait_sm_stat > FCDequeR_HeavyValue_wait_sm_stat; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_wait_mm > FCDequeR_HeavyValue_wait_mm; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_wait_mm_stat > FCDequeR_HeavyValue_wait_mm_stat; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_elimination > FCDequeR_HeavyValue_elimination; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_elimination_stat > FCDequeR_HeavyValue_elimination_stat; - - typedef details::FCDequeR< Value, cds::container::fcdeque::traits, boost::container::deque > FCDequeR_HeavyValue_boost; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_stat, boost::container::deque > FCDequeR_HeavyValue_boost_stat; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_elimination, boost::container::deque > FCDequeR_HeavyValue_boost_elimination; - typedef details::FCDequeR< Value, fc_details::traits_FCDeque_elimination_stat, boost::container::deque > FCDequeR_HeavyValue_boost_elimination_stat; + typedef details::FCDequeL< Value > FCDequeL_HeavyValue_default; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_mutex > FCDequeL_HeavyValue_mutex; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_stat > FCDequeL_HeavyValue_stat; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_wait_ss > FCDequeL_HeavyValue_wait_ss; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_wait_ss_stat > FCDequeL_HeavyValue_wait_ss_stat; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_wait_sm > FCDequeL_HeavyValue_wait_sm; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_wait_sm_stat > FCDequeL_HeavyValue_wait_sm_stat; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_wait_mm > FCDequeL_HeavyValue_wait_mm; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_wait_mm_stat > FCDequeL_HeavyValue_wait_mm_stat; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_elimination > FCDequeL_HeavyValue_elimination; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_elimination_stat > FCDequeL_HeavyValue_elimination_stat; + + typedef details::FCDequeL< Value, cds::container::fcdeque::traits, boost::container::deque > FCDequeL_HeavyValue_boost; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_stat, boost::container::deque > FCDequeL_HeavyValue_boost_stat; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_elimination, boost::container::deque > FCDequeL_HeavyValue_boost_elimination; + typedef details::FCDequeL< Value, fc_details::traits_FCDeque_elimination_stat, boost::container::deque > FCDequeL_HeavyValue_boost_elimination_stat; + + typedef details::FCDequeR< Value > FCDequeR_HeavyValue_default; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_mutex > FCDequeR_HeavyValue_mutex; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_stat > FCDequeR_HeavyValue_stat; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_wait_ss > FCDequeR_HeavyValue_wait_ss; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_wait_ss_stat > FCDequeR_HeavyValue_wait_ss_stat; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_wait_sm > FCDequeR_HeavyValue_wait_sm; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_wait_sm_stat > FCDequeR_HeavyValue_wait_sm_stat; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_wait_mm > FCDequeR_HeavyValue_wait_mm; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_wait_mm_stat > FCDequeR_HeavyValue_wait_mm_stat; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_elimination > FCDequeR_HeavyValue_elimination; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_elimination_stat > FCDequeR_HeavyValue_elimination_stat; + + typedef details::FCDequeR< Value, cds::container::fcdeque::traits, boost::container::deque > FCDequeR_HeavyValue_boost; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_stat, boost::container::deque > FCDequeR_HeavyValue_boost_stat; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_elimination, boost::container::deque > FCDequeR_HeavyValue_boost_elimination; + typedef details::FCDequeR< Value, fc_details::traits_FCDeque_elimination_stat, boost::container::deque > FCDequeR_HeavyValue_boost_elimination_stat; }; } diff --git a/test/unit/queue/fcqueue.cpp b/test/unit/queue/fcqueue.cpp index b33160e9..5b604035 100644 --- a/test/unit/queue/fcqueue.cpp +++ b/test/unit/queue/fcqueue.cpp @@ -167,18 +167,18 @@ namespace { test( q ); } - TEST_F( FCQueue, std_deque_heavy_value ) - { - typedef fc_test::heavy_value<> ValueType; - typedef cds::container::FCQueue queue_type; + TEST_F( FCQueue, std_deque_heavy_value ) + { + typedef fc_test::heavy_value<> ValueType; + typedef cds::container::FCQueue queue_type; - queue_type q; - test( q ); - } + queue_type q; + test( q ); + } TEST_F( FCQueue, std_empty_wait_strategy_heavy_value ) { - typedef fc_test::heavy_value<> ValueType; + typedef fc_test::heavy_value<> ValueType; typedef cds::container::FCQueue>, cds::container::fcqueue::make_traits< cds::opt::wait_strategy< cds::algo::flat_combining::wait_strategy::empty > @@ -191,7 +191,7 @@ namespace { TEST_F( FCQueue, std_single_mutex_single_condvar_heavy_value ) { - typedef fc_test::heavy_value<> ValueType; + typedef fc_test::heavy_value<> ValueType; typedef cds::container::FCQueue>, cds::container::fcqueue::make_traits< cds::opt::wait_strategy< cds::algo::flat_combining::wait_strategy::single_mutex_single_condvar<> > @@ -204,7 +204,7 @@ namespace { TEST_F( FCQueue, std_single_mutex_multi_condvar_heavy_value ) { - typedef fc_test::heavy_value<> ValueType; + typedef fc_test::heavy_value<> ValueType; typedef cds::container::FCQueue>, cds::container::fcqueue::make_traits< cds::opt::wait_strategy< cds::algo::flat_combining::wait_strategy::single_mutex_multi_condvar<> > @@ -217,7 +217,7 @@ namespace { TEST_F( FCQueue, std_multi_mutex_multi_condvar_heavy_value ) { - typedef fc_test::heavy_value<> ValueType; + typedef fc_test::heavy_value<> ValueType; typedef cds::container::FCQueue>, cds::container::fcqueue::make_traits< cds::opt::wait_strategy< cds::algo::flat_combining::wait_strategy::multi_mutex_multi_condvar<> >