summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make DiskInterfaceTest.StatBadPath quietEvan Martin2013-04-193-5/+17
* drop std:: qualifiers on more stl datatypesEvan Martin2013-04-187-10/+10
* Merge pull request #548 from sgraham/laconic-with-repeatNico Weber2013-04-181-4/+17
|\
| * also print iteration for gtest_repeat=-1Scott Graham2013-04-181-4/+12
| * reset count in LaconicPrinter for when using --gtest_repeatScott Graham2013-04-171-0/+5
* | fix --profile=pprof on newer ubuntusEvan Martin2013-04-181-1/+2
|/
* Merge pull request #547 from nico/vim_cpoNico Weber2013-04-161-2/+8
|\
| * Note that version 1.3 of the vim syntax file has been sent upstream.Nico Weber2013-04-161-2/+8
|/
* Merge pull request #541 from sgraham/fix-vs2012Evan Martin2013-04-132-3/+4
|\
| * try again on vs2012 build fixesScott Graham2013-04-112-3/+4
* | bootstrap: make --windows usable for cl.exe-on-wineEvan Martin2013-04-111-11/+13
* | add HACKING note on cl.exe-via-wineEvan Martin2013-04-111-0/+6
* | windows: always extract dependencies, even on compile failureEvan Martin2013-04-111-5/+7
* | fix testEvan Martin2013-04-111-14/+14
* | windows build fixEvan Martin2013-04-111-1/+2
|/
* build ninja itself in deps modeEvan Martin2013-04-101-1/+1
* always use output timestamp for depsEvan Martin2013-04-102-17/+3
* include mtimes in deplog explainEvan Martin2013-04-101-1/+2
* slightly smaller subsectionsEvan Martin2013-04-101-0/+3
* move pool docs down under "more details"Evan Martin2013-04-101-56/+55
* more minor manual touchupsEvan Martin2013-04-101-5/+5
* make unittest match module nameEvan Martin2013-04-101-0/+0
* mention mtimesEvan Martin2013-04-101-2/+3
* monospace flagsEvan Martin2013-04-101-2/+3
* more windows doc updatesEvan Martin2013-04-101-4/+11
* update some windows references in the docsEvan Martin2013-04-091-30/+11
* bigger manualEvan Martin2013-04-091-4/+7
* Merge pull request #539 from nico/typoNico Weber2013-04-091-1/+1
|\
| * fix typo in commentNico Weber2013-04-091-1/+1
* | Merge pull request #537 from yannicklm/masterEvan Martin2013-04-091-2/+2
|\ \ | |/ |/|
| * ninja.vim: add deps as keywordyannicklm2013-04-091-2/+2
|/
* Merge pull request #535 from sgraham/fix-windows-depslogEvan Martin2013-04-097-14/+17
|\
| * fix testScott Graham2013-04-092-5/+1
| * add ifdef around console_Scott Graham2013-04-091-0/+2
| * fix windows build after depslogScott Graham2013-04-095-9/+14
* | Merge pull request #534 from nico/invalid_logEvan Martin2013-04-092-9/+31
|\ \ | |/ |/|
| * On invalid depslog header, restart build instead of showing an error.Nico Weber2013-04-092-9/+31
* | document depsEvan Martin2013-04-091-16/+83
|/
* Merge branch 'dep-pipeless'Evan Martin2013-04-0923-381/+1423
|\
| * add a straightforward deps log test, fix the other oneEvan Martin2013-04-093-17/+100
| * Write the depslog version in binary instead of text.Nico Weber2013-04-091-5/+12
| * Make deps=gcc without depfile an error.Nico Weber2013-04-092-4/+24
| * add a test for the "deps out of date" caseEvan Martin2013-04-097-7/+120
| * add a test verifying build failure on bad depsEvan Martin2013-04-081-0/+17
| * make it an error for now to have multiple outputs with depslogEvan Martin2013-04-083-1/+21
| * only write deps log if edge is in deps log modeEvan Martin2013-04-081-11/+9
| * use logged deps mtime in dirty calculationEvan Martin2013-04-083-9/+21
| * don't call .front() on an empty vectorEvan Martin2013-04-081-1/+2
| * hook up depslog writing into build processEvan Martin2013-04-083-97/+134
| * rename "special" to "deps"Evan Martin2013-04-083-8/+8