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-01-04
Evan Martin
Revert "ninja_syntax.py: Fix a bug when passing variabl...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-04
Scott Graham
windows: more build fixes
commit
|
commitdiff
|
tree
|
snapshot
2012-01-04
Evan Martin
Merge pull request #184 from evanj/master
commit
|
commitdiff
|
tree
|
snapshot
2012-01-04
Evan Jones
ninja_syntax.py: Fix a bug when passing variables to...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-04
Evan Jones
Add a space to unexpected token errors.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-04
Frances Buontempo
Use ExitProcess instead of exit in Fatal to allow extra...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-04
Scott Graham
windows: make bootstrap.py/configure.py work with MSVC
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Evan Martin
Merge pull request #180 from doctorlove/int64
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Frances Buontempo
Add new line to new file
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Frances Buontempo
typedef long long for MSVC
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Evan Martin
Merge pull request #179 from polrop/fix-clang-warning
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Evan Martin
Merge pull request #177 from doctorlove/msvc_changes
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Nicolas Despres
Fix warning about class previously declared as struct.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Frances Buontempo
std::string(NULL,0) asserts in MSVC Debug
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Frances Buontempo
Changes to hash_map to make it build with MSVC's version
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Frances Buontempo
Include <algorithm> for std::find in test.cc
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Evan Martin
allow hyphen in variable names
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Evan Martin
more private
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Evan Martin
make evalstring internals private
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Evan Martin
Merge pull request #173 from polrop/fix-typo-in-manual
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Nicolas Despres
Fix typo in manual.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Evan Martin
build fix
commit
|
commitdiff
|
tree
|
snapshot
2011-12-29
Evan Martin
switch the core ninja parser to use re2c for the lexer
commit
|
commitdiff
|
tree
|
snapshot
2011-12-29
Evan Martin
minor re2c cleanups
commit
|
commitdiff
|
tree
|
snapshot
2011-12-29
Evan Martin
handle nuls more carefully in re2c rules
commit
|
commitdiff
|
tree
|
snapshot
2011-12-29
Evan Martin
add script for measuring build performance
commit
|
commitdiff
|
tree
|
snapshot
2011-12-28
Evan Martin
ninja_syntax: add restat attribute to rules
commit
|
commitdiff
|
tree
|
snapshot
2011-12-28
Evan Martin
add bash completion based on zsh completion
commit
|
commitdiff
|
tree
|
snapshot
2011-12-28
Evan Martin
move some docs to home page
commit
|
commitdiff
|
tree
|
snapshot
2011-12-28
Evan Martin
link to blog post in docs
commit
|
commitdiff
|
tree
|
snapshot
2011-12-28
Evan Martin
add an "all" target to build all binaries
commit
|
commitdiff
|
tree
|
snapshot
2011-12-28
Evan Martin
fix parser_perftest after depfile change
commit
|
commitdiff
|
tree
|
snapshot
2011-12-28
Evan Martin
de-escape backslashes in depfiles while parsing
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Evan Martin
add (failing) test involving spaces in depfiles
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Evan Martin
switch DepfileParser to take a string* to make memory...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Evan Martin
fix depfile regex to not match empty strings
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Evan Martin
adapt parser_perftest to new depfile class
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Evan Martin
remove huge indent from tools list
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Evan Martin
rearrange the new bootstrap.py
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Evan Martin
Merge branch 'master' of git://github.com/ehird/ninja
commit
|
commitdiff
|
tree
|
snapshot
2011-12-26
Evan Martin
Merge pull request #166 from tfarina/fix-commit
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Thiago Farina
Follow up fix to commit 32bf74f (Fix the TODO in Rule...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Evan Martin
Merge pull request #164 from tfarina/rule-private-members
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Thiago Farina
Fix the TODO in Rule class.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Evan Martin
windows: handle ERROR_PATH_NOT_FOUND
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Evan Martin
Merge pull request #163 from jsternberg/master
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Jonathan Sternberg
Matching the depfile_parser.in.cc file to properly...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-22
Evan Martin
Merge pull request #161 from nico/fix
commit
|
commitdiff
|
tree
|
snapshot
2011-12-22
Nico Weber
Let ninja_syntax handle escaped spaces correctly.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-22
Evan Martin
revert part of c33b198 to fix build of ninja_test
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Evan Martin
Merge pull request #160 from tfarina/upper-case-error
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Thiago Farina
Capitalize "error" to match with the other utility...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Evan Martin
Merge pull request #159 from tfarina/protect-build...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Thiago Farina
Protect BuildLog data member variables by making them...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Evan Martin
Merge pull request #158 from tfarina/alphabetize
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Thiago Farina
Put the list of core source files in alphabetical order.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Evan Martin
windows: use GetFileAttributesEx instead of stat
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Evan Martin
gitignore exe files
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Evan Martin
factor out windows perror equivalent
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Evan Martin
inline gtest to simplify windows build
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Evan Martin
fix bad merge
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Evan Martin
fix mingw cross-compile
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Evan Martin
rearrange manual to centralize quoting rules
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Evan Martin
remove weird accidental double-return
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Evan Martin
Merge pull request #146 from nornagon/escape-spaces
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Evan Martin
adjust depfile test now that parsing is more lax
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Evan Martin
handle backslashes and isolated colons in depfile parser
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Evan Martin
split out depfile parser tests into new file
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Evan Martin
print 'entering directory' when -C is used
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Elliott Hird
Rewrite the bootstrap script in Python
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Elliott Hird
Support non-standard Python executable names
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Evan Martin
Merge pull request #153 from polrop/fix-bootstrap
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Nicolas Despres
Fix 'list' tool.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Nicolas Despres
Factor source file listing code in bootstrap script.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Nicolas Despres
Fix bootstrap script.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Nicolas Despres
Use getter instead of private member.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
performance testing note
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
remove makefile parsing code, use depfile code instead
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
use re2c to parse depfiles
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
refactor EdgeEnv
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
make Rule::generator_ and restat_ private
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
make Rule::name_ private
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
remove unused function
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
make Node::out_edges_ private
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
make Node::in_edge_ private
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
make Node::dirty_ private
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
more whitespace
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
merge StatCache into State
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
merge FileStat into Node
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
refactor to remove Node::ready()
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Evan Martin
add and use getter for Edge::rule_
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Evan Martin
move build/install to README
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Evan Martin
Merge pull request #152 from pcc/clean-depfiles
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Evan Martin
Merge pull request #151 from pcc/restat-depfiles
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Peter Collingbourne
Have the clean tool remove depfiles
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Peter Collingbourne
Use the modification time of the depfile when computing...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Peter Collingbourne
Factor out Edge::EvaluateDepFile
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
more whitespace in build output
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
remove reference to nonexistent file
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
add help output to clean tool
commit
|
commitdiff
|
tree
|
snapshot
next