Update the MemoryBuffer API to use ErrorOr.
[oota-llvm.git] / lib / Support / LockFileManager.cpp
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
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 use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaDon't import make_error_code into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-04-06 Argyrios Kyrtzidis[Support] Modify LockFileManager::waitForUnlock() to...
2014-03-21 Argyrios Kyrtzidis[Support] Follow up to r204426, for LockFileManager...
2014-03-21 Argyrios Kyrtzidis[Support] Make sure LockFileManager works correctly...
2014-03-21 Argyrios Kyrtzidis[Support] Make sure sys::fs::remove can remove symbolic...
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Re-apply r203137 and r203138...
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Make the LockFileManager...
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Use symbolic link for the...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-02-13 Rafael EspindolaUse simpler version of sys::fs::exists when possible.
2014-01-10 Rafael EspindolaUse the simpler version of sys::fs::remove when possible.
2013-08-07 Reid KlecknerFix boolean logic in LockFileManager and test it
2013-08-06 Reid KlecknerRemove some std stream usage from Support and TableGen
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-04-05 Douglas Gregor<rdar://problem/13551789> Fix a race in the LockFileMan...
2013-02-21 David BlaikieProvide a "None" value for convenience when using Optio...
2013-01-10 Douglas GregorFix a race condition in the lock-file manager: once...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-04 Evgeniy StepanovFix Android build of gtest and lib/Support.
2012-01-29 Douglas GregorMove Clang's file-level locking facility over to LLVM...