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
Age
Commit message (
Expand
)
Author
2011-02-05
Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...
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-17
lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed with...
NAKAMURA Takumi
2011-01-15
Support/PathV2: Implement get_magic.
Michael J. Spencer
2011-01-11
Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...
Michael J. Spencer
2011-01-10
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...
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: Remove Alarm. It is unused (via local grep and google code search).
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
2010-12-03
Support/FileSystem: Add create_hard_link implementation.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add create_director{y,ies} implementations.
Michael J. Spencer
2010-12-03
Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add unique_file and exists implementations.
Michael J. Spencer
2010-12-01
Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStrin...
Michael J. Spencer
2010-12-01
Support/FileSystem: Add copy_file implementation. Not tests yet because the
Michael J. Spencer
2010-11-29
Support: Add PathV2 implementation.
Michael J. Spencer
2010-11-29
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
Merge System into Support.
Michael J. Spencer
[prev]