index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Host
/
common
/
FileSpec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-931
/
+0
*
Resubmit "Delete the remainder of platform specific code in FileSpec."
Zachary Turner
2017-03-22
1
-114
/
+4
*
Revert "Delete the remainder of platform specific code in FileSpec."
Pavel Labath
2017-03-22
1
-4
/
+114
*
Delete the remainder of platform specific code in FileSpec.
Zachary Turner
2017-03-22
1
-114
/
+4
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
1
-1
/
+1
*
Fix windows build broken by r297612
Pavel Labath
2017-03-13
1
-1
/
+1
*
Fix android build
Pavel Labath
2017-03-13
1
-1
/
+1
*
Fix Linux build for the FileSpec changes
Pavel Labath
2017-03-13
1
-5
/
+2
*
Use LLVM for file / directory enumeration.
Zachary Turner
2017-03-13
1
-243
/
+36
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-98
/
+45
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-45
/
+98
*
Remove FileSpec dependency on FileSystem.
Zachary Turner
2017-03-07
1
-29
/
+23
*
Fix linux build.
Zachary Turner
2017-03-07
1
-2
/
+2
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-69
/
+22
*
Add missing include in FileSpec.
Zachary Turner
2017-03-06
1
-0
/
+1
*
Remove dependency from FileSpec to ArchSpec.
Zachary Turner
2017-03-06
1
-9
/
+8
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-76
/
+0
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Remove some dead code in FileSpec.
Zachary Turner
2017-03-03
1
-15
/
+0
*
Delete DataBufferMemoryMap.
Zachary Turner
2017-02-24
1
-34
/
+0
*
Reindent the code to avoid an error with gcc:
Sylvestre Ledru
2017-02-16
1
-35
/
+35
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Fix windows unit tests
Pavel Labath
2017-01-16
1
-1
/
+1
*
FileSpec: Fix PrependPathComponent("/")
Pavel Labath
2017-01-16
1
-24
/
+22
*
Add methods to enable using formatv syntax in LLDB.
Zachary Turner
2016-12-16
1
-4
/
+47
*
Fix handling of consecutive slashes in FileSpec::GetNormalizedPath()
Pavel Labath
2016-11-30
1
-1
/
+2
*
Fix uninitialized members.
Sam McCall
2016-11-15
1
-4
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
1
-8
/
+0
*
Improve ".." handling in FileSpec normalization
Pavel Labath
2016-10-31
1
-99
/
+52
*
Update FileSpec's interface to use StringRefs.
Zachary Turner
2016-09-27
1
-120
/
+100
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-9
/
+9
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1302
/
+1091
*
Change the PathMappingList::FindFile to use FileSpec API's
Jim Ingham
2016-08-23
1
-0
/
+3
*
llvm::sys::path::home_directory() relies on having "HOME" set in the environm...
Greg Clayton
2016-04-19
1
-1
/
+15
*
FileSpec: make matching separator-agnostic again
Pavel Labath
2016-04-14
1
-0
/
+2
*
Make FileSpec handling platform-independent
Pavel Labath
2016-04-04
1
-26
/
+100
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-22
/
+34
*
Fix a couple of cornercases in FileSpec + tests
Pavel Labath
2016-03-11
1
-24
/
+22
*
Add support for reading line tables from PDB files.
Zachary Turner
2016-03-02
1
-7
/
+17
*
Some fixes for case insensitive paths on Windows.
Zachary Turner
2016-02-24
1
-53
/
+61
*
When calling FileSpec::AppendPathComponent() we don't need to include "." in ...
Greg Clayton
2015-10-20
1
-1
/
+1
*
Moved ResolveSymbolicLink() to the FileSystem where it belongs, thanks
Sean Callanan
2015-09-18
1
-26
/
+0
*
Added support for resolving symbolic links to FileSpec.
Sean Callanan
2015-09-18
1
-0
/
+26
*
Simplify find_first_of & find_last_of on single char.
Bruce Mitchener
2015-09-01
1
-1
/
+1
*
Fix FileSpec::IsSymlink implementation.
Oleksiy Vyalov
2015-07-21
1
-0
/
+22
*
Fix windows build.
Ewan Crawford
2015-06-30
1
-34
/
+28
*
Rewrite FileSpec::EnumerateDirectory to avoid code duplication.
Chaoren Lin
2015-06-29
1
-197
/
+16
*
Avoid a recursive function call that could run LLDB out of file descriptors i...
Greg Clayton
2015-06-29
1
-0
/
+192
*
Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.
Chaoren Lin
2015-06-09
1
-1
/
+7
[next]