summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/precomputed_root.hpp
AgeCommit message (Collapse)Author
2025-06-16Ensure equality operators are really noexcept.Klaus T. Aehlig
... by explicitly catching any possible exception. Mainly to make clang-tidy happy. ...
2025-01-22Computed roots: extend data structure to support the absent pragmaKlaus Aehlig
2025-01-21Just: Support absent tree structure rootsMaksim Denisov
2024-12-19Implement TreeStructureRootMaksim Denisov
2024-12-19Implement PrecomputedRootsMaksim Denisov
...that is an abstract representation of roots that must be computed before the start of the main build.