Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
llvm
/
lib
/
Support
/
LockFileManager.cpp
9ce2d03
[raw_fd_ostream] report actual error in error messages
by Bob Haarman
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
8fef555
[LockFileManager] Reduce lock timeout
by Bruno Cardoso Lopes
· 9 years ago
2ec8b15
Missing includes.
by Vassil Vassilev
· 9 years ago
33d7b76
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes.
by Eugene Zelenko
· 9 years ago
42b1f65
[LockFileManager] Improve error output by using better error messages
by Bruno Cardoso Lopes
· 9 years ago
450461c
Reapply "Use gethostuuid() on Mac to identify hosts for LockFileManager"
by Ben Langmuir
· 10 years ago
5123eec
Revert "Use gethostuuid() on Mac to identify hosts for LockFileManager"
by Ben Langmuir
· 10 years ago
c349cf3
Use gethostuuid() on Mac to identify hosts for LockFileManager
by Ben Langmuir
· 10 years ago
63aa8c5
Clean up unique lock files on signal and always release the lock
by Ben Langmuir
· 10 years ago
16132e6
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 11 years ago
92e1b62
Remove many superfluous SmallString::str() calls.
by Yaron Keren
· 11 years ago
dc8f979
[Support] Increase timeout for the LockFileManager back to 5 mins.
by Argyrios Kyrtzidis
· 11 years ago
0897091
Assume the original file is created before release in LockFileManager
by Ben Langmuir
· 11 years ago
d2d52de
Reduce the LockFileManager timeout, and provide unsafeRemoveLockFile
by Ben Langmuir
· 11 years ago
281f23a
Misc cleanups to the FileSytem api.
by Rafael Espindola
· 11 years ago
3f6481d
Remove some calls to std::move.
by Rafael Espindola
· 11 years ago
adf21f2
Update the MemoryBuffer API to use ErrorOr.
by Rafael Espindola
· 11 years ago
2a826e4
Finishing touch for the std::error_code transition.
by Rafael Espindola
· 11 years ago
db4ed0b
Remove 'using std::errro_code' from lib.
by Rafael Espindola
· 11 years ago
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
ed6882b
Don't import make_error_code into the llvm namespace.
by Rafael Espindola
· 11 years ago
5c4f829
Use std::error_code instead of llvm::error_code.
by Rafael Espindola
· 11 years ago
a3f2e3f
There is no std::errc::success, remove the llvm one.
by Rafael Espindola
· 11 years ago
c10719f
[C++11] Make use of 'nullptr' in the Support library.
by Craig Topper
· 11 years ago
44ec0a7
[Support] Modify LockFileManager::waitForUnlock() to return info about how the lock was released.
by Argyrios Kyrtzidis
· 11 years ago
900e9a3
[Support] Follow up to r204426, for LockFileManager, make the given path absolute so relative paths are properly handled in both Windows and Unix.
by Argyrios Kyrtzidis
· 12 years ago
531a5be
[Support] Make sure LockFileManager works correctly with relative paths.
by Argyrios Kyrtzidis
· 12 years ago
3757569
[Support] Make sure sys::fs::remove can remove symbolic links and make sure LockFileManager can handle a symbolic link that points nowhere.
by Argyrios Kyrtzidis
· 12 years ago
83f858e
Cleanup the interface for creating soft or hard links.
by Rafael Espindola
· 12 years ago
4147978
[Support/LockFileManager] Re-apply r203137 and r203138 but use symbolic links only on unix.
by Argyrios Kyrtzidis
· 12 years ago
4357f64
Revert create_symbolic_link and both depending changes
by Reid Kleckner
· 12 years ago
62a979c
[Support/LockFileManager] Make the LockFileManager more robust against races.
by Argyrios Kyrtzidis
· 12 years ago
2eb8d02
[Support/LockFileManager] Use symbolic link for the lock file.
by Argyrios Kyrtzidis
· 12 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
d6f1f84
[C++11] Replace llvm::tie with std::tie.
by Benjamin Kramer
· 12 years ago
9e7a638
Use simpler version of sys::fs::exists when possible.
by Rafael Espindola
· 12 years ago
81e7fd0
Use the simpler version of sys::fs::remove when possible.
by Rafael Espindola
· 12 years ago
7de8ea3
Fix boolean logic in LockFileManager and test it
by Reid Kleckner
· 12 years ago
d78273f
Remove some std stream usage from Support and TableGen
by Reid Kleckner
· 12 years ago
c9d2e5b
Add a createUniqueFile function and switch llvm's users of unique_file.
by Rafael Espindola
· 12 years ago
0cb6846
<rdar://problem/13551789> Fix a race in the LockFileManager.
by Douglas Gregor
· 12 years ago
ef04593
Provide a "None" value for convenience when using Optional<T>()
by David Blaikie
· 13 years ago
056eafd
Fix a race condition in the lock-file manager: once the lock file is
by Douglas Gregor
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
c439a42
Fix Android build of gtest and lib/Support.
by Evgeniy Stepanov
· 13 years ago
7039e35
Move Clang's file-level locking facility over to LLVM's support
by Douglas Gregor
· 14 years ago