Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-18 | absl: Do not require OS and ARCH | Oliver Reiche | |
... and use "linux" as default for OS. If TARGET_ARCH is "arm" or not set, link against -latomic (for required targets). | |||
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-11 | external: Fix missing abseil export targets | Paul Cristian Sarbu | |
2023-08-11 | external: Clean up absl/random targets | Paul Cristian Sarbu | |
2023-05-12 | Clean up export structure of libabsl | Sascha Roloff | |
2023-04-28 | Update absl to LTS 20230125.0 | Sascha Roloff | |
Co-authored-by: Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> |