1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+176-21
- CMakeLists.txt+25-6
- benchmark/parallel/runCLANG_benchmark_numbers.sh+2-2
- benchmark/parallel/runCLANG_benchmark_objects.sh+2-2
- benchmark/parallel/runCLANG_benchmark_strings.sh+2-2
- benchmark/parallel/runGCC_benchmark_numbers.sh+2-2
- benchmark/parallel/runGCC_benchmark_objects.sh+2-2
- benchmark/parallel/runGCC_benchmark_strings.sh+2-2
- benchmark/single/runCLANG_benchmark_numbers.sh+2-2
- benchmark/single/runCLANG_benchmark_objects.sh+2-2
- benchmark/single/runCLANG_benchmark_strings.sh+2-2
- benchmark/single/runGCC_benchmark_numbers.sh+2-2
- benchmark/single/runGCC_benchmark_objects.sh+2-2
- benchmark/single/runGCC_benchmark_strings.sh+2-2
- include/boost/sort/block_indirect_sort/blk_detail/backbone.hpp-1
- include/boost/sort/block_indirect_sort/blk_detail/block.hpp+1-1
- include/boost/sort/block_indirect_sort/blk_detail/merge_blocks.hpp+10-11
- include/boost/sort/block_indirect_sort/blk_detail/move_blocks.hpp+3-4
- include/boost/sort/block_indirect_sort/blk_detail/parallel_sort.hpp+6-7
- include/boost/sort/block_indirect_sort/block_indirect_sort.hpp+5-6
- include/boost/sort/common/deque_cnc.hpp-1
- include/boost/sort/common/file_vector.hpp+1-2
- include/boost/sort/common/indirect.hpp+1-1
- include/boost/sort/common/int_array.hpp-1
- include/boost/sort/common/merge_block.hpp+1-1
- include/boost/sort/common/merge_four.hpp+7-8
- include/boost/sort/common/merge_vector.hpp-2
- include/boost/sort/common/pivot.hpp-1
- include/boost/sort/common/scheduler.hpp+1-2
- include/boost/sort/common/spinlock.hpp-1
- include/boost/sort/common/stack_cnc.hpp-1
- include/boost/sort/common/time_measure.hpp-1
- include/boost/sort/common/util/algorithm.hpp+1-1
- include/boost/sort/common/util/atomic.hpp+1-1
- include/boost/sort/common/util/circular_buffer.hpp-1
- include/boost/sort/common/util/insert.hpp-2
- include/boost/sort/common/util/search.hpp+3-235
- include/boost/sort/common/util/traits.hpp-1
- include/boost/sort/parallel_stable_sort/parallel_stable_sort.hpp+3-4
- include/boost/sort/sample_sort/sample_sort.hpp+6-7
- include/boost/sort/spinsort/spinsort.hpp+6-8
- test/CMakeLists.txt+25-42
- test/cmake_install_test/CMakeLists.txt+17
- test/cmake_install_test/main.cpp+8
- test/cmake_subdir_test/CMakeLists.txt+18
- test/cmake_subdir_test/main.cpp+8
- test/test_block_indirect_sort.cpp+1-2
- test/test_flat_stable_sort.cpp+2-3
- test/test_insert_sort.cpp+3-4
- test/test_parallel_stable_sort.cpp+4-4
- test/test_sample_sort.cpp+3-4
- test/test_spinsort.cpp+2-3
0 commit comments