Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-12-15 | Add noexcept to move constructors and move assignment operators | Karen Arutyunov | 1 | -4/+4 |
2022-11-08 | Add few missing noexcept qualifications | Boris Kolpackov | 1 | -2/+2 |
2022-02-10 | Make few global types separately constructible/initializable | Boris Kolpackov | 1 | -1/+6 |
2021-03-18 | Add noop mode to file cache, add --file-cache option to select | Boris Kolpackov | 1 | -15/+20 |
2021-03-18 | Implement synchronous compressed file cache | Boris Kolpackov | 1 | -4/+76 |
2021-03-17 | Move file cache inline functions out of interface | Boris Kolpackov | 1 | -39/+23 |
2021-03-16 | Get rid of unused variable warning | Boris Kolpackov | 1 | -0/+1 |
2021-03-16 | Fix uninitialized value issue in file cache | Boris Kolpackov | 1 | -1/+1 |
2021-03-16 | Define intermediate build results file cache interface | Boris Kolpackov | 1 | -0/+209 |