platform/upstream/ninja.git
2011-05-01 Evan Martindrop "all" target from build
2011-05-01 Evan Martinuse refactored function to support implicit "all" target
2011-05-01 Evan Martincanonicalize paths in refactored function
2011-05-01 Evan Martinrefactor out adding "all" to graph tool
2011-05-01 Evan Martinadd test for RootNodes(); fix comment
2011-05-01 Evan Martingit: ignore python droppings
2011-05-01 Evan Martindrop reserved words 'build'/'rule'/'subninja'/etc.
2011-05-01 Evan Martindoc shell semantics of rule commands
2011-05-01 Evan Martinrename the manual phony target to "manual"
2011-05-01 Evan Martindoxygen: restore references docs
2011-04-30 Evan MartinMerge pull request #33 from arnaudgelas/master.
2011-04-30 Evan Martincheck in a ninja file generator Python module
2011-04-30 Arnaud Gelasfix warnings on Mac 10.5
2011-04-30 Arnaud Gelasfix compilation error on Mac 10.5
2011-04-30 Evan MartinMerged pull request #32 from iwadon/fix-graph-test.
2011-04-29 Hiroyuki Iwatsukifix SEGV in graph_test
2011-04-29 Evan Martinreduce doxygen output
2011-04-29 Evan Martinadd doxygen-compatibile comments to most classes
2011-04-29 Evan Martinfix a signedness warning
2011-04-29 Evan MartinMerged pull request #31 from polrop/generate-whole...
2011-04-29 Evan MartinMerged pull request #30 from polrop/more-tools.
2011-04-28 Evan MartinMerged pull request #29 from polrop/minor-bug-fix.
2011-04-26 Alexei Svitkineinclude location of error in parse error messages in...
2011-04-26 Nicolas DespresGenerate the entire graph not only for the 'all' target.
2011-04-26 Nicolas DespresAdd the 'clean' tool.
2011-04-26 Nicolas Despresgraph: Assume all root nodes if no target given.
2011-04-26 Nicolas DespresAdd the 'rules' tool.
2011-04-26 Nicolas DespresAdd the 'targets' tool.
2011-04-26 Nicolas DespresAdd -C DIR option.
2011-04-26 Nicolas Despresgraph: Report errors if a target does not exist.
2011-04-26 Nicolas DespresDo not always require a target when a tool is run.
2011-04-26 Nicolas DespresRemove no longer used current working directory.
2011-04-26 Nicolas DespresDocument.
2011-04-26 Nicolas DespresRemove useless inclusion of stdio.h.
2011-04-26 Nicolas DespresUse Error() to report error.
2011-04-26 Nicolas DespresPrefix perror(3) messages with program name.
2011-04-25 Evan Martindon't close null log files
2011-04-23 Philip CraigClose() and unlink() files in ways that make Windows...
2011-04-23 Sergey Nenakhov[windows] disable smart terminal support
2011-04-23 Sergey Nenakhov[windows] disable browse tool on Windows for now
2011-04-23 Sergey Nenakhov[windows] use local getopt.h
2011-04-23 Sergey Nenakhov[windows] get processor count using Windows API
2011-04-23 Sergey Nenakhov[windows] extend hash_map.h for Windows hash_map
2011-04-23 Sergey Nenakhov[windows] fix class/struct confusion
2011-04-23 Evan Martin[win] check in public-domain getopt implementation
2011-04-23 Evan Martinuse kMaxPathComponents in proper place
2011-04-23 Evan Martinoptimize CanonicalizePath
2011-04-22 Evan Martinfix typo in comment in bootstrap.sh
2011-04-22 Evan MartinMerge branch 'doxygen'
2011-04-22 Evan Martincanonicalize paths on the command-line as they're used
2011-04-22 Evan Martinuse util's CanonicalizePath in parsers as well
2011-04-22 Evan Martinhandle foo//bar in CanonicalizePath
2011-04-22 Evan Martinactually link in util_test
2011-04-21 Nicolas Despresdoxygen_mainpage is not an implicit dependency.
2011-04-18 Nicolas DespresAdjust DOXYGEN_MAINPAGE rule description.
2011-04-18 Nicolas DespresTouching README and co triggers rebuild of doxygen.
2011-04-18 Nicolas DespresPrefix error messages by script name.
2011-04-18 Nicolas DespresMake include_file() never returns 1.
2011-04-18 Nicolas DespresCall error() not fatal() if file is not found.
2011-04-18 Nicolas DespresAdd missing Apache license header.
2011-04-18 Nicolas DespresFix gitignore line for Doxygen.
2011-04-18 Evan MartinMerge branch 'term-fix' of https://github.com/SByer...
2011-04-16 Nicolas DespresAdd doxygen support.
2011-04-15 Evan MartinMerge branch 'master' of github.com:martine/ninja
2011-04-15 Thiago FarinaRemove the declaration of DumpBacktrace.
2011-04-15 Thiago FarinaMove CanonicalizePath into util.h so it can be shared...
2011-04-07 Scott ByerFix an exception when terminal is narrow or set for...
2011-03-22 Evan MartinMerge branch 'errors-reporting' of https://github.com...
2011-03-22 Nicolas DespresAdd missing CPP guards.
2011-03-21 Nicolas DespresPrefix error messages with program name.
2011-03-17 Evan JonesAdd link to mailing list to README.
2011-03-14 IWATSUKI Hiroyukisrc/inline.sh: fix typo
2011-03-13 IWATSUKI Hiroyukiinline.sh: BSD / OS X fixes
2011-03-12 Evan Martinfix test that relied on pointer values
2011-03-12 Evan Martinmake bad build tests fail earlier
2011-03-12 Evan Martinfix terrible bug in gyp patch
2011-03-07 Evan Martinfix bootstrap when build dir already exists
2011-03-07 Thiago Farinamove the implementation of GraphViz to source file
2011-03-07 Evan Martinupdate gyp patch
2011-03-07 Evan Martinfix bootstrap by running python inliner too
2011-03-07 Evan Martininline.sh: rewrite for better portability
2011-03-07 Orestis Agathokleoushandle variable expansion with upper-case characters
2011-03-07 Evan Martinuse a shell script to inline browse.py
2011-03-07 Evan Martinfiles that have both implicit and explicit edges should...
2011-03-07 Evan Martincanonicalize paths loaded from depfiles
2011-03-06 Evan Martinmore comments
2011-03-06 Evan Martinmove VirtualFileSystem into test.*
2011-03-06 Evan Martinmove test support into test.*
2011-03-05 Evan Martindon't rely on /proc for 'browse' mode
2011-03-05 Evan Martinfactor browse out into its own file
2011-03-05 Evan Martinchdir into a temp dir before disk tests
2011-03-05 Evan Martindrop use of ar's T flag
2011-03-02 Evan Martinlimit output width to prevent line-wrapping
2011-03-01 Evan Martinlinux: simpler way to get number of processors
2011-03-01 Evan Martinprint short name of command before dumping command...
2011-02-28 Evan Martindrop DumpBacktrace
2011-02-28 Evan Martinupdate gyp patch
2011-02-28 Evan Martinget the number of CPUs on FreeBSD and OS X via sysctl()
2011-02-28 asmodaibootstrap.sh: FreeBSD support
2011-02-27 Evan Martindoc phony actions
next