aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-183-1/+3
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-093-89/+150
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-237-191/+91
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-029-207/+426
* Update LLVM for rebase to r212749.Stephen Hines2014-07-217-348/+170
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-293-18/+17
* Update to LLVM 3.5a.Stephen Hines2014-04-2412-282/+141
* Checking for a return value with FormatMessage; if the call fails, there's no...Aaron Ballman2013-11-181-4/+9
* Fix a conversion warning in the mingw32 buildAlp Toker2013-10-181-2/+2
* Fix initialization order warning in mingw32 buildAlp Toker2013-10-181-1/+1
* Windows: Fix a typo in an assertDavid Majnemer2013-10-141-6/+3
* Windows: Don't bother with pinning Kernel32.dllDavid Majnemer2013-10-141-3/+1
* Windows: Use GetModuleHandleEx instead of LoadLibraryDavid Majnemer2013-10-131-2/+2
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Windows: Avoiding resizing, use uninitialized data() insteadDavid Majnemer2013-10-071-4/+5
* Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...NAKAMURA Takumi2013-10-071-1/+1
* Windows: Be more explicit with Win32 APIsDavid Majnemer2013-10-074-15/+33
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-076-82/+147
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-066-148/+83
* Windows: Add support for unicode command linesDavid Majnemer2013-10-066-83/+148
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-61/+52
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-181-3/+3
* Support ANSI escape code on WindowsNico Rieck2013-09-111-1/+13
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-103-56/+104
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-041-0/+2
* [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi2013-08-221-2/+2
* Whitespace.NAKAMURA Takumi2013-08-221-3/+3
* Switching to using a helper function instead of manually converting the strin...Aaron Ballman2013-08-161-24/+1
* Removing unused functionality.Aaron Ballman2013-08-161-10/+0
* Updating function comments; no functional changes intended.Aaron Ballman2013-08-161-5/+12
* On Windows, autolink advapi32 from Path.inc for CryptAcquireContextWReid Kleckner2013-08-071-0/+4
* Avoid using alloca in Windows/Program.incReid Kleckner2013-08-071-13/+15
* Fix windows' implementation of status when a file doesn't exist.Rafael Espindola2013-07-311-6/+11
* Implement getUniqueID for directories on windows.Rafael Espindola2013-07-301-18/+14
* Remove dead code.Rafael Espindola2013-07-301-3/+0
* Make file_status::getUniqueID const.Rafael Espindola2013-07-291-1/+1
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-291-19/+8
* Improve our error handling on windows.Rafael Espindola2013-07-261-38/+1
* Initialize TempFileHandle.Serge Pavlov2013-07-191-1/+1
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-191-0/+54
* Small improvement to the use of GetFileType:Rafael Espindola2013-07-181-1/+8
* Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...NAKAMURA Takumi2013-07-181-0/+13
* Remove dead code.Rafael Espindola2013-07-181-23/+0
* Fix a funny typo. Thanks to Aaron Ballman for noticing.Rafael Espindola2013-07-171-1/+1
* Add FILE_SHARE_WRITE to openFileForRead.Rafael Espindola2013-07-171-1/+1
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-171-0/+31
* [Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner2013-07-161-2/+0
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-161-22/+38
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-161-9/+6
* Add include to hopefully fix windows build.Craig Topper2013-07-151-0/+1