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
2011-06-10
Qingning Huo
src/graph.cc: fix EdgeEnv::LookupVariable
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Qingning Huo
build_log_test.cc: add 3 #include for stat(2) on Linux
commit
|
commitdiff
|
tree
|
snapshot
2011-06-03
Evan Martin
remove +x bit from source
commit
|
commitdiff
|
tree
|
snapshot
2011-06-02
Philip Craig
On Windows, ninja didn't create needed paths first
commit
|
commitdiff
|
tree
|
snapshot
2011-05-31
Evan Martin
Merge branch 'master' of github.com:martine/ninja
commit
|
commitdiff
|
tree
|
snapshot
2011-05-31
Thiago Farina
ninja: Split StatCache struct into its own header file.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-29
Evan Martin
Merge pull request #51 from philipcraig/master
commit
|
commitdiff
|
tree
|
snapshot
2011-05-29
Philip Craig
mingw ninja_test links and passes. (as do linux and...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-28
Evan Martin
Merge pull request #50 from philipcraig/master
commit
|
commitdiff
|
tree
|
snapshot
2011-05-28
Philip Craig
Tests now build on a native Windows build (tested with...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-27
Evan Martin
use 0 for NULL in test to silence gcc 4.5 warning
commit
|
commitdiff
|
tree
|
snapshot
2011-05-27
Evan Martin
expand $$ as $
commit
|
commitdiff
|
tree
|
snapshot
2011-05-27
Evan Martin
switch to $ as the line continuation char
commit
|
commitdiff
|
tree
|
snapshot
2011-05-27
Evan Martin
perftest: print summary info at end
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Evan Martin
add --profile configure flag
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Evan Martin
add more test coverage for makefile parsing
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Evan Martin
add a test program for evaluating depfile parse speed
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Evan Martin
move GetTimeMillis to util
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Evan Martin
move ReadFile into util
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Evan Martin
refactor let parsing, passing another test
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Evan Martin
refactor
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Evan Martin
show correct location for unexpected var error
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Evan Martin
refactor parser, check in some failing tests
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Evan Martin
emacs: highlight variable expansions too
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Evan Martin
merge two line continuation codepaths
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Evan Martin
include filename in subninja load err message
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Evan Martin
update obsolete HACKING notes
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Evan Martin
don't recompact log often for small programs
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Evan Martin
make the phony depfile edge order-only
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Evan Martin
don't mangle absolute paths in the canonicalizer
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Evan Martin
add extra check for no error in build test
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Evan Martin
update instructions on using gyp; mention cmake
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Evan Martin
simplify CommandRunner, simplifying users too
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Evan Martin
rearrange build loop, pass new test
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Evan Martin
check in failing test that hits the "stuck" state
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Evan Martin
Merge pull request #46 from iwadon/fix-asciidoc-args
commit
|
commitdiff
|
tree
|
snapshot
2011-05-15
Hiroyuki Iwatsuki
fix the error: 'asciidoc: To many arguments'
commit
|
commitdiff
|
tree
|
snapshot
2011-05-14
Evan Martin
move various doc files out of top-level directory
commit
|
commitdiff
|
tree
|
snapshot
2011-05-14
Evan Martin
show started, not finished, edges in progress
commit
|
commitdiff
|
tree
|
snapshot
2011-05-14
Evan Martin
correctly compute truncation margin
commit
|
commitdiff
|
tree
|
snapshot
2011-05-14
Evan Martin
refactor status printing into BuildStatus
commit
|
commitdiff
|
tree
|
snapshot
2011-05-14
Evan Martin
hide internals of BuildStatus
commit
|
commitdiff
|
tree
|
snapshot
2011-05-13
Evan Martin
remove order-only hacks now that semantics changed
commit
|
commitdiff
|
tree
|
snapshot
2011-05-13
Evan Martin
SEMANTIC CHANGE: implicit inputs are now required to...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-13
Evan Martin
tweak browse appearance
commit
|
commitdiff
|
tree
|
snapshot
2011-05-13
Evan Martin
make browse work for all ninja paths
commit
|
commitdiff
|
tree
|
snapshot
2011-05-12
Evan Martin
refix recompaction
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
Evan Martin
quick fix: write out signature in recompaction
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
Evan Martin
don't crash on truncated log files
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
Evan Martin
add a versioning header to build log, switch to v2
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
Evan Martin
clang note
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Evan Martin
Merge pull request #44 from polrop/update-todo
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Evan Martin
Merge pull request #43 from polrop/fix-bootstrap-for...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Nicolas Despres
Update the todo list since -k is implemented now.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Nicolas Despres
Fix bootstrap script for dash.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Evan Martin
fix test
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Evan Martin
make platform a command-line arg to configure
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Evan Martin
expose -k flag to users
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Evan Martin
add support for ignoring failures of some subtasks
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Evan Martin
rename gen-build-file to configure
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Evan Martin
windows: remove extra print
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Evan Martin
windows: fix more signedness warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Evan Martin
windows: pass subprocess tests
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Evan Martin
windows: pass the DiskInterface tests
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Evan Martin
Merge pull request #42 from ascherkus/master
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Andrew Scherkus
Fix bootstrap.sh to include the correct subprocess...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
Evan Martin
amend HACKING with how to dev for windows
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
Evan Martin
windows: successfully link tests
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
Evan Martin
fix tests broken by previous commit
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
Evan Martin
Merge pull request #40 from fischman/master
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
Ami Fischman
Use $CXX instead of $CC when building C++ ninja source.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
Evan Martin
windows: subprocess implementation for Windows
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
Evan Martin
more refactoring for windows
commit
|
commitdiff
|
tree
|
snapshot
2011-05-03
Evan Martin
Merge pull request #38 from SByer/path_fix.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-03
Scott Byer
Needed more path components to build Chrome. One path...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-03
Evan Martin
windows: build win32 subprocess file on windows
commit
|
commitdiff
|
tree
|
snapshot
2011-05-03
Evan Martin
refactor subprocess to make it easier for windows port
commit
|
commitdiff
|
tree
|
snapshot
2011-05-03
Evan Martin
generate mingw build files if requested
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Evan Martin
fix unit test
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Evan Martin
Merge pull request #37 from polrop/add-guidelines.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Evan Martin
Merge pull request #36 from polrop/test-clean-tool.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Evan Martin
Merge pull request #35 from polrop/add-warning-funcion.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Evan Martin
Merge pull request #34 from polrop/fix-typo.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Nicolas Despres
Add coding and documentation guidelines.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Nicolas Despres
The cleaner can be used multiple times now.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Nicolas Despres
Return non-zero status when errors occur.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Nicolas Despres
Add a test for the clean tool.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Nicolas Despres
Add a Warning() report function.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Nicolas Despres
Fix typo in documentation.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Evan Martin
windows: use abstractions in ninja.cc
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Evan Martin
windows: getopt const clean hack
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Evan Martin
windows: use millis abstraction instead of non-portable...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Evan Martin
remove ROOT_HACK hack; it is unused
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Evan Martin
windows: abstract around mkdir vs _mkdir
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Evan Martin
windows: use portable replacement of setlinebuf()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Evan Martin
check in a script that generates build.ninja
commit
|
commitdiff
|
tree
|
snapshot
2011-05-01
Evan Martin
drop "all" target from build
commit
|
commitdiff
|
tree
|
snapshot
2011-05-01
Evan Martin
use refactored function to support implicit "all" target
commit
|
commitdiff
|
tree
|
snapshot
2011-05-01
Evan Martin
canonicalize paths in refactored function
commit
|
commitdiff
|
tree
|
snapshot
2011-05-01
Evan Martin
refactor out adding "all" to graph tool
commit
|
commitdiff
|
tree
|
snapshot
next