summaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Path.inc
Commit message (Expand)AuthorAge
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-31
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-10
* Make file_status::getUniqueID const.Rafael Espindola2013-07-29
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-26
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-19
* Remove dead code.Rafael Espindola2013-07-18
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-17
* Don't fallback to copy + delete in rename.Rafael Espindola2013-07-17
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-16
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-16
* Use status to implement file_size.Rafael Espindola2013-07-10
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-08
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-04
* Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-04
* Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-04
* Suppress GCC "control reaches end of non-void function" warning.Patrik Hagglund2013-06-28
* Improvements to unique_file and createUniqueDirectory.Rafael Espindola2013-06-28
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-26
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-26
* Remove sys::GetMainExecutable.Rafael Espindola2013-06-26
* Remove PathWithStatus.Rafael Espindola2013-06-26
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-25
* Remove sys::PathSeparator.Rafael Espindola2013-06-25
* 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