2
0
mirror of https://github.com/boostorg/sort.git synced 2026-01-19 04:42:11 +00:00

33 Commits

Author SHA1 Message Date
Peter Dimov
aaab6cad9d Replace CMAKE_CXX_STANDARD override with target_compile_features 2025-10-27 14:12:16 +02:00
Peter Dimov
c5332a9704 Add CMake tests to ci.yml 2025-06-28 20:26:55 +03:00
Peter Dimov
a8540c6b6f Update test/CMakeLists.txt to work under the documented testing procedure for Boost. Fixes #94. 2025-06-28 09:19:07 +03:00
Steven Ross
6e25437ee2 Revert "Build CMake tests"
This reverts commit 04dcfafd05.
2025-06-19 05:13:48 -04:00
Steven Ross
04dcfafd05 Build CMake tests 2025-06-17 20:12:32 -04:00
Francisco Tapia
7708d2d54b Correction of the error with and or not 2025-04-29 08:55:44 +02:00
Nigel Stewart
098a6a8c0f Add CMakeLists.txt for tests, resolve some gcc and clang warnings 2025-04-20 17:40:17 +10:00
Rene Rivera
65bc508b76 Change all <source> references to <library>. 2024-07-20 21:25:44 -05:00
Rene Rivera
b961352925 Add missing import-search for cconfig/predef checks. 2024-05-04 23:32:35 -05:00
Rene Rivera
61f794f6b2 Make the library modular usable. 2024-03-11 08:38:17 -05:00
Francisco Tapia
e5393b78af Add files via upload
delete dependencies of the insert.hpp file
2023-09-13 17:55:56 +02:00
Francisco Tapia
531d497707 Add files via upload
Check with empty ranges
2023-08-29 10:12:35 +02:00
Francisco Jose Tapia
d2b2cf631f adding ciso646 2022-08-01 11:47:00 +02:00
Francisco
f908ea4a99 error in parallel_stable_sort 2018-11-05 19:46:36 +01:00
zerotypos-found
5555d4b21d Detab 2017-12-19 11:45:56 +09:00
Steven Ross
2b634c0633 Requiring the boost cxx11 random header for the pdqsort test.
I believe this is a requirement to use the library.
2017-11-26 13:51:04 -05:00
Francisco Tapia
4367cadfd1 Add files via upload 2017-11-24 08:45:53 +01:00
Orson Peters
31d48b0d84 Renamed pdqsort.h to pdqsort.hpp and added tests for pdqsort. 2017-11-23 18:45:34 +01:00
fjtapia
50d2579d68 doc corrections 2017-11-21 18:37:15 +01:00
Steven Ross
896098438d Fix float_sort_test warnings 2017-11-16 21:12:40 -05:00
Peter Dimov
5986477ecc Fix test/Jamfile 2017-11-14 02:03:13 +02:00
Francisco Tapia
2da109bffd Add files via upload 2017-11-14 00:12:51 +01:00
Francisco Tapia
2729a36b67 Add files via upload 2017-11-10 18:57:41 +01:00
Steven Ross
cdecffcc53 Correct performance note in readme, and add C++11 requirement to the tests. 2017-10-30 22:26:53 -04:00
fjtapia
e52652ce6f delete namespace parallel 2017-07-21 12:14:14 +02:00
Steven Ross
11e8bf247a Minor clean up for string_sort_test 2016-04-14 23:15:12 -04:00
Steven Ross
d525fb024c Removing wchar test that doesn't apply on linux
Requiring 2-byte wchar_ts for spreadsort direct call.
2015-09-20 11:01:05 -04:00
Steven Ross
9bb5778ed4 Fixing wstring sorting from spreadsort interface.
Fixed the string_sort test to include wstring.
2015-09-19 23:33:19 -04:00
Steven Ross
f693767c5e Adding tests for and fixing early-exit with reverse-sorted negatives. 2015-09-19 21:44:06 -04:00
Steven Ross
f8a87646a2 Remove unnecessary ":" 2015-01-20 21:58:16 -05:00
Steven Ross
a8500edacb Updating Jamfile with noop change to test merging. 2015-01-20 21:54:44 -05:00
Beman
b2a2e4006e Update test-suite name to match library name. Note sure if this is an actual requirement, or just a convention. 2015-01-19 21:35:29 -05:00
Steven Ross
ef2c4af383 Adding the new boost sort library. 2015-01-13 21:56:11 -05:00