9b8a342f44
Update documentation
2025-01-25 18:00:27 +02:00
01983ff604
Remove GCC 4.4 from Drone
2025-01-15 21:12:57 +02:00
536412674f
Add Drone support
2025-01-15 20:52:27 +02:00
8c5f36ae52
array<T, 0> access operations are never constexpr
2025-01-15 20:18:14 +02:00
9d6b871972
Work around GCC 4.x constexpr failure in operator[]
2025-01-15 19:57:39 +02:00
79ca787bfe
Add more constexpr to match std::array
2025-01-12 03:31:49 +02:00
0da094a21d
Add BOOST_NOEXCEPT as needed to match std::array
2025-01-12 03:31:49 +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
1ae515a17d
Update array_copy_test
2025-01-10 04:09:16 +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
7fac30e1ab
Fix msvc-14.0, gcc-4.x failures
2025-01-10 03:37:10 +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
fd24e0592c
Add boostdoc, boostrelease targets to doc/Jamfile.v2
2025-01-09 20:49:37 +02:00
ea54ab1610
Update index.html
2025-01-06 18:45:57 +02:00
cd6244f787
Merge pull request #26 from cmazakas/asciidoc-refactor
...
refactor documentation to use asciidoc
2025-01-06 18:41:38 +02:00
99c3a4b966
refactor documentation to use asciidoc
2024-12-19 10:57:58 -08:00
22b8eebc3c
Apply Node20 workaround
2024-12-16 02:53:18 +02:00
fed8935fdf
Add GCC 4.9 to ci.yml
boost-1.87.0.beta1
boost-1.87.0
2024-11-04 04:42:52 +02:00
9ea71dd967
Update ci.yml
2024-11-04 03:45:50 +02:00
9a11abcb9f
Disable array_hash.cpp under C++03
2024-11-04 03:43:06 +02:00
f9c01c811a
Update ci.yml
2024-11-04 03:31:57 +02:00
23f6b27c0d
Add meaningless change to force rebuild
boost-1.86.0.beta1
boost-1.86.0
boost-1.85.0
2024-04-11 11:37:03 -07:00
ecc47cb42c
Merge branch 'feature/use_invoke_swap' of https://github.com/Lastique/array into feature/pr-20
boost-1.85.0.beta1
boost-1.84.0.beta1
boost-1.84.0
2023-09-08 09:57:29 +03:00
d9ccba0907
Update ci.yml
2023-09-08 09:49:45 +03: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
ec72fd87a1
Regenerate CMakeLists.txt
2023-09-08 09:36:13 +03:00
3dfc2a089c
Update ci.yml
2023-09-08 09:35:15 +03:00
b19ce675ad
Trim trailing spaces.
2023-09-03 00:06:37 +03:00
c774c93b3b
Switch to boost::core::invoke_swap.
...
boost::swap is deprecated and will be removed. Use boost::core::invoke_swap
as a replacement.
2023-09-03 00:05:33 +03:00
868af27d82
Merge pull request #19 from fanquake/use_core_swap
...
refactor: use core/swap.hpp over boost/swap.hpp
boost-1.83.0.beta1
boost-1.83.0
boost-1.82.0.beta1
boost-1.82.0
boost-1.81.0.beta1
boost-1.81.0
2022-08-23 09:23:28 -07:00
4647fc7095
refactor: use core/swap.hpp over boost/swap.hpp
...
The later is deprecated:
```cpp
ifndef BOOST_SWAP_HPP
define BOOST_SWAP_HPP
// The header file at this path is deprecated;
// use boost/core/swap.hpp instead.
include <boost/core/swap.hpp>
endif
```
2022-08-23 15:55:19 +01:00
9cc63ae0dd
Merge pull request #18 from renbaoshuo/patch-1
...
chore: bump macos runner version
2022-07-26 09:51:51 -07:00
a3f15458b8
chore: bump macos runner version
...
GitHub Action is sunsetting the macOS 10.15 Actions runner. It will stop working intermittently until being completely removed by 2022-8-30: https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22
2022-07-25 18:03:08 +08:00