Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-14 | other_tools/utils: Implement IWYU suggestions | Maksim Denisov | |
2024-09-11 | Store HashInfo in just-mr's ArchiveContent as content hash | Maksim Denisov | |
...and use it to create ArtifactDigests. | |||
2024-09-11 | Move ParseArchiveContent function to the header | Maksim Denisov | |
...to remove code duplications in ReposToSetupMap. | |||
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> | |||
2024-03-05 | Add data structure for foreign-file roots | Klaus Aehlig | |
2024-02-28 | Deduplicate parsing of archive descriptions | Klaus Aehlig | |