Commit Graph

40 Commits

Author SHA1 Message Date
4f2ed73766 Add array_get_test_cx.cpp 2025-01-25 21:20:12 +02:00
5c05254afb Add array_lt_test_cx.cpp 2025-01-25 20:32:38 +02:00
a211468866 Add array_eq_test_cx.cpp 2025-01-25 20:24:15 +02:00
c06cadc04f Add array_access_test_cx.cpp 2025-01-25 20:09:17 +02:00
f155831795 Add array_iterator_test_cx.cpp 2025-01-25 20:02:57 +02:00
19f02c7615 Add array_data_test_cx.cpp 2025-01-25 19:38:01 +02:00
66386e8eda Add array_copy_test_cx.cpp 2025-01-25 19:29:47 +02:00
54d839c8bc Add array_size_test_cx.cpp 2025-01-25 19:23:50 +02:00
e7663434ee Add array_init_test_cx.cpp 2025-01-25 19:18:22 +02:00
2099995189 Uncomment BOOST_CONSTEXPR; update and enable test/array_constexpr.cpp 2025-01-12 03:31:49 +02:00
31b9fdd397 Add array_get_test.cpp 2025-01-12 03:20:46 +02:00
dca9ae1a60 Add array_lt_test.cpp 2025-01-12 03:01:00 +02:00
ff5eb67906 Add array_eq_test.cpp 2025-01-12 02:51:15 +02:00
7223d3dfcb Add array_swap_test2.cpp 2025-01-11 22:05:37 +02:00
c549abb184 Add array_swap_test.cpp 2025-01-11 22:01:01 +02:00
cbd8e1a8dc Add array_assign_test.cpp 2025-01-11 21:56:12 +02:00
4e3d4ef99f Add array_fill_test.cpp 2025-01-11 21:51:06 +02:00
63f8f022e2 Add array_c_array_test.cpp 2025-01-11 21:29:33 +02:00
8d1871b4c2 Add array_access_test.cpp 2025-01-11 04:30:54 +02:00
c0488c00a3 Add array_size_test.cpp 2025-01-11 04:13:41 +02:00
48b07e63fb Add array_reverse_test.cpp 2025-01-10 05:00:39 +02:00
8999204cae Add array_iterator_test.cpp 2025-01-10 04:53:08 +02:00
c5741a92e7 Add array_data_test.cpp 2025-01-10 04:40:35 +02:00
72997add96 Add array_convert_test.cpp 2025-01-10 04:07:38 +02:00
51fbc208d9 Add array_copy_test.cpp 2025-01-10 04:03:14 +02:00
049e98dd57 Add array_init_test.cpp 2025-01-10 03:30:57 +02:00
e0bd7e8560 Add array_elems_test.cpp 2025-01-10 03:00:00 +02:00
f9bb980a0b Add array_typedef_test.cpp 2025-01-09 21:01:41 +02:00
9a11abcb9f Disable array_hash.cpp under C++03 2024-11-04 03:43:06 +02:00
bdc9ff1e24 Add CMake tests 2023-09-08 09:47:09 +03:00
8ad6749d4a Update test/Jamfile 2023-09-08 09:38:28 +03:00
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
12fcbb59c2 Back out some of the constexpr support Boost.Array; it crashes gcc
[SVN r82906]
2013-02-15 17:11:09 +00:00
4a60b8c146 Add constexpr support to Boost.Array
[SVN r82834]
2013-02-12 18:07:15 +00:00
117584a2ce Update Boost.Array tests to use newer Boost.Test features
[SVN r82822]
2013-02-11 17:16:55 +00:00
e02e7dcc00 Add boost::get<> support to Boost.Array
[SVN r82089]
2012-12-19 00:53:31 +00:00
daeb19f693 Add support for std::get<> to Boost.Array
[SVN r82083]
2012-12-18 17:59:08 +00:00
f4a0cbd364 Added support for Boost.Hash to Boost.Array; fixes #6791
[SVN r77976]
2012-04-14 18:07:34 +00:00
6fbc8ee741 Added a test for 'get_c_array'
[SVN r66294]
2010-10-31 02:25:04 +00:00
9804292dad Move array test into canonical test subdir structure.
[SVN r44376]
2008-04-13 22:12:12 +00:00