index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Windows
/
PathV2.inc
Age
Commit message (
Expand
)
Author
2013-03-15
[Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...
Michael J. Spencer
2013-03-14
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
Michael J. Spencer
2013-03-12
[Support][Path] Don't inf loop if creating the parent directory fails.
Michael J. Spencer
2012-12-03
[Support][FileSystem] Fix open mode in resize_file on Windows.
Michael J. Spencer
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-09-25
Fix a -Wparentheses warning in the mingw build
Nico Weber
2012-08-15
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-06-20
Unbreak the MSVC build: add return to unimplemented functions.
Francois Pichet
2012-06-20
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
2012-05-11
Allow unique_file to take a mode for file permissions, but default
Eric Christopher
2012-05-08
Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.
NAKAMURA Takumi
2012-02-09
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2011-12-12
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-12
Support/Windows: Cleanup scoped handles.
Michael J. Spencer
2011-12-08
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-08-20
PathV2: Handle more reserved filenames on windows.
Benjamin Kramer
2011-07-28
Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.
Argyrios Kyrtzidis
2011-03-16
Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.
NAKAMURA Takumi
2011-03-07
Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.
NAKAMURA Takumi
2011-02-04
Make Win32's header file name lower for cross build on case-sensitive filesys...
NAKAMURA Takumi
2011-01-17
Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be spe...
NAKAMURA Takumi
2011-01-17
Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOV...
NAKAMURA Takumi
2011-01-15
Support/PathV2: Implement get_magic.
Michael J. Spencer
2011-01-05
Support/Windows/PathV2: Make directory iteration ignore . and ..
Michael J. Spencer
2011-01-05
Support/Windows/PathV2: Fix remove to handle both files and directories.
Michael J. Spencer
2010-12-17
Missed some StringRefRefs.
Benjamin Kramer
2010-12-09
Support/Windows/PathV2: Fix header comment.
Michael J. Spencer
2010-12-09
Support: Move c_str from SmallVector back to SmallString and add a free standing
Michael J. Spencer
2010-12-07
Support/PathV2: Change most functions in the path namespace to return their work
Michael J. Spencer
2010-12-07
Support/PathV2: Remove the error_code return type from all functions in the path
Michael J. Spencer
2010-12-07
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-06
Support/Windows: Make MinGW happy.
Michael J. Spencer
2010-12-06
Support/FileSystem: Add directory_iterator implementation.
Michael J. Spencer
2010-12-06
Support/Windows: Add ScopedHandle and move some clients over to it.
Michael J. Spencer
2010-12-04
Support/PathV2: Remove redundant calls to make_error_code.
Michael J. Spencer
2010-12-04
Support/FileSystem: Add status implementation.
Michael J. Spencer
2010-12-04
Support/Windows/FileSystem: Fix MinGW warnings.
Michael J. Spencer
2010-12-04
Support/FileSystem: Add file_size implementation.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add equivalent implementation.
Michael J. Spencer
2010-12-03
Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.
Michael J. Spencer
2010-12-03
And I really hate line endings.
Michael J. Spencer
2010-12-03
Support/Windows/FileSystem: Fix MinGW build.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add resize_file implementation.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add rename implementation.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add remove implementation.
Michael J. Spencer
2010-12-03
Fix line endings.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add create_symlink implementation.
Michael J. Spencer
[next]