Simplify memory management with std::unique_ptr.
[oota-llvm.git] / lib / Support / LockFileManager.cpp
2015-06-29 Ben LangmuirReapply "Use gethostuuid() on Mac to identify hosts...
2015-06-29 Ben LangmuirRevert "Use gethostuuid() on Mac to identify hosts...
2015-06-29 Ben LangmuirUse gethostuuid() on Mac to identify hosts for LockFile...
2015-06-29 Ben LangmuirClean up unique lock files on signal and always release...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-04 Argyrios Kyrtzidis[Support] Increase timeout for the LockFileManager...
2015-02-19 Ben LangmuirAssume the original file is created before release...
2015-02-09 Ben LangmuirReduce the LockFileManager timeout, and provide unsafeR...
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
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...