index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
more minor cleanups
Nico Weber
2014-06-15
1
-10/+6
*
more minor cleanups
Nico Weber
2014-06-15
1
-20/+7
*
minor cleanups
Nico Weber
2014-06-15
1
-56/+40
*
Turn on stat cache. Empty builds of chrome on my laptop 4s -> 1.3s (!)
Nico Weber
2014-06-15
1
-1/+1
*
Add a stat cache. Demo-quality, and disabled atm.
Nico Weber
2014-06-15
3
-20/+114
*
Merge pull request #778 from nico/spellrsp
Nico Weber
2014-06-15
1
-1/+1
|
\
|
*
spellcheck "keeprsp" in -d options
Nico Weber
2014-06-15
1
-1/+1
|
/
*
Merge pull request #777 from nico/winconf
Nico Weber
2014-06-15
1
-1/+1
|
\
|
*
create a slightly nicer build.ninja on windows
Nico Weber
2014-06-15
1
-1/+1
|
/
*
Version 1.4 of the vim syntax file was merged.
Nico Weber
2014-06-12
1
-1/+1
*
Merge pull request #770 from debfx/master
Evan Martin
2014-05-30
1
-2/+2
|
\
|
*
Use unversioned gnukfreebsd platform.
Felix Geyer
2014-05-30
1
-2/+2
|
/
*
Merge pull request #769 from nico/plus
Nico Weber
2014-05-30
2
-2/+3
|
\
|
*
Allow + in filenames without escaping
Nico Weber
2014-05-30
2
-2/+3
|
/
*
Merge pull request #768 from nico/vimsyn
Nico Weber
2014-05-30
1
-2/+4
|
\
|
*
vim syntax: Correctly highlight $$a as ($$)a instead of $($a).
Nico Weber
2014-05-13
1
-2/+4
*
|
Merge pull request #767 from nico/esc_deprspfile
Nico Weber
2014-05-29
7
-35/+99
|
\
\
|
*
|
reword manual for depfile/rspfile escaping change
Nico Weber
2014-05-24
1
-9/+7
|
*
|
Make "depfile=$out.d" work if $out contains escaped characters, rspfile too.
Nico Weber
2014-05-21
7
-32/+98
|
/
/
*
|
Merge pull request #766 from nico/cleanup
Nico Weber
2014-05-21
1
-6/+2
|
\
\
|
*
|
CleanTest cleanups:
Nico Weber
2014-05-21
1
-6/+2
|
/
/
*
|
Merge pull request #764 from nico/winconsole
Nico Weber
2014-05-18
6
-24/+25
|
\
\
|
*
|
win console wip: Fix comments based on review feedback.
Nico Weber
2014-05-18
2
-2/+2
|
*
|
win console wip: resolve FIXME
Nico Weber
2014-05-14
2
-1/+2
|
*
|
win console wip: ctrl-c should reach commands running in console pools
Nico Weber
2014-05-13
1
-1/+4
|
*
|
win console wip: enable test
Nico Weber
2014-05-13
1
-4/+2
|
*
|
wip for console pool on windows
Nico Weber
2014-05-13
5
-19/+18
|
|
/
*
|
Merge pull request #761 from maximuska/proposed/depfile_parser_fixes
Nico Weber
2014-05-08
3
-6/+10
|
\
\
|
*
|
Allow paths with '{' '}' in depfiles
Maxim Kalaev
2014-05-07
3
-6/+10
|
/
/
*
|
Merge pull request #756 from ronnychevalier/rc/zsh_completion
Nico Weber
2014-05-05
1
-3/+44
|
\
\
|
*
|
improve zsh completion
Ronny Chevalier
2014-05-04
1
-3/+44
*
|
|
Merge pull request #758 from mathstuf/dev/fix-compdb-abort
Nico Weber
2014-05-05
1
-0/+2
|
\
\
\
|
*
|
|
compdb: check that inputs is not empty
Ben Boeckel
2014-05-05
1
-0/+2
|
/
/
/
*
|
|
Merge pull request #757 from cjdrake/master
Nico Weber
2014-05-05
1
-18/+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Get rid of unused import
Chris Drake
2014-05-05
1
-1/+0
|
*
|
Use consistent indentation conventions
Chris Drake
2014-05-05
1
-17/+17
|
/
/
*
|
Merge pull request #753 from nico/nlacc
Nico Weber
2014-05-01
3
-8/+21
|
\
\
|
|
/
|
/
|
|
*
Accept \r\n line endings in depfiles.
Nico Weber
2014-05-01
3
-8/+21
|
/
*
Merge pull request #748 from nocnokneo/bash-completion-for-f-and-C
Nico Weber
2014-04-30
1
-3/+20
|
\
|
*
Fix getopts barfing over the terminal when trying to complete -f and -C
Taylor Braun-Jones
2014-04-30
1
-1/+1
|
*
Support completion of arguments to -f and -C options
Taylor Braun-Jones
2014-04-30
1
-2/+19
|
/
*
Merge pull request #750 from nico/perfwin
Nico Weber
2014-04-27
1
-1/+3
|
\
|
*
Make manifest_parser_perftest build on Windows.
Nico Weber
2014-04-27
1
-1/+3
|
/
*
Merge pull request #747 from nocnokneo/master
Nico Weber
2014-04-25
1
-16/+17
|
\
|
*
Style: Fix inconsistent indentation
Taylor Braun-Jones
2014-04-25
1
-17/+17
|
*
Fix bash-completion support for -C option to expand tilde
Taylor Braun-Jones
2014-04-25
1
-1/+2
|
/
*
Merge pull request #714 from pcc/console-pool
Nico Weber
2014-04-17
14
-43/+213
|
\
|
*
Introduce the "console" pool
Peter Collingbourne
2014-02-03
14
-43/+213
*
|
Merge pull request #715 from nico/lazyenv
Nico Weber
2014-04-17
1
-4/+5
|
\
\
|
*
|
Allocate per-edge BindingEnvs lazily.
Nico Weber
2014-02-11
1
-4/+5
|
|
/
[next]