summaryrefslogtreecommitdiff
path: root/lib/Support/Windows
Commit message (Expand)AuthorAge
* [Embtk]: Give ability to specify default target ABI at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] Give ability to specify default linker hash-style at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] give ability to specify default FPU to use at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] Give ability to specify default float abi to use at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] Give ability to specify default -mcpuAbdoulaye Walsimou Gaye2014-04-13
* Checking for a return value with FormatMessage; if the call fails, there's no...Aaron Ballman2013-11-18
* Fix a conversion warning in the mingw32 buildAlp Toker2013-10-18
* Fix initialization order warning in mingw32 buildAlp Toker2013-10-18
* Windows: Fix a typo in an assertDavid Majnemer2013-10-14
* Windows: Don't bother with pinning Kernel32.dllDavid Majnemer2013-10-14
* Windows: Use GetModuleHandleEx instead of LoadLibraryDavid Majnemer2013-10-13
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Windows: Avoiding resizing, use uninitialized data() insteadDavid Majnemer2013-10-07
* Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...NAKAMURA Takumi2013-10-07
* Windows: Be more explicit with Win32 APIsDavid Majnemer2013-10-07
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-01
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-18
* Support ANSI escape code on WindowsNico Rieck2013-09-11
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-10
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-04
* [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi2013-08-22
* Whitespace.NAKAMURA Takumi2013-08-22
* Switching to using a helper function instead of manually converting the strin...Aaron Ballman2013-08-16
* Removing unused functionality.Aaron Ballman2013-08-16
* Updating function comments; no functional changes intended.Aaron Ballman2013-08-16
* On Windows, autolink advapi32 from Path.inc for CryptAcquireContextWReid Kleckner2013-08-07
* Avoid using alloca in Windows/Program.incReid Kleckner2013-08-07
* Fix windows' implementation of status when a file doesn't exist.Rafael Espindola2013-07-31
* Implement getUniqueID for directories on windows.Rafael Espindola2013-07-30
* Remove dead code.Rafael Espindola2013-07-30
* Make file_status::getUniqueID const.Rafael Espindola2013-07-29
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Improve our error handling on windows.Rafael Espindola2013-07-26
* Initialize TempFileHandle.Serge Pavlov2013-07-19
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-19
* Small improvement to the use of GetFileType:Rafael Espindola2013-07-18
* Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...NAKAMURA Takumi2013-07-18
* Remove dead code.Rafael Espindola2013-07-18
* Fix a funny typo. Thanks to Aaron Ballman for noticing.Rafael Espindola2013-07-17
* Add FILE_SHARE_WRITE to openFileForRead.Rafael Espindola2013-07-17
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-17
* [Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner2013-07-16
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-16
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-16
* Add include to hopefully fix windows build.Craig Topper2013-07-15
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.NAKAMURA Takumi2013-07-12