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
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
7
-348
/
+170
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
3
-18
/
+17
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
12
-282
/
+141
*
Checking for a return value with FormatMessage; if the call fails, there's no...
Aaron Ballman
2013-11-18
1
-4
/
+9
*
Fix a conversion warning in the mingw32 build
Alp Toker
2013-10-18
1
-2
/
+2
*
Fix initialization order warning in mingw32 build
Alp Toker
2013-10-18
1
-1
/
+1
*
Windows: Fix a typo in an assert
David Majnemer
2013-10-14
1
-6
/
+3
*
Windows: Don't bother with pinning Kernel32.dll
David Majnemer
2013-10-14
1
-3
/
+1
*
Windows: Use GetModuleHandleEx instead of LoadLibrary
David Majnemer
2013-10-13
1
-2
/
+2
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
1
-0
/
+1
*
Windows: Avoiding resizing, use uninitialized data() instead
David Majnemer
2013-10-07
1
-4
/
+5
*
Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...
NAKAMURA Takumi
2013-10-07
1
-1
/
+1
*
Windows: Be more explicit with Win32 APIs
David Majnemer
2013-10-07
4
-15
/
+33
*
Revert "Revert "Windows: Add support for unicode command lines""
David Majnemer
2013-10-07
6
-82
/
+147
*
Revert "Windows: Add support for unicode command lines"
David Majnemer
2013-10-06
6
-148
/
+83
*
Windows: Add support for unicode command lines
David Majnemer
2013-10-06
6
-83
/
+148
*
Add non-blocking Wait() for launched processes
Tareq A. Siraj
2013-10-01
1
-61
/
+52
*
Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...
Filip Pizlo
2013-09-18
1
-3
/
+3
*
Support ANSI escape code on Windows
Nico Rieck
2013-09-11
1
-1
/
+13
*
Add getenv() wrapper that works on multibyte environment variable.
Rui Ueyama
2013-09-10
3
-56
/
+104
*
Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...
NAKAMURA Takumi
2013-09-04
1
-0
/
+2
*
[Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...
NAKAMURA Takumi
2013-08-22
1
-2
/
+2
*
Whitespace.
NAKAMURA Takumi
2013-08-22
1
-3
/
+3
*
Switching to using a helper function instead of manually converting the strin...
Aaron Ballman
2013-08-16
1
-24
/
+1
*
Removing unused functionality.
Aaron Ballman
2013-08-16
1
-10
/
+0
*
Updating function comments; no functional changes intended.
Aaron Ballman
2013-08-16
1
-5
/
+12
*
On Windows, autolink advapi32 from Path.inc for CryptAcquireContextW
Reid Kleckner
2013-08-07
1
-0
/
+4
*
Avoid using alloca in Windows/Program.inc
Reid Kleckner
2013-08-07
1
-13
/
+15
*
Fix windows' implementation of status when a file doesn't exist.
Rafael Espindola
2013-07-31
1
-6
/
+11
*
Implement getUniqueID for directories on windows.
Rafael Espindola
2013-07-30
1
-18
/
+14
*
Remove dead code.
Rafael Espindola
2013-07-30
1
-3
/
+0
*
Make file_status::getUniqueID const.
Rafael Espindola
2013-07-29
1
-1
/
+1
*
Include st_dev to make the result of getUniqueID actually unique.
Rafael Espindola
2013-07-29
1
-19
/
+8
*
Improve our error handling on windows.
Rafael Espindola
2013-07-26
1
-38
/
+1
*
Initialize TempFileHandle.
Serge Pavlov
2013-07-19
1
-1
/
+1
*
Split openFileForWrite into windows and unix versions.
Rafael Espindola
2013-07-19
1
-0
/
+54
*
Small improvement to the use of GetFileType:
Rafael Espindola
2013-07-18
1
-1
/
+8
*
Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...
NAKAMURA Takumi
2013-07-18
1
-0
/
+13
*
Remove dead code.
Rafael Espindola
2013-07-18
1
-23
/
+0
*
Fix a funny typo. Thanks to Aaron Ballman for noticing.
Rafael Espindola
2013-07-17
1
-1
/
+1
*
Add FILE_SHARE_WRITE to openFileForRead.
Rafael Espindola
2013-07-17
1
-1
/
+1
*
Split openFileForRead into Windows and Unix versions.
Rafael Espindola
2013-07-17
1
-0
/
+31
*
[Support] Fix some warnings when self-hosting clang on Windows
Reid Kleckner
2013-07-16
1
-2
/
+0
*
Add a version of sys::fs::status that uses fstat.
Rafael Espindola
2013-07-16
1
-22
/
+38
*
Instead friending status, provide windows and posix constructors to file_status.
Rafael Espindola
2013-07-16
1
-9
/
+6
*
Add include to hopefully fix windows build.
Craig Topper
2013-07-15
1
-0
/
+1
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-1
/
+1
*
Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.
NAKAMURA Takumi
2013-07-12
1
-0
/
+5
*
Add back code for supporting old mingw versions. Should bring the bots back.
Rafael Espindola
2013-07-11
1
-3
/
+13
*
Looks like some versions of mingw don't have errno_t. Use int.
Rafael Espindola
2013-07-11
1
-1
/
+1
[next]