projects
/
platform
/
upstream
/
ninja.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/ninja.git
2012-07-27
Evan Martin
Merge branch 'master' of github.com:martine/ninja
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
Merge pull request #352 from tfarina/string-piece-private
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
rename subprocess.cc to reflex its posixness
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
rearrange minidump patch to match ninja code style
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
Merge branch 'set_terminate' of git://github.com/gmoudr...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
Merge pull request #351 from syntheticpp/rate
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
make the build log test match the indended build log...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Maxim Kalaev
Minor: zero log buffer before reading data/parsing it
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
mingw: specify _WIN32_WINNT also in configure.py
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
fix some mingw warnings in getopt.c
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
windows: fix printf format for process id
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
mingw: fix quoting of -DNINJA_PYTHON
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
bootstrap: set _WIN32_WINNT to WinXP for mingw
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
wrap at 80 columns
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Evan Martin
Merge pull request #369 from maximuska/proposed/packagi...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Maxim Kalaev
packaging: added basic RPM building
commit
|
commitdiff
|
tree
|
snapshot
2012-07-25
Evan Martin
Merge pull request #368 from nico/toolpipe
commit
|
commitdiff
|
tree
|
snapshot
2012-07-25
Nico Weber
Don't print 'Entering directory' when running tools.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-24
Evan Martin
Merge pull request #367 from tfarina/lowercase
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Thiago Farina
Use lowercase consistently.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Evan Martin
Merge pull request #366 from sgraham/no-noisy-cursor
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Scott Graham
windows: use WriteConsoleOutput instead of printf to...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Evan Martin
Merge pull request #365 from maximuska/proposed/dep...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Maxim Kalaev
dep file parsing: allow '@' and '=' in paths
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Evan Martin
disallow crlf in manifest files
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Evan Martin
explain mode: show which input is more recent
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Evan Martin
windows: get correct path for ninja_syntax
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Evan Martin
gitignore unpacked gtest
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Evan Martin
subprocess_test: make SetWithLots run on all non-Window...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Evan Martin
ninja_syntax: escape colons in paths
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Evan Martin
Merge pull request #340 from sgraham/fix-win-build
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Evan Martin
Merge pull request #363 from usovalx/subprocess_test_bu...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Evan Martin
fix manual to reflect reality of depfile cleaning
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Evan Martin
Merge pull request #364 from tfarina/pragma-once
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Thiago Farina
Remove #pragma once from our header files.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Oleksandr Usov
Add missing include of <sys/resouce.h>
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Peter Kümmel
GCC 4.7 needs cstdio
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Peter Kuemmel
print edges per second
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Evan Martin
Merge pull request #361 from HeisSpiter/master
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Pierre Schweitzer
Efficiently check for emptiness
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Evan Martin
Merge pull request #359 from tedv/old-arch
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Ted Vessenes
Clarify comment wording.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Ted Vessenes
Fix missing POLLRDHUP constant on older systems.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Evan Martin
Merge pull request #357 from tfarina/manifest-parser
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Thiago Farina
Rename parsers.* to manifest_parser.*
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Evan Martin
Merge pull request #313 from wolfp/restat_missing_input
commit
|
commitdiff
|
tree
|
snapshot
2012-06-30
Thiago Farina
Make StringPiece data members private.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
Evan Martin
Merge pull request #350 from maximuska/proposed/improve...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-28
Maxim Kalaev
Improving Edge::Dump, introducing Node::Dump
commit
|
commitdiff
|
tree
|
snapshot
2012-06-27
wolfp
Add a test for missing input files in restat rules
commit
|
commitdiff
|
tree
|
snapshot
2012-06-27
wolfp
Do not reset restat_mtime if an input is missing (issue...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Scott Graham
remove unnecessary manual Close()
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Scott Graham
don't leak file handle on fail-to-upgrade case
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Scott Graham
fix win32 compile, fix BuildLogTest.WriteRead on 2nd run
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Evan Martin
switch build log to print hashes as hex
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Evan Martin
add copyright header
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Evan Martin
add new binaries to gitignore
commit
|
commitdiff
|
tree
|
snapshot
2012-06-18
Evan Martin
drop support of log formats < 4
commit
|
commitdiff
|
tree
|
snapshot
2012-06-18
Evan Martin
use PRIu64 for printing 64-bit in, %d for printing int
commit
|
commitdiff
|
tree
|
snapshot
2012-06-18
Evan Martin
make canon_perftest build, add license
commit
|
commitdiff
|
tree
|
snapshot
2012-06-18
Evan Martin
Merge pull request #338 from syntheticpp/empty-log...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-18
Peter Kuemmel
no recompacting needed when log file is empty
commit
|
commitdiff
|
tree
|
snapshot
2012-06-17
Evan Martin
Merge pull request #316 from tfarina/struct
commit
|
commitdiff
|
tree
|
snapshot
2012-06-16
Evan Martin
fix quoting thinko
commit
|
commitdiff
|
tree
|
snapshot
2012-06-16
Evan Martin
rearrange shell quoting in configure.py
commit
|
commitdiff
|
tree
|
snapshot
2012-06-16
Evan Martin
Merge pull request #333 from jonforums/no-main-multi...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-16
Jon
Prevent multiple definition link error
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Evan Martin
Merge pull request #331 from sgraham/add-in_newline
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Evan Martin
Merge pull request #330 from sgraham/win32-hash-build
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Scott Graham
improve test
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Scott Graham
add $in_newline
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Scott Graham
fix windows build
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Evan Martin
Merge pull request #329 from nico/hash2
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Nico Weber
Add a hash collision benchmark.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Nico Weber
Only store command hashes in the build log.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Evan Martin
Merge pull request #328 from nico/canonperf
commit
|
commitdiff
|
tree
|
snapshot
2012-06-12
Evan Martin
allow '(' and ')' in depfile paths
commit
|
commitdiff
|
tree
|
snapshot
2012-06-12
Evan Martin
add a note to HACKING about how to get gtest
commit
|
commitdiff
|
tree
|
snapshot
2012-06-12
Evan Martin
fix a typo in a test name
commit
|
commitdiff
|
tree
|
snapshot
2012-06-12
Evan Martin
Merge pull request #325 from luvit/fix-path-magic
commit
|
commitdiff
|
tree
|
snapshot
2012-06-11
Brandon Philips
bootstrap: fix path magic on windows
commit
|
commitdiff
|
tree
|
snapshot
2012-06-10
Evan Martin
Merge pull request #323 from luvit/bootstrap-from-cwd
commit
|
commitdiff
|
tree
|
snapshot
2012-06-10
Brandon Philips
bootstrap: chdir to bootstrap's directory
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Evan Martin
Merge pull request #306 from nico/winunbreakconf
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Nico Weber
Fix configure.py on windows, which does not permit...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Evan Martin
Merge pull request #311 from nico/cleanups
commit
|
commitdiff
|
tree
|
snapshot
2012-06-03
Nico Weber
add canon_perftest
commit
|
commitdiff
|
tree
|
snapshot
2012-06-02
Evan Martin
Merge pull request #321 from nico/diff
commit
|
commitdiff
|
tree
|
snapshot
2012-06-02
Nico Weber
Remove code that was never executed.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-02
Evan Martin
Merge pull request #320 from nico/cleanup
commit
|
commitdiff
|
tree
|
snapshot
2012-06-02
Evan Martin
Merge pull request #319 from nico/vimp
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Nico Weber
Remove unused variable last_update_millis_.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Nico Weber
Make `:set spell` only check spelling in comments....
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Evan Martin
Merge pull request #318 from jsternberg/master
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Jonathan Sternberg
Missing header file for "getenv".
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Jonathan Sternberg
Removing unused sys/termios.h header.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Jonathan Sternberg
Header guards were missing from some header files.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Thiago Farina
No need to write 'struct' before type name when declara...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Evan Martin
Merge pull request #314 from ehird/master
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Elliott Hird
Use subprocess.call for Python 2.4 compatibility
commit
|
commitdiff
|
tree
|
snapshot
next