Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-08 | Add few missing noexcept qualifications | Boris Kolpackov | 1 | -2/+2 | |
2022-10-21 | Fix bug in file_cache::entry move constructor and assignment operator | Boris Kolpackov | 1 | -0/+4 | |
2022-02-10 | Make few global types separately constructible/initializable | Boris Kolpackov | 1 | -1/+7 | |
2021-03-20 | Reorder inline functions to get rid of MinGW GCC dllimport warnings | Boris Kolpackov | 1 | -73/+73 | |
2021-03-18 | Add noop mode to file cache, add --file-cache option to select | Boris Kolpackov | 1 | -7/+12 | |
2021-03-18 | Implement synchronous compressed file cache | Boris Kolpackov | 1 | -21/+77 | |
2021-03-17 | Move file cache inline functions out of interface | Boris Kolpackov | 1 | -0/+82 | |
2021-03-16 | Define intermediate build results file cache interface | Boris Kolpackov | 1 | -0/+38 | |