index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
build.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
windows: use _WIN32 define everywhere
Evan Martin
2012-01-22
1
-2/+2
*
Strip ansi escape sequences from subcommand output when not writing to a smar...
Nico Weber
2012-01-19
1
-2/+20
*
Add a test that dry run shows all commands that could be run (none
Frances Buontempo
2012-01-16
1
-1/+1
*
adjust restat behavior around missing outputs
Evan Martin
2012-01-05
1
-8/+7
*
windows: don't use \e in string
Evan Martin
2012-01-05
1
-1/+1
*
convert all time_t to a new TimeStamp type
Evan Martin
2012-01-05
1
-5/+5
*
Fix the TODO in Rule class.
Thiago Farina
2011-12-24
1
-1/+1
*
make Rule::generator_ and restat_ private
Evan Martin
2011-12-07
1
-1/+1
*
make Node::out_edges_ private
Evan Martin
2011-12-07
1
-4/+4
*
make Node::in_edge_ private
Evan Martin
2011-12-07
1
-3/+2
*
make Node::dirty_ private
Evan Martin
2011-12-07
1
-4/+4
*
merge FileStat into Node
Evan Martin
2011-12-07
1
-11/+11
*
refactor to remove Node::ready()
Evan Martin
2011-12-07
1
-4/+2
*
add and use getter for Edge::rule_
Evan Martin
2011-12-07
1
-2/+2
*
Use the modification time of the depfile when computing restat_mtime
Peter Collingbourne
2011-12-06
1
-1/+9
*
disable the 'unused parameter' warning
Evan Martin
2011-12-05
1
-1/+1
*
refactor RecomputeOutputDirty to return true/false for dirty
Evan Martin
2011-12-04
1
-8/+3
*
windows: don't buffer stdout
Evan Martin
2011-12-02
1
-0/+5
*
Remove warning triggered by -Wextra on MinGW.
Nicolas Despres
2011-11-19
1
-0/+2
*
Add -Wextra warning flag.
Nicolas Despres
2011-11-19
1
-1/+1
*
Implement restat rules
Peter Collingbourne
2011-10-24
1
-2/+95
*
Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_
Peter Collingbourne
2011-10-18
1
-39/+52
*
Elide output in the middle when exceeding terminal width.
Nicolas Despres
2011-10-12
1
-3/+4
*
verify -k param is numeric
Evan Martin
2011-09-09
1
-2/+2
*
fix redundant manifest rebuild
Evan Martin
2011-09-08
1
-5/+6
*
Factor out State struct from ninja_jumble.cc into its header/source files.
Thiago Farina
2011-09-03
1
-1/+2
*
Move RealDiskInterface class to disk_interface.h.
Thiago Farina
2011-08-25
1
-0/+1
*
move GetTimeMillis to util
Evan Martin
2011-05-24
1
-15/+1
*
simplify CommandRunner, simplifying users too
Evan Martin
2011-05-17
1
-26/+9
*
rearrange build loop, pass new test
Evan Martin
2011-05-17
1
-24/+56
*
show started, not finished, edges in progress
Evan Martin
2011-05-14
1
-3/+4
*
correctly compute truncation margin
Evan Martin
2011-05-14
1
-2/+4
*
refactor status printing into BuildStatus
Evan Martin
2011-05-14
1
-71/+78
*
hide internals of BuildStatus
Evan Martin
2011-05-14
1
-12/+13
*
SEMANTIC CHANGE: implicit inputs are now required to exist
Evan Martin
2011-05-13
1
-2/+1
*
add a versioning header to build log, switch to v2
Evan Martin
2011-05-11
1
-11/+19
*
expose -k flag to users
Evan Martin
2011-05-09
1
-1/+4
*
add support for ignoring failures of some subtasks
Evan Martin
2011-05-09
1
-4/+8
*
windows: subprocess implementation for Windows
Evan Martin
2011-05-06
1
-1/+1
*
refactor subprocess to make it easier for windows port
Evan Martin
2011-05-03
1
-7/+4
*
windows: use millis abstraction instead of non-portable gettimeofday
Evan Martin
2011-05-02
1
-14/+28
*
use refactored function to support implicit "all" target
Evan Martin
2011-05-01
1
-4/+11
*
add doxygen-compatibile comments to most classes
Evan Martin
2011-04-29
1
-2/+4
*
[windows] disable smart terminal support
Sergey Nenakhov
2011-04-23
1
-2/+10
*
Fix an exception when terminal is narrow or set for unlimited width
Scott Byer
2011-04-07
1
-3/+5
*
limit output width to prevent line-wrapping
Evan Martin
2011-03-02
1
-0/+12
*
print short name of command before dumping command stdout/stderr
Evan Martin
2011-03-01
1
-6/+15
*
add copyrights
Evan Martin
2011-02-06
1
-0/+14
*
include command name when printing output, add newline
Evan Martin
2011-02-05
1
-6/+10
*
fancier output
Evan Martin
2011-02-05
1
-13/+51
[next]