Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / include / llvm / Support / FileSystem.h
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...
2012-08-22 Ted KremenekFix an assortment of doxygen comment mistakes found...
2012-08-15 Michael J. SpencerProperly test the LLVM_USE_RVALUE_REFERENCES macro.
2012-08-15 Michael J. Spencer[PathV2] Add mapped_file_region. Implementation for...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2012-05-15 Daniel Dunbar[Support] Add a version of sys::fs::equivalent() that...
2012-05-11 Eric ChristopherAllow unique_file to take a mode for file permissions...
2012-04-23 Sylvestre LedruConflict with st_dev/st_ino identifiers under Debian...
2011-12-15 Eli FriedmanZap unnecessary semicolons.
2011-12-13 Michael J. SpencerSupport/FileSystem: Add file_magic and move a vew clien...
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-10-08 Michael J. SpencerPathV2: Add simplified version of exists that returns...
2011-09-14 Benjamin KramerRemove unimplemented function prototypes from PathV2...
2011-07-28 Argyrios KyrtzidisAdd an optional 'bool makeAbsolute' in llvm::sys::fs...
2011-03-01 Dan GohmanChange directory_entry::path() to return a const std...
2011-01-15 Michael J. SpencerSupport/PathV2: Add identify_magic.
2011-01-15 Michael J. SpencerSupport/PathV2: Implement get_magic.
2010-12-28 Michael J. SpencerSupport/PathV2: Implement has_magic.
2010-12-17 Benjamin KramerPass StringRefs by value, for consistency.
2010-12-09 Michael J. SpencerSupport/FileSystem: Change file_status predicate functi...
2010-12-07 Michael J. SpencerSupport/PathV2: Move make_absolute from path to fs.
2010-12-07 Michael J. SpencerSupport/PathV2: Move current_path from path to fs and...
2010-12-06 Frits van BommelFix clang warning: "extra ';' inside a class [-pedantic]".
2010-12-06 Michael J. SpencerSupport/FileSystem: Add directory_iterator implementation.
2010-12-04 Michael J. SpencerSupport/FileSystem: Add status implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add unique_file and exists implemen...
2010-12-03 Michael J. SpencerSupport/FileSystem: Remove temp_directory_path.
2010-12-01 Michael J. SpencerSupport/PathV2: Split PathV2.h into PathV2.h and FileSy...