summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Path.inc
AgeCommit message (Expand)AuthorFilesLines
2013-06-26Remove sys::GetMainExecutable.Rafael Espindola1-9/+0
2013-06-26Remove PathWithStatus.Rafael Espindola1-29/+0
2013-06-25Move GetEXESuffix to the one place it is used.Rafael Espindola1-4/+0
2013-06-25Remove sys::PathSeparator.Rafael Espindola1-2/+0
2013-06-19Remove Path::getDirectoryContents.Rafael Espindola1-48/+0
2013-06-19Remove Path::canExecute.Rafael Espindola1-7/+0
2013-06-18Remove Path::canWrite.Rafael Espindola1-7/+0
2013-06-18Remove unused Path::canRead.Rafael Espindola1-7/+0
2013-06-18Remove uniqueID from PathV1.h.Rafael Espindola1-7/+0
2013-06-14Add GetCurrentDirectory back.Rafael Espindola1-0/+10
2013-06-14Replace use of PathV1.h in MCContext.cpp.Rafael Espindola1-10/+0
2013-06-12Remove Path::getMagicNumber.Rafael Espindola1-25/+0
2013-06-12Remove Path::isAbsolute.Rafael Espindola1-18/+0
2013-06-12Remove Path::isAbsolute().Rafael Espindola1-15/+0
2013-06-12Remove Path::getSuffix.Rafael Espindola1-16/+0
2013-06-12Remove sys::CopyFile.Rafael Espindola1-11/+0
2013-06-12Remove the old file memory mapping functions.Rafael Espindola1-11/+0
2013-06-12Remove Path::createFileOnDisk.Rafael Espindola1-12/+0
2013-06-12Remove Path::makeExecutableOnDisk.Rafael Espindola1-5/+0
2013-06-11Remove Path::getDirname.Rafael Espindola1-5/+0
2013-06-11Remove Path::getBasename.Rafael Espindola1-16/+0
2013-06-11Remove Path::getLast.Rafael Espindola1-17/+0
2013-06-11Remove GetRootDirectory.Rafael Espindola1-8/+0
2013-06-11Remove GetUserHomeDirectory.Rafael Espindola1-13/+0
2013-06-11Remove GetSystemLibraryPaths.Rafael Espindola1-30/+0
2013-06-11Remove Path::GetBitcodeLibraryPaths.Rafael Espindola1-17/+0
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-06-09Disabling a spurious deprecation warning about using PathV1 from within the P...Aaron Ballman1-0/+10
2012-06-09Fixing a typo in the comments.Aaron Ballman1-1/+1
2012-05-27Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...NAKAMURA Takumi1-1/+3
2011-11-01Remove a couple unused methods. PR11201.Eli Friedman1-8/+0
2011-10-24Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi1-18/+9
2011-03-16Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ...NAKAMURA Takumi1-1/+11
2011-03-10Try to fix the windows build.Rafael Espindola1-2/+2
2011-01-11Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer1-2/+3
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer1-3/+5
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+918