2bab1f37ffPatch for recent versions of glibc which always assume int64_t support. Fixes#8731.
John Maddock
2013-07-04 09:13:23 +0000
e17e4fe621Extracted intptr_t and uintptr_t types to cstdint.hpp. Refs #7823.
Andrey Semashev
2013-06-16 15:02:27 +0000
cb470782cfChange logic so that int32_t etc is an int rather than a long where possible.
John Maddock
2010-09-05 16:27:09 +0000
059715dda1Add VMS support. Fixes#4474.
John Maddock
2010-08-12 12:36:42 +0000
373e516ff5Change code to check individually for the INT#_C macros before defining them - this correctly handles cases where they are partially defined by other other headers (for example ICU). Also declare this a gcc system header - seems to be the only way to really suppress the warnings - fixes#3889.
John Maddock
2010-02-02 18:35:33 +0000
89481ebd34Commit alternative warning suppression code.
John Maddock
2010-01-25 10:55:50 +0000
2a14f482e6Disable warnings when defining INT#_C macros for gcc.
Daniel James
2010-01-12 18:51:40 +0000
080cd5d4cbUpdate cstdint.hpp to always define the INT#_C macros. Try again with Codegear workaround.
John Maddock
2009-12-11 17:46:10 +0000
d6ada0eb0cFix for Comeau compiler - does not define __GLIBC_HAVE_LONG_LONG which in turn causes GLIBC's stdint.h to misbehave. Fixes#3548.
John Maddock
2009-11-23 09:51:23 +0000
e50fa7d4eeFixes#3180.
John Maddock
2009-11-22 17:12:57 +0000
e68c78a3c4Fixes#2654.
John Maddock
2009-01-14 10:17:25 +0000
628cb70df7Apparently we forgot to include <limits.h>
John Maddock
2006-01-24 17:23:54 +0000
a8b414ef67Merge from RC_1_33_0.
Rene Rivera
2005-11-19 19:38:13 +0000
2f3debf876Better support for Tru64.
Markus Schöpflin
2004-10-12 16:42:58 +0000
0b75c06eeeAdded new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8.
John Maddock
2004-09-04 10:34:49 +0000
920a41ee54Removed Boost.org copyrights and replaced with originating authors copyright instead.
John Maddock
2004-08-10 12:53:34 +0000
a8616a783bPatches for cstdint support:
John Maddock
2004-01-14 13:30:49 +0000
efdf53a42cinclude <boost/limits.hpp> instead of <limits.h>, fixing a date-time issue on Comeau
Beman Dawes
2003-05-22 18:09:32 +0000
f178656381Added Cray X1 support
John Maddock
2003-01-24 11:57:27 +0000
6204b62acdAdded Cray support
John Maddock
2003-01-22 12:12:14 +0000
66e3988921add or update See www.boost.org comments
Beman Dawes
2002-12-27 16:51:53 +0000
0e7f67a96dMerged changes from RC_1_29_0 branch
John Maddock
2002-10-21 11:00:50 +0000
5bfc97ec8dBOOST_HAS_MS_INT64 rather than specific compilers
Beman Dawes
2002-08-05 00:02:10 +0000
345c127227Check for BOOST_HAS_MS_INT64 instead of specific compilers
Beman Dawes
2002-08-04 01:27:24 +0000
24ea68b00ecstdint.hpp: - Handle FreeBSD's <inttypes.h>
Douglas Gregor
2002-01-31 12:58:35 +0000
e0350ea5a9Remove non-ASCII character that crept in.
Darin Adler
2001-11-04 21:53:21 +0000
0c9ae76f94only use "long long" if there's a stdlib overload
Jens Maurer
2001-11-01 21:52:08 +0000
1b1273d98cport cstdint.hpp to HP-UX
Jens Maurer
2001-09-20 19:25:35 +0000
dbd1afb2efcommit of split-config, including any changes required to existing libraries (mainly regex).
John Maddock
2001-09-18 11:13:39 +0000
67694454c0Add LL suffix to line 150 for long longs at suggestion of Toon Knapen
Beman Dawes
2001-08-13 17:02:48 +0000
0722b90137fix the "gcc 3.0 and long long" fix to check for the appropriate symbol
Jens Maurer
2001-05-13 18:17:15 +0000
de5d29fa8eDon't use "long long" with gcc 3.0's shipped library, because it does not define operator<<(ostream&, long long) overloads.
Jens Maurer
2001-05-11 17:04:56 +0000
7a0711230bPreprocessor fix for VC6 + STLPort 4.1b6
John Maddock
2001-05-11 10:47:57 +0000
a431ef5b54HP-UX needs special attention because ULONG_LONG_MAX is not fully usable
Jens Maurer
2001-05-09 21:07:20 +0000
59eda005d1int64_t may not be defined on HP-UX when using gcc
Jens Maurer
2001-05-08 18:14:14 +0000
4d8c6207ba64-bit integer improvements from John Maddock
Beman Dawes
2000-09-22 20:39:23 +0000
ae7bad9e9aThis commit was generated by cvs2svn to compensate for changes in r4, which included commits to RCS files with non-trunk default branches.
Beman Dawes
2000-07-07 16:04:40 +0000
7aab77e042Merged recent changes from trunk.
Andrey Semashev
2013-07-20 17:17:10 +0000
58e595c560Fix logic in cstdint to prefer smaller integers when possible. Improve PP-logic in integer-traits. Suppress some compiler warnings.
John Maddock
2010-10-02 12:14:04 +0000
a2e4d5c776Merge fixes from Trunk.
John Maddock
2010-06-12 08:33:32 +0000
3ec979d6ceUpdate cstdint.hpp to always define the INT#_C macros. Try again with Codegear workaround.
John Maddock
2009-12-11 17:46:10 +0000
6ea9267941Fix for Comeau compiler - does not define __GLIBC_HAVE_LONG_LONG which in turn causes GLIBC's stdint.h to misbehave. Fixes#3548.
John Maddock
2009-11-23 09:51:23 +0000
900d7d65eeFixes#3180.
John Maddock
2009-11-22 17:12:57 +0000
36712e5063Fixes#2654.
John Maddock
2009-01-14 10:17:25 +0000
6c81172a0eApparently we forgot to include <limits.h>
John Maddock
2006-01-24 17:23:54 +0000
6e0823298aMerge from RC_1_33_0.
Rene Rivera
2005-11-19 19:38:13 +0000
866cd7fbb8Better support for Tru64.
Markus Schöpflin
2004-10-12 16:42:58 +0000
67b7f4c37fAdded new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8.
John Maddock
2004-09-04 10:34:49 +0000
2e9c31c942Removed Boost.org copyrights and replaced with originating authors copyright instead.
John Maddock
2004-08-10 12:53:34 +0000
c4f36aa425Patches for cstdint support:
John Maddock
2004-01-14 13:30:49 +0000
77419b2d62include <boost/limits.hpp> instead of <limits.h>, fixing a date-time issue on Comeau
Beman Dawes
2003-05-22 18:09:32 +0000
677edcd343Added Cray X1 support
John Maddock
2003-01-24 11:57:27 +0000
7819651167Added Cray support
John Maddock
2003-01-22 12:12:14 +0000