Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-16 | Ensure equality operators are really noexcept. | Klaus T. Aehlig | |
... by explicitly catching any possible exception. Mainly to make clang-tidy happy. ... | |||
2025-01-22 | Computed roots: extend data structure to support the absent pragma | Klaus Aehlig | |
2025-01-21 | Just: Support absent tree structure roots | Maksim Denisov | |
2024-12-19 | Implement TreeStructureRoot | Maksim Denisov | |
2024-12-19 | Implement PrecomputedRoots | Maksim Denisov | |
...that is an abstract representation of roots that must be computed before the start of the main build. |