aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Unix/PathV2.inc
Commit message (Expand)AuthorAgeFilesLines
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-091-17/+17
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-121-7/+0
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-121-21/+13
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-121-0/+7
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-081-3/+4
* Include limits.h to make sure PATH_MAX is known on Solaris 10.Bill Wendling2011-09-141-0/+3
* Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-281-8/+11
* revert r128199 until it can be made to work with Frontend/dependency-gen.c.Andrew Trick2011-03-241-5/+9
* Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.Michael J. Spencer2011-03-241-9/+5
* Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor2011-02-091-30/+0
* Attempt to fix the build after r125228.Cameron Zwarich2011-02-091-2/+2
* Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor2011-02-091-0/+30
* Fix rename.Michael J. Spencer2011-01-161-2/+11
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-151-0/+31
* Support/PathV2: Implement directory iteration on POSIX.Michael J. Spencer2011-01-051-0/+54
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-071-2/+1
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-071-3/+3
* Support/Unix/PathV2: Return the real error from realpath instead of any errorMichael J. Spencer2010-12-071-1/+2
* Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. Also...Michael J. Spencer2010-12-071-1/+1
* Support/PathV2: Use SmallVector::clear instead of set_size.Michael J. Spencer2010-12-071-2/+2
* Support/PathV2: Clarify and correct documentation.Michael J. Spencer2010-12-071-0/+5
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-071-11/+13
* Support/PathV2: Remove redundant calls to make_error_code.Michael J. Spencer2010-12-041-21/+21
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-041-0/+32
* Support/FileSystem: Add file_size implementation.Michael J. Spencer2010-12-041-0/+14
* Support/FileSystem: Add equivalent implementation.Michael J. Spencer2010-12-031-0/+25
* Support/FileSystem: Add resize_file implementation.Michael J. Spencer2010-12-031-0/+10
* Support/FileSystem: Add rename implementation.Michael J. Spencer2010-12-031-0/+13
* Support/FileSystem: Add remove implementation.Michael J. Spencer2010-12-031-0/+14
* Support/FileSystem: Add create_symlink implementation.Michael J. Spencer2010-12-031-0/+13
* Support/FileSystem: Add create_hard_link implementation.Michael J. Spencer2010-12-031-0/+13
* Support/FileSystem: Add create_director{y,ies} implementations.Michael J. Spencer2010-12-031-0/+14
* Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer2010-12-031-2/+129
* Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStrin...Michael J. Spencer2010-12-011-2/+2
* Support/FileSystem: Add copy_file implementation. Not tests yet because theMichael J. Spencer2010-12-011-0/+92
* Support: Add PathV2 implementation.Michael J. Spencer2010-11-291-0/+39