index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
clean.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1299 from pcc/fflush
Jan Niklas Hasse
2018-10-30
1
-0/+1
|
\
|
*
Flush stdout after printing "Cleaning..." message
Peter Collingbourne
2017-07-05
1
-0/+1
*
|
Canonicalize targets of clean command.
Frank Henigman
2018-04-05
1
-8/+15
|
/
*
Let Stat() have an err outparam instead of writing to stderr.
Nico Weber
2015-03-31
1
-1/+5
*
Allow scoping rules through subninja
Mohamed Bamakhrama
2015-03-01
1
-2/+2
*
Make "depfile=$out.d" work if $out contains escaped characters, rspfile too.
Nico Weber
2014-05-21
1
-2/+2
*
Remove a few unused includes.
Nico Weber
2013-05-12
1
-3/+0
*
rearrange handling of builtin bindings to make rules simpler
Evan Martin
2012-12-29
1
-3/+3
*
refactor repeated code in cleaner
Evan Martin
2012-10-31
1
-14/+14
*
Improve the efficiency of -t clean
Petr Wolf
2012-10-04
1
-1/+11
*
Merge branch 'dont-clean-phony' of git://github.com/pcc/ninja
Evan Martin
2012-04-26
1
-9/+11
|
\
|
*
Don't delete phony targets when cleaning a specified target
Peter Collingbourne
2012-02-28
1
-7/+9
*
|
Remove depfiles when running when running "ninja -t clean <target>"
Qingning Huo
2012-03-14
1
-0/+4
|
/
*
Add comments, remove unwanted whitespace change
Petr Wolf
2012-02-10
1
-1/+1
*
Response files
unknown
2012-02-09
1
-1/+9
*
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 Rule::name_ private
Evan Martin
2011-12-07
1
-5/+6
*
make Node::in_edge_ private
Evan Martin
2011-12-07
1
-3/+3
*
merge FileStat into Node
Evan Martin
2011-12-07
1
-3/+3
*
add and use getter for Edge::rule_
Evan Martin
2011-12-07
1
-3/+3
*
Have the clean tool remove depfiles
Peter Collingbourne
2011-12-06
1
-0/+2
*
Implement generator rules
Peter Collingbourne
2011-10-15
1
-1/+4
*
Make Cleaner::config_ a reference-to-const instead of copying the value.
Thiago Farina
2011-09-09
1
-1/+0
*
Factor out State struct from ninja_jumble.cc into its header/source files.
Thiago Farina
2011-09-03
1
-1/+1
*
Move RealDiskInterface class to disk_interface.h.
Thiago Farina
2011-08-25
1
-21/+20
*
clean: don't delete phony targets
Evan Martin
2011-06-30
1
-4/+7
*
Return non-zero status when errors occur.
Nicolas Despres
2011-05-02
1
-15/+35
*
Add a test for the clean tool.
Nicolas Despres
2011-05-02
1
-31/+52
*
fix a signedness warning
Evan Martin
2011-04-29
1
-1/+1
*
Add the 'clean' tool.
Nicolas Despres
2011-04-26
1
-0/+190