Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / FileSystem.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-02-25 Justin BognerObject: Handle Mach-O kext bundle files
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-12-16 Rafael EspindolaRemove the last unnecessary member variable of mapped_f...
2014-12-16 Rafael EspindolaConvert a member variable to a local variable. NFC.
2014-12-16 Rafael EspindolaRemove unused member and simplify. NFC.
2014-12-13 Benjamin KramerFix Doxygen command misspellings.
2014-12-12 Rafael EspindolaPass a FD to resise_file and add a testcase.
2014-12-11 Rafael EspindolaRemove a convoluted way of calling close by moving...
2014-12-11 Rafael EspindolaRemove dead code. NFC.
2014-11-18 Michael J. SpencerSupport ELF files of unknown type.
2014-09-12 NAKAMURA TakumiMove sys::fs::AccessMode out of @brief in the function...
2014-09-12 NAKAMURA Takumisys::fs::access(): Fix @param [-Wdocumentation]
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-08-08 Rafael EspindolaRemove dead code. Fixes pr20544.
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-06-30 Alp TokerBuild fix for systems without futimes/futimens
2014-06-19 Justin BognerSupport: Add llvm::sys::fs::copy_file
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-11 Rafael EspindolaImplement get_magic with generic tools and inline it.
2014-06-11 Rafael EspindolaRemove unused has_magic.
2014-06-10 Rafael EspindolaUse an enum class now that they are available.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Rafael Espindoladelete dead code.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Andrea Di Biagio[Windows] Fix assertion failure when passing 'nul'...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-20 Rafael EspindolaRemove dead and incorrect code.
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-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-03 Benjamin KramerAdd missing include.
2014-03-03 Benjamin Kramer[C++11] Use std::tie to simplify compare operators.
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-13 Rafael EspindolaRemove dead code.
2014-01-28 Rafael EspindolaFinish bringing file_type to the llvm style (other...
2014-01-28 Rafael EspindolaConvert to the inner enum so the compiler can warn...
2014-01-10 Rafael EspindolaRemove remove_all. A compiler has no need for recursive...
2013-12-11 Alp TokerBuild fix for Android NDK which has neither futimes...
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-10-29 Rafael EspindolaRemove declared but not implemented function.
2013-10-22 Benjamin KramerSpeling fixes.
2013-10-15 NAKAMURA TakumiSupport/FileSystem.h: Remove a trailing comma in enum...
2013-10-15 Rui UeyamaPath: Recognize Windows compiled resource file.
2013-09-05 Nick LewyckyFix typos in assert message.
2013-08-09 Benjamin KramerMake directory iterator sentinels free.
2013-08-01 Rafael EspindolaExpose that the unique file ID has a device and a file...
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-18 Rafael EspindolaRemove dead code.
2013-07-17 Rafael EspindolaAdd simpler version of is_directory. It will be used...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
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 Benjamin KramerUpdate doxygen comment to match renamed parameters.
2013-07-10 Rafael EspindolaUse status to implement file_size.
2013-07-08 Rafael Espindolaclang-format this enum.
2013-07-08 Rafael EspindolaWe now always create files with the correct permissions...
2013-07-05 Rafael EspindolaRemove unique_file now that it is unused.
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-07-05 Rafael EspindolaAdd a higher level createTemporaryFile function.
2013-06-28 Rafael EspindolaDon't ask for a mode when we are not keeping the file.
2013-06-28 Matt ArsenaultFix typo
2013-06-27 Rafael EspindolaAdd a convenience createUniqueDirectory function.
2013-06-26 Rafael EspindolaUse enums instead of raw octal values.
2013-06-26 Rafael EspindolaAdd a convenience functions that don't return if the...
2013-06-26 Rafael EspindolaAdd a simpler version of remove_all.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-24 Rafael EspindolaAdd a simpler version of is_regular_file.
2013-06-20 Rafael EspindolaRemove last use of PathV1.h from Archive.cpp.
2013-06-20 Rafael Espindolamake getLastModificationTime const. Move it with the...
2013-06-20 Rafael EspindolaAdd a setLastModificationAndAccessTime to PathV2.
2013-06-20 Rafael EspindolaAdd support for getting the last modification time...
2013-06-20 Rafael EspindolaRemove the transitional GetUniqueID.
2013-06-20 Rafael EspindolaRename fs::GetUniqueID to fs::getUniqueID to match...
2013-06-19 Aaron BallmanModified the implementation of fs::GetUniqueID on Windo...
2013-06-18 Rafael EspindolaAdd a can_write function to PathV2.
2013-06-18 Rafael EspindolaAdd a GetUniqueID that will replace the uniqueID of...
2013-06-18 Rafael EspindolaAdd a version of unique_file that return just the file...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-17 Rafael EspindolaDon't use PathV1.h in LTOCodeGenerator.cpp
2013-06-17 Rafael EspindolaDelete declared but not implemented functions.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-11 Rafael EspindolaRemove sys::identifyFileType.
2013-06-11 Rafael EspindolaFix variable name style. Don't cast to and from int.
2013-06-10 Rafael EspindolaAdd a missing 'e'.
2013-03-14 Michael J. Spencer[Support] Fix lifetime of file descriptors when using...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-09-04 Bob WilsonMake sure macros in the include subdirectory are not...
next