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
*
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
*
Delegate path operations to FileSpec.
Chaoren Lin
2015-06-05
1
-5
/
+44
*
Fix LLDB so that it can correctly track down dependent shared libraries that ...
Greg Clayton
2015-06-02
1
-0
/
+8
*
Working directory FileSpec should use remote path syntax to display correctly.
Chaoren Lin
2015-05-29
1
-0
/
+15
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-2
/
+30
*
Make FileSpec::Dump use FileSpec::GetPath(), not the other way around.
Chaoren Lin
2015-05-28
1
-44
/
+62
*
Remove trailing slash from dumping directory FileSpec.
Chaoren Lin
2015-05-19
1
-3
/
+4
*
Set path syntax for remote executable FileSpec.
Chaoren Lin
2015-05-09
1
-6
/
+10
*
Make sure that the following paths say they are equal:
Greg Clayton
2015-05-05
1
-0
/
+2
*
[Python] Fix issue configuring sys.path during startup.
Zachary Turner
2015-04-09
1
-7
/
+13
*
Fix FileSpec::GetPath to return null-terminated strings
Ilia K
2015-02-27
1
-4
/
+2
*
When FileSpec::Resolve is given a bare file like "ls",
Jason Molenda
2015-02-25
1
-0
/
+13
*
Avoid crashing by not mmap'ing files on network mounted file systems.
Greg Clayton
2015-02-23
1
-0
/
+9
*
Fix a handling of full path in break-insert.
Hafiz Abid Qadeer
2015-02-08
1
-0
/
+6
*
Abstract the details from regex.h a bit more by not allowing people to specif...
Greg Clayton
2015-01-21
1
-2
/
+1
*
Fix creation of StringRef in FileSpec::ResolveUsername()
Jason Molenda
2015-01-20
1
-1
/
+1
*
Fix some posix assumptions related to running shell commands.
Zachary Turner
2014-12-08
1
-8
/
+21
*
Reverting r223548 which broke running in the shell on OS X.
Jim Ingham
2014-12-06
1
-21
/
+8
*
Fix some posix assumptions related to running shell commands.
Zachary Turner
2014-12-06
1
-8
/
+21
*
Only normalize FileSpec paths *after* resolving them.
Zachary Turner
2014-12-01
1
-2
/
+6
*
For some reason, sometimes the directory paths that clang emits have internal
Jim Ingham
2014-11-15
1
-2
/
+116
*
Fix the build for LLVM changes
Enrico Granata
2014-11-04
1
-1
/
+4
*
Ensure that m_syntax is initialized in all the FileSpec
Jason Molenda
2014-10-15
1
-5
/
+6
*
Nope, I was right originally. ResolveUsername should resolve "~" to the
Jim Ingham
2014-09-12
1
-2
/
+3
*
Don't make paths with /Foo//bar, that confuses everybody down the line.
Jim Ingham
2014-09-12
1
-1
/
+10
*
Revert 217719, that wasn't the right fix, that should complete user names, and
Jim Ingham
2014-09-12
1
-2
/
+2
*
ResolveUsername should resolve "~" to the user's home directory as well as "~...
Jim Ingham
2014-09-12
1
-2
/
+2
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-17
/
+19
*
Don't crash when specifying a core file that isn't readable.
Greg Clayton
2014-08-15
1
-0
/
+9
*
Host: remove unused function
Saleem Abdulrasool
2014-08-09
1
-21
/
+0
*
Fix bug causing FileSpec::GetPath() to crash with a null dest.
Zachary Turner
2014-08-08
1
-0
/
+3
*
Optimizations for FileSpec.
Zachary Turner
2014-08-07
1
-138
/
+75
*
Fix FileSpec to be able to understand Windows paths.
Zachary Turner
2014-08-07
1
-45
/
+64
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-2
/
+2
*
Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they ...
Greg Clayton
2014-05-30
1
-35
/
+8
[next]