History log of /external/libcxx/include/support/win32/support.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6c272502231b7e66da54d20b9be88b7d316a87a1 04-Jan-2014 Yaron Keren <yaron.keren@gmail.com> 80 cols fixes.



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@198482 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
c8d1bbab02e2c1ee62ee69ac67e2c155031797a9 04-Jan-2014 Yaron Keren <yaron.keren@gmail.com> Implement the functions: clz, clzl, clzll, ctz, ctzl, and ctzll
for libcxx when compiled with Visual C++ on Win32 and Win64.

clang and gcc (MinGW) compilers provide these implementations themselves.



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@198481 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
c26c3855926dfc6669f5ca6ddf5e994837760590 15-Nov-2013 Yaron Keren <yaron.keren@gmail.com> Windows.h is not required.



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@194870 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
ef5aa93b9cdc5bfea3e4c59bafd784a9ff968dec 17-Sep-2013 Howard Hinnant <hhinnant@apple.com> G M: Restore the ability for libcxx to compile again on mingw 64.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@190837 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
e9df0a5c6c864f1ea86486881a3ee559c56105e7 01-Aug-2013 Howard Hinnant <hhinnant@apple.com> Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
MSVC-specific, MSVCRT-specific, or Windows-specific. Because Clang can
also define _MSC_VER, and MSVCRT is not necessarily the only C runtime,
these macros should not be used interchangeably.

This patch divides all Windows-related bits into the aforementioned
categories. Two new macros are introduced:

- _LIBCPP_MSVC: Defined when compiling with MSVC. Detected using
_MSC_VER, excluding Clang.
- _LIBCPP_MSVCRT: Defined when using the Microsoft CRT. This is the default
when _WIN32 is defined.

This leaves _WIN32 for code using the Windows API.

This also corrects the spelling of _LIBCP_HAS_IS_BASE_OF to _LIBCPP_HAS_IS_BASE_OF.

Nico, please prepare a patch for CREDITS.TXT, thanks.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@187593 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
9e98b34a8c03460dacab05068d900dd424e45e53 16-May-2013 Howard Hinnant <hhinnant@apple.com> Glen: This patch gets the string conversion functions working on Windows. It also refactors repetitive code in string.cpp do greatly reduce the repetitiveness, increasing maintainability.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@182026 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
d41b60b2b42114bc7664b016f6be619c46095e59 20-Feb-2012 Bob Wilson <bob.wilson@apple.com> Add missing newlines at EOF.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@150965 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
f6d875f7f589ab9efcf01307a5fd6e375c14fc26 02-Dec-2011 Howard Hinnant <hhinnant@apple.com> Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Ganesh Barbati

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@145698 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
438377c051ccfb662b88e38e86f085909ed2c2d7 02-Dec-2011 Howard Hinnant <hhinnant@apple.com> Jean-Daniel: __builtin_popcountll support for Windows

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@145684 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
9f8884e6c18994360a5e580e5de3aad7a289205d 27-Oct-2011 Howard Hinnant <hhinnant@apple.com> Windows port work by Ruben Van Boxem

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@143105 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
78b6828f1420a266e02687685bc2ab993a54eadd 22-Oct-2011 Howard Hinnant <hhinnant@apple.com> More windows port work by Ruben Van Boxem

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@142732 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
efbe4067f225856814465913bf51e87ec8f17bdb 28-Sep-2011 Howard Hinnant <hhinnant@apple.com> Work on Windows port by Ruben Van Boxem

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@140728 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
6cd05eeb35636c33a5cd951a7b5501f51611b469 23-Sep-2011 Howard Hinnant <hhinnant@apple.com> Work on Windows port by Ruben Van Boxem

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@140384 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h
92a07003b2ce449b22709fbd9b4f1e49b3a2fd3e 22-Sep-2011 Howard Hinnant <hhinnant@apple.com> Partial Windows port by Ruben Van Boxem

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@140328 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/support.h