2
0
mirror of https://github.com/boostorg/array.git synced 2026-01-21 04:42:09 +00:00
Commit Graph

73 Commits

Author SHA1 Message Date
Peter Dimov
f017dac435 Enable failing tests 2025-01-26 21:26:46 +02:00
Peter Dimov
3d9f39814c Re-enable failing tests 2025-01-26 19:23:41 +02:00
Peter Dimov
89f09e33f1 Change array<T, 0>::begin() to return nullptr and make it constexpr. 2025-01-26 19:21:39 +02:00
Peter Dimov
43326390d9 Reenable failing test 2025-01-26 08:19:00 +02:00
Peter Dimov
d2c295b85f Add array_access_test_cx2.cpp 2025-01-26 05:53:09 +02:00
Peter Dimov
324827cfc0 Add array_assign_test_cx.cpp 2025-01-26 05:45:36 +02:00
Peter Dimov
9253e8f1af Add array_fill_test_cx.cpp 2025-01-26 05:41:56 +02:00
Peter Dimov
cd0532b8fa Remove inclusion of <algorithm> 2025-01-26 05:08:42 +02:00
Peter Dimov
4f2ed73766 Add array_get_test_cx.cpp 2025-01-25 21:20:12 +02:00
Peter Dimov
50cf6ebba7 Disable array_access_test_cx for GCC 4.x 2025-01-25 20:51:36 +02:00
Peter Dimov
ec05d6ca34 Disable array_iterator_test_cx for GCC 4.x 2025-01-25 20:50:45 +02:00
Peter Dimov
18ec6239b2 Disable array_data_test_cx for GCC 4.x 2025-01-25 20:49:14 +02:00
Peter Dimov
b44be8da89 Disable array_copy_test_cx for GCC 4.x 2025-01-25 20:47:36 +02:00
Peter Dimov
ea9dbd5674 Disable array_init_test_cx for GCC 4.x 2025-01-25 20:46:20 +02:00
Peter Dimov
5c05254afb Add array_lt_test_cx.cpp 2025-01-25 20:32:38 +02:00
Peter Dimov
a211468866 Add array_eq_test_cx.cpp 2025-01-25 20:24:15 +02:00
Peter Dimov
c06cadc04f Add array_access_test_cx.cpp 2025-01-25 20:09:17 +02:00
Peter Dimov
f155831795 Add array_iterator_test_cx.cpp 2025-01-25 20:02:57 +02:00
Peter Dimov
7ca2f112a2 Disable constexpr data() test for msvc-14.0 2025-01-25 19:42:21 +02:00
Peter Dimov
19f02c7615 Add array_data_test_cx.cpp 2025-01-25 19:38:01 +02:00
Peter Dimov
66386e8eda Add array_copy_test_cx.cpp 2025-01-25 19:29:47 +02:00
Peter Dimov
54d839c8bc Add array_size_test_cx.cpp 2025-01-25 19:23:50 +02:00
Peter Dimov
e7663434ee Add array_init_test_cx.cpp 2025-01-25 19:18:22 +02:00
Peter Dimov
2099995189 Uncomment BOOST_CONSTEXPR; update and enable test/array_constexpr.cpp 2025-01-12 03:31:49 +02:00
Peter Dimov
31b9fdd397 Add array_get_test.cpp 2025-01-12 03:20:46 +02:00
Peter Dimov
dca9ae1a60 Add array_lt_test.cpp 2025-01-12 03:01:00 +02:00
Peter Dimov
ff5eb67906 Add array_eq_test.cpp 2025-01-12 02:51:15 +02:00
Peter Dimov
7223d3dfcb Add array_swap_test2.cpp 2025-01-11 22:05:37 +02:00
Peter Dimov
c549abb184 Add array_swap_test.cpp 2025-01-11 22:01:01 +02:00
Peter Dimov
cbd8e1a8dc Add array_assign_test.cpp 2025-01-11 21:56:12 +02:00
Peter Dimov
4e3d4ef99f Add array_fill_test.cpp 2025-01-11 21:51:06 +02:00
Peter Dimov
63f8f022e2 Add array_c_array_test.cpp 2025-01-11 21:29:33 +02:00
Peter Dimov
8d1871b4c2 Add array_access_test.cpp 2025-01-11 04:30:54 +02:00
Peter Dimov
c0488c00a3 Add array_size_test.cpp 2025-01-11 04:13:41 +02:00
Peter Dimov
48b07e63fb Add array_reverse_test.cpp 2025-01-10 05:00:39 +02:00
Peter Dimov
8999204cae Add array_iterator_test.cpp 2025-01-10 04:53:08 +02:00
Peter Dimov
c5741a92e7 Add array_data_test.cpp 2025-01-10 04:40:35 +02:00
Peter Dimov
1ae515a17d Update array_copy_test 2025-01-10 04:09:16 +02:00
Peter Dimov
72997add96 Add array_convert_test.cpp 2025-01-10 04:07:38 +02:00
Peter Dimov
51fbc208d9 Add array_copy_test.cpp 2025-01-10 04:03:14 +02:00
Peter Dimov
7fac30e1ab Fix msvc-14.0, gcc-4.x failures 2025-01-10 03:37:10 +02:00
Peter Dimov
049e98dd57 Add array_init_test.cpp 2025-01-10 03:30:57 +02:00
Peter Dimov
e0bd7e8560 Add array_elems_test.cpp 2025-01-10 03:00:00 +02:00
Peter Dimov
f9bb980a0b Add array_typedef_test.cpp 2025-01-09 21:01:41 +02:00
Peter Dimov
9a11abcb9f Disable array_hash.cpp under C++03 2024-11-04 03:43:06 +02:00
Marshall Clow
23f6b27c0d Add meaningless change to force rebuild 2024-04-11 11:37:03 -07:00
Peter Dimov
bdc9ff1e24 Add CMake tests 2023-09-08 09:47:09 +03:00
Peter Dimov
8ad6749d4a Update test/Jamfile 2023-09-08 09:38:28 +03:00
Marshall Clow
453cf59eb9 Replace Boost.Test with lightweight_test from Boost.Core. Modified version of https://github.com/boostorg/array/pull/6. Thanks to mloskot for the patch. 2019-07-10 15:25:46 -07:00
Marshall Clow
b279a9005b Fix off-by-one error in range-checking for 'at()'. thanks to DHilbrich for the bug report. 2019-02-07 07:52:11 -08:00