Age | Commit message (Collapse) | Author | |
---|---|---|---|
6 days | Start 1.6.1 development cycle | Klaus Aehlig | |
6 days | Release 1.6.0v1.6.0 | Klaus Aehlig | |
8 days | Release 1.6.0~beta1v1.6.0-beta1 | Klaus Aehlig | |
2025-03-06 | Start 1.6 development cycle | Klaus Aehlig | |
2025-03-06 | Release 1.5.0v1.5.0 | Klaus Aehlig | |
2025-02-28 | Release 1.5.0~beta2v1.5.0-beta2 | Klaus Aehlig | |
2025-02-24 | Release 1.5.0~beta1v1.5.0-beta1 | Klaus Aehlig | |
2024-11-14 | main: Implement IWYU suggestions | Paul Cristian Sarbu | |
2024-11-04 | Start 1.5 development cycle | Klaus Aehlig | |
2024-11-04 | Release 1.4.0v1.4.0 | Klaus Aehlig | |
2024-10-30 | Release 1.4.0~beta1v1.4.0-beta1 | Klaus Aehlig | |
2024-05-08 | Start 1.4 development cycle | Klaus Aehlig | |
2024-05-08 | Relase 1.3.0v1.3.0 | Klaus Aehlig | |
2024-05-02 | Release 1.3.0~beta1v1.3.0-beta1 | Klaus Aehlig | |
2024-03-26 | Add missing system includes | Paul Cristian Sarbu | |
Main culprits: - std::size_t, std::nullptr_t, and NULL require <cstddef> - std::move and std::forward require <utility> - unordered maps and sets require respective includes - std::for_each and std::all_of require <algorithm> | |||
2023-08-25 | Start 1.3 development cycle | Klaus Aehlig | |
2023-08-25 | Release 1.2.0v1.2.0 | Klaus Aehlig | |
2023-08-22 | Release 1.2.0~beta3v1.2.0-beta3 | Oliver Reiche | |
2023-08-18 | Release 1.2.0~beta2v1.2.0-beta2 | Klaus Aehlig | |
2023-08-16 | Release 1.2.0~beta1v1.2.0-beta1 | Klaus Aehlig | |
2023-05-19 | Start 1.2 development cycle | Klaus Aehlig | |
2023-05-19 | Release 1.1.0v1.1.0 | Klaus Aehlig | |
2023-05-15 | Relase 1.1.0~beta2v1.1.0-beta2 | Klaus Aehlig | |
2023-04-28 | Release 1.1.0~beta1v1.1.0-beta1 | Klaus Aehlig | |
2022-12-12 | Start 1.1 development cycle | Klaus Aehlig | |
2022-12-12 | Release 1.0.0v1.0.0 | Klaus Aehlig | |
2022-11-16 | Release 1.0.0~beta6 | Klaus Aehlig | |
2022-10-19 | Just suffix bump after introducing the latest incompatible changes | Sascha Roloff | |
2022-10-18 | TargetResult: Serialise inner TargetResults flat | Oliver Reiche | |
Before this change, TargetResults that appear inside of other TargetResults (typically via value nodes) were serialised via the top-level serialisation function for TargetResults. While technically correct, it is rather inefficient as identical expressions from outer and inner TargetResults are not properly deduplicated and a deeply nested data structure is maintained. With this change, expressions of inner TargetResults are serialised in the context of outer TargetResults, resulting in a flat list of all transitively contained expressions with proper deduplication applied. As this serialisation of TargetResult is used in target-level cache entries, the new format is a breaking change to existing entries. Therefore, after switching to the new serialisation format introduced by this commit, users are required to clean their target-level cache. This also reverts commit d22adef666d704680ee74b35a46d530f6b6d5f15, "Recursively scan provided results for known artifacts". | |||
2022-10-12 | Add copyright and license notice to all source and header files | Klaus Aehlig | |
Signed-off-by: Goetz Brasche <goetz.brasche@huawei.com> | |||
2022-10-07 | Bump suffix after fixing upload of known trees | Klaus Aehlig | |
2022-08-19 | Bump verison to 1.0.0~beta2 | Klaus Aehlig | |
2022-08-05 | Version: Bump up to 1.0.0~beta1 | Oliver Reiche | |
2022-08-05 | Version: Bump up to 0.1.1+devel | Oliver Reiche | |
2022-08-05 | Version: Bump up to 0.1.1 | Oliver Reiche | |
2022-06-27 | just version information: support VERSION_EXTRA_SUFFIX | Klaus Aehlig | |
... which, if defined, is appended to the suffix string. In this way, versions can be forked, e.g., if non-upstream changes are included. | |||
2022-06-24 | Add a version subcommand | Klaus Aehlig | |
To also allow identifying snapshot versions in a meaningful way, we support embedding SOURCE_DATE_EPOCH which ought to be set to the commit time of the commit used. |