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

250 Commits

Author SHA1 Message Date
Peter Dimov
f017dac435 Enable failing tests 2025-01-26 21:26:46 +02:00
Peter Dimov
567ba40840 Add a dummy element to array<T, 0> to enable initialization with = {{}} 2025-01-26 21:15:39 +02:00
Peter Dimov
29700ff270 Update revision history 2025-01-26 21:02:26 +02:00
Peter Dimov
b147799665 Remove local hash_value overload; boost::hash supports array-like types natively. 2025-01-26 20:35:19 +02:00
Peter Dimov
acef60446a Update revision history 2025-01-26 20:31:53 +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
c95d855018 Remove obsolete workaround from failed_rangecheck 2025-01-26 08:09:41 +02:00
Peter Dimov
0a72026887 Update revision history 2025-01-26 06:09:05 +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
6a9e8c78da Update documentation of swap. 2025-01-26 04:11:14 +02:00
Peter Dimov
55bc631d40 Remove use of core/invoke_swap 2025-01-26 04:08:06 +02:00
Peter Dimov
435b293467 Mark std::get illegal overloads as deprecated 2025-01-26 03:16:23 +02:00
Peter Dimov
6447b408b2 Remove idef-ed out overload of get_c_array 2025-01-26 03:10:59 +02:00
Peter Dimov
17b49d86ad Mark get_c_array as deprecated 2025-01-26 03:10:23 +02:00
Peter Dimov
fe60e163c7 Remove obsolete Sun workaround 2025-01-26 03:07:53 +02:00
Peter Dimov
16280f660b Mark assign as deprecated 2025-01-26 03:06:28 +02:00
Peter Dimov
16b6ba8d84 Mark c_array as deprecated 2025-01-25 23:20:31 +02:00
Peter Dimov
f5a3f1b34a Remove obsolete reverse_iterator workarounds 2025-01-25 23:12:34 +02:00
Peter Dimov
9e2868f8e2 Reorder includes 2025-01-25 23:10:41 +02:00
Peter Dimov
4f2ed73766 Add array_get_test_cx.cpp 2025-01-25 21:20:12 +02:00
Peter Dimov
b32a6cfcfd Work around GCC 5..8 constexpr comparison failures 2025-01-25 20:59:46 +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
52406dfcc0 Add revision history 2025-01-25 18:06:00 +02:00
Peter Dimov
9b8a342f44 Update documentation 2025-01-25 18:00:27 +02:00
Peter Dimov
01983ff604 Remove GCC 4.4 from Drone 2025-01-15 21:12:57 +02:00
Peter Dimov
536412674f Add Drone support 2025-01-15 20:52:27 +02:00
Peter Dimov
8c5f36ae52 array<T, 0> access operations are never constexpr 2025-01-15 20:18:14 +02:00
Peter Dimov
9d6b871972 Work around GCC 4.x constexpr failure in operator[] 2025-01-15 19:57:39 +02:00
Peter Dimov
79ca787bfe Add more constexpr to match std::array 2025-01-12 03:31:49 +02:00
Peter Dimov
0da094a21d Add BOOST_NOEXCEPT as needed to match std::array 2025-01-12 03:31:49 +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