Commit Graph

  • 5fb0343fa8 Initial commit Beman 2014-07-09 21:18:31 -0400
  • d43db8b388 regenerate docs. jzmaddock 2014-06-12 13:32:18 +0100
  • 7eb1b741b1 Merge branch 'build-time-checks' into develop jzmaddock 2014-06-12 13:31:16 +0100
  • 51da22f6ff Revert "Revert "Add new build-time configuration feature."" jzmaddock 2014-06-12 13:30:04 +0100
  • 4cf1376ec2 Revert "Add new build-time configuration feature." jzmaddock 2014-06-12 09:11:05 +0100
  • 6c89538f2e Merge pull request #26 from boostorg/pull-request/intel-rtti-detection jzmaddock 2014-06-10 19:18:58 +0100
  • 8e4d98da1e Merge pull request #25 from boostorg/pull-request/config-test-pthread-rt-flags jzmaddock 2014-06-10 19:18:28 +0100
  • 28832f792f Improve lambda test case some more. jzmaddock 2014-06-10 19:09:28 +0100
  • c5d40ff6da Merge branch 'pull-request/config-test-gcc-fixes' into develop jzmaddock 2014-06-10 18:38:14 +0100
  • 02dd6bf9b3 merge jzmaddock 2014-06-10 18:37:24 +0100
  • 50487a6d85 Add RTTI detection to intel.hpp. Peter Dimov 2014-06-10 20:33:04 +0300
  • 2638e71dc4 Merge branch 'develop' of https://github.com/boostorg/config into develop jzmaddock 2014-06-10 18:22:34 +0100
  • f0c99f7b7f Suppress more GCC warnings. Fix GCC compile failure in lambda test case. jzmaddock 2014-06-10 18:22:10 +0100
  • 7948d33e78 Add additional linkflags for no-rtti, no-except runs of config_test. Peter Dimov 2014-06-09 01:23:50 +0300
  • 051fbf2cc7 Various g++/clang config_test fixes. Peter Dimov 2014-06-09 01:00:56 +0300
  • 97618dc66a Merge pull request #23 from boostorg/pull-request/config-info-rtti-macros jzmaddock 2014-06-08 09:41:22 +0100
  • 1a72dfeffe Merge pull request #22 from boostorg/pull-request/test-no-rtti jzmaddock 2014-06-08 09:40:21 +0100
  • db9540d98d Add a few more g++ and Intel predefined macros to config_info. Peter Dimov 2014-06-08 04:25:59 +0300
  • 6fdfceaefa Run config_test and config_info with no RTTI and no exceptions. Peter Dimov 2014-06-08 03:25:16 +0300
  • d6ad9e200e Merge pull request #21 from MarcelRaad/patch-1 jzmaddock 2014-06-06 19:22:47 +0100
  • 2bbe588a3f Add BOOST_MSVC_ENABLE_2014_JUN_CTP marco Marcel Raad 2014-06-06 09:53:14 +0200
  • cea06346a2 Add support for VC++ 14 Marcel Raad 2014-06-05 21:47:53 +0200
  • dad7bc5b30 Add new build-time configuration feature. jzmaddock 2014-06-05 18:55:12 +0100
  • 4c372d8807 Merge branch 'cray-updates' Richard Dale 2014-06-02 10:06:28 -0500
  • 23cf56a53f Add BOOST_NO_CX11_REF_QUALIFIERS Richard Dale 2014-06-02 06:58:37 -0500
  • 9eb1e6aefe Merge pull request #20 from glenfe/develop jzmaddock 2014-06-01 18:01:40 +0100
  • 5493717a9f Merge pull request #19 from glenfe/master jzmaddock 2014-06-01 18:00:59 +0100
  • a335429d5c Merge branch 'master' into develop Glen Fernandes 2014-06-01 09:22:34 -0700
  • e008ddb971 Fix clang error and some warnings Glen Fernandes 2014-06-01 09:22:27 -0700
  • ce67ff8eb6 Merge branch 'master' into develop Glen Fernandes 2014-06-01 02:54:05 -0700
  • 498b17520a Move cstdint docs to this module Glen Fernandes 2014-06-01 02:52:39 -0700
  • 98194c6309 Move cstdint tests to this module Glen Fernandes 2014-05-31 23:35:08 -0700
  • d98fbdc66b Merge branch 'master' into develop Glen Fernandes 2014-05-31 21:57:38 -0700
  • acd12c5578 Merge branch 'develop' Glen Fernandes 2014-05-31 21:57:23 -0700
  • 2bab1f37ff Patch for recent versions of glibc which always assume int64_t support. Fixes #8731. John Maddock 2013-07-04 09:13:23 +0000
  • e17e4fe621 Extracted intptr_t and uintptr_t types to cstdint.hpp. Refs #7823. Andrey Semashev 2013-06-16 15:02:27 +0000
  • cb470782cf Change logic so that int32_t etc is an int rather than a long where possible. John Maddock 2010-09-05 16:27:09 +0000
  • 059715dda1 Add VMS support. Fixes #4474. John Maddock 2010-08-12 12:36:42 +0000
  • 373e516ff5 Change 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
  • 89481ebd34 Commit alternative warning suppression code. John Maddock 2010-01-25 10:55:50 +0000
  • 2a14f482e6 Disable warnings when defining INT#_C macros for gcc. Daniel James 2010-01-12 18:51:40 +0000
  • 080cd5d4cb Update cstdint.hpp to always define the INT#_C macros. Try again with Codegear workaround. John Maddock 2009-12-11 17:46:10 +0000
  • d6ada0eb0c Fix 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
  • e50fa7d4ee Fixes #3180. John Maddock 2009-11-22 17:12:57 +0000
  • e68c78a3c4 Fixes #2654. John Maddock 2009-01-14 10:17:25 +0000
  • 628cb70df7 Apparently we forgot to include <limits.h> John Maddock 2006-01-24 17:23:54 +0000
  • a8b414ef67 Merge from RC_1_33_0. Rene Rivera 2005-11-19 19:38:13 +0000
  • 5eb02cba79 Replace buggy Cygwin INTMAX_C and UINTMAX_C macros Beman Dawes 2005-05-30 01:45:13 +0000
  • 2f3debf876 Better support for Tru64. Markus Schöpflin 2004-10-12 16:42:58 +0000
  • 0b75c06eee Added 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
  • 920a41ee54 Removed Boost.org copyrights and replaced with originating authors copyright instead. John Maddock 2004-08-10 12:53:34 +0000
  • a8616a783b Patches for cstdint support: John Maddock 2004-01-14 13:30:49 +0000
  • efdf53a42c include <boost/limits.hpp> instead of <limits.h>, fixing a date-time issue on Comeau Beman Dawes 2003-05-22 18:09:32 +0000
  • f178656381 Added Cray X1 support John Maddock 2003-01-24 11:57:27 +0000
  • 6204b62acd Added Cray support John Maddock 2003-01-22 12:12:14 +0000
  • 66e3988921 add or update See www.boost.org comments Beman Dawes 2002-12-27 16:51:53 +0000
  • 0e7f67a96d Merged changes from RC_1_29_0 branch John Maddock 2002-10-21 11:00:50 +0000
  • 5bfc97ec8d BOOST_HAS_MS_INT64 rather than specific compilers Beman Dawes 2002-08-05 00:02:10 +0000
  • 345c127227 Check for BOOST_HAS_MS_INT64 instead of specific compilers Beman Dawes 2002-08-04 01:27:24 +0000
  • 24ea68b00e cstdint.hpp: - Handle FreeBSD's <inttypes.h> Douglas Gregor 2002-01-31 12:58:35 +0000
  • e0350ea5a9 Remove non-ASCII character that crept in. Darin Adler 2001-11-04 21:53:21 +0000
  • 0c9ae76f94 only use "long long" if there's a stdlib overload Jens Maurer 2001-11-01 21:52:08 +0000
  • f136c7a620 use BOOST_HAS_LONG_LONG Jens Maurer 2001-10-31 19:35:59 +0000
  • 1b1273d98c port cstdint.hpp to HP-UX Jens Maurer 2001-09-20 19:25:35 +0000
  • dbd1afb2ef commit of split-config, including any changes required to existing libraries (mainly regex). John Maddock 2001-09-18 11:13:39 +0000
  • 67694454c0 Add LL suffix to line 150 for long longs at suggestion of Toon Knapen Beman Dawes 2001-08-13 17:02:48 +0000
  • 0722b90137 fix the "gcc 3.0 and long long" fix to check for the appropriate symbol Jens Maurer 2001-05-13 18:17:15 +0000
  • de5d29fa8e Don'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
  • 7a0711230b Preprocessor fix for VC6 + STLPort 4.1b6 John Maddock 2001-05-11 10:47:57 +0000
  • a431ef5b54 HP-UX needs special attention because ULONG_LONG_MAX is not fully usable Jens Maurer 2001-05-09 21:07:20 +0000
  • 59eda005d1 int64_t may not be defined on HP-UX when using gcc Jens Maurer 2001-05-08 18:14:14 +0000
  • 3c532ab1cd add HP-UX workaround Jens Maurer 2001-05-07 21:21:13 +0000
  • 5867dcf011 check for ULONGLONG_MAX as well Jens Maurer 2001-04-16 12:53:03 +0000
  • c77099ac7b removed backslashes in macros Jeremy Siek 2001-02-11 01:21:56 +0000
  • 8dea5a2fcf cstdint: cygwin fixes for long long support John Maddock 2001-01-24 12:18:30 +0000
  • fabcdfc385 for int32_t and intmax_t, prefer "long" over "int" if both are 32bit Jens Maurer 2001-01-23 19:45:00 +0000
  • f9e8a68af2 Fixes so that long long is recognized for GCC. Dave Abrahams 2001-01-22 05:06:37 +0000
  • 07dfe3f70d restricted Windows/gcc exclusion of int64_t to Cygwin, because MingW seems to work Jens Maurer 2001-01-18 22:44:28 +0000
  • d33a702806 Folded stdint.h into cstdint.hpp to avoid ISO C99 incompatibilities Jens Maurer 2000-11-12 18:35:33 +0000
  • a98eefc1e1 addition of INTXX_C support to integer library John Maddock 2000-09-24 11:35:25 +0000
  • bb2e640ae1 fix reversed BOOST_NO_INT64_T logic Jens Maurer 2000-09-23 16:29:01 +0000
  • 4d8c6207ba 64-bit integer improvements from John Maddock Beman Dawes 2000-09-22 20:39:23 +0000
  • ae7bad9e9a This 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
  • 7aab77e042 Merged recent changes from trunk. Andrey Semashev 2013-07-20 17:17:10 +0000
  • 58e595c560 Fix 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
  • a2e4d5c776 Merge fixes from Trunk. John Maddock 2010-06-12 08:33:32 +0000
  • 3ec979d6ce Update cstdint.hpp to always define the INT#_C macros. Try again with Codegear workaround. John Maddock 2009-12-11 17:46:10 +0000
  • 6ea9267941 Fix 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
  • 900d7d65ee Fixes #3180. John Maddock 2009-11-22 17:12:57 +0000
  • 36712e5063 Fixes #2654. John Maddock 2009-01-14 10:17:25 +0000
  • 6c81172a0e Apparently we forgot to include <limits.h> John Maddock 2006-01-24 17:23:54 +0000
  • 6e0823298a Merge from RC_1_33_0. Rene Rivera 2005-11-19 19:38:13 +0000
  • c9041c7dd4 Replace buggy Cygwin INTMAX_C and UINTMAX_C macros Beman Dawes 2005-05-30 01:45:13 +0000
  • 866cd7fbb8 Better support for Tru64. Markus Schöpflin 2004-10-12 16:42:58 +0000
  • 67b7f4c37f Added 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
  • 2e9c31c942 Removed Boost.org copyrights and replaced with originating authors copyright instead. John Maddock 2004-08-10 12:53:34 +0000
  • c4f36aa425 Patches for cstdint support: John Maddock 2004-01-14 13:30:49 +0000
  • 77419b2d62 include <boost/limits.hpp> instead of <limits.h>, fixing a date-time issue on Comeau Beman Dawes 2003-05-22 18:09:32 +0000
  • 677edcd343 Added Cray X1 support John Maddock 2003-01-24 11:57:27 +0000
  • 7819651167 Added Cray support John Maddock 2003-01-22 12:12:14 +0000