aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows/PathV2.inc
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-071-5/+1
* Support/Windows: Make MinGW happy.Michael J. Spencer2010-12-061-1/+1
* Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer2010-12-061-0/+77
* Support/Windows: Add ScopedHandle and move some clients over to it.Michael J. Spencer2010-12-061-10/+10
* Support/PathV2: Remove redundant calls to make_error_code.Michael J. Spencer2010-12-041-49/+48
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-041-0/+48
* Support/Windows/FileSystem: Fix MinGW warnings.Michael J. Spencer2010-12-041-6/+6
* Support/FileSystem: Add file_size implementation.Michael J. Spencer2010-12-041-0/+21
* Support/FileSystem: Add equivalent implementation.Michael J. Spencer2010-12-031-0/+65
* Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer2010-12-031-0/+4
* And I really hate line endings.Michael J. Spencer2010-12-031-3/+3
* Support/Windows/FileSystem: Fix MinGW build.Michael J. Spencer2010-12-031-0/+6
* Support/FileSystem: Add resize_file implementation.Michael J. Spencer2010-12-031-0/+19
* Support/FileSystem: Add rename implementation.Michael J. Spencer2010-12-031-0/+19
* Support/FileSystem: Add remove implementation.Michael J. Spencer2010-12-031-0/+19
* Fix line endings.Michael J. Spencer2010-12-031-6/+6
* Support/FileSystem: Add create_symlink implementation.Michael J. Spencer2010-12-031-0/+32
* Support/FileSystem: Add create_hard_link implementation.Michael J. Spencer2010-12-031-0/+19
* Support/FileSystem: Add create_director{y,ies} implementations.Michael J. Spencer2010-12-031-0/+20
* Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef.Michael J. Spencer2010-12-031-2/+2
* Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer2010-12-031-0/+204
* 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/+57
* Support: Add PathV2 implementation.Michael J. Spencer2010-11-291-0/+71