summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* windows: pass subprocess testsEvan Martin2011-05-082-30/+55
* windows: pass the DiskInterface testsEvan Martin2011-05-081-21/+58
* Merge pull request #42 from ascherkus/masterEvan Martin2011-05-081-1/+7
|\
| * Fix bootstrap.sh to include the correct subprocess{-win32}.cc based on the pl...Andrew Scherkus2011-05-081-1/+7
|/
* amend HACKING with how to dev for windowsEvan Martin2011-05-061-0/+11
* windows: successfully link testsEvan Martin2011-05-065-33/+70
* fix tests broken by previous commitEvan Martin2011-05-061-6/+6
* Merge pull request #40 from fischman/masterEvan Martin2011-05-061-2/+2
|\
| * Use $CXX instead of $CC when building C++ ninja source.Ami Fischman2011-05-061-2/+2
* | windows: subprocess implementation for WindowsEvan Martin2011-05-064-6/+243
* | more refactoring for windowsEvan Martin2011-05-062-27/+16
|/
* Merge pull request #38 from SByer/path_fix.Evan Martin2011-05-031-1/+1
|\
| * Needed more path components to build Chrome. One path component in an uncommonScott Byer2011-05-031-1/+1
|/
* windows: build win32 subprocess file on windowsEvan Martin2011-05-031-4/+5
* refactor subprocess to make it easier for windows portEvan Martin2011-05-034-75/+62
* generate mingw build files if requestedEvan Martin2011-05-031-26/+52
* fix unit testEvan Martin2011-05-022-2/+2
* Merge pull request #37 from polrop/add-guidelines.Evan Martin2011-05-021-0/+20
|\
| * Add coding and documentation guidelines.Nicolas Despres2011-05-021-0/+20
* | Merge pull request #36 from polrop/test-clean-tool.Evan Martin2011-05-0210-52/+400
|\ \
| * | The cleaner can be used multiple times now.Nicolas Despres2011-05-021-90/+48
| * | Return non-zero status when errors occur.Nicolas Despres2011-05-029-40/+78
| * | Add a test for the clean tool.Nicolas Despres2011-05-029-35/+387
| |/
* | Merge pull request #35 from polrop/add-warning-funcion.Evan Martin2011-05-023-2/+14
|\ \
| * | Add a Warning() report function.Nicolas Despres2011-05-023-2/+14
| |/
* | Merge pull request #34 from polrop/fix-typo.Evan Martin2011-05-021-1/+1
|\ \ | |/ |/|
| * Fix typo in documentation.Nicolas Despres2011-05-021-1/+1
|/
* windows: use abstractions in ninja.ccEvan Martin2011-05-021-6/+13
* windows: getopt const clean hackEvan Martin2011-05-021-3/+3
* windows: use millis abstraction instead of non-portable gettimeofdayEvan Martin2011-05-021-14/+28
* remove ROOT_HACK hack; it is unusedEvan Martin2011-05-021-9/+0
* windows: abstract around mkdir vs _mkdirEvan Martin2011-05-023-1/+19
* windows: use portable replacement of setlinebuf()Evan Martin2011-05-021-1/+1
* check in a script that generates build.ninjaEvan Martin2011-05-025-120/+158
* drop "all" target from buildEvan Martin2011-05-011-2/+0
* use refactored function to support implicit "all" targetEvan Martin2011-05-013-16/+20
* canonicalize paths in refactored functionEvan Martin2011-05-011-2/+5
* refactor out adding "all" to graph toolEvan Martin2011-05-011-21/+31
* add test for RootNodes(); fix commentEvan Martin2011-05-013-12/+28
* git: ignore python droppingsEvan Martin2011-05-011-0/+1
* drop reserved words 'build'/'rule'/'subninja'/etc.Evan Martin2011-05-013-50/+52
* doc shell semantics of rule commandsEvan Martin2011-05-011-1/+3
* rename the manual phony target to "manual"Evan Martin2011-05-011-3/+3
* doxygen: restore references docsEvan Martin2011-05-011-1/+1
* Merge pull request #33 from arnaudgelas/master.Evan Martin2011-04-304-1/+7
|\
| * fix warnings on Mac 10.5Arnaud Gelas2011-04-303-0/+6
| * fix compilation error on Mac 10.5Arnaud Gelas2011-04-301-1/+1
* | check in a ninja file generator Python moduleEvan Martin2011-04-301-0/+68
|/
* Merged pull request #32 from iwadon/fix-graph-test.Evan Martin2011-04-301-5/+5
|\
| * fix SEGV in graph_testHiroyuki Iwatsuki2011-04-291-5/+5
|/