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
*
use DiskInterface to create the build directory
Evan Martin
2012-08-07
1
-3/+3
*
Re-factor elide code and test it.
Nicolas Despres
2012-07-31
1
-13/+2
*
fix a warning and leak in windows-specific console output code
Evan Martin
2012-07-27
1
-2/+2
*
Merge pull request #351 from syntheticpp/rate
Evan Martin
2012-07-27
1
-1/+27
|
\
|
*
print edges per second
Peter Kuemmel
2012-07-15
1
-1/+27
*
|
windows: use WriteConsoleOutput instead of printf to avoid moving cursor
Scott Graham
2012-07-19
1
-6/+20
|
/
*
Efficiently check for emptiness
Pierre Schweitzer
2012-07-14
1
-1/+1
*
Merge pull request #313 from wolfp/restat_missing_input
Evan Martin
2012-07-03
1
-7/+1
|
\
|
*
Do not reset restat_mtime if an input is missing (issue #295)
wolfp
2012-06-27
1
-7/+1
*
|
Remove code that was never executed.
Nico Weber
2012-06-02
1
-9/+1
*
|
Merge pull request #320 from nico/cleanup
Evan Martin
2012-06-02
1
-2/+0
|
\
\
|
*
|
Remove unused variable last_update_millis_.
Nico Weber
2012-06-01
1
-2/+0
|
|
/
*
|
Missing header file for "getenv".
Jonathan Sternberg
2012-05-31
1
-0/+1
*
|
Removing unused sys/termios.h header.
Jonathan Sternberg
2012-05-30
1
-1/+0
|
/
*
views: Mark single-argument constructors as explicit.
Thiago Farina
2012-05-06
1
-1/+1
*
Merge pull request #274 from polrop/max_load_average
Evan Martin
2012-04-28
1
-1/+3
|
\
|
*
Add -l N option to limit the load average.
Nicolas Despres
2012-04-19
1
-1/+3
|
*
Remove trailing white spaces.
Nicolas Despres
2012-04-19
1
-6/+6
*
|
reduce custom ninja status patch in minor ways
Evan Martin
2012-04-26
1
-82/+49
*
|
Merge branch 'custom_ninja_status' of git://github.com/polrop/ninja
Evan Martin
2012-04-26
1
-43/+98
|
\
\
|
*
|
Refactor and test progress status formatting.
Nicolas Despres
2012-04-24
1
-68/+46
|
*
|
Introduce NINJA_STATUS env var for customization.
Nicolas Despres
2012-04-24
1
-2/+79
|
*
|
Remove trailing white spaces.
Nicolas Despres
2012-04-24
1
-6/+6
|
|
/
*
|
Merge pull request #269 from sgraham/explain
Evan Martin
2012-04-26
1
-1/+1
|
\
\
|
*
|
add support for -d explain to help debug why rules are running
Scott Graham
2012-04-13
1
-1/+1
|
|
/
*
|
Merge pull request #228 from pcc/lazily-create-commandrunner
Evan Martin
2012-04-26
1
-4/+8
|
\
\
|
|
/
|
/
|
|
*
Lazily create the CommandRunner in Builder::Build
Peter Collingbourne
2012-02-27
1
-4/+8
*
|
Include unistd.h where needed
Ben Boeckel
2012-03-28
1
-0/+1
*
|
Be more selective about deleting output files when interrupted
Peter Collingbourne
2012-03-01
1
-3/+18
*
|
[win32] Overprint the previous line if we're attached to a console
Scott Graham
2012-02-27
1
-5/+38
|
/
*
Merge pull request #217 from PetrWolf/master
Evan Martin
2012-02-23
1
-2/+13
|
\
|
*
Response files
unknown
2012-02-09
1
-2/+13
*
|
fix depfile_ access
Thiago Farina
2012-02-16
1
-1/+1
*
|
Merge pull request #176 from pcc/exit-cleanup
Evan Martin
2012-02-14
1
-37/+92
|
\
\
|
|
/
|
/
|
|
*
If a command fails, wait for all running commands to terminate before we do
Peter Collingbourne
2012-02-04
1
-14/+13
|
*
Implement cleanup-on-interrupt
Peter Collingbourne
2012-02-04
1
-17/+59
|
*
Clean up how the build line is managed at the end of the build
Peter Collingbourne
2012-02-04
1
-6/+20
*
|
compute command twice only in case of an error
Peter Kuemmel
2012-02-04
1
-3/+2
|
/
*
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
[next]