index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.
NAKAMURA Takumi
2011-03-16
1
-1
/
+8
*
Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ...
NAKAMURA Takumi
2011-03-16
1
-1
/
+11
*
Try to fix the windows build.
Rafael Espindola
2011-03-10
1
-2
/
+2
*
Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.
NAKAMURA Takumi
2011-03-07
1
-1
/
+1
*
Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it a...
NAKAMURA Takumi
2011-02-09
1
-0
/
+3
*
Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ...
NAKAMURA Takumi
2011-02-09
1
-9
/
+0
*
Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.
NAKAMURA Takumi
2011-02-09
1
-1
/
+11
*
Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.
NAKAMURA Takumi
2011-02-05
2
-60
/
+83
*
Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...
NAKAMURA Takumi
2011-02-05
1
-1
/
+1
*
Make Win32's header file name lower for cross build on case-sensitive filesys...
NAKAMURA Takumi
2011-02-04
3
-5
/
+5
*
Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be spe...
NAKAMURA Takumi
2011-01-17
1
-1
/
+1
*
Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOV...
NAKAMURA Takumi
2011-01-17
1
-1
/
+2
*
lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed with...
NAKAMURA Takumi
2011-01-17
1
-0
/
+3
*
Support/PathV2: Implement get_magic.
Michael J. Spencer
2011-01-15
2
-0
/
+43
*
Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...
Michael J. Spencer
2011-01-11
1
-2
/
+3
*
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...
Michael J. Spencer
2011-01-10
1
-3
/
+5
*
Support/Windows/PathV2: Make directory iteration ignore . and ..
Michael J. Spencer
2011-01-05
1
-4
/
+24
*
Support/Windows/PathV2: Fix remove to handle both files and directories.
Michael J. Spencer
2011-01-05
1
-7
/
+21
*
Missed some StringRefRefs.
Benjamin Kramer
2010-12-17
1
-4
/
+2
*
Support/Windows/PathV2: Fix header comment.
Michael J. Spencer
2010-12-09
1
-1
/
+1
*
Support: Move c_str from SmallVector back to SmallString and add a free standing
Michael J. Spencer
2010-12-09
2
-1
/
+14
*
Support: Remove Alarm. It is unused (via local grep and google code search).
Michael J. Spencer
2010-12-07
1
-43
/
+0
*
Support/PathV2: Change most functions in the path namespace to return their work
Michael J. Spencer
2010-12-07
1
-2
/
+1
*
Support/PathV2: Remove the error_code return type from all functions in the path
Michael J. Spencer
2010-12-07
1
-2
/
+2
*
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-07
1
-5
/
+1
*
Support/Windows: Make MinGW happy.
Michael J. Spencer
2010-12-06
2
-7
/
+7
*
Support/FileSystem: Add directory_iterator implementation.
Michael J. Spencer
2010-12-06
2
-3
/
+84
*
Support/Windows: Add ScopedHandle and move some clients over to it.
Michael J. Spencer
2010-12-06
2
-10
/
+50
*
Support/PathV2: Remove redundant calls to make_error_code.
Michael J. Spencer
2010-12-04
1
-49
/
+48
*
Support/FileSystem: Add status implementation.
Michael J. Spencer
2010-12-04
1
-0
/
+48
*
Support/Windows/FileSystem: Fix MinGW warnings.
Michael J. Spencer
2010-12-04
1
-6
/
+6
*
Support/FileSystem: Add file_size implementation.
Michael J. Spencer
2010-12-04
1
-0
/
+21
*
Support/FileSystem: Add equivalent implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+65
*
Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.
Michael J. Spencer
2010-12-03
1
-0
/
+4
*
And I really hate line endings.
Michael J. Spencer
2010-12-03
1
-3
/
+3
*
Support/Windows/FileSystem: Fix MinGW build.
Michael J. Spencer
2010-12-03
1
-0
/
+6
*
Support/FileSystem: Add resize_file implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+19
*
Support/FileSystem: Add rename implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+19
*
Support/FileSystem: Add remove implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+19
*
Fix line endings.
Michael J. Spencer
2010-12-03
1
-6
/
+6
*
Support/FileSystem: Add create_symlink implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+32
*
Support/FileSystem: Add create_hard_link implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+19
*
Support/FileSystem: Add create_director{y,ies} implementations.
Michael J. Spencer
2010-12-03
1
-0
/
+20
*
Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef.
Michael J. Spencer
2010-12-03
1
-2
/
+2
*
Support/FileSystem: Add unique_file and exists implementations.
Michael J. Spencer
2010-12-03
2
-0
/
+205
*
Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStrin...
Michael J. Spencer
2010-12-01
1
-2
/
+2
*
Support/FileSystem: Add copy_file implementation. Not tests yet because the
Michael J. Spencer
2010-12-01
1
-0
/
+57
*
Support: Add PathV2 implementation.
Michael J. Spencer
2010-11-29
1
-0
/
+71
*
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
6
-6
/
+6
*
Merge System into Support.
Michael J. Spencer
2010-11-29
14
-0
/
+2636