platform/upstream/ninja.git
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
2011-02-10 Evan Martincheck off todo
2011-02-08 Ralph GilesFix various typos.
2011-02-08 Evan MartinMerge branch 'master' of https://github.com/geophree...
2011-02-08 Evan MartinMerge branch 'master' of neugierig.org:projects/git...
2011-02-08 Evan Martinquick-fix gyp.patch for chrome change
2011-02-07 Evan MartinMerge branch 'master' of https://github.com/martine...
2011-02-06 Jeff HankeFix a typo in the manual.
2011-02-06 Evan Martinadd copyrights
2011-02-06 Evan Martinclean up bootstrap
2011-02-06 Evan Martincreate builddir on start; fixes bootstrap
2011-02-05 Evan Martinuse -f for input file, matching make
2011-02-05 Evan Martincheck in demo file
2011-02-05 Evan Martincheck off todo item
2011-02-05 Evan Martininclude command name when printing output, add newline
2011-02-05 Evan Martinfancier output
2011-02-05 Evan Martincleanup phony testing
2011-02-04 Evan Martinmore todo
next