2
0
mirror of https://github.com/boostorg/fusion.git synced 2026-01-24 18:02:16 +00:00

2 Commits

Author SHA1 Message Date
Andrey Semashev
ca626da557 Remove dependencies on Boost.StaticAssert. (#279)
Boost.StaticAssert has been merged into Boost.Config, so remove
the dependency.
2026-01-23 06:34:50 +08:00
René Ferdinand Rivera Morell
495539ce44 Add support for modular build structure. (#274)
* Make the library modular usable.

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

* Add missing import-search for cconfig/predef checks.

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

* Bump B2 require to 5.2

* Change all <source> references to <library>.

* Update copyright dates.

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

* Update build deps.
2024-08-22 09:51:29 +08:00