summaryrefslogtreecommitdiffstats
path: root/src/util.cc
Commit message (Expand)AuthorAgeFilesLines
* remove string copy while loading depfilesEvan Martin2012-01-091-0/+1
* split canonicalizeEvan Martin2012-01-091-5/+12
* track canonicalize metricEvan Martin2012-01-061-0/+2
* allow spellcheck to be used with a vector of stringsEvan Martin2012-01-041-11/+17
* Use ExitProcess instead of exit in Fatal to allow extra cleanup for MSVCFrances Buontempo2012-01-041-0/+8
* Capitalize "error" to match with the other utility functions.Thiago Farina2011-12-201-1/+1
* factor out windows perror equivalentEvan Martin2011-12-201-0/+21
* Remove warning triggered by -Wextra on MinGW.Nicolas Despres2011-11-191-1/+2
* Add spelling suggestions for four cases:Nico Weber2011-11-161-0/+25
* move SetCloseOnExec to utilEvan Martin2011-10-311-0/+16
* make CanonicalizePath report an error on empty pathEvan Martin2011-10-061-1/+7
* semantic change: allow reaching into parent directories in pathsEvan Martin2011-08-241-72/+42
* remove +x bit from sourceEvan Martin2011-06-031-0/+0
* Tests now build on a native Windows build (tested with VS2010)Philip Craig2011-05-281-0/+3
* move GetTimeMillis to utilEvan Martin2011-05-241-0/+16
* move ReadFile into utilEvan Martin2011-05-241-0/+23
* don't mangle absolute paths in the canonicalizerEvan Martin2011-05-171-1/+1
* Needed more path components to build Chrome. One path component in an uncommonScott Byer2011-05-031-1/+1
* Add a Warning() report function.Nicolas Despres2011-05-021-0/+9
* windows: abstract around mkdir vs _mkdirEvan Martin2011-05-021-0/+14
* use kMaxPathComponents in proper placeEvan Martin2011-04-231-1/+1
* optimize CanonicalizePathEvan Martin2011-04-231-34/+69
* handle foo//bar in CanonicalizePathEvan Martin2011-04-221-2/+4
* Merge branch 'master' of github.com:martine/ninjaEvan Martin2011-04-151-1/+10
|\
| * Prefix error messages with program name.Nicolas Despres2011-03-211-1/+10
* | Move CanonicalizePath into util.h so it can be shared by the other modules.Thiago Farina2011-04-151-0/+54
|/
* drop DumpBacktraceEvan Martin2011-02-281-9/+0
* add copyrightsEvan Martin2011-02-061-0/+14
* move src into subdirEvan Martin2010-12-051-0/+24