windows: use _WIN32 define everywhere
[platform/upstream/ninja.git] / src / util.cc
2012-01-22 Evan Martinwindows: use _WIN32 define everywhere
2012-01-19 Evan MartinMerge pull request #198 from nico/strip0
2012-01-19 Nico WeberStrip ansi escape sequences from subcommand output...
2012-01-12 Evan MartinMerge branch 'stringpiece-hash'
2012-01-09 Evan Martinremove string copy while loading depfiles
2012-01-09 Evan Martinsplit canonicalize
2012-01-06 Evan Martintrack canonicalize metric
2012-01-05 Evan MartinMerge pull request #185 from nico/vim
2012-01-04 Evan Martinallow spellcheck to be used with a vector of strings
2012-01-04 Evan MartinMerge pull request #175 from nornagon/escape-in-out
2012-01-04 Frances BuontempoUse ExitProcess instead of exit in Fatal to allow extra...
2011-12-27 Evan MartinMerge branch 'master' of git://github.com/ehird/ninja
2011-12-20 Evan MartinMerge pull request #160 from tfarina/upper-case-error
2011-12-20 Thiago FarinaCapitalize "error" to match with the other utility...
2011-12-20 Evan Martinfactor out windows perror equivalent
2011-11-20 Evan MartinMerge pull request #136 from polrop/add-extra-warning
2011-11-19 Nicolas DespresRemove warning triggered by -Wextra on MinGW.
2011-11-16 Evan MartinMerge pull request #132 from nico/spell
2011-11-16 Nico WeberAdd spelling suggestions for four cases:
2011-11-06 Evan MartinMerge pull request #127 from tiresdonexits/master
2011-11-02 Evan MartinMerge pull request #125 from pcc/outputs-ready
2011-10-31 Evan Martinmove SetCloseOnExec to util
2011-10-06 Evan Martinmake CanonicalizePath report an error on empty path
2011-08-25 Evan MartinMerge pull request #86 from tfarina/real-disk-interface
2011-08-24 Evan Martinsemantic change: allow reaching into parent directories...
2011-06-03 Evan Martinremove +x bit from source
2011-05-31 Evan MartinMerge branch 'master' of github.com:martine/ninja
2011-05-28 Evan MartinMerge pull request #50 from philipcraig/master
2011-05-28 Philip CraigTests now build on a native Windows build (tested with...
2011-05-24 Evan Martinmove GetTimeMillis to util
2011-05-24 Evan Martinmove ReadFile into util
2011-05-17 Evan Martindon't mangle absolute paths in the canonicalizer
2011-05-03 Evan MartinMerge pull request #38 from SByer/path_fix.
2011-05-03 Scott ByerNeeded more path components to build Chrome. One path...
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 Evan MartinMerge pull request #35 from polrop/add-warning-funcion.
2011-05-02 Nicolas DespresAdd a Warning() report function.
2011-05-02 Evan Martinwindows: abstract around mkdir vs _mkdir
2011-04-23 Evan Martinuse kMaxPathComponents in proper place
2011-04-23 Evan Martinoptimize CanonicalizePath
2011-04-22 Evan MartinMerge branch 'doxygen'
2011-04-22 Evan Martinhandle foo//bar in CanonicalizePath
2011-04-18 Evan MartinMerge branch 'term-fix' of https://github.com/SByer...
2011-04-15 Evan MartinMerge branch 'master' of github.com:martine/ninja
2011-04-15 Thiago FarinaMove CanonicalizePath into util.h so it can be shared...
2011-03-22 Evan MartinMerge branch 'errors-reporting' of https://github.com...
2011-03-21 Nicolas DespresPrefix error messages with program name.
2011-02-28 Evan Martindrop DumpBacktrace
2011-02-07 Evan MartinMerge branch 'master' of https://github.com/martine...
2011-02-06 Evan Martinadd copyrights
2010-12-05 Evan Martinmove src into subdir