Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
99cfe4f99d3685a55100cde0483fc28eebeb04d2
/
llvm
/
lib
/
Support
/
Unix
/
Path.inc
a3cf70b
Make home_directory look in the password database in addition to $HOME.
by Zachary Turner
· 9 years ago
5821a3b
[Support] Fill the file_status struct with link count.
by Zachary Turner
· 9 years ago
1875334
Fix linux build.
by Zachary Turner
· 9 years ago
566fdf4
[Support] Add support for getting file system permissions on Windows and implement sys::fs::set/getPermissions to work with them
by James Henderson
· 9 years ago
345012d
Reverting r297617 because it broke some bots:
by Aaron Ballman
· 9 years ago
f5cba91
Add support for getting file system permissions and implement sys::fs::permissions to set them.
by Aaron Ballman
· 9 years ago
e48ace6
Add llvm::sys::fs::real_path.
by Zachary Turner
· 9 years ago
7a1bbd4
fix build on Cygwin
by Nuno Lopes
· 9 years ago
260bda3
[Support] Add llvm::sys::fs::remove_directories.
by Zachary Turner
· 9 years ago
3b9fb88
[fs] Make sure to check S_ISLNK() in fillStatus.
by Zachary Turner
· 9 years ago
82dd542
[Support] Add the option to not follow symlinks on stat.
by Zachary Turner
· 9 years ago
842972b
[Support] Re-add the special OSX flags on mmap.
by Zachary Turner
· 9 years ago
5ddd2a5
[Support] Provide linux/magic.h fallback for older kernels
by Michal Gorny
· 9 years ago
e1ca5a2
Try to fix the buildbot on OSX.
by Zachary Turner
· 9 years ago
6bc2dac
Try to fix Android build.
by Zachary Turner
· 9 years ago
392ed9d
[Support] Add a function to check if a file resides locally.
by Zachary Turner
· 9 years ago
f5d560bc84
Fix LLDB Android AArch64 GCC debug info build
by Omair Javaid
· 9 years ago
f726dfa
[Support] Use O_CLOEXEC only when declared
by Pavel Labath
· 9 years ago
2f09609
[Support] Add sys::fs::set_current_path() (aka chdir)
by Pavel Labath
· 9 years ago
97c7cf1
raw_fd_ostream: Make file handles non-inheritable by default
by Pavel Labath
· 9 years ago
8e13bc4
[ThinLTO] Add an API to trigger file-based API for returning objects to the linker
by Mehdi Amini
· 9 years ago
f2fbf43
Fix comment typos. NFC.
by Simon Pilgrim
· 9 years ago
676a875
[Chrono] Fix !HAVE_FUTIMENS build
by Pavel Labath
· 9 years ago
757ca88
Remove TimeValue usage from llvm/Support
by Pavel Labath
· 9 years ago
2aff750
Add AIX support to Path.inc, Host.h, and CMake.
by Chandler Carruth
· 9 years ago
3816c53
Use posix_fallocate instead of ftruncate.
by Rafael Espindola
· 9 years ago
d915327
In openFileForRead, attempt to fetch the actual name of the file on disk -- including case -- so that clang can later warn about non-portable #include and #import directives.
by Taewook Oh
· 9 years ago
99497fd
Revert commit r271704, a patch that enables warnings for non-portable #include and #import paths (Corresponding clang patch has been reverted by r271761). Patches are reverted because they generate lots of unadressable warnings for windows and fail tests under ASAN.
by Taewook Oh
· 9 years ago
dfec58e
In openFileForRead, attempt to fetch the actual name of the file on disk -- including case -- so that clang can later warn about non-portable #include and #import directives.
by Taewook Oh
· 9 years ago
3ba84ca
Fix missing include on OpenBSD
by Mehdi Amini
· 10 years ago
91d3cfe
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes."
by Duncan P. N. Exon Smith
· 10 years ago
1760dc2
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes.
by Eugene Zelenko
· 10 years ago
e2d8f1b
Add disk_space() to llvm::fs
by Mehdi Amini
· 10 years ago
640de72
Revert "Add disk_space() to llvm::fs"
by Mehdi Amini
· 10 years ago
e503a71
Use const ref instead of value for Twine in the disk_space() API
by Mehdi Amini
· 10 years ago
4c82356
Add disk_space() to llvm::fs
by Mehdi Amini
· 10 years ago
b880144
Revert "Add disk_space() to llvm::fs"
by Mehdi Amini
· 10 years ago
9defda5
Add disk_space() to llvm::fs
by Mehdi Amini
· 10 years ago
1e39ef3
Add lastAccessedTime to file_status
by Mehdi Amini
· 10 years ago
ec68482
Revert "Add lastAccessedTime to file_status"
by Mehdi Amini
· 10 years ago
b53b351
Add lastAccessedTime to file_status
by Mehdi Amini
· 10 years ago
a915a16
Fix typo: XDS -> XDG
by Sean Silva
· 10 years ago
7c1f36a
Use static instead of anonymous namespace for helper functions. NFC.
by Pawel Bylica
· 10 years ago
0e97e5c
[Support] Extend sys::path with user_cache_directory function.
by Pawel Bylica
· 10 years ago
083ca9b
Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups.
by Hans Wennborg
· 10 years ago
89d4b1a
ScanDirForExecutable on Windows fails to find executables with the "exe" extension in name
by Reid Kleckner
· 10 years ago
6b9396c
Thread premissions through sys::fs::create_director{y|ies}
by Frederic Riss
· 10 years ago
4c79845
Remove unnecessary StringRef->std::string conversion.
by Alexey Samsonov
· 11 years ago
6de938b
MAP_FILE is the default. We don't need to add it.
by Rafael Espindola
· 11 years ago
c69f13b
Move the resize file feature from mapped_file_region to the only user.
by Rafael Espindola
· 11 years ago
59aaa6c
Pass a FD to resise_file and add a testcase.
by Rafael Espindola
· 11 years ago
7eb1f18
Remove a convoluted way of calling close by moving the call to the only caller.
by Rafael Espindola
· 11 years ago
71bc507
Remove dead code. NFC.
by Rafael Espindola
· 11 years ago
c0610bf
Remove dead code. NFC.
by Rafael Espindola
· 11 years ago
281f23a
Misc cleanups to the FileSytem api.
by Rafael Espindola
· 11 years ago
870d951
Add an explicit cast to pacify implicit boolean conversion warnings.
by Benjamin Kramer
· 11 years ago
016a6d5
Merge TempDir and system_temp_directory.
by Rafael Espindola
· 11 years ago
7e774c2
Remove dead code. Fixes pr20544.
by Rafael Espindola
· 11 years ago
b792a01
Build fix for systems without futimes/futimens
by Alp Toker
· 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
7e577f7
Don't put generic_category in the llvm namespace.
by Rafael Espindola
· 11 years ago
da70bfd
Implement get_magic with generic tools and inline it.
by Rafael Espindola
· 11 years ago
5c4f829
Use std::error_code instead of llvm::error_code.
by Rafael Espindola
· 11 years ago
181adb5
Uses generic_category instead of system_category.
by Rafael Espindola
· 11 years ago
882ce87b
Turn errc and windows_error into enum classes.
by Rafael Espindola
· 11 years ago
03bddfe
Use error_code() instead of error_code::succes()
by Rafael Espindola
· 11 years ago
98b5f08
delete dead code.
by Rafael Espindola
· 11 years ago
e73658d
[C++] Use 'nullptr'.
by Craig Topper
· 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
afc50b3ed
support: add a utility function to normalise path separators
by Saleem Abdulrasool
· 12 years ago
83f858e
Cleanup the interface for creating soft or hard links.
by Rafael Espindola
· 12 years ago
4357f64
Revert create_symbolic_link and both depending changes
by Reid Kleckner
· 12 years ago
ec9dac2
[Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().
by Argyrios Kyrtzidis
· 12 years ago
1bf3847
[C++11] Remove the R-value reference #if usage from the ADT and Support
by Chandler Carruth
· 12 years ago
7a0b640
Share a createUniqueEntity implementation between unix and windows.
by Rafael Espindola
· 12 years ago
37b012d
Use static instead of an anonymous namespace.
by Rafael Espindola
· 12 years ago
5c20ac0
Simplify remove, create_directory and create_directories.
by Rafael Espindola
· 12 years ago
b32292d
Remove dead code.
by Rafael Espindola
· 12 years ago
70e6585
Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its
by Dmitri Gribenko
· 12 years ago
07e7618
Using the helper API for random number generation.
by Aaron Ballman
· 12 years ago
f7d4101
Introduce llvm::sys::path::home_directory.
by Peter Collingbourne
· 12 years ago
b30f01e
Build fix for Android NDK which has neither futimes nor futimens
by Alp Toker
· 12 years ago
21e67472
Improve the detection of the path
by Sylvestre Ledru
· 12 years ago
f907b89
Correct word hyphenations
by Alp Toker
· 12 years ago
aca9739
Rules adjustments in order to build on DragonFly BSD.
by Rafael Espindola
· 12 years ago
6ee1638
Check for $PWD in llvm::sys::current_path.
by Rafael Espindola
· 12 years ago
d123099
Make file_status::getUniqueID const.
by Rafael Espindola
· 12 years ago
7f822a9
Include st_dev to make the result of getUniqueID actually unique.
by Rafael Espindola
· 12 years ago
37f69de
Remove dead or useless header checks from cmake and autoconf
by Reid Kleckner
· 12 years ago
67080ce
Split openFileForWrite into windows and unix versions.
by Rafael Espindola
· 12 years ago
213c4cb
Remove dead code.
by Rafael Espindola
· 12 years ago
a0d9b6b
Split openFileForRead into Windows and Unix versions.
by Rafael Espindola
· 12 years ago
b6fea4c
Don't fallback to copy + delete in rename.
by Rafael Espindola
· 12 years ago
77021c9
Add a version of sys::fs::status that uses fstat.
by Rafael Espindola
· 12 years ago
9da91a0
Instead friending status, provide windows and posix constructors to file_status.
by Rafael Espindola
· 12 years ago
4d08d8b
Use status to implement file_size.
by Rafael Espindola
· 12 years ago
a8a9f1b
We now always create files with the correct permissions. Simplify the interface.
by Rafael Espindola
· 12 years ago
a24dc7f
Reapply r185601 with a fix for the cmake build.
by Eric Christopher
· 12 years ago
3eb07a0
Temporarily revert 185601 as it caused cmake build regressions.
by Eric Christopher
· 12 years ago
Next »