summaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Path.inc
Commit message (Expand)AuthorAge
...
* Remove Path::getDirectoryContents.Rafael Espindola2013-06-19
* Remove Path::canExecute.Rafael Espindola2013-06-19
* Remove Path::canWrite.Rafael Espindola2013-06-18
* Remove unused Path::canRead.Rafael Espindola2013-06-18
* Remove uniqueID from PathV1.h.Rafael Espindola2013-06-18
* Add GetCurrentDirectory back.Rafael Espindola2013-06-14
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-14
* Remove Path::getMagicNumber.Rafael Espindola2013-06-12
* Remove Path::isAbsolute.Rafael Espindola2013-06-12
* Remove Path::isAbsolute().Rafael Espindola2013-06-12
* Remove Path::getSuffix.Rafael Espindola2013-06-12
* Remove sys::CopyFile.Rafael Espindola2013-06-12
* Remove the old file memory mapping functions.Rafael Espindola2013-06-12
* Remove Path::createFileOnDisk.Rafael Espindola2013-06-12
* Remove Path::makeExecutableOnDisk.Rafael Espindola2013-06-12
* Remove Path::getDirname.Rafael Espindola2013-06-11
* Remove Path::getBasename.Rafael Espindola2013-06-11
* Remove Path::getLast.Rafael Espindola2013-06-11
* Remove GetRootDirectory.Rafael Espindola2013-06-11
* Remove GetUserHomeDirectory.Rafael Espindola2013-06-11
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-11
* Remove Path::GetBitcodeLibraryPaths.Rafael Espindola2013-06-11
* The assumption that /proc/self/exe always exists is incorrect.Sylvestre Ledru2012-09-26
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Fixed few warnings.Galina Kistanova2012-07-12
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-11
* Fix GetMainExecutable on kFreeBSD.Anton Korobeynikov2012-03-26
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-01
* Don't look at $PWD in GetCurrentDirectory.Nick Lewycky2011-07-29
* Teach Path::GetCurrentDirectory to use $PWD, to support users who like to doNick Lewycky2011-07-29
* By default mkstemp() creates a temporary file with mode 0600, but the modeChad Rosier2011-07-05
* Add r127409 back now that the windows file was updated.Rafael Espindola2011-03-10
* Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2011-03-10
* Add support for MemoryBuffers that are not null terminated and addRafael Espindola2011-03-10
* improve support for OpenBSD, patch by Amit Kulkarni!Chris Lattner2011-02-18
* Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer2011-01-11
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-10
* Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer2010-12-27
* Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer2010-12-25
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29