summaryrefslogtreecommitdiffstats
path: root/build2/depdb.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Fix line counting in cc::lexerKaren Arutyunov2018-12-151-1/+3
|
* Add --[no-]mtime-check options to control this behavior at runtimeBoris Kolpackov2018-11-281-19/+16
| | | | By default the checks are enabled only for the staged toolchain.
* Cleanup backwards modification time workaround codeBoris Kolpackov2018-11-261-113/+25
|
* Add back backwards modification time workaround for FreeBSDBoris Kolpackov2018-11-241-3/+7
| | | | Seems like it's still needed in some tight situations (e.g., in rule).
* Reimplement depdb with fdstreamsBoris Kolpackov2018-11-241-84/+101
|
* More backwards modification time experimentationBoris Kolpackov2018-11-231-0/+15
|
* Make backwards modification time check permanent, add another experimentBoris Kolpackov2018-11-221-17/+100
|
* More backwards modification time experimentationBoris Kolpackov2018-11-211-13/+34
|
* Improve workaround for backwards modification time issueBoris Kolpackov2018-11-201-15/+36
|
* Extend backwards modification time diagnosticsBoris Kolpackov2018-11-191-2/+4
|
* Finalize workaround for backwards modification time issueBoris Kolpackov2018-11-191-9/+28
|
* Fix bug in TU checksum depdb saving logic in case of reprocess=trueBoris Kolpackov2018-05-241-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Diagnose failure to open depdbBoris Kolpackov2017-11-211-15/+32
| | | | | The cause is often a missing fsdir{} if the user tries to stash the target in a subdirectory.
* Adapt to modularization of libbutlKaren Arutyunov2017-10-031-1/+1
|
* Implement module map storage in .d, use -fmodule-file-map in GCCBoris Kolpackov2017-07-261-4/+41
|
* Add hxx extension for headersKaren Arutyunov2017-05-011-2/+2
|
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
|
* Implement auxiliary dependency database (.d files), use in cxx.compileBoris Kolpackov2016-02-291-0/+196
This is part of the "High Fidelity Build" work.