2013-04-09 |
Nico Weber | fix typo in comment |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Evan Martin | Merge pull request #535 from sgraham/fix-windows-depslog |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Scott Graham | fix test |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Evan Martin | Merge pull request #534 from nico/invalid_log |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Scott Graham | add ifdef around console_ |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Scott Graham | fix windows build after depslog |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Nico Weber | On invalid depslog header, restart build instead of... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Evan Martin | document deps |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Evan Martin | Merge branch 'dep-pipeless' |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Evan Martin | Merge pull request #532 from nico/sshhh_gtest |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Nico Weber | Try to fix build on Linux more. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Nico Weber | Try to fix build on Linux. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Evan Martin | add a straightforward deps log test, fix the other one |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Nico Weber | Make ninja_test output nicer. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Nico Weber | Use LinePrinter in test runner. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Nico Weber | Make LinePrinter members private, add comments. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Nico Weber | move printing of new lines into LinePrinter. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Nico Weber | Write the depslog version in binary instead of text. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Nico Weber | refactor; no intended functionality change |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Nico Weber | move single-line printing to new class |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Nico Weber | Make deps=gcc without depfile an error. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Evan Martin | add a test for the "deps out of date" case |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Nico Weber | Make gtest output more silent, ninja issue #528. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | add a test verifying build failure on bad deps |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | make it an error for now to have multiple outputs with... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | only write deps log if edge is in deps log mode |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | use logged deps mtime in dirty calculation |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | don't call .front() on an empty vector |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | hook up depslog writing into build process |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | rename "special" to "deps" |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | missing header |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | remove depfiles files as they're parsed |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | depslog: track dead record count |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | add recompaction to depslog |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | clarify depslog overview |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | make old deps format migration actually work |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | record and check depslog file version |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | don't write out deps entries if nothing changed |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | windows: drop use of msvc helper in build |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | use special=anything to trigger loading from depslog |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | windows: use CLParser to extract deps during build |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | refactor build-time deps-extraction |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | factor MSVC parsing out of CLWrapper into CLParser |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | windows: add uint16 casts in depslog |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | add "special=gcc" attribute, use to load depslog |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | track deps log load time in metrics |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | expand DepsLog test, fix two bugs it revealed |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | plumb DepsLog load through Builder |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | no error if deps log doesn't exist |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | load deps log at startup |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | factor out creation of build directory |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | use DepsLog in loading dependencies |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | factor out implicit dep loading |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | pass command results via a struct |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | add DepsLog, a new data structure for dependency inform... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | sync version number in master with release |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | split FakeCommandRunner out of BuildTest |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | move test virtual time "now_" into VirtualFileSystem |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Evan Martin | Merge pull request #527 from wang-bin/compile_fix |
commit | commitdiff | tree | snapshot |
2013-04-07 |
wang-bin | fix compile error about noreturn on windows |
commit | commitdiff | tree | snapshot |
2013-04-06 |
Evan Martin | Merge pull request #526 from RedX2501/improved_bash_com... |
commit | commitdiff | tree | snapshot |
2013-04-06 |
Guilherme Bufolo | Improved bash completion when using tools like '-t... |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Evan Martin | refactor some of the output mtime-handling code |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Evan Martin | add noreturn attr on Fatal() |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Evan Martin | decided against using XXX in the manual for unknown... |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Evan Martin | tag a feature with the right version number |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Evan Martin | Merge pull request #525 from nico/escapedollar |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Nico Weber | Dollar signs in depfiles are escaped as "$$", not ... |
commit | commitdiff | tree | snapshot |
2013-03-30 |
Evan Martin | allow paths with '!' in depfiles |
commit | commitdiff | tree | snapshot |
2013-03-28 |
Evan Martin | Merge pull request #522 from nico/spelldebug |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Nico Weber | Add spell checking for debug flags. |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Evan Martin | Merge pull request #521 from riannucci/ignore_duplicate... |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Robert Iannucci | Add regression test |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Robert Iannucci | Fix debug build on linux (type strictness). |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Robert Iannucci | Fix Pool to use a set internally |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Robert Iannucci | Fix duplicate edge Pool crash in the minimally invasive way |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Evan Martin | Merge pull request #518 from syntheticpp/max-patch |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Peter Kümmel | Posix symbols are not enabled by default for MSVC |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Evan Martin | Merge pull request #513 from fifoforlifo/master |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Avinash Baliga | Added %e to manual.asciidoc, fixed brace style. |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Evan Martin | Merge pull request #512 from pcc/compilation-database |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Peter Collingbourne | Add compdb tool |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Evan Martin | Merge pull request #499 from lht/patch-1 |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Evan Martin | Merge pull request #503 from mo/fix_typo_20130219 |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Evan Martin | Merge pull request #504 from benvanik/master |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Evan Martin | Merge pull request #514 from dabrahams/patch-1 |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Dave Abrahams | Bring in declaration of atoi |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Avinash Baliga | Made %e purely a number. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Avinash Baliga | NINJA_STATUS now takes %e for elapsed time. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Evan Martin | Merge pull request #507 from ikarienator/master |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Evan Martin | Merge pull request #502 from tfarina/rm-unused-fun |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Bei Zhang | Browse command does not parse URL correctly |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Evan Martin | Merge pull request #506 from syntheticpp/string-find |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Peter Kümmel | Fix wrong usage of std::string::find |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Ben Vanik | Add a check for the VC++ 2012-style 64-bit path. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Martin Olsson | Fix typo, s/verison/version/ |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Thiago Farina | Removed unused UnitsWaiting() function from State class. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Evan Martin | manual: move in_newline to the reference |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Evan Martin | add versioning notes to features in the manual |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Evan Martin | make doc xrefs link to section headers |
commit | commitdiff | tree | snapshot |
next |