summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/FileSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-931/+0
* Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner2017-03-221-114/+4
* Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath2017-03-221-4/+114
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-221-114/+4
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Fix windows build broken by r297612Pavel Labath2017-03-131-1/+1
* Fix android buildPavel Labath2017-03-131-1/+1
* Fix Linux build for the FileSpec changesPavel Labath2017-03-131-5/+2
* Use LLVM for file / directory enumeration.Zachary Turner2017-03-131-243/+36
* Resubmit FileSystem changes.Zachary Turner2017-03-081-98/+45
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-45/+98
* Remove FileSpec dependency on FileSystem.Zachary Turner2017-03-071-29/+23
* Fix linux build.Zachary Turner2017-03-071-2/+2
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-69/+22
* Add missing include in FileSpec.Zachary Turner2017-03-061-0/+1
* Remove dependency from FileSpec to ArchSpec.Zachary Turner2017-03-061-9/+8
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-76/+0
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Remove some dead code in FileSpec.Zachary Turner2017-03-031-15/+0
* Delete DataBufferMemoryMap.Zachary Turner2017-02-241-34/+0
* Reindent the code to avoid an error with gcc:Sylvestre Ledru2017-02-161-35/+35
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Fix windows unit testsPavel Labath2017-01-161-1/+1
* FileSpec: Fix PrependPathComponent("/")Pavel Labath2017-01-161-24/+22
* Add methods to enable using formatv syntax in LLDB.Zachary Turner2016-12-161-4/+47
* Fix handling of consecutive slashes in FileSpec::GetNormalizedPath()Pavel Labath2016-11-301-1/+2
* Fix uninitialized members.Sam McCall2016-11-151-4/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-8/+0
* Improve ".." handling in FileSpec normalizationPavel Labath2016-10-311-99/+52
* Update FileSpec's interface to use StringRefs.Zachary Turner2016-09-271-120/+100
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-9/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1302/+1091
* Change the PathMappingList::FindFile to use FileSpec API'sJim Ingham2016-08-231-0/+3
* llvm::sys::path::home_directory() relies on having "HOME" set in the environm...Greg Clayton2016-04-191-1/+15
* FileSpec: make matching separator-agnostic againPavel Labath2016-04-141-0/+2
* Make FileSpec handling platform-independentPavel Labath2016-04-041-26/+100
* Unicode support on Win32.Zachary Turner2016-03-221-22/+34
* Fix a couple of cornercases in FileSpec + testsPavel Labath2016-03-111-24/+22
* Add support for reading line tables from PDB files.Zachary Turner2016-03-021-7/+17
* Some fixes for case insensitive paths on Windows.Zachary Turner2016-02-241-53/+61
* When calling FileSpec::AppendPathComponent() we don't need to include "." in ...Greg Clayton2015-10-201-1/+1
* Moved ResolveSymbolicLink() to the FileSystem where it belongs, thanksSean Callanan2015-09-181-26/+0
* Added support for resolving symbolic links to FileSpec.Sean Callanan2015-09-181-0/+26
* Simplify find_first_of & find_last_of on single char.Bruce Mitchener2015-09-011-1/+1
* Fix FileSpec::IsSymlink implementation.Oleksiy Vyalov2015-07-211-0/+22
* Fix windows build.Ewan Crawford2015-06-301-34/+28
* Rewrite FileSpec::EnumerateDirectory to avoid code duplication.Chaoren Lin2015-06-291-197/+16
* Avoid a recursive function call that could run LLDB out of file descriptors i...Greg Clayton2015-06-291-0/+192
* Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin2015-06-091-1/+7
OpenPOWER on IntegriCloud