summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #747 from nocnokneo/masterNico Weber2014-04-251-16/+17
|\
| * Style: Fix inconsistent indentationTaylor Braun-Jones2014-04-251-17/+17
| * Fix bash-completion support for -C option to expand tildeTaylor Braun-Jones2014-04-251-1/+2
|/
* Merge pull request #714 from pcc/console-poolNico Weber2014-04-1714-43/+213
|\
| * Introduce the "console" poolPeter Collingbourne2014-02-0314-43/+213
* | Merge pull request #715 from nico/lazyenvNico Weber2014-04-171-4/+5
|\ \
| * | Allocate per-edge BindingEnvs lazily.Nico Weber2014-02-111-4/+5
| |/
* | Merge pull request #742 from nico/maniperfNico Weber2014-04-173-4/+120
|\ \
| * | Manifest perftest: Try to make it build on Linux.Nico Weber2014-04-171-0/+1
| * | Manifest perftest: Pull manifest parsing into own function.Nico Weber2014-04-171-17/+20
| * | Add manifest_parser_perftest to .gitignore.Nico Weber2014-04-171-1/+2
| * | Manifest perftest: Also measure command evaluation time.Nico Weber2014-04-171-5/+31
| * | Add a simple manifest parsing perftest.Nico Weber2014-04-172-3/+88
|/ /
* | Merge pull request #741 from nicolasdespres/propagate-file-rename-to-gitignoreNico Weber2014-04-161-1/+1
|\ \
| * | Propagate file rename to gitignore.Nicolas Despres2014-04-161-1/+1
|/ /
* | Merge pull request #740 from nico/formatfileNico Weber2014-04-161-0/+25
|\ \
| * | Add a .clang-format file.Nico Weber2014-04-161-0/+25
|/ /
* | Merge pull request #739 from nico/renNico Weber2014-04-162-2/+2
|\ \
| * | Rename parser_perftest to depfile_parser_perftest.Nico Weber2014-04-162-2/+2
|/ /
* | Merge pull request #737 from sorbits/bash-completion-fixesNico Weber2014-04-151-2/+2
|\ \
| * | Expand the -C argument via ‘eval’ in bash completionAllan Odgaard2014-04-151-1/+1
| * | Fix bash completion when using command optionsAllan Odgaard2014-04-151-1/+1
|/ /
* | Merge pull request #734 from sgraham/no-stderrNico Weber2014-04-142-1/+8
|\ \
| * | CLParser shouldn't read stderrScott Graham2014-04-142-1/+8
|/ /
* | Merge pull request #722 from nico/manifestgenNico Weber2014-04-141-0/+219
|\ \
| * | 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