platform/upstream/ninja.git
2012-07-28 Nico WeberAdd a regression test for issue #380 (which fails at...
2012-07-27 Evan MartinMerge pull request #378 from syntheticpp/msvc-fixes
2012-07-27 Peter Kümmelalso build with msvc
2012-07-27 Evan Martinfix a warning and leak in windows-specific console...
2012-07-27 Claus Kleinfix error and prevent warning in GetTimeMillis()
2012-07-27 Evan MartinMerge branch 'master' of github.com:martine/ninja
2012-07-27 Evan MartinMerge pull request #352 from tfarina/string-piece-private
2012-07-27 Evan Martinrename subprocess.cc to reflex its posixness
2012-07-27 Evan Martinrearrange minidump patch to match ninja code style
2012-07-27 Evan MartinMerge branch 'set_terminate' of git://github.com/gmoudr...
2012-07-27 Evan MartinMerge pull request #351 from syntheticpp/rate
2012-07-27 Evan Martinmake the build log test match the indended build log...
2012-07-27 Maxim KalaevMinor: zero log buffer before reading data/parsing it
2012-07-27 Evan Martinmingw: specify _WIN32_WINNT also in configure.py
2012-07-27 Evan Martinfix some mingw warnings in getopt.c
2012-07-27 Evan Martinwindows: fix printf format for process id
2012-07-27 Evan Martinmingw: fix quoting of -DNINJA_PYTHON
2012-07-27 Evan Martinbootstrap: set _WIN32_WINNT to WinXP for mingw
2012-07-27 Evan Martinwrap at 80 columns
2012-07-27 Evan MartinMerge pull request #369 from maximuska/proposed/packagi...
2012-07-27 Maxim Kalaevpackaging: added basic RPM building
2012-07-25 Evan MartinMerge pull request #368 from nico/toolpipe
2012-07-25 Nico WeberDon't print 'Entering directory' when running tools.
2012-07-24 Evan MartinMerge pull request #367 from tfarina/lowercase
2012-07-20 Thiago FarinaUse lowercase consistently.
2012-07-20 Evan MartinMerge pull request #366 from sgraham/no-noisy-cursor
2012-07-19 Scott Grahamwindows: use WriteConsoleOutput instead of printf to...
2012-07-19 Evan MartinMerge pull request #365 from maximuska/proposed/dep...
2012-07-19 Maxim Kalaevdep file parsing: allow '@' and '=' in paths
2012-07-18 Evan Martindisallow crlf in manifest files
2012-07-17 Evan Martinexplain mode: show which input is more recent
2012-07-17 Evan Martinwindows: get correct path for ninja_syntax
2012-07-17 Evan Martingitignore unpacked gtest
2012-07-17 Evan Martinsubprocess_test: make SetWithLots run on all non-Window...
2012-07-17 Evan Martinninja_syntax: escape colons in paths
2012-07-17 Evan MartinMerge pull request #340 from sgraham/fix-win-build
2012-07-17 Evan MartinMerge pull request #363 from usovalx/subprocess_test_bu...
2012-07-17 Evan Martinfix manual to reflect reality of depfile cleaning
2012-07-17 Evan MartinMerge pull request #364 from tfarina/pragma-once
2012-07-17 Thiago FarinaRemove #pragma once from our header files.
2012-07-16 Oleksandr UsovAdd missing include of <sys/resouce.h>
2012-07-15 Peter KümmelGCC 4.7 needs cstdio
2012-07-15 Peter Kuemmelprint edges per second
2012-07-15 Evan MartinMerge pull request #361 from HeisSpiter/master
2012-07-14 Pierre SchweitzerEfficiently check for emptiness
2012-07-11 Evan MartinMerge pull request #359 from tedv/old-arch
2012-07-11 Ted VessenesClarify comment wording.
2012-07-11 Ted VessenesFix missing POLLRDHUP constant on older systems.
2012-07-09 Evan MartinMerge pull request #357 from tfarina/manifest-parser
2012-07-09 Thiago FarinaRename parsers.* to manifest_parser.*
2012-07-03 Evan MartinMerge pull request #313 from wolfp/restat_missing_input
2012-06-30 Thiago FarinaMake StringPiece data members private.
2012-06-29 Evan MartinMerge pull request #350 from maximuska/proposed/improve...
2012-06-28 Maxim KalaevImproving Edge::Dump, introducing Node::Dump
2012-06-27 wolfpAdd a test for missing input files in restat rules
2012-06-27 wolfpDo not reset restat_mtime if an input is missing (issue...
2012-06-19 Scott Grahamremove unnecessary manual Close()
2012-06-19 Scott Grahamdon't leak file handle on fail-to-upgrade case
2012-06-19 Scott Grahamfix win32 compile, fix BuildLogTest.WriteRead on 2nd run
2012-06-19 Evan Martinswitch build log to print hashes as hex
2012-06-19 Evan Martinadd copyright header
2012-06-19 Evan Martinadd new binaries to gitignore
2012-06-18 Evan Martindrop support of log formats < 4
2012-06-18 Evan Martinuse PRIu64 for printing 64-bit in, %d for printing int
2012-06-18 Evan Martinmake canon_perftest build, add license
2012-06-18 Evan MartinMerge pull request #338 from syntheticpp/empty-log...
2012-06-18 Peter Kuemmelno recompacting needed when log file is empty
2012-06-17 Evan MartinMerge pull request #316 from tfarina/struct
2012-06-16 Evan Martinfix quoting thinko
2012-06-16 Evan Martinrearrange shell quoting in configure.py
2012-06-16 Evan MartinMerge pull request #333 from jonforums/no-main-multi...
2012-06-16 JonPrevent multiple definition link error
2012-06-15 Evan MartinMerge pull request #331 from sgraham/add-in_newline
2012-06-15 Evan MartinMerge pull request #330 from sgraham/win32-hash-build
2012-06-15 Scott Grahamimprove test
2012-06-15 Scott Grahamadd $in_newline
2012-06-15 Scott Grahamfix windows build
2012-06-15 Evan MartinMerge pull request #329 from nico/hash2
2012-06-15 Nico WeberAdd a hash collision benchmark.
2012-06-15 Nico WeberOnly store command hashes in the build log.
2012-06-15 Evan MartinMerge pull request #328 from nico/canonperf
2012-06-12 Evan Martinallow '(' and ')' in depfile paths
2012-06-12 Evan Martinadd a note to HACKING about how to get gtest
2012-06-12 Evan Martinfix a typo in a test name
2012-06-12 Evan MartinMerge pull request #325 from luvit/fix-path-magic
2012-06-11 Brandon Philipsbootstrap: fix path magic on windows
2012-06-10 Evan MartinMerge pull request #323 from luvit/bootstrap-from-cwd
2012-06-10 Brandon Philipsbootstrap: chdir to bootstrap's directory
2012-06-07 Evan MartinMerge pull request #306 from nico/winunbreakconf
2012-06-05 Nico WeberFix configure.py on windows, which does not permit...
2012-06-04 Evan MartinMerge pull request #311 from nico/cleanups
2012-06-03 Nico Weberadd canon_perftest
2012-06-02 Evan MartinMerge pull request #321 from nico/diff
2012-06-02 Nico WeberRemove code that was never executed.
2012-06-02 Evan MartinMerge pull request #320 from nico/cleanup
2012-06-02 Evan MartinMerge pull request #319 from nico/vimp
2012-06-01 Nico WeberRemove unused variable last_update_millis_.
2012-06-01 Nico WeberMake `:set spell` only check spelling in comments....
2012-06-01 Evan MartinMerge pull request #318 from jsternberg/master
2012-05-31 Jonathan SternbergMissing header file for "getenv".
next