platform/upstream/ninja.git
2012-08-17 Evan MartinMerge pull request #401 from syntheticpp/win-network...
2012-08-17 Peter Kuemmelon windows a network path starts with two backslashes
2012-08-16 Evan Martindrop HACKING from doxygen
2012-08-16 Evan Martinuse 4 space tabs in configure.py, warn on re2c missing
2012-08-16 Evan Martinmany updates for HACKING.md
2012-08-16 Evan MartinMerge pull request #400 from nico/dynre2c
2012-08-16 Nico WeberOnly write re2c rules if a re2c binary is found in...
2012-08-16 Evan MartinMerge pull request #399 from nico/hackless
2012-08-16 Nico WeberRemove -fcolor-diagnostics reference from HACKING
2012-08-15 Evan Martinconvert HACKING to markdown, add MSVC section
2012-08-15 Scott Grahamif a file is missing in the log, count it as dirty
2012-08-15 Evan Martinadd a helper binary for wrapping cl.exe
2012-08-15 Evan Martinpass env block to cl helper
2012-08-13 Evan MartinMerge branch 'master' of github.com:martine/ninja
2012-08-13 Evan Martinrename -V to --version and clean up --help output
2012-08-13 Evan Martincreate phony rules for all binaries
2012-08-12 Evan Martinmsvc helper: drop system includes
2012-08-12 Evan Martinincludes_normalize: also lowercase cross-drive includes
2012-08-12 Scott Grahamadd functions for normalizing win32 include paths
2012-08-12 Evan Martinadd .ilk (incremental linker) to .gitignore
2012-08-12 Evan Martinmsvc helper: attempt to filter out when it prints the...
2012-08-12 Evan Martinadd subprocess-spawning to msvc_helper
2012-08-12 Evan Martindoc some cl.exe flags in the configure script
2012-08-12 Evan Martinmove Win32Fatal into util
2012-08-12 Evan Martinadd a module for working with MSVC (cl.exe) behavior
2012-08-12 Evan Martinuse correct path separator for --with-gtest source
2012-08-12 Evan Martindoc that ReadFile reads in text mode on Windows
2012-08-10 Matthew Woehlkefix syntax errors in bootstrap.py
2012-08-10 Evan Martinwindows: fix integer truncation issues for helper binaries
2012-08-10 Evan Martinwindows: fix size_t<->int conversions in ninja.exe
2012-08-10 Evan Martinrefactor
2012-08-10 Matthew Woehlkeadd bootstrap option to force 64-bit
2012-08-10 Evan Martinwindows: ignore pdb files
2012-08-10 Evan Martinwindows bootstrap: clean up object files
2012-08-10 Evan Martindocument that \r and \t are disallowed
2012-08-08 Evan Martinfix windows build
2012-08-07 Evan Martinuse DiskInterface to create the build directory
2012-08-05 Evan MartinMerge pull request #397 from nico/mac105
2012-08-05 Nico WeberInclude unistd.h in files that use unlink() on OS X.
2012-08-02 Evan Martinreject tabs (and CRs) in input files more aggressively
2012-08-01 Evan MartinMerge branch 'master' of github.com:martine/ninja
2012-08-01 Evan MartinMerge branch 'factor-elide-middle' of git://github...
2012-08-01 Evan MartinMerge pull request #388 from sgraham/fix-hash-map-strin...
2012-07-31 Scott Grahamfix hash_map StringPiece comparator
2012-07-31 Nicolas DespresRe-factor elide code and test it.
2012-07-28 Evan Martinuse chdir() define from util.h
2012-07-28 Evan Martinmove processor-count code to util.cc
2012-07-28 Evan Martinnote that -l doesn't work on windows
2012-07-28 Evan Martinsimplify load-average code
2012-07-28 Evan Martindelete vestigal declarations
2012-07-28 Evan MartinMerge pull request #385 from nico/nolotsonosx
2012-07-28 Nico WeberDisable SubprocessTest.TestWithLots on OS X.
2012-07-28 Evan MartinMerge pull request #383 from nico/fix380
2012-07-28 Nico WeberRevert "Make StringPiece data members private."
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
next