History log of /external/libcxx/include/support/win32/limits_win32.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2bcdf5e9a0446b42d138e2f67a316c31fa7a5c0c 06-Oct-2013 Howard Hinnant <hhinnant@apple.com> Yaron Keren: Add missing comment.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@192068 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/limits_win32.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/limits_win32.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/limits_win32.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/limits_win32.h
f46fc939cbcb2e2287575fd19b4ee01430591229 20-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@142578 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/include/support/win32/limits_win32.h