summaryrefslogtreecommitdiffstats
path: root/src/includes_normalize.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix for reviewTakuto Ikuta2017-05-091-2/+2
|
* Make clparser fastertikuta2017-05-081-7/+11
| | | | | | | | | | This patch improves perfromance of clparser. * Reduce the number of calling GetFullPathName. * Use StringPiece for Split and Join. * Add EqualsCaseInsensitive for StringPiece not to generate new string instance. * Add some utility member in StringPiece class.
* push error to caller and abort on failureScott Graham2015-06-091-1/+2
|
* make all GetNode explicit, add DepsLog canonicalize testScott Graham2014-11-101-2/+1
|
* includes_normalize: also lowercase cross-drive includesEvan Martin2012-08-121-1/+1
| | | | It seems to me inconsistent to normalize one but not the other.
* add functions for normalizing win32 include pathsScott Graham2012-08-121-0/+35
(Note from Evan: this is landing Scott's code more or less verbatim without a lot of analysis; it could maybe be simplified and reduced, but it's only intended to be used in the MSVC helper so it's fine to be experimental.)