aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/file-cache.ixx
AgeCommit message (Expand)AuthorFilesLines
2022-12-15Add noexcept to move constructors and move assignment operatorsKaren Arutyunov1-4/+4
2022-11-08Add few missing noexcept qualificationsBoris Kolpackov1-2/+2
2022-10-21Fix bug in file_cache::entry move constructor and assignment operatorBoris Kolpackov1-0/+4
2022-02-10Make few global types separately constructible/initializableBoris Kolpackov1-1/+7
2021-03-20Reorder inline functions to get rid of MinGW GCC dllimport warningsBoris Kolpackov1-73/+73
2021-03-18Add noop mode to file cache, add --file-cache option to selectBoris Kolpackov1-7/+12
2021-03-18Implement synchronous compressed file cacheBoris Kolpackov1-21/+77
2021-03-17Move file cache inline functions out of interfaceBoris Kolpackov1-0/+82
2021-03-16Define intermediate build results file cache interfaceBoris Kolpackov1-0/+38