windows: use _WIN32 define everywhere
[platform/upstream/ninja.git] / configure.py
2012-01-22 Evan Martinwindows: use _WIN32 define everywhere
2012-01-14 Scott Grahamwindows: always generate PDB
2012-01-13 Evan Martinenable libstd++ debugging in debug mode
2012-01-13 Frances Buontempowindows: make ninja_test build
2012-01-12 Evan MartinMerge branch 'stringpiece-hash'
2012-01-12 Evan Martinbuild gtest with -fvisibility=hidden as well
2012-01-05 Evan Martinadd a '-d stats' flag for detailed timings
2012-01-05 Evan Martinwarn on accidental args to configure
2012-01-05 Evan MartinMerge pull request #185 from nico/vim
2012-01-04 Evan MartinMerge pull request #175 from nornagon/escape-in-out
2012-01-04 Evan MartinMerge pull request #186 from evanj/master
2012-01-04 Scott Grahamwindows: more build fixes
2012-01-04 Scott Grahamwindows: make bootstrap.py/configure.py work with MSVC
2011-12-29 Evan Martinswitch the core ninja parser to use re2c for the lexer
2011-12-28 Evan Martinadd an "all" target to build all binaries
2011-12-27 Evan MartinMerge branch 'master' of git://github.com/ehird/ninja
2011-12-20 Evan MartinMerge pull request #158 from tfarina/alphabetize
2011-12-20 Thiago FarinaPut the list of core source files in alphabetical order.
2011-12-20 Evan Martininline gtest to simplify windows build
2011-12-20 Evan Martinfix mingw cross-compile
2011-12-20 Evan MartinMerge pull request #146 from nornagon/escape-spaces
2011-12-19 Evan Martinhandle backslashes and isolated colons in depfile parser
2011-12-19 Evan Martinsplit out depfile parser tests into new file
2011-12-14 Elliott HirdSupport non-standard Python executable names
2011-12-07 Evan Martinuse re2c to parse depfiles
2011-12-07 Evan Martinmerge StatCache into State
2011-12-05 Evan Martinmore whitespace in build output
2011-12-05 Evan Martindisable the 'unused parameter' warning
2011-12-05 Evan MartinMerge pull request #150 from luislavena/mingw-no-visibility
2011-12-05 Evan MartinMerge pull request #149 from luislavena/mingw-static
2011-12-05 Luis Lavenavisibility=hidden should not be used for Windows
2011-12-05 Luis LavenaUse g++'s -static option instead of specific libs
2011-12-02 Evan Martinconfigure.py: windows updates
2011-11-25 Evan MartinRevert "Merge pull request #143 from cipriancraciun...
2011-11-22 Evan MartinMerge pull request #143 from cipriancraciun/patches...
2011-11-22 Ciprian Dorin, CraciunFixed Python 2 scripts prologue (i.e. `#!/usr/bin/env...
2011-11-20 Evan MartinMerge pull request #136 from polrop/add-extra-warning
2011-11-19 Nicolas DespresAdd -Wextra warning flag.
2011-11-19 Evan MartinMerge pull request #135 from polrop/fix-mingw
2011-11-19 Evan MartinMerge pull request #133 from polrop/fix-duplication
2011-11-19 Nicolas DespresFix duplicated list of profilers.
2011-11-13 Evan Martinfix TODO: correct dependencies for inline.sh
2011-11-13 Nico WeberAdd a EditDistance() function based on the one in llvm...
2011-10-17 Evan MartinMerge pull request #120 from pcc/generator
2011-10-15 Peter CollingbourneImplement generator rules
2011-09-28 Evan MartinMerge pull request #119 from pcc/disable-asserts
2011-09-24 Peter CollingbourneDisable assertion checks unless --debug is enabled
2011-09-14 Evan Martindelete .a files before adding to them with ar
2011-09-12 Evan MartinMerge pull request #104 from tfarina/ninja-test
2011-09-11 Thiago FarinaSplit ninja_test.cc into state_test.cc and disk_interfa...
2011-09-09 Evan MartinMerge pull request #95 from qhuo/depfile-for-command...
2011-09-09 Evan Martinlink gtest code with -lpthread
2011-09-09 Evan MartinMerge pull request #99 from tfarina/eval-env-test
2011-09-09 Thiago FarinaMove EvalString tests to eval_env_test.cc
2011-09-08 Evan MartinMerge pull request #98 from tfarina/fix-win-build
2011-09-08 Evan MartinMerge branch 'master' of github.com:martine/ninja
2011-09-07 Evan Martinallow --with-gtest flag to use unpacked gtest dir
2011-09-07 Evan MartinMerge pull request #96 from tfarina/disk-interface...
2011-09-07 Thiago FarinaMove DiskInterfaceTest into its own source file.
2011-09-06 Evan Martinpreserve configure.py params across re-runs
2011-09-06 Evan MartinMerge pull request #91 from pcc/reload-manifest
2011-09-06 Evan Martinbuild only the main binary by default
2011-09-06 Evan Martinmake --profile take an argument to use either gmon...
2011-09-04 Evan MartinMerge pull request #94 from qhuo/named-pipe
2011-09-03 Evan MartinMerge pull request #89 from tfarina/state
2011-09-03 Thiago FarinaFactor out State struct from ninja_jumble.cc into its...
2011-08-23 Evan MartinMerge pull request #82 from tfarina/disk-interface
2011-08-18 Evan MartinMerge pull request #83 from rlarocque2/master
2011-08-17 Richard LarocqueUpdate configure.py for ninja module rename
2011-08-10 Thiago FarinaFactor out DiskInterface class into its own source...
2011-07-25 Evan Martinadd a --debug option to configure
2011-06-25 Evan MartinMerge pull request #69 from Roorback/master
2011-06-20 Grzegorz Blachuse /usr/bin/env to find python interpreter
2011-05-31 Evan MartinMerge branch 'master' of github.com:martine/ninja
2011-05-31 Thiago Farinaninja: Split StatCache struct into its own header file.
2011-05-25 Evan Martinadd --profile configure flag
2011-05-25 Evan Martinadd a test program for evaluating depfile parse speed
2011-05-17 Evan MartinMerge pull request #46 from iwadon/fix-asciidoc-args
2011-05-15 Hiroyuki Iwatsukifix the error: 'asciidoc: To many arguments'
2011-05-14 Evan Martinmove various doc files out of top-level directory
2011-05-13 Evan Martinremove order-only hacks now that semantics changed
2011-05-09 Evan Martinmake platform a command-line arg to configure
2011-05-09 Evan Martinrename gen-build-file to configure