windows: use _WIN32 define everywhere
[platform/upstream/ninja.git] / src / test.cc
2012-01-22 Evan Martinwindows: use _WIN32 define everywhere
2012-01-12 Evan MartinMerge branch 'stringpiece-hash'
2012-01-11 Frances BuontempoGetTempPath() needs windows.h
2012-01-06 Evan Martinmigrate tempdir code to test.cc
2012-01-05 Evan Martinconvert all time_t to a new TimeStamp type
2012-01-04 Evan MartinMerge pull request #175 from nornagon/escape-in-out
2012-01-03 Evan MartinMerge pull request #179 from polrop/fix-clang-warning
2012-01-03 Evan MartinMerge pull request #177 from doctorlove/msvc_changes
2012-01-03 Frances BuontempoInclude <algorithm> for std::find in test.cc
2011-12-29 Evan Martinswitch the core ninja parser to use re2c for the lexer
2011-12-05 Evan Martindisable the 'unused parameter' warning
2011-11-21 Evan MartinMerge pull request #138 from polrop/fix-warning-in...
2011-11-21 Nicolas DespresFix compilation warning in Ninja's test suite.
2011-05-02 Evan MartinMerge pull request #37 from polrop/add-guidelines.
2011-05-02 Evan MartinMerge pull request #36 from polrop/test-clean-tool.
2011-05-02 Nicolas DespresReturn non-zero status when errors occur.
2011-05-02 Nicolas DespresAdd a test for the clean tool.
2011-03-06 Evan Martinmove VirtualFileSystem into test.*
2011-03-06 Evan Martinmove test support into test.*