summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/LockFileManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* LTO: Keep file handles open for memory mapped files.Peter Collingbourne2018-06-131-25/+61
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-5/+5
* [Support] Replace hand-written scope_exit with make_scope_exit.Benjamin Kramer2018-02-181-23/+3
* Use TempFile in the implementation of LockFileManager.Rafael Espindola2017-11-171-50/+33
* Simplify and rename variable.Rafael Espindola2017-11-131-3/+3
* Simplify. NFC.Rafael Espindola2017-11-131-3/+2
* [raw_fd_ostream] report actual error in error messagesBob Haarman2017-10-241-3/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* [LockFileManager] Reduce lock timeoutBruno Cardoso Lopes2017-03-181-3/+3
* Missing includes.Vassil Vassilev2016-09-141-0/+1
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-231-1/+14
* [LockFileManager] Improve error output by using better error messagesBruno Cardoso Lopes2016-06-041-6/+31
* Reapply "Use gethostuuid() on Mac to identify hosts for LockFileManager"Ben Langmuir2015-06-291-14/+56
* Revert "Use gethostuuid() on Mac to identify hosts for LockFileManager"Ben Langmuir2015-06-291-54/+14
* Use gethostuuid() on Mac to identify hosts for LockFileManagerBen Langmuir2015-06-291-14/+54
* Clean up unique lock files on signal and always release the lockBen Langmuir2015-06-291-1/+40
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-2/+0
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-10/+10
* [Support] Increase timeout for the LockFileManager back to 5 mins.Argyrios Kyrtzidis2015-03-041-2/+3
* Assume the original file is created before release in LockFileManagerBen Langmuir2015-02-191-39/+9
* Reduce the LockFileManager timeout, and provide unsafeRemoveLockFileBen Langmuir2015-02-091-2/+6
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-111-2/+2
* Remove some calls to std::move.Rafael Espindola2014-08-011-2/+2
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-2/+4
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-2/+3
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-7/+4
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-2/+2
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-1/+1
* [Support] Modify LockFileManager::waitForUnlock() to return info about how th...Argyrios Kyrtzidis2014-04-061-6/+10
* [Support] Follow up to r204426, for LockFileManager, make the given path abso...Argyrios Kyrtzidis2014-03-211-3/+6
* [Support] Make sure LockFileManager works correctly with relative paths.Argyrios Kyrtzidis2014-03-211-1/+3
* [Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis2014-03-211-6/+3
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-111-30/+3
* [Support/LockFileManager] Re-apply r203137 and r203138 but use symbolic links...Argyrios Kyrtzidis2014-03-061-24/+56
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-061-32/+24
* [Support/LockFileManager] Make the LockFileManager more robust against races.Argyrios Kyrtzidis2014-03-061-17/+34
* [Support/LockFileManager] Use symbolic link for the lock file.Argyrios Kyrtzidis2014-03-061-13/+4
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Use simpler version of sys::fs::exists when possible.Rafael Espindola2014-02-131-5/+3
* Use the simpler version of sys::fs::remove when possible.Rafael Espindola2014-01-101-8/+5
* Fix boolean logic in LockFileManager and test itReid Kleckner2013-08-071-8/+10
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-061-9/+13
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-4/+3
* <rdar://problem/13551789> Fix a race in the LockFileManager.Douglas Gregor2013-04-051-5/+32
OpenPOWER on IntegriCloud