Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -286/+0 | |
2019-06-03 | Adapt to renaming traits alias to traits_type for basic_path, basic_url, and ↵ | Karen Arutyunov | 1 | -1/+2 | |
string_table class templates | |||||
2019-04-30 | Initial take on header unit and include translation support | Boris Kolpackov | 1 | -0/+7 | |
2019-04-08 | Support for --dry-run|-n mode, perform update part | Boris Kolpackov | 1 | -1/+3 | |
2019-04-03 | Change depdb API and handle system_error thrown by butl::file_mtime() | Karen Arutyunov | 1 | -8/+6 | |
Previously, debdb operations threw system_error and io_error to signal errors, except for opening which issued diagnostics and failed. Now all operations print the diagnostics and fail on system and IO errors. | |||||
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-11-28 | Add note on potential future improvements to mtime check | Boris Kolpackov | 1 | -0/+6 | |
2018-11-28 | Add --[no-]mtime-check options to control this behavior at runtime | Boris Kolpackov | 1 | -15/+21 | |
By default the checks are enabled only for the staged toolchain. | |||||
2018-11-26 | Cleanup backwards modification time workaround code | Boris Kolpackov | 1 | -5/+0 | |
2018-11-24 | Reimplement depdb with fdstreams | Boris Kolpackov | 1 | -11/+38 | |
2018-11-22 | Make backwards modification time check permanent, add another experiment | Boris Kolpackov | 1 | -1/+26 | |
2018-11-21 | More backwards modification time experimentation | Boris Kolpackov | 1 | -1/+1 | |
2018-11-20 | Improve workaround for backwards modification time issue | Boris Kolpackov | 1 | -1/+1 | |
2018-11-19 | Extend backwards modification time diagnostics | Boris Kolpackov | 1 | -1/+1 | |
2018-11-19 | Finalize workaround for backwards modification time issue | Boris Kolpackov | 1 | -27/+21 | |
2018-05-24 | Fix bug in TU checksum depdb saving logic in case of reprocess=true | Boris Kolpackov | 1 | -1/+1 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2017-11-21 | Diagnose failure to open depdb | Boris Kolpackov | 1 | -1/+8 | |
The cause is often a missing fsdir{} if the user tries to stash the target in a subdirectory. | |||||
2017-09-01 | Add support for try_match(), use to handle deleted headers | Boris Kolpackov | 1 | -0/+5 | |
2017-07-26 | Implement module map storage in .d, use -fmodule-file-map in GCC | Boris Kolpackov | 1 | -7/+16 | |
2017-05-15 | Update all prerequisites before extracting header dependencies | Boris Kolpackov | 1 | -3/+6 | |
2017-05-01 | Add hxx extension for headers | Karen Arutyunov | 1 | -0/+201 | |