summaryrefslogtreecommitdiffstats
path: root/src/includes_normalize-win32.cc
Commit message (Expand)AuthorAgeFilesLines
* Add 'using namespace std;' to all cc files to prepare for removing it from he...Michael Jones2020-09-301-0/+2
* Verify GetFullPathName return valueFredrik Medley2018-11-081-11/+44
* Fix building on Windows in UNICODE modeGergely Nagy2017-10-311-3/+3
* Reduce GetFullPathName callsTakuto Ikuta2017-05-091-2/+4
* Fix for reviewTakuto Ikuta2017-05-091-15/+12
* Make clparser fastertikuta2017-05-081-36/+91
* Allow more path componentsDaniel Weber2016-08-221-1/+1
* push error to caller and abort on failureScott Graham2015-06-091-10/+12
* Fix crash in attempting to canonicalize paths longer than _MAX_PATHScott Graham2015-06-081-1/+5
* fix order of args to CanonicalizePathScott Graham2014-11-091-1/+1
* remove CanonicalizePath overloads, test for toplevel behaviourScott Graham2014-11-091-1/+2
* CanonicalizePath handles \ on WindowsScott Graham2014-10-301-10/+10
* Stop `-t msvc -o` from lowercasing paths from /showIncludes output.Nico Weber2013-05-291-2/+2
* scoping workaround for gcc on WindowsEvan Martin2012-09-071-1/+1
* includes_normalize: also lowercase cross-drive includesEvan Martin2012-08-121-6/+5
* add functions for normalizing win32 include pathsScott Graham2012-08-121-0/+116