summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* reduce doxygen outputEvan Martin2011-04-291-4/+4
* add doxygen-compatibile comments to most classesEvan Martin2011-04-2916-63/+116
* fix a signedness warningEvan Martin2011-04-291-1/+1
* Merged pull request #31 from polrop/generate-whole-graph.Evan Martin2011-04-293-8/+23
|\
| * Generate the entire graph not only for the 'all' target.Nicolas Despres2011-04-261-1/+1
| * graph: Assume all root nodes if no target given.Nicolas Despres2011-04-262-7/+22
* | Merged pull request #30 from polrop/more-tools.Evan Martin2011-04-297-3/+476
|\ \ | |/
| * Add the 'clean' tool.Nicolas Despres2011-04-265-2/+308
| * Add the 'rules' tool.Nicolas Despres2011-04-262-1/+22
| * Add the 'targets' tool.Nicolas Despres2011-04-264-1/+136
| * Add -C DIR option.Nicolas Despres2011-04-261-1/+12
* | Merged pull request #29 from polrop/minor-bug-fix.Evan Martin2011-04-286-24/+34
|\ \ | |/
| * graph: Report errors if a target does not exist.Nicolas Despres2011-04-261-3/+11
| * Do not always require a target when a tool is run.Nicolas Despres2011-04-261-1/+9
| * Remove no longer used current working directory.Nicolas Despres2011-04-261-7/+0
| * Document.Nicolas Despres2011-04-261-0/+2
| * Remove useless inclusion of stdio.h.Nicolas Despres2011-04-261-2/+0
| * Use Error() to report error.Nicolas Despres2011-04-261-4/+5
| * Prefix perror(3) messages with program name.Nicolas Despres2011-04-264-8/+8
* | include location of error in parse error messages in EvalEnv stringsAlexei Svitkine2011-04-266-8/+62
|/
* don't close null log filesEvan Martin2011-04-251-1/+2
* Close() and unlink() files in ways that make Windows happyPhilip Craig2011-04-231-0/+7
* [windows] disable smart terminal supportSergey Nenakhov2011-04-231-2/+10
* [windows] disable browse tool on Windows for nowSergey Nenakhov2011-04-231-0/+4
* [windows] use local getopt.hSergey Nenakhov2011-04-231-0/+4
* [windows] get processor count using Windows APISergey Nenakhov2011-04-231-0/+4
* [windows] extend hash_map.h for Windows hash_mapSergey Nenakhov2011-04-231-0/+9
* [windows] fix class/struct confusionSergey Nenakhov2011-04-231-1/+1
* [win] check in public-domain getopt implementationEvan Martin2011-04-232-0/+463
* use kMaxPathComponents in proper placeEvan Martin2011-04-231-1/+1
* optimize CanonicalizePathEvan Martin2011-04-232-35/+71
* fix typo in comment in bootstrap.shEvan Martin2011-04-221-1/+1
* Merge branch 'doxygen'Evan Martin2011-04-223-5/+35
|\
| * doxygen_mainpage is not an implicit dependency.Nicolas Despres2011-04-211-1/+1
| * Adjust DOXYGEN_MAINPAGE rule description.Nicolas Despres2011-04-181-1/+1
| * Touching README and co triggers rebuild of doxygen.Nicolas Despres2011-04-181-1/+1
| * Prefix error messages by script name.Nicolas Despres2011-04-181-1/+13
| * Make include_file() never returns 1.Nicolas Despres2011-04-181-2/+1
| * Call error() not fatal() if file is not found.Nicolas Despres2011-04-181-1/+6
| * Add missing Apache license header.Nicolas Despres2011-04-181-0/+14
| * Fix gitignore line for Doxygen.Nicolas Despres2011-04-181-1/+1
* | canonicalize paths on the command-line as they're usedEvan Martin2011-04-221-1/+6
* | use util's CanonicalizePath in parsers as wellEvan Martin2011-04-222-14/+17
* | handle foo//bar in CanonicalizePathEvan Martin2011-04-222-2/+9
* | actually link in util_testEvan Martin2011-04-221-1/+2
|/
* Merge branch 'term-fix' of https://github.com/SByer/ninjaEvan Martin2011-04-181-3/+5
|\
| * Fix an exception when terminal is narrow or set for unlimited widthScott Byer2011-04-071-3/+5
* | Add doxygen support.Nicolas Despres2011-04-164-0/+1328
* | Merge branch 'master' of github.com:martine/ninjaEvan Martin2011-04-159-11/+47
|\ \ | |/
| * Merge branch 'errors-reporting' of https://github.com/polrop/ninjaEvan Martin2011-03-227-10/+48
| |\