summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Stop `-t msvc -o` from lowercasing paths from /showIncludes output.Nico Weber2013-05-295-17/+20
* Fix mingw based builds. Fixes #587Jon2013-05-251-2/+2
* refactor ninja main() into a struct with methodsEvan Martin2013-05-241-159/+203
* simplify some ifdefsEvan Martin2013-05-241-7/+5
* factor out flag parsing from enormous NinjaMain()Evan Martin2013-05-241-44/+64
* Merge pull request #585 from nico/fixcrashNico Weber2013-05-243-4/+7
|\
| * Don't use va_start() with reference parameters, it's undefined behavior.Nico Weber2013-05-243-4/+7
* | Merge pull request #470 from rgeary1/remotebrowserEvan Martin2013-05-231-2/+6
|\ \
| * | Browse tool uses real hostname not localhost, to allow -t browse when using sshRichard Geary2013-05-221-2/+6
* | | Merge pull request #578 from pinotree/remove-path-maxEvan Martin2013-05-231-3/+7
|\ \ \
| * | | do not unconditionally use PATH_MAX with getcwdPino Toscano2013-05-211-3/+7
| |/ /
* | | Merge pull request #583 from tru/add_force_pselectEvan Martin2013-05-231-3/+3
|\ \ \
| * | | Added bootstrap/configure option to force pselectTobias Hieta2013-05-231-3/+3
| |/ /
* | | Add error check for -j flag.Rui Ueyama2013-05-211-2/+7
|/ /
* | Merge pull request #576 from nico/newlinesEvan Martin2013-05-201-0/+6
|\ \
| * | Set stdout to binary mode in -t msvc.Nico Weber2013-05-171-0/+6
* | | Merge pull request #577 from tfarina/structsEvan Martin2013-05-192-4/+2
|\ \ \ | |/ / |/| |
| * | structs not classes.Thiago Farina2013-05-192-4/+2
* | | don't print output with extra newlineScott Graham2013-05-171-1/+1
* | | fix truncate compile error in ninja_test on windowsScott Graham2013-05-171-1/+2
| |/ |/|
* | call this version 1.3.0Evan Martin2013-05-161-5/+1
* | Merge pull request #572 from nico/inclessEvan Martin2013-05-148-16/+4
|\ \
| * | Remove a few unused includes.Nico Weber2013-05-128-16/+4
| |/
* | Fix Pool tests.Robert Iannucci2013-05-061-18/+37
|/
* Merge pull request #565 from mdempsky/masterEvan Martin2013-05-012-27/+16
|\
| * Don't poll pipes using POLLRDHUPMatthew Dempsky2013-05-011-8/+1
| * Add support for OpenBSD.Matthew Dempsky2013-05-012-19/+15
* | minor formatting changeNico Weber2013-05-011-3/+2
* | Merge pull request #563 from nico/recompact-depsNico Weber2013-05-013-32/+95
|\ \ | |/ |/|
| * Recompact the deps log when it gets too big.Nico Weber2013-05-012-7/+22
| * Keep a DepsLog's data valid after a call to DepsLog::Recompact().Nico Weber2013-05-012-7/+35
| * Let DepsLog::RecordDeps() update its in-memory representation.Nico Weber2013-04-302-8/+21
| * Move updating DepsLog's deps_ array into its own function.Nico Weber2013-04-302-6/+15
| * Move some DepsLog::Deps initialization code into its constructor.Nico Weber2013-04-302-5/+3
* | added missing windows includePatrick von Reth2013-04-301-0/+1
|/
* Fix Windows build more.Nico Weber2013-04-291-1/+1
* Merge pull request #558 from nico/buildfixEvan Martin2013-04-295-14/+27
|\
| * Introduce a Truncate() function that works on POSIX and Windows.Nico Weber2013-04-295-14/+27
* | Merge pull request #556 from nico/unlinkEvan Martin2013-04-291-0/+5
|\ \
| * | Make sure that recompaction writes a pristine new depslog.Nico Weber2013-04-291-0/+5
| |/
* | Don't crash during deps log recompaction if there's more than one deps entry.Nico Weber2013-04-292-0/+8
|/
* don't count eof as truncatedEvan Martin2013-04-271-1/+2
* fix warningEvan Martin2013-04-271-1/+1
* deps log: recover on truncated entryEvan Martin2013-04-272-9/+103
* add a test for truncated depsEvan Martin2013-04-262-0/+61
* make DepsLogTest actually clean up on teardownEvan Martin2013-04-261-1/+1
* keep dry run more similar to normal runNico Weber2013-04-221-4/+2
* Don't record deps in dry runs.Nico Weber2013-04-222-2/+33
* adjust the wording in "multiple rules generate X" warningEvan Martin2013-04-191-1/+2
* make DiskInterfaceTest.StatBadPath quietEvan Martin2013-04-193-5/+17