|
40d2be68ba
|
Add clang-19 toolset
|
2025-05-20 08:55:16 +02:00 |
|
|
e9ff3ca095
|
Fix #59 again (missing BOOST_MOVE_STD_NS_END closing brace)
boost-1.88.0.beta1
boost-1.88.0
|
2025-02-28 19:32:21 +01:00 |
|
|
5f073f8f00
|
FIxes #59 ("std_ns_begin.hpp: missing definition of BOOST_MOVE_STD_NS_BEG")
|
2025-02-28 17:22:47 +01:00 |
|
|
51a4762fda
|
Avoid C++03 testing in clang/libc++
|
2024-12-23 22:41:40 +01:00 |
|
|
e343c5301f
|
Add #58 in 1.88 changelog
|
2024-12-22 18:42:27 +01:00 |
|
|
b027b84fe0
|
Merge pull request #58 from stbergmann/c++26-vararg-comma
Avoid -Wdeprecated-variadic-comma-omission with GCC 15 trunk -std=c++26
|
2024-12-09 10:35:27 +01:00 |
|
|
aa25af1928
|
Avoid -Wdeprecated-variadic-comma-omission with GCC 15 trunk -std=c++26
...since
<https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=cc67d95dc100706ea665e8cce581d59466aba62e>
"c++: Implement C++26 P3176R1 - The Oxford variadic comma"
|
2024-12-02 19:06:29 +01:00 |
|
|
a2bb5c8853
|
Update changelog with #57
boost-1.87.0
|
2024-11-27 22:17:44 +01:00 |
|
|
634ca276e0
|
Remove deprecated macos-12 and add macos-15
|
2024-11-27 21:49:12 +01:00 |
|
|
b7a04d3201
|
Use new <__utility/swap.h> header for modern libc++ versions. Fixes #57
|
2024-11-27 21:27:11 +01:00 |
|
|
5fe1c7a435
|
Fix #56: ("Forward declarations of std types cause compilation errors on some platforms").
|
2024-10-19 23:19:36 +02:00 |
|
|
18b0f7e181
|
Fixes #56 ("Forward declarations of std types cause compilation errors on some platforms")
|
2024-10-19 23:18:09 +02:00 |
|
|
7398ab9bae
|
Fixes #292 ("Forward declarations of std types cause compilation errors on some platforms")
|
2024-10-19 23:09:28 +02:00 |
|
|
974dc35b68
|
Add move_core test to make sure movable classes can be defined with the minimal header.
boost-1.87.0.beta1
|
2024-10-07 23:12:33 +02:00 |
|
|
0d7bc2eaf9
|
Simplify core.hpp using "meta_utils_core.hpp" instead of "meta_utils.hpp"
|
2024-10-07 23:12:01 +02:00 |
|
|
7430e92339
|
Remove unneeded includes
|
2024-10-07 23:10:36 +02:00 |
|
|
9f33e1acbf
|
Avoid unneeded includes
|
2024-10-07 22:24:50 +02:00 |
|
|
e5d2f76662
|
Add missing >cstddef>
|
2024-10-07 22:08:38 +02:00 |
|
|
dfb5902074
|
Merge pull request #55 from jschueller/patch-1
Lowercase windows.h
|
2024-09-30 13:16:13 +02:00 |
|
|
bb124ff9b1
|
Add BOOST_MOVE_FORCEINLINE for conversion operators.
|
2024-09-09 10:51:52 +02:00 |
|
|
164e070cb4
|
Lowercase windows.h
Errors when cross-compiling on a case-sensitive fs (mingw)
Will make no difference on windows where the fs is case-insensitive
|
2024-08-30 14:36:05 +02:00 |
|
|
55b5a3ece6
|
Merge branch 'grafikrobot-modular' into develop
|
2024-08-18 23:48:48 +02:00 |
|
|
6cd43ef456
|
Adjust doc build to avoid boost-root references.
|
2024-07-28 11:07:54 -05:00 |
|
|
36c5a8185b
|
Move inter-lib dependencies to a project variable and into the build targets.
|
2024-07-23 22:34:23 -05:00 |
|
|
b36aa58169
|
Update copyright dates.
|
2024-07-20 22:52:04 -05:00 |
|
|
a208d101f6
|
Change all <source> references to <library>.
|
2024-07-20 19:40:42 -05:00 |
|
|
06a4b9c5ac
|
Sync from upstream.
|
2024-07-12 08:54:43 -05:00 |
|
|
70c57e804f
|
Add latest gcc/clang/macos versions
boost-1.86.0.beta1
boost-1.86.0
|
2024-07-01 09:53:04 +02:00 |
|
|
a56cce87bd
|
Sync from upstream.
|
2024-06-17 22:24:55 -05:00 |
|
|
c973467a31
|
Avoid C++03 in MacOS
|
2024-06-16 23:37:00 +02:00 |
|
|
ff0cffb95b
|
Bump B2 require to 5.2
|
2024-06-14 11:33:56 -05:00 |
|
|
b4bb259acd
|
Add requires-b2 check to top-level build file.
|
2024-05-05 09:00:01 -05:00 |
|
|
e831be29f2
|
Sync from upstream.
|
2024-04-20 15:33:29 -05:00 |
|
|
d0631eec74
|
Implement aligned_struct with __declspec(align(x)) for x = 8 as MSVC will not align the stack if a built-in type is used (like double).
|
2024-04-16 14:42:42 +02:00 |
|
|
d6b970285b
|
Add launcer helper
|
2024-04-15 08:56:32 +02:00 |
|
|
d2e6c80e22
|
Switch to library requirements instead of source. As source puts extra source in install targets.
|
2024-03-29 21:15:59 -05:00 |
|
|
56b2d79368
|
Sync from upstream.
|
2024-03-17 20:26:00 -05:00 |
|
|
08f16be939
|
Fix syntax error detected in quickbook 1.7
|
2024-03-18 00:04:17 +01:00 |
|
|
d34122e8d4
|
Update quickbook language to 1.7
|
2024-03-18 00:02:11 +01:00 |
|
|
05d00ac951
|
Make the library modular usable.
|
2024-03-11 08:38:17 -05:00 |
|
|
6b81611b9d
|
Fixes #51: ("Compiler deprecation warnings with VS2019 Version 16.10 and boost/move headers")
|
2024-03-03 22:35:12 +01:00 |
|
|
bfe39f2795
|
Add timeout to tests
|
2024-03-03 22:33:33 +01:00 |
|
|
c5fcde792c
|
- Update gitignore with local msvc projects and binaries
|
2024-03-03 22:33:22 +01:00 |
|
|
7c01072629
|
Fix typo in BOOST_MOVE_STATIC_ASSERT
boost-1.85.0
boost-1.85.0.beta1
|
2024-01-02 17:10:09 +01:00 |
|
|
4798a80e5b
|
- Remove clang with listdc++ tests in C++2b mode as there is an incompatibility between them.
- Add new toolsets present in ubuntu 23.04.
- Use container images also for Ubuntu 22.04
|
2024-01-02 01:30:01 +01:00 |
|
|
51753c2435
|
Add apt-get dist-upgrade to actions.
|
2024-01-01 00:40:11 +01:00 |
|
|
11930bbf55
|
- Add is_unsigned trait
- Add make_unsigned for 128 bit integers
- Fix is_scalar traits
|
2023-12-31 23:40:09 +01:00 |
|
|
60f782350a
|
Reduce clang-win tests to 64 bit as the regression timeouts because clang compilation is much heavier than msvc.
|
2023-05-05 22:56:38 +02:00 |
|
|
47008b0074
|
Avoid GCC 4.4, too old to support, even in C+03 [skip ci]
|
2023-05-03 22:54:00 +02:00 |
|
|
e7f403c78f
|
Add more windows toolsets from Boost.Core's CI
|
2023-05-01 18:43:36 +02:00 |
|