summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don’t unnecessarily escape backslashes in Win32 pathsNicholas Hutchinson2014-01-082-1/+8
* Merge pull request #697 from nico/gclogsNico Weber2014-01-0711-24/+176
|\
| * Make BuildLogUser reference constant.Nico Weber2014-01-078-13/+14
| * Add a comment.Nico Weber2014-01-041-0/+7
| * Rename "IsDead" to "BuildLogUser".Nico Weber2014-01-046-21/+30
| * Move duplicated code into a helper function.Nico Weber2014-01-043-14/+20
| * Add a test for collection of dead log entries.Nico Weber2014-01-041-0/+40
| * Add a test for collection of dead deps entries.Nico Weber2014-01-032-1/+52
| * Fix DepsLogTest.Recompact by making sure outputs aren't garbag-collected.Nico Weber2014-01-021-0/+10
| * Make tests compile (one fails atm).Nico Weber2014-01-022-8/+11
| * Remove dead entries in .ninja_log and .ninja_deps while recompacting.Nico Weber2014-01-024-8/+33
* | Merge pull request #690 from nickhutchinson/feature/escape-paths-properlyNico Weber2014-01-066-12/+152
|\ \ | |/ |/|
| * More robust escaping of $in, $out pathsNicholas Hutchinson2014-01-066-12/+152
* | Fix additional range in character class.Nico Weber2013-12-132-30/+43
|/
* Add a test that shows that there is a single global namespace for rules.Nico Weber2013-10-271-0/+15
* Minor style fixes. No functionality change.Nico Weber2013-10-194-8/+13
* Merge pull request #665 from syntheticpp/localized-showincludeNico Weber2013-10-187-26/+41
|\
| * add deps_prefix for localized /showIncludes' output parsingPeter Kümmel2013-10-187-26/+41
* | Fix compilation on VS2013Scott Graham2013-10-183-0/+4
|/
* mark this 1.4.0.git, update RELEASINGEvan Martin2013-09-121-1/+1
* add -d keeprsp to preserve @rsp files on success on windowsScott Graham2013-09-105-3/+12
* Simplify.Nico Weber2013-09-081-3/+2
* Fix for build test for BuildWithDepsLogTest.RestatMissingDepfileDepslogRichard Geary2013-09-071-1/+4
* Make depslog v1->v3 message less scary.Nico Weber2013-09-061-1/+1
* Simplify.Nico Weber2013-09-021-18/+7
* Delete a line I failed to delete in d7a46654a7be1.Nico Weber2013-09-021-1/+0
* Fix restat rebuild if deps are missing.Maxim Kalaev2013-09-024-4/+126
* Share more code between CleanNode() and RecomputeDirty().Maxim Kalaev2013-09-023-25/+23
* Check depslog timestamp in LoadDepsFromLog(), not in RecomputeOutputDirty().Maxim Kalaev2013-09-023-26/+23
* Simplify implementation of GetProcessorCount().Benedikt Meurer2013-09-011-22/+2
* Fix an issue with more than 64k deps, spotted by maximuska.Nico Weber2013-08-282-1/+34
* document an assumptionNico Weber2013-08-281-0/+1
* Deps log format v3Nico Weber2013-08-282-30/+36
* Suffix depslog path records with their expected index.Nico Weber2013-08-262-7/+34
* Minor style fixes, no behavior change.Nico Weber2013-08-235-6/+6
* Merge pull request #628 from rnk/wstrNico Weber2013-08-231-1/+6
|\
| * Merge branch 'master' into wstrReid Kleckner2013-08-194-4/+28
| |\
| * | Avoid indexing into an empty string.Reid Kleckner2013-08-191-1/+4
| * | Use fwrite in the msvc tool instead of printfReid Kleckner2013-07-261-1/+3
* | | Add a test for issue #638.Nico Weber2013-08-221-0/+1
* | | Fix for incorrect number of total edges in the status messageRichard Geary2013-08-222-5/+2
| |/ |/|
* | Fix for missing "no work to do." message if all build edges are phony rules.Richard Geary2013-08-113-2/+25
* | Fix the browse tool.Tony Chang2013-07-261-2/+3
|/
* Build log write error checking.Nico Weber2013-07-243-11/+21
* Merge pull request #612 from maximuska/proposed/deps_log_write_errors_checkingNico Weber2013-07-243-20/+56
|\
| * Adding checks for record overflow in deps_logMaxim Kalaev2013-07-011-6/+21
| * Adding error checking on fwrite/fflush in deps_logMaxim Kalaev2013-07-013-18/+39
* | Add test for correct restat logicChris Hopman2013-07-201-0/+40
* | Fix restat dirty check logic for edges with multiple outputsChris Hopman2013-07-201-12/+11
* | minor: removing noop call to MarkDirty(), fixing commentMaxim Kalaev2013-07-201-2/+1