Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-19 | Update fmt to 11.2.0 | Klaus Aehlig | |
2025-01-27 | Update libfmt to 11.1.3 | Klaus Aehlig | |
2024-10-10 | third-party: update fmt, cli11, zlib | Klaus Aehlig | |
Those are trivial dependency updates without the need to change the build description. The new versions now are - fmt 11.0.2 - cli11 2.4.2 - zlib 1.3.1 | |||
2024-03-26 | third-party: Update fmt to v10.2.1 | Paul Cristian Sarbu | |
Also updates the test-mixed-bootstrap script which must use the explicit library version. | |||
2023-09-01 | Update fmt to 10.1.1 | Klaus Aehlig | |
2023-08-16 | Introduce configuration variable TOOLCHAIN_CONFIG | Oliver Reiche | |
... to pass along toolchain settings for current and future toolchain definitions. Configuration variable COMPILER_FAMILY is replaced by TOOLCHAIN_CONFIG["FAMILY"]. | |||
2023-08-09 | Update fmt library | Klaus Aehlig | |
2023-04-26 | imports: Switch to Microsoft GSL implementation | Oliver Reiche | |
... with two minor code base changes compared to previous use of gsl-lite: - dag.hpp: ActionNode::Ptr and ArtifactNode::Ptr are not wrapped in gsl::not_null<> anymore, due to lack of support for wrapping std::unique_ptr<>. More specifically, the move constructor is missing, rendering it impossible to use std::vector<>::emplace_back(). - utils/cpp/gsl.hpp: New header file added to implement the macros ExpectsAudit() and EnsureAudit(), asserts running only in debug builds, which were available in gsl-lite but are missing in MS GSL. | |||
2023-04-18 | test: Use pkgconfig for prebuilt bootstrap | Oliver Reiche | |
2023-03-15 | Update gsl-lite to 0.40.0 | Klaus Aehlig | |
2023-02-09 | Add test for mixed boot strapping | Klaus Aehlig | |