2015-04-09 |
Nico Weber | Fix an assert (and tests in --debug mode) after #921.
|
commit | commitdiff | tree |
2015-03-25 |
Nico Weber | make notes on how to update docs more detailed
|
commit | commitdiff | tree |
2015-03-24 |
Nico Weber | Add an opt-in flag to make duplicate edges an error...
|
commit | commitdiff | tree |
2015-03-24 |
Nico Weber | Swap order of -k and -l in help output, to keep the...
|
commit | commitdiff | tree |
2015-03-10 |
Nico Weber | Remove option no longer needed now that we don't use...
|
commit | commitdiff | tree |
2015-03-10 |
Nico Weber | Simplify. No behavior change.
|
commit | commitdiff | tree |
2015-03-09 |
Nico Weber | Make diagnostics colored with new gccs (4.9+) too.
|
commit | commitdiff | tree |
2015-01-21 |
Nico Weber | Document how to run gcov on ninja.
|
commit | commitdiff | tree |
2014-12-18 |
Nico Weber | Remove 'Recompacting...' messages.
|
commit | commitdiff | tree |
2014-12-02 |
Nico Weber | win: Use full console width for status messages.
|
commit | commitdiff | tree |
2014-12-02 |
Nico Weber | win/lineprinter: Use a vector instead of manual memory...
|
commit | commitdiff | tree |
2014-12-02 |
Nico Weber | win: Let the "Pause" key or Ctrl-S pause output.
|
commit | commitdiff | tree |
2014-11-24 |
Nico Weber | mark this 1.5.3.git
|
commit | commitdiff | tree |
2014-11-17 |
Nico Weber | emacs: Remove an empty line, wrap a comment.
|
commit | commitdiff | tree |
2014-11-14 |
Nico Weber | Make sure configure.py and ninja.cc always agree on...
|
commit | commitdiff | tree |
2014-11-14 |
Nico Weber | Remove unused variables.
|
commit | commitdiff | tree |
2014-09-18 |
Nico Weber | Fix building tests on Windows again.
|
commit | commitdiff | tree |
2014-06-27 |
Nico Weber | try to fix stat()ing directories on windows
|
commit | commitdiff | tree |
2014-06-27 |
Nico Weber | add more tests for stat()ing a directory
|
commit | commitdiff | tree |
2014-06-27 |
Nico Weber | add a test for stat()ing a directory
|
commit | commitdiff | tree |
2014-06-27 |
Nico Weber | Rename -d nowinstatcache to -d nostatcache; might become...
|
commit | commitdiff | tree |
2014-06-25 |
Nico Weber | Fix -Wunused-result warning for chdir on linux.
|
commit | commitdiff | tree |
2014-06-16 |
Nico Weber | simplify statcache code more
|
commit | commitdiff | tree |
2014-06-16 |
Nico Weber | only use FindExInfoBasic on win7+
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | s/hFind/find_handle/
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | add missing _WIN32 checks
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | make bool exist everywhere, for simpler calling code
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | add some statcache tests
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | Free cache memory once it's no longer used.
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | error checking
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | on by default
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | comment
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | make win-only
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | simplify more, move behind flag
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | more minor cleanups
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | more minor cleanups
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | minor cleanups
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | Turn on stat cache. Empty builds of chrome on my laptop...
|
commit | commitdiff | tree |
2014-06-15 |
Nico Weber | Add a stat cache. Demo-quality, and disabled atm.
|
commit | commitdiff | tree |
2014-05-24 |
Nico Weber | reword manual for depfile/rspfile escaping change
|
commit | commitdiff | tree |
2014-05-21 |
Nico Weber | Make "depfile=$out.d" work if $out contains escaped...
|
commit | commitdiff | tree |
2014-05-21 |
Nico Weber | CleanTest cleanups:
|
commit | commitdiff | tree |
2014-05-18 |
Nico Weber | win console wip: Fix comments based on review feedback.
|
commit | commitdiff | tree |
2014-05-14 |
Nico Weber | win console wip: resolve FIXME
|
commit | commitdiff | tree |
2014-05-13 |
Nico Weber | win console wip: ctrl-c should reach commands running...
|
commit | commitdiff | tree |
2014-05-13 |
Nico Weber | win console wip: enable test
|
commit | commitdiff | tree |
2014-05-13 |
Nico Weber | wip for console pool on windows
|
commit | commitdiff | tree |
2013-12-13 |
Nico Weber | Fix additional range in character class.
|
commit | commitdiff | tree |
2013-09-06 |
Nico Weber | Make depslog v1->v3 message less scary.
|
commit | commitdiff | tree |
2013-08-28 |
Nico Weber | Fix an issue with more than 64k deps, spotted by maximuska.
|
commit | commitdiff | tree |
2013-08-28 |
Nico Weber | document an assumption
|
commit | commitdiff | tree |
2013-08-28 |
Nico Weber | Deps log format v3
|
commit | commitdiff | tree |
2013-08-26 |
Nico Weber | Suffix depslog path records with their expected index.
|
commit | commitdiff | tree |
2013-07-24 |
Nico Weber | Build log write error checking.
|
commit | commitdiff | tree |
2013-07-19 |
Nico Weber | Fix diagnostic formatting regression caused by adaa91a33eb2c...
|
commit | commitdiff | tree |
2013-07-18 |
Nico Weber | Add test for a manifest ending in the middle of a keyword.
|
commit | commitdiff | tree |
2013-07-18 |
Nico Weber | Add back contents.resize(), but with a comment and...
|
commit | commitdiff | tree |
2013-07-11 |
Nico Weber | Let the ".ninja parse" metric include the time to read...
|
commit | commitdiff | tree |
2013-07-11 |
Nico Weber | Reuse ManifestParser::Load() in ManifestParser::ParseFileInc...
|
commit | commitdiff | tree |
2013-07-08 |
Nico Weber | Add a 'recompact' tool, which forces recompaction of...
|
commit | commitdiff | tree |
2013-07-02 |
Nico Weber | Improve error message for duplicate rules and unknown...
|
commit | commitdiff | tree |
2013-06-06 |
Nico Weber | Add a test for CreatePhonyInEdge() in depsmode path.
|
commit | commitdiff | tree |
2013-06-03 |
Nico Weber | Fix restat builds with edges generating headers depended...
|
commit | commitdiff | tree |
2013-05-29 |
Nico Weber | Stop `-t msvc -o` from lowercasing paths from /showIncludes...
|
commit | commitdiff | tree |
2013-05-24 |
Nico Weber | Don't use va_start() with reference parameters, it...
|
commit | commitdiff | tree |
2013-05-17 |
Nico Weber | Set stdout to binary mode in -t msvc.
|
commit | commitdiff | tree |
2013-05-01 |
Nico Weber | minor formatting change
|
commit | commitdiff | tree |
2013-04-29 |
Nico Weber | Fix Windows build more.
|
commit | commitdiff | tree |
2013-04-16 |
Nico Weber | Note that version 1.3 of the vim syntax file has been...
|
commit | commitdiff | tree |
2013-04-09 |
Nico Weber | fix typo in comment
|
commit | commitdiff | tree |
2013-03-27 |
Nico Weber | Add spell checking for debug flags.
|
commit | commitdiff | tree |
2012-06-05 |
Nico Weber | Fix configure.py on windows, which does not permit...
|
commit | commitdiff | tree |
2012-06-01 |
Nico Weber | Remove unused variable last_update_millis_.
|
commit | commitdiff | tree |
2012-06-01 |
Nico Weber | Make `:set spell` only check spelling in comments....
|
commit | commitdiff | tree |
2012-05-09 |
Nico Weber | Make parser_perftest and build_log_perftest link on...
|
commit | commitdiff | tree |
2012-05-08 |
Nico Weber | Add a BuildLog loading perftest.
|
commit | commitdiff | tree |
2012-05-04 |
Nico Weber | First check for string end, then dereference. (5ms...
|
commit | commitdiff | tree |
2012-05-04 |
Nico Weber | Do not access os.environ directly.
|
commit | commitdiff | tree |
2012-05-04 |
Nico Weber | Don't walk path components twice. Speeds up CanonicalizePath...
|
commit | commitdiff | tree |
2012-05-04 |
Nico Weber | Reorder a few lines, no functionality (or perf) change.
|
commit | commitdiff | tree |
2012-05-04 |
Nico Weber | Skip single '/' characters earlier in the loop. 300ms...
|
commit | commitdiff | tree |
2012-05-04 |
Nico Weber | Speed up CanonicalizePath() 6.8% (322ms -> 300ms for...
|
commit | commitdiff | tree |
2012-04-30 |
Nico Weber | Explicitly pass -DGTEST_HAS_RTTI to fix building ninja_test...
|
commit | commitdiff | tree |
2012-04-30 |
Nico Weber | Build without RTTI on windows (/GR-), saves 1kB and...
|
commit | commitdiff | tree |
2012-04-30 |
Nico Weber | Provide 'ninja' as alias for 'ninja.exe' too. Tidy up.
|
commit | commitdiff | tree |
2012-04-30 |
Nico Weber | Provide 'ninja_test' as alias for 'ninja_test.exe'...
|
commit | commitdiff | tree |
2012-04-30 |
Nico Weber | Fix Windows build.
|
commit | commitdiff | tree |
2012-04-17 |
Nico Weber | Switch the order of total and avg columns in -d stats...
|
commit | commitdiff | tree |
2012-01-19 |
Nico Weber | Strip ansi escape sequences from subcommand output...
|
commit | commitdiff | tree |
2012-01-04 |
Nico Weber | Add a ninja syntax file for vim.
|
commit | commitdiff | tree |
2011-12-22 |
Nico Weber | Let ninja_syntax handle escaped spaces correctly.
|
commit | commitdiff | tree |
|