index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
reduce doxygen output
Evan Martin
2011-04-29
1
-4/+4
*
add doxygen-compatibile comments to most classes
Evan Martin
2011-04-29
16
-63/+116
*
fix a signedness warning
Evan Martin
2011-04-29
1
-1/+1
*
Merged pull request #31 from polrop/generate-whole-graph.
Evan Martin
2011-04-29
3
-8/+23
|
\
|
*
Generate the entire graph not only for the 'all' target.
Nicolas Despres
2011-04-26
1
-1/+1
|
*
graph: Assume all root nodes if no target given.
Nicolas Despres
2011-04-26
2
-7/+22
*
|
Merged pull request #30 from polrop/more-tools.
Evan Martin
2011-04-29
7
-3/+476
|
\
\
|
|
/
|
*
Add the 'clean' tool.
Nicolas Despres
2011-04-26
5
-2/+308
|
*
Add the 'rules' tool.
Nicolas Despres
2011-04-26
2
-1/+22
|
*
Add the 'targets' tool.
Nicolas Despres
2011-04-26
4
-1/+136
|
*
Add -C DIR option.
Nicolas Despres
2011-04-26
1
-1/+12
*
|
Merged pull request #29 from polrop/minor-bug-fix.
Evan Martin
2011-04-28
6
-24/+34
|
\
\
|
|
/
|
*
graph: Report errors if a target does not exist.
Nicolas Despres
2011-04-26
1
-3/+11
|
*
Do not always require a target when a tool is run.
Nicolas Despres
2011-04-26
1
-1/+9
|
*
Remove no longer used current working directory.
Nicolas Despres
2011-04-26
1
-7/+0
|
*
Document.
Nicolas Despres
2011-04-26
1
-0/+2
|
*
Remove useless inclusion of stdio.h.
Nicolas Despres
2011-04-26
1
-2/+0
|
*
Use Error() to report error.
Nicolas Despres
2011-04-26
1
-4/+5
|
*
Prefix perror(3) messages with program name.
Nicolas Despres
2011-04-26
4
-8/+8
*
|
include location of error in parse error messages in EvalEnv strings
Alexei Svitkine
2011-04-26
6
-8/+62
|
/
*
don't close null log files
Evan Martin
2011-04-25
1
-1/+2
*
Close() and unlink() files in ways that make Windows happy
Philip Craig
2011-04-23
1
-0/+7
*
[windows] disable smart terminal support
Sergey Nenakhov
2011-04-23
1
-2/+10
*
[windows] disable browse tool on Windows for now
Sergey Nenakhov
2011-04-23
1
-0/+4
*
[windows] use local getopt.h
Sergey Nenakhov
2011-04-23
1
-0/+4
*
[windows] get processor count using Windows API
Sergey Nenakhov
2011-04-23
1
-0/+4
*
[windows] extend hash_map.h for Windows hash_map
Sergey Nenakhov
2011-04-23
1
-0/+9
*
[windows] fix class/struct confusion
Sergey Nenakhov
2011-04-23
1
-1/+1
*
[win] check in public-domain getopt implementation
Evan Martin
2011-04-23
2
-0/+463
*
use kMaxPathComponents in proper place
Evan Martin
2011-04-23
1
-1/+1
*
optimize CanonicalizePath
Evan Martin
2011-04-23
2
-35/+71
*
fix typo in comment in bootstrap.sh
Evan Martin
2011-04-22
1
-1/+1
*
Merge branch 'doxygen'
Evan Martin
2011-04-22
3
-5/+35
|
\
|
*
doxygen_mainpage is not an implicit dependency.
Nicolas Despres
2011-04-21
1
-1/+1
|
*
Adjust DOXYGEN_MAINPAGE rule description.
Nicolas Despres
2011-04-18
1
-1/+1
|
*
Touching README and co triggers rebuild of doxygen.
Nicolas Despres
2011-04-18
1
-1/+1
|
*
Prefix error messages by script name.
Nicolas Despres
2011-04-18
1
-1/+13
|
*
Make include_file() never returns 1.
Nicolas Despres
2011-04-18
1
-2/+1
|
*
Call error() not fatal() if file is not found.
Nicolas Despres
2011-04-18
1
-1/+6
|
*
Add missing Apache license header.
Nicolas Despres
2011-04-18
1
-0/+14
|
*
Fix gitignore line for Doxygen.
Nicolas Despres
2011-04-18
1
-1/+1
*
|
canonicalize paths on the command-line as they're used
Evan Martin
2011-04-22
1
-1/+6
*
|
use util's CanonicalizePath in parsers as well
Evan Martin
2011-04-22
2
-14/+17
*
|
handle foo//bar in CanonicalizePath
Evan Martin
2011-04-22
2
-2/+9
*
|
actually link in util_test
Evan Martin
2011-04-22
1
-1/+2
|
/
*
Merge branch 'term-fix' of https://github.com/SByer/ninja
Evan Martin
2011-04-18
1
-3/+5
|
\
|
*
Fix an exception when terminal is narrow or set for unlimited width
Scott Byer
2011-04-07
1
-3/+5
*
|
Add doxygen support.
Nicolas Despres
2011-04-16
4
-0/+1328
*
|
Merge branch 'master' of github.com:martine/ninja
Evan Martin
2011-04-15
9
-11/+47
|
\
\
|
|
/
|
*
Merge branch 'errors-reporting' of https://github.com/polrop/ninja
Evan Martin
2011-03-22
7
-10/+48
|
|
\
[next]