summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Windows.h
Commit message (Expand)AuthorAge
* Checking for a return value with FormatMessage; if the call fails, there's no...Aaron Ballman2013-11-18
* 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 getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-10
* Fix build on WindowsTimur Iskhodzhanov2013-05-15
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-12
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-12
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-12
* lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...NAKAMURA Takumi2011-08-23
* lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will ...NAKAMURA Takumi2011-08-20
* Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it a...NAKAMURA Takumi2011-02-09
* Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi2011-02-04
* Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer2010-12-09
* Support/Windows: Make MinGW happy.Michael J. Spencer2010-12-06
* Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer2010-12-06
* Support/Windows: Add ScopedHandle and move some clients over to it.Michael J. Spencer2010-12-06
* Merge System into Support.Michael J. Spencer2010-11-29