Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-28 | Silence warnings produced by older compilers | Oliver Reiche | |
... in particular options like '-Wno-array-parameter', which are needed to silence newer compilers are not supported by older ones. Hence, add '-Wno-unknown-warning-option' for all. | |||
2023-08-24 | imports: Silence warnings of external code | Oliver Reiche | |
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-03-24 | libgit2: Remove use of deprecated functions... | Paul Cristian Sarbu | |
...and enforce this through the build description. | |||
2023-02-24 | libgit2: Update to v1.5.0 | Paul Cristian Sarbu | |
Changes to build description: - new USE_SHA256 flag - removed "Generic" option for USE_SHA1 - updated to the new source code structure (split "src/git2" into "src/libgit2" and "src/util") | |||
2022-10-24 | git2: silence warnings | Alberto Sartori | |
2022-09-16 | libgit2: Precisely replicate original flags | Oliver Reiche | |
2022-09-13 | Defaults: Use hierarchical defaults for flags and toolchain | Oliver Reiche | |
2022-07-04 | Externals: Give meaningful error if OS/ARCH is not set | Oliver Reiche | |
... which is required for boringssl, libg2 and grpc. | |||
2022-03-03 | Externals: Set `-O2` and C standard `gnu17` | Oliver Reiche | |
2022-03-03 | External libgit2: Disable warnings | Oliver Reiche | |