summaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Path.inc
Commit message (Expand)AuthorAge
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-12
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-11
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Uses generic_category instead of system_category.Rafael Espindola2014-06-11
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-31
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* delete dead code.Rafael Espindola2014-05-31
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis2014-03-21
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-11
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-11
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-06
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-06
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-01
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-24
* Use static instead of an anonymous namespace.Rafael Espindola2014-02-23
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* Remove dead code.Rafael Espindola2014-02-13
* Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko2014-02-11
* Using the helper API for random number generation.Aaron Ballman2014-02-11
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Build fix for Android NDK which has neither futimes nor futimensAlp Toker2013-12-11
* Improve the detection of the pathSylvestre Ledru2013-12-09
* Correct word hyphenationsAlp Toker2013-12-05
* 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