Mercurial > ms-int-types
graph
-
[Issue 4] Fix incorrect int8_t behaviour if compiled with /J flag.Thu, 17 Sep 2009 19:46:49 +0000, by alexander chemeris
-
Forgot about #ifdef __cplusplus guard around 'extern "C"', so inclusion to C files has been broken.Wed, 13 May 2009 10:53:48 +0000, by ipse c99
-
[Issue 2] Always wrap <wcharюрЮ with external "C" {}.Mon, 11 May 2009 21:27:45 +0000, by ipse c99
-
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.Mon, 11 May 2009 18:22:15 +0000, by ipse c99
-
Get rid of these compiler warnings when compiling for 32-bit:Thu, 17 Jul 2008 05:47:22 +0000, by ipse c99
-
Better C99 conformance: macros for format specifiers should only be included in C++ implementations if __STDC_FORMAT_MACROS is defined before <inttypes.h> is included.Tue, 09 Oct 2007 12:54:27 +0000, by ipse c99
-
Explicitly cast to appropriate type INT8_MIN, INT16_MIN, INT32_MIN and INT64_MIN constants.Tue, 03 Jul 2007 22:14:40 +0000, by ipse c99
-
Better handling of (U)INTx_C macros - now they generate constants of exact width.Tue, 26 Jun 2007 12:53:23 +0000, by ipse c99
-
Fix typo: Miscrosoft -> Microsoft.Thu, 29 Mar 2007 16:16:14 +0000, by ipse c99
-
Remove <BaseTsd.h> include, as it is not present in Visual Studio 2005 Epxress Edition and required only for INT_PTR and UINT_PTR types.Sat, 24 Feb 2007 14:32:58 +0000, by ipse c99
-
More correct fix for compilation under VS6.Sun, 11 Feb 2007 17:53:05 +0000, by ipse c99
-
Bugfix: fix compiling under VS6, when stdint.h enclosed in 'extern "C" {}'.Sun, 11 Feb 2007 17:04:32 +0000, by ipse c99
-
Make _inline modifier for imaxdiv default option. Use STATIC_IMAXDIV to make it static.Wed, 13 Dec 2006 13:53:11 +0000, by ipse c99
-
Error message changed: VC6 supported from now.Wed, 13 Dec 2006 13:42:24 +0000, by ipse c99
-
All (U)INT* types changed to (unsigned) __int*. This should make stdint.h compatible with VC6.Wed, 13 Dec 2006 13:39:33 +0000, by ipse c99
-
Added INLINE_IMAXDIV define switch.Wed, 13 Dec 2006 13:20:57 +0000, by ipse c99
-
Error message for non-MSC compiler changed.Wed, 13 Dec 2006 12:53:52 +0000, by ipse c99
-
Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8).Wed, 13 Dec 2006 09:47:48 +0000, by ipse c99
-
License chaged to BSD-derivative.Tue, 12 Dec 2006 22:08:02 +0000, by ipse c99
-
Added <wchar.h> include to avoid warnings when it is included after stdint.h.Tue, 12 Dec 2006 21:53:20 +0000, by ipse c99
-
BUGFIX: Definitions of INTPTR_MIN, INTPTR_MAX and UINTPTR_MAX for WIN32 and WIN64 was mixed up.Mon, 11 Dec 2006 21:58:05 +0000, by alexander chemeris
-
Rise #error if _MSC_VER is not defined. I.e. compiler other then Microsoft Visual C++ is used.Mon, 11 Dec 2006 21:51:55 +0000, by alexander chemeris
-
Added <limits.h> include to stdint.h.Mon, 11 Dec 2006 19:54:14 +0000, by alexander chemeris
-
Initial check in.Mon, 11 Dec 2006 18:39:27 +0000, by alexander chemeris