aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows/Windows.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-1/+0
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-0/+1
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-1/+0
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-0/+13
* Fix build on WindowsTimur Iskhodzhanov2013-05-151-0/+1
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-151-1/+1
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-121-20/+0
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-121-0/+20
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-121-38/+68
* lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...NAKAMURA Takumi2011-08-231-1/+1
* lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will ...NAKAMURA Takumi2011-08-201-2/+2
* Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it a...NAKAMURA Takumi2011-02-091-0/+3
* Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi2011-02-041-2/+2
* Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer2010-12-091-0/+13
* Support/Windows: Make MinGW happy.Michael J. Spencer2010-12-061-6/+6
* Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer2010-12-061-3/+7
* Support/Windows: Add ScopedHandle and move some clients over to it.Michael J. Spencer2010-12-061-0/+40
* Merge System into Support.Michael J. Spencer2010-11-291-0/+60