| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove 'using namespace std' from header files, properly namespace all std sy... | Michael Jones | 2020-09-30 | 1 | -9/+8 |
|
|
* | Delay actually opening log files until the first write, fix #1724 | Jan Niklas Hasse | 2020-05-23 | 1 | -0/+5 |
|
|
* | Ignore nonexistent .ninja_log/.ninja_deps for restat and recompact | Jan Niklas Hasse | 2019-12-23 | 1 | -1/+2 |
|
|
* | Fix minor typo. | Elliott Sales de Andrade | 2017-09-16 | 1 | -1/+1 |
|
|
* | Use 64-bit-alignment-safe timestamp reading. | Elliott Sales de Andrade | 2017-09-16 | 1 | -2/+3 |
|
|
* | Make TimeStamp 64-bit. | Elliott Sales de Andrade | 2017-09-16 | 1 | -3/+4 |
|
|
* | Remove 'Recompacting...' messages. | Nico Weber | 2014-12-18 | 1 | -3/+1 |
|
|
* | Don't print "Recompacting..." message from tests. | Nico Weber | 2014-09-19 | 1 | -1/+3 |
|
|
* | Move duplicated code into a helper function. | Nico Weber | 2014-01-04 | 1 | -0/+8 |
|
|
* | Deps log format v3 | Nico Weber | 2013-08-28 | 1 | -3/+4 |
|
|
* | Suffix depslog path records with their expected index. | Nico Weber | 2013-08-26 | 1 | -1/+3 |
|
|
* | Recompact the deps log when it gets too big. | Nico Weber | 2013-05-01 | 1 | -5/+3 |
|
|
* | Move updating DepsLog's deps_ array into its own function. | Nico Weber | 2013-04-30 | 1 | -0/+3 |
|
|
* | Move some DepsLog::Deps initialization code into its constructor. | Nico Weber | 2013-04-30 | 1 | -1/+2 |
|
|
* | add a test for truncated deps | Evan Martin | 2013-04-26 | 1 | -0/+1 |
|
|
* | add a test for the "deps out of date" case | Evan Martin | 2013-04-09 | 1 | -1/+2 |
|
|
* | depslog: track dead record count | Evan Martin | 2013-04-08 | 1 | -0/+5 |
|
|
* | add recompaction to depslog | Evan Martin | 2013-04-08 | 1 | -0/+4 |
|
|
* | clarify depslog overview | Evan Martin | 2013-04-08 | 1 | -4/+5 |
|
|
* | expand DepsLog test, fix two bugs it revealed | Evan Martin | 2013-04-08 | 1 | -0/+5 |
|
|
* | use DepsLog in loading dependencies | Evan Martin | 2013-04-08 | 1 | -6/+6 |
|
|
* | add DepsLog, a new data structure for dependency information | Evan Martin | 2013-04-08 | 1 | -0/+91 |
|
|