summaryrefslogtreecommitdiff
path: root/lib/Support/Windows
Commit message (Expand)AuthorAge
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-24
* Delete dead code.Rafael Espindola2014-02-24
* Use static instead of an anonymous namespace.Rafael Espindola2014-02-23
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* Use simpler form of llvm::sys::fs::remove.Rafael Espindola2014-02-23
* [Support] Correctly handle zero length inputs to UTF conversion functions on ...Michael J. Spencer2014-02-20
* Remove dead code.Rafael Espindola2014-02-13
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-12
* Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.NAKAMURA Takumi2014-02-12
* Using the helper API for random number generation.Aaron Ballman2014-02-11
* Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r...Aaron Ballman2014-02-11
* Try to unbreak the mingw32 build.Benjamin Kramer2014-02-07
* Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman2014-02-04
* Undef'ing _WIN32_IE to silence an MSVC warning about redefining a macro value.Aaron Ballman2014-02-03
* Hopefully fix mingw32 bots.Peter Collingbourne2014-02-01
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Try to fix the windows build. The comments in other files don't seem toChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Correct word hyphenationsAlp Toker2013-12-05
* 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