2825 Commits

Author SHA1 Message Date
jzmaddock f08b30eb30 Update drone checkouts. 2025-04-15 09:26:45 +01:00
jzmaddock c21e2dd829 Disable ranges on MacOS.
Remove CUDA testing - I just can't get CUDA to install any more.
2025-04-14 19:52:32 +01:00
jzmaddock a92e0f57c0 One more try with cuda CI.
Change MacOS Clang std version to 20 from 2a
2025-04-14 19:37:23 +01:00
jzmaddock 603c6aa3e8 cuda again. 2025-04-14 19:20:38 +01:00
jzmaddock 24d3e2ca4b Cuda CI again. 2025-04-14 19:08:22 +01:00
jzmaddock 5f7c31cedb Try again with cuda setup. 2025-04-14 19:00:03 +01:00
jzmaddock 94cacbd913 More CI 2025-04-14 18:33:05 +01:00
jzmaddock 6608e89f24 More CI. 2025-04-14 18:28:15 +01:00
jzmaddock 00cc76b72a Try again with CI. 2025-04-14 18:25:25 +01:00
jzmaddock ecafd603a2 Reinstate dependencies. 2025-04-14 17:41:10 +01:00
jzmaddock b24536980d Test out CI fixes. 2025-04-14 17:36:45 +01:00
Rene Rivera 06298c8289 Add Boost.Preprocessor transitive dep module. 2025-04-13 09:05:05 -05:00
Rene Rivera a3b029357a Add Boost.ThrowExceptions transitive dep module. 2025-04-13 09:01:04 -05:00
Rene Rivera 545cb9df17 Only test on latest macOS. 2025-04-13 08:55:27 -05:00
Rene Rivera 7bfaeec317 Add Boost.StaticAssert transitive dep module. 2025-04-13 08:52:40 -05:00
Rene Rivera 9c80b692ae Sync from upstream. 2025-04-04 21:39:09 -05:00
Glen Fernandes 404c7831d9 Merge pull request #507 from boostorg/mclow-patch-7
Update version.hpp
2024-12-13 09:31:24 -05:00
Marshall Clow 61a676cbdc Update version.hpp 2024-12-12 07:16:32 -08:00
Rene Rivera 02f1595595 Sync from upstream. 2024-08-17 09:04:15 -05:00
Glen Fernandes 19701e05d4 Merge pull request #501 from boostorg/mclow-patch-6
Update version.hpp to 1.87.0
2024-08-16 19:58:13 -04:00
Marshall Clow 504587b476 Update version.hpp 2024-08-14 10:10:46 -07:00
Rene Rivera ca8cd0c287 Move inter-lib dependencies to a project variable and into the build targets. 2024-07-23 22:34:22 -05:00
Rene Rivera 4d9500c31c Fix library global (relative) references. 2024-07-21 09:55:46 -05:00
Rene Rivera fd6da69296 Update copyright dates. 2024-07-20 22:52:03 -05:00
Rene Rivera ad95019348 Change all <source> references to <library>. 2024-07-20 19:37:25 -05:00
Rene Rivera 9f9cbdc37f Remove boost-root target refs. 2024-07-16 08:20:24 -05:00
Rene Rivera 332e92270e Bump B2 require to 5.2 2024-06-14 11:33:55 -05:00
Rene Rivera a357ef2ee6 Add requires-b2 check to top-level build file. 2024-05-05 09:00:00 -05:00
Rene Rivera 2919144a41 Add missing import-search for cconfig/predef checks. 2024-05-04 23:28:24 -05:00
Rene Rivera 44b4e71c73 Sync from upstream. 2024-04-20 15:31:54 -05:00
Glen Fernandes 5734e160e0 Merge pull request #495 from boostorg/mclow-patch-5
Update version.hpp to 1.86
2024-04-17 19:38:50 -04:00
Marshall Clow b160041a1b Update version.hpp to 1.86 2024-04-15 12:00:49 -07:00
Rene Rivera 8853b6bafa Make the library modular usable. 2024-03-11 08:30:55 -05:00
jzmaddock 601598f832 Merge pull request #492 from Lastique/feature/cxx17_auto_nontype_template_params
Fix Boost.Filesystem usage, add `BOOST_NO_CXX17_AUTO_NONTYPE_TEMPLATE_PARAMS`
2024-01-26 16:25:50 +00:00
Andrey Semashev f68e9c6e8d Add BOOST_NO_CXX17_AUTO_NONTYPE_TEMPLATE_PARAMS macro.
The macro indicates whether the compiler does not support C++17
auto non-type template parameters.
2024-01-22 16:23:23 +03:00
Andrey Semashev b8e57320d6 Update test generator to avoid using removed Boost.Filesystem APIs.
The previously deprecated Boost.Filesystem APIs are now removed. This
commit updates test generator to use the up-to-date replacement APIs.
2024-01-22 16:17:35 +03:00
Peter Dimov d3b2997e91 Merge pull request #491 from boostorg/mclow-patch-2
Update version.hpp to 1.85.0
2023-12-19 12:48:29 +02:00
Marshall Clow dba21bbaa1 Update version.hpp to 1.85.0 2023-12-14 13:56:22 -08:00
jzmaddock ccff36321f Update CI clang version now that gcc has changed. (#489) 2023-11-01 19:41:47 +00:00
jzmaddock b35f77942d Merge pull request #471 from boostorg/pr/gha-msvc140-cxxstd
Update cxxstd values for GHA msvc jobs
2023-11-01 11:28:46 +00:00
jzmaddock ce6e42df6f Merge pull request #488 from boostorg/pr/boost-clang-version-2
Update BOOST_CLANG_VERSION for Xcode 14.3, 15.0, 15.1
2023-11-01 11:28:08 +00:00
Peter Dimov 1d2698c1f6 Update BOOST_CLANG_VERSION for Xcode 14.3, 15.0, 15.1 2023-10-25 15:24:23 +03:00
jzmaddock a98574fc12 Merge pull request #487 from chrstphrchvz/patch-1
Use `__apple_build_version__` to detect Apple clang
2023-10-25 00:04:31 +01:00
Christopher Chavez 9c34fb6585 Use __apple_build_version__ to detect Apple clang
…since __APPLE__ is defined by both Apple Clang and LLVM.org Clang
on Apple platforms.
2023-10-20 17:15:12 -05:00
jzmaddock 54afd34839 Merge pull request #485 from boostorg/cpp23feature_test
Add C++23 feature test macro support.
2023-10-14 09:26:22 +01:00
jzmaddock 9b8e3bcabb Add C++23 feature test macro support. 2023-10-13 19:11:46 +01:00
jzmaddock 29c39d4585 Merge pull request #484 from boostorg/cpp23
Add C++23 header macros.
2023-09-10 10:33:05 +01:00
jzmaddock dd7fa7f902 Update docs for C++23 macros.
[CI SKIP]
2023-09-10 10:32:26 +01:00
jzmaddock 6ec687639f Remove XCode-9.4 testing as it appears to be no longer supported. 2023-09-09 19:46:53 +01:00
jzmaddock c23bb933a9 Minor corrections. 2023-09-09 19:43:50 +01:00