6 Commits

Author SHA1 Message Date
Peter Dimov 842f5da280 Add CMake tests to ci.yml 2026-02-21 13:49:19 +02:00
Peter Dimov 8c8c402ea4 Update ci.yml 2026-02-21 13:13:27 +02:00
Andrey Semashev 51b248c215 Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove
the dependency.
2026-01-22 14:16:16 -05:00
René Ferdinand Rivera Morell c692e40c73 Add support for modular build structure. (#20)
* Make the library modular usable.

* Switch to library requirements instead of source. As source puts extra source in install targets.

* Add requires-b2 check to top-level build file.

* Bump B2 require to 5.2

* Update copyright dates.

* Move inter-lib dependencies to a project variable and into the build targets.

* Adjust self dependencies as inter-lib deps no longer apply globally.

* Add Boost.ThrowExceptions transitive dep module.

* Need 22.04 for gcc-11.

* Use latest macOS for GHA.

* windows-2016 is no longer available for GHA.

* ubuntu-18.04 is no longer available for GHA.

* Use ubuntu-24 for gcc on GHA.

* ubuntu-18.04 is no longer available for GHA.

* Use latest clang version on latest ubuntu-24 for GHA.

* Need to instal gcc-9.

* Move include to target.

* Put back disabled CI compilers with hopefully fixed building to account for GHA system changes.

* Fix copy-paste error for cxxstd option.

* Fix to avoid unattended attempt at instal prompt.

* Undo many of the CI changes.
2025-06-26 17:01:59 +03:00
Glen Fernandes bef21416a3 Update GitHub Actions 2022-01-15 15:37:07 -05:00
Glen Fernandes 0790cd45c8 Add Github Actions configuration 2020-12-22 21:18:20 -05:00