projects
/
platform
/
upstream
/
ninja.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
bootstrap: make --windows usable for cl.exe-on-wine
2013-04-11
Evan Martin
bootstrap: make --windows usable for cl.exe-on-wine
commit
|
commitdiff
|
tree
2013-04-11
Evan Martin
add HACKING note on cl.exe-via-wine
commit
|
commitdiff
|
tree
2013-04-11
Evan Martin
windows: always extract dependencies, even on compile...
commit
|
commitdiff
|
tree
2013-04-11
Evan Martin
fix test
commit
|
commitdiff
|
tree
2013-04-11
Evan Martin
windows build fix
commit
|
commitdiff
|
tree
2013-04-10
Evan Martin
build ninja itself in deps mode
commit
|
commitdiff
|
tree
2013-04-10
Evan Martin
always use output timestamp for deps
commit
|
commitdiff
|
tree
2013-04-10
Evan Martin
include mtimes in deplog explain
commit
|
commitdiff
|
tree
2013-04-10
Evan Martin
slightly smaller subsections
commit
|
commitdiff
|
tree
2013-04-10
Evan Martin
move pool docs down under "more details"
commit
|
commitdiff
|
tree
2013-04-10
Evan Martin
more minor manual touchups
commit
|
commitdiff
|
tree
2013-04-10
Evan Martin
make unittest match module name
commit
|
commitdiff
|
tree
2013-04-10
Evan Martin
mention mtimes
commit
|
commitdiff
|
tree
2013-04-10
Evan Martin
monospace flags
commit
|
commitdiff
|
tree
2013-04-10
Evan Martin
more windows doc updates
commit
|
commitdiff
|
tree
2013-04-09
Evan Martin
update some windows references in the docs
commit
|
commitdiff
|
tree
2013-04-09
Evan Martin
bigger manual
commit
|
commitdiff
|
tree
2013-04-09
Evan Martin
Merge pull request #537 from yannicklm/master
commit
|
commitdiff
|
tree
2013-04-09
Evan Martin
Merge pull request #535 from sgraham/fix-windows-depslog
commit
|
commitdiff
|
tree
2013-04-09
Evan Martin
Merge pull request #534 from nico/invalid_log
commit
|
commitdiff
|
tree
2013-04-09
Evan Martin
document deps
commit
|
commitdiff
|
tree
2013-04-09
Evan Martin
Merge branch 'dep-pipeless'
commit
|
commitdiff
|
tree
2013-04-09
Evan Martin
Merge pull request #532 from nico/sshhh_gtest
commit
|
commitdiff
|
tree
2013-04-09
Evan Martin
add a straightforward deps log test, fix the other one
commit
|
commitdiff
|
tree
2013-04-09
Nico Weber
Write the depslog version in binary instead of text.
commit
|
commitdiff
|
tree
2013-04-09
Nico Weber
Make deps=gcc without depfile an error.
commit
|
commitdiff
|
tree
2013-04-09
Evan Martin
add a test for the "deps out of date" case
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
add a test verifying build failure on bad deps
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
make it an error for now to have multiple outputs with...
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
only write deps log if edge is in deps log mode
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
use logged deps mtime in dirty calculation
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
don't call .front() on an empty vector
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
hook up depslog writing into build process
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
rename "special" to "deps"
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
missing header
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
remove depfiles files as they're parsed
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
depslog: track dead record count
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
add recompaction to depslog
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
clarify depslog overview
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
make old deps format migration actually work
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
record and check depslog file version
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
don't write out deps entries if nothing changed
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
windows: drop use of msvc helper in build
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
use special=anything to trigger loading from depslog
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
windows: use CLParser to extract deps during build
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
refactor build-time deps-extraction
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
factor MSVC parsing out of CLWrapper into CLParser
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
windows: add uint16 casts in depslog
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
add "special=gcc" attribute, use to load depslog
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
track deps log load time in metrics
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
expand DepsLog test, fix two bugs it revealed
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
plumb DepsLog load through Builder
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
no error if deps log doesn't exist
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
load deps log at startup
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
factor out creation of build directory
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
use DepsLog in loading dependencies
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
factor out implicit dep loading
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
pass command results via a struct
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
add DepsLog, a new data structure for dependency information
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
sync version number in master with release
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
split FakeCommandRunner out of BuildTest
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
move test virtual time "now_" into VirtualFileSystem
commit
|
commitdiff
|
tree
2013-04-08
Evan Martin
Merge pull request #527 from wang-bin/compile_fix
commit
|
commitdiff
|
tree
2013-04-06
Evan Martin
Merge pull request #526 from RedX2501/improved_bash_completion
commit
|
commitdiff
|
tree
2013-04-05
Evan Martin
refactor some of the output mtime-handling code
commit
|
commitdiff
|
tree
2013-04-05
Evan Martin
add noreturn attr on Fatal()
commit
|
commitdiff
|
tree
2013-04-05
Evan Martin
decided against using XXX in the manual for unknown...
commit
|
commitdiff
|
tree
2013-04-05
Evan Martin
tag a feature with the right version number
commit
|
commitdiff
|
tree
2013-04-02
Evan Martin
Merge pull request #525 from nico/escapedollar
commit
|
commitdiff
|
tree
2013-03-30
Evan Martin
allow paths with '!' in depfiles
commit
|
commitdiff
|
tree
2013-03-28
Evan Martin
Merge pull request #522 from nico/spelldebug
commit
|
commitdiff
|
tree
2013-03-26
Evan Martin
Merge pull request #521 from riannucci/ignore_duplicate_edge...
commit
|
commitdiff
|
tree
2013-03-14
Evan Martin
Merge pull request #518 from syntheticpp/max-patch
commit
|
commitdiff
|
tree
2013-03-11
Evan Martin
Merge pull request #513 from fifoforlifo/master
commit
|
commitdiff
|
tree
2013-03-10
Evan Martin
Merge pull request #512 from pcc/compilation-database
commit
|
commitdiff
|
tree
2013-03-10
Evan Martin
Merge pull request #499 from lht/patch-1
commit
|
commitdiff
|
tree
2013-03-10
Evan Martin
Merge pull request #503 from mo/fix_typo_20130219
commit
|
commitdiff
|
tree
2013-03-10
Evan Martin
Merge pull request #504 from benvanik/master
commit
|
commitdiff
|
tree
2013-03-10
Evan Martin
Merge pull request #514 from dabrahams/patch-1
commit
|
commitdiff
|
tree
2013-02-24
Evan Martin
Merge pull request #507 from ikarienator/master
commit
|
commitdiff
|
tree
2013-02-24
Evan Martin
Merge pull request #502 from tfarina/rm-unused-fun
commit
|
commitdiff
|
tree
2013-02-21
Evan Martin
Merge pull request #506 from syntheticpp/string-find
commit
|
commitdiff
|
tree
2013-02-19
Evan Martin
manual: move in_newline to the reference
commit
|
commitdiff
|
tree
2013-02-17
Evan Martin
add versioning notes to features in the manual
commit
|
commitdiff
|
tree
2013-02-17
Evan Martin
make doc xrefs link to section headers
commit
|
commitdiff
|
tree
2013-02-17
Evan Martin
rearrange env variable section layout
commit
|
commitdiff
|
tree
2013-02-17
Evan Martin
move from asciidoc html to asciidoc -> docbook -> html
commit
|
commitdiff
|
tree
2013-02-16
Evan Martin
say where the default value for -j comes from
commit
|
commitdiff
|
tree
2013-02-16
Scott Graham
depfile helper: check errors on writing .d files
commit
|
commitdiff
|
tree
2013-02-16
Evan Martin
docs for ninja_required_version
commit
|
commitdiff
|
tree
2013-02-16
Evan Martin
add syntax for checking versions
commit
|
commitdiff
|
tree
2013-02-09
Evan Martin
Merge pull request #498 from pck/cygwin
commit
|
commitdiff
|
tree
2013-02-01
Evan Martin
mark pools as experimental in the docs
commit
|
commitdiff
|
tree
2013-02-01
Evan Martin
add a release checklist so I won't forget steps in...
commit
|
commitdiff
|
tree
2013-01-27
Evan Martin
Merge pull request #485 from petrh/fedora-rpmbuild
commit
|
commitdiff
|
tree
2013-01-24
Evan Martin
Merge pull request #489 from sgraham/err-message-depfile
commit
|
commitdiff
|
tree
2013-01-17
Evan Martin
Merge pull request #484 from TheOneRing/fix_mingw
commit
|
commitdiff
|
tree
2013-01-03
Evan Martin
Merge pull request #479 from nico/testfix
commit
|
commitdiff
|
tree
2012-12-30
Evan Martin
always set GTEST_HAS_RTTI=0 in all testing code
commit
|
commitdiff
|
tree
2012-12-29
Pino Toscano
fix build on non-Linux glibc systems
commit
|
commitdiff
|
tree
next