summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | add a script to generate large synthetic manifestsNico Weber2014-03-251-0/+219
| |/
* | Merge pull request #732 from bratell-at-opera/bratell/fewer_list_copies_20140414Nico Weber2014-04-141-5/+4
|\ \
| * | performance: Writer.build should copy less.Daniel Bratell2014-04-141-5/+4
|/ /
* | Merge pull request #699 from mostynb/avoid_useless_mkdir_failureNico Weber2014-04-071-0/+3
|\ \
| * | don't Fail if trying to mkdir when the dir already existsMostyn Bramley-Moore2014-01-071-0/+3
* | | Merge pull request #728 from sgraham/both-slashes-on-windows-for-outputNico Weber2014-04-032-6/+20
|\ \ \ | |_|/ |/| |
| * | Support both slashes on Windows when making output dirsScott Graham2014-04-032-6/+20
|/ /
* | Merge pull request #710 from purcell/patch-1Evan Martin2014-01-231-0/+2
|\ \
| * | ninja-mode: add autoload cookie for the mode itselfSteve Purcell2014-01-221-0/+2
|/ /
* | Merge branch 'fix-provide-form' of git://github.com/yasuyk/ninjaEvan Martin2014-01-211-2/+2
|\ \
| * | emacs: Place provide form at end of fileYasuyuki Oka2014-01-211-2/+2
* | | Merge branch 'fix-warning' of git://github.com/yasuyk/ninjaEvan Martin2014-01-211-1/+1
|\ \ \
| * | | emacs: Fix a warningYasuyuki Oka2014-01-211-1/+1
| |/ /
* | | Merge pull request #705 from yasuyk/elpaEvan Martin2014-01-211-0/+8
|\ \ \ | |/ / |/| |
| * | emacs: ELPA compatibilityYasuyuki Oka2014-01-211-0/+8
|/ /
* | Merge pull request #702 from nickhutchinson/feature/win32-escaping-fixNico Weber2014-01-092-1/+8
|\ \
| * | Don’t unnecessarily escape backslashes in Win32 pathsNicholas Hutchinson2014-01-082-1/+8
| |/
* | Merge pull request #701 from nickhutchinson/feature/msvc-gtest-cflagsNico Weber2014-01-091-1/+4
|\ \ | |/ |/|
| * configure.py: use /FS flag under vs2013 when compiling gtestNicholas Hutchinson2014-01-091-1/+4
|/
* Merge pull request #697 from nico/gclogsNico Weber2014-01-0711-24/+176
|\
| * Make BuildLogUser reference constant.Nico Weber2014-01-078-13/+14
| * Add a comment.Nico Weber2014-01-041-0/+7
| * Rename "IsDead" to "BuildLogUser".Nico Weber2014-01-046-21/+30
| * Move duplicated code into a helper function.Nico Weber2014-01-043-14/+20
| * Add a test for collection of dead log entries.Nico Weber2014-01-041-0/+40
| * Add a test for collection of dead deps entries.Nico Weber2014-01-032-1/+52
| * Fix DepsLogTest.Recompact by making sure outputs aren't garbag-collected.Nico Weber2014-01-021-0/+10
| * Make tests compile (one fails atm).Nico Weber2014-01-022-8/+11
| * Remove dead entries in .ninja_log and .ninja_deps while recompacting.Nico Weber2014-01-024-8/+33
* | Merge pull request #690 from nickhutchinson/feature/escape-paths-properlyNico Weber2014-01-066-12/+152
|\ \ | |/ |/|
| * More robust escaping of $in, $out pathsNicholas Hutchinson2014-01-066-12/+152
* | Merge pull request #695 from nico/norangeNico Weber2013-12-132-30/+43
|\ \ | |/ |/|
| * Fix additional range in character class.Nico Weber2013-12-132-30/+43
|/
* Merge pull request #691 from TheOneRing/fix-msvc13Nico Weber2013-12-061-1/+1
|\
| * fixed platform_helper.py msvc_needs_fs testPatrick von Reth2013-12-051-1/+1
|/
* Merge pull request #688 from ndmitchell/masterNico Weber2013-11-181-1/+1
|\
| * Fix up platform_helper for MSVC, with Python 2.6.8 the arguments have to be i...Neil Mitchell2013-11-181-1/+1
|/
* Merge pull request #683 from nico/ruletestEvan Martin2013-10-281-0/+15
|\
| * Add a test that shows that there is a single global namespace for rules.Nico Weber2013-10-271-0/+15
|/
* Merge pull request #682 from nico/pep8Nico Weber2013-10-272-9/+16
|\
| * Wrap to 79 colums. No functionality change.Nico Weber2013-10-272-9/+16
|/
* Merge pull request #674 from nico/styleNico Weber2013-10-194-8/+13
|\
| * Minor style fixes. No functionality change.Nico Weber2013-10-194-8/+13
|/
* Merge pull request #665 from syntheticpp/localized-showincludeNico Weber2013-10-188-27/+50
|\
| * add deps_prefix for localized /showIncludes' output parsingPeter Kümmel2013-10-188-27/+50
* | Merge pull request #671 from sgraham/compile-vs2013Nico Weber2013-10-185-2/+16
|\ \ | |/ |/|
| * Fix compilation on VS2013Scott Graham2013-10-185-2/+16
|/
* mark this 1.4.0.git, update RELEASINGEvan Martin2013-09-122-5/+15
* Merge pull request #657 from sgraham/keeprsp2Nico Weber2013-09-116-4/+13
|\
| * add -d keeprsp to preserve @rsp files on success on windowsScott Graham2013-09-106-4/+13
|/