Remove a convoluted way of calling close by moving the call to the only caller.
[oota-llvm.git] / lib / Support / Unix / Path.inc
2014-12-11 Rafael EspindolaRemove a convoluted way of calling close by moving...
2014-12-11 Rafael EspindolaRemove dead code. NFC.
2014-12-04 Rafael EspindolaRemove dead code. NFC.
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-08-27 Benjamin KramerAdd an explicit cast to pacify implicit boolean convers...
2014-08-26 Rafael EspindolaMerge TempDir and system_temp_directory.
2014-08-08 Rafael EspindolaRemove dead code. Fixes pr20544.
2014-06-30 Alp TokerBuild fix for systems without futimes/futimens
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't put generic_category in the llvm namespace.
2014-06-11 Rafael EspindolaImplement get_magic with generic tools and inline it.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaUses generic_category instead of system_category.
2014-05-31 Rafael EspindolaTurn errc and windows_error into enum classes.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Rafael Espindoladelete dead code.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-21 Argyrios Kyrtzidis[Support] Make sure sys::fs::remove can remove symbolic...
2014-03-11 Saleem Abdulrasoolsupport: add a utility function to normalise path separ...
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Argyrios Kyrtzidis[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
2014-02-23 Rafael EspindolaUse static instead of an anonymous namespace.
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-13 Rafael EspindolaRemove dead code.
2014-02-11 Dmitri GribenkoRemove TimeValue::toPosixTime() -- it is buggy, semanti...
2014-02-11 Aaron BallmanUsing the helper API for random number generation.
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2013-12-11 Alp TokerBuild fix for Android NDK which has neither futimes...
2013-12-09 Sylvestre LedruImprove the detection of the path
2013-12-05 Alp TokerCorrect word hyphenations
2013-10-31 Rafael EspindolaRules adjustments in order to build on DragonFly BSD.
2013-08-10 Rafael EspindolaCheck for $PWD in llvm::sys::current_path.
2013-07-29 Rafael EspindolaMake file_status::getUniqueID const.
2013-07-29 Rafael EspindolaInclude st_dev to make the result of getUniqueID actual...
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-19 Rafael EspindolaSplit openFileForWrite into windows and unix versions.
2013-07-18 Rafael EspindolaRemove dead code.
2013-07-17 Rafael EspindolaSplit openFileForRead into Windows and Unix versions.
2013-07-17 Rafael EspindolaDon't fallback to copy + delete in rename.
2013-07-16 Rafael EspindolaAdd a version of sys::fs::status that uses fstat.
2013-07-16 Rafael EspindolaInstead friending status, provide windows and posix...
2013-07-10 Rafael EspindolaUse status to implement file_size.
2013-07-08 Rafael EspindolaWe now always create files with the correct permissions...
2013-07-04 Eric ChristopherReapply r185601 with a fix for the cmake build.
2013-07-04 Eric ChristopherTemporarily revert 185601 as it caused cmake build...
2013-07-04 Eric ChristopherAdd support for futimens for platforms that don't suppo...
2013-06-28 Patrik HagglundSuppress GCC "control reaches end of non-void function...
2013-06-28 Rafael EspindolaImprovements to unique_file and createUniqueDirectory.
2013-06-26 Rafael EspindolaRename PathV2 to just Path now that it is the only...
2013-06-26 Rafael EspindolaPathV1 is deprecated since the 18th of Dec 2010. Remove it.
2013-06-26 Rafael EspindolaRemove sys::GetMainExecutable.
2013-06-26 Rafael EspindolaRemove PathWithStatus.
2013-06-25 Rafael EspindolaMove GetEXESuffix to the one place it is used.
2013-06-25 Rafael EspindolaRemove sys::PathSeparator.
2013-06-19 Rafael EspindolaRemove Path::getDirectoryContents.
2013-06-19 Rafael EspindolaRemove Path::canExecute.
2013-06-18 Rafael EspindolaRemove Path::canWrite.
2013-06-18 Rafael EspindolaRemove unused Path::canRead.
2013-06-18 Rafael EspindolaRemove uniqueID from PathV1.h.
2013-06-14 Rafael EspindolaAdd GetCurrentDirectory back.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in MCContext.cpp.
2013-06-12 Rafael EspindolaRemove Path::getMagicNumber.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute().
2013-06-12 Rafael EspindolaRemove Path::getSuffix.
2013-06-12 Rafael EspindolaRemove sys::CopyFile.
2013-06-12 Rafael EspindolaRemove the old file memory mapping functions.
2013-06-12 Rafael EspindolaRemove Path::createFileOnDisk.
2013-06-12 Rafael EspindolaRemove Path::makeExecutableOnDisk.
2013-06-11 Rafael EspindolaRemove Path::getDirname.
2013-06-11 Rafael EspindolaRemove Path::getBasename.
2013-06-11 Rafael EspindolaRemove Path::getLast.
2013-06-11 Rafael EspindolaRemove GetRootDirectory.
2013-06-11 Rafael EspindolaRemove GetUserHomeDirectory.
2013-06-11 Rafael EspindolaRemove GetSystemLibraryPaths.
2013-06-11 Rafael EspindolaRemove Path::GetBitcodeLibraryPaths.
2012-09-26 Sylvestre LedruThe assumption that /proc/self/exe always exists is...
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-07-12 Galina KistanovaFixed few warnings.
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-03-26 Anton KorobeynikovFix GetMainExecutable on kFreeBSD.
2011-11-01 Eli FriedmanRemove a couple unused methods. PR11201.
2011-07-29 Nick LewyckyDon't look at $PWD in GetCurrentDirectory.
2011-07-29 Nick LewyckyTeach Path::GetCurrentDirectory to use $PWD, to support...
2011-07-05 Chad RosierBy default mkstemp() creates a temporary file with...
2011-03-10 Rafael EspindolaAdd r127409 back now that the windows file was updated.
2011-03-10 Jakob Stoklund OlesenRevert r127409 which broke all the Windows bots.
2011-03-10 Rafael EspindolaAdd support for MemoryBuffers that are not null termina...
2011-02-18 Chris Lattnerimprove support for OpenBSD, patch by Amit Kulkarni!
2011-01-11 Michael J. SpencerSupport/Path: Deprecate PathV1::isDirectory and replace...
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2010-12-27 Michael J. SpencerSupport/PathV1: Deprecate GetRootDirectory.
2010-12-25 Michael J. SpencerSupport/PathV1: Deprecate makeAbsolute and remove Unix...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.