Commit Graph

  • 0722b90137 fix the "gcc 3.0 and long long" fix to check for the appropriate symbol Jens Maurer 2001-05-13 18:17:15 +00:00
  • 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 +00:00
  • 7a0711230b Preprocessor fix for VC6 + STLPort 4.1b6 John Maddock 2001-05-11 10:47:57 +00:00
  • a431ef5b54 HP-UX needs special attention because ULONG_LONG_MAX is not fully usable Jens Maurer 2001-05-09 21:07:20 +00:00
  • 59eda005d1 int64_t may not be defined on HP-UX when using gcc Jens Maurer 2001-05-08 18:14:14 +00:00
  • 3c532ab1cd add HP-UX workaround Jens Maurer 2001-05-07 21:21:13 +00:00
  • 5867dcf011 check for ULONGLONG_MAX as well Jens Maurer 2001-04-16 12:53:03 +00:00
  • c77099ac7b removed backslashes in macros Jeremy Siek 2001-02-11 01:21:56 +00:00
  • 8dea5a2fcf cstdint: cygwin fixes for long long support John Maddock 2001-01-24 12:18:30 +00:00
  • fabcdfc385 for int32_t and intmax_t, prefer "long" over "int" if both are 32bit Jens Maurer 2001-01-23 19:45:00 +00:00
  • f9e8a68af2 Fixes so that long long is recognized for GCC. Dave Abrahams 2001-01-22 05:06:37 +00:00
  • 07dfe3f70d restricted Windows/gcc exclusion of int64_t to Cygwin, because MingW seems to work Jens Maurer 2001-01-18 22:44:28 +00:00
  • d33a702806 Folded stdint.h into cstdint.hpp to avoid ISO C99 incompatibilities Jens Maurer 2000-11-12 18:35:33 +00:00
  • a98eefc1e1 addition of INTXX_C support to integer library John Maddock 2000-09-24 11:35:25 +00:00
  • bb2e640ae1 fix reversed BOOST_NO_INT64_T logic Jens Maurer 2000-09-23 16:29:01 +00:00
  • 4d8c6207ba 64-bit integer improvements from John Maddock Beman Dawes 2000-09-22 20:39:23 +00:00
  • 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 +00:00
  • 7aab77e042 Merged recent changes from trunk. Andrey Semashev 2013-07-20 17:17:10 +00:00
  • 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 +00:00
  • a2e4d5c776 Merge fixes from Trunk. John Maddock 2010-06-12 08:33:32 +00:00
  • 3ec979d6ce Update cstdint.hpp to always define the INT#_C macros. Try again with Codegear workaround. John Maddock 2009-12-11 17:46:10 +00:00
  • 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 +00:00
  • 900d7d65ee Fixes #3180. John Maddock 2009-11-22 17:12:57 +00:00
  • 36712e5063 Fixes #2654. John Maddock 2009-01-14 10:17:25 +00:00
  • 6c81172a0e Apparently we forgot to include <limits.h> John Maddock 2006-01-24 17:23:54 +00:00
  • 6e0823298a Merge from RC_1_33_0. Rene Rivera 2005-11-19 19:38:13 +00:00
  • c9041c7dd4 Replace buggy Cygwin INTMAX_C and UINTMAX_C macros Beman Dawes 2005-05-30 01:45:13 +00:00
  • 866cd7fbb8 Better support for Tru64. Markus Schöpflin 2004-10-12 16:42:58 +00:00
  • 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 +00:00
  • 2e9c31c942 Removed Boost.org copyrights and replaced with originating authors copyright instead. John Maddock 2004-08-10 12:53:34 +00:00
  • c4f36aa425 Patches for cstdint support: John Maddock 2004-01-14 13:30:49 +00:00
  • 77419b2d62 include <boost/limits.hpp> instead of <limits.h>, fixing a date-time issue on Comeau Beman Dawes 2003-05-22 18:09:32 +00:00
  • 677edcd343 Added Cray X1 support John Maddock 2003-01-24 11:57:27 +00:00
  • 7819651167 Added Cray support John Maddock 2003-01-22 12:12:14 +00:00
  • 7b7a7ebd34 add or update See www.boost.org comments Beman Dawes 2002-12-27 16:51:53 +00:00
  • 62a8b9f858 Merged changes from RC_1_29_0 branch John Maddock 2002-10-21 11:00:50 +00:00
  • eca14f6383 BOOST_HAS_MS_INT64 rather than specific compilers Beman Dawes 2002-08-05 00:02:10 +00:00
  • e5b943aaca Check for BOOST_HAS_MS_INT64 instead of specific compilers Beman Dawes 2002-08-04 01:27:24 +00:00
  • 24c34d47f1 cstdint.hpp: - Handle FreeBSD's <inttypes.h> Douglas Gregor 2002-01-31 12:58:35 +00:00
  • 4ffe04359e Remove non-ASCII character that crept in. Darin Adler 2001-11-04 21:53:21 +00:00
  • 8c89e17c4f only use "long long" if there's a stdlib overload Jens Maurer 2001-11-01 21:52:08 +00:00
  • 56f83da122 use BOOST_HAS_LONG_LONG Jens Maurer 2001-10-31 19:35:59 +00:00
  • a3b5a3129e port cstdint.hpp to HP-UX Jens Maurer 2001-09-20 19:25:35 +00:00
  • 0ca5fbb950 commit of split-config, including any changes required to existing libraries (mainly regex). John Maddock 2001-09-18 11:13:39 +00:00
  • 07f056e30b Add LL suffix to line 150 for long longs at suggestion of Toon Knapen Beman Dawes 2001-08-13 17:02:48 +00:00
  • 6bc60a5b88 fix the "gcc 3.0 and long long" fix to check for the appropriate symbol Jens Maurer 2001-05-13 18:17:15 +00:00
  • 7fded5db01 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 +00:00
  • 0712c3fb73 Preprocessor fix for VC6 + STLPort 4.1b6 John Maddock 2001-05-11 10:47:57 +00:00
  • 0afb64c810 HP-UX needs special attention because ULONG_LONG_MAX is not fully usable Jens Maurer 2001-05-09 21:07:20 +00:00
  • c5e74ef6b4 int64_t may not be defined on HP-UX when using gcc Jens Maurer 2001-05-08 18:14:14 +00:00
  • 6eadf18b0c add HP-UX workaround Jens Maurer 2001-05-07 21:21:13 +00:00
  • 48f3621ddc check for ULONGLONG_MAX as well Jens Maurer 2001-04-16 12:53:03 +00:00
  • 1b2df6436c removed backslashes in macros Jeremy Siek 2001-02-11 01:21:56 +00:00
  • b1415e1864 cstdint: cygwin fixes for long long support John Maddock 2001-01-24 12:18:30 +00:00
  • d7e348c88c for int32_t and intmax_t, prefer "long" over "int" if both are 32bit Jens Maurer 2001-01-23 19:45:00 +00:00
  • ee950b6b3c Fixes so that long long is recognized for GCC. Dave Abrahams 2001-01-22 05:06:37 +00:00
  • de769d81f0 restricted Windows/gcc exclusion of int64_t to Cygwin, because MingW seems to work Jens Maurer 2001-01-18 22:44:28 +00:00
  • 3ac70e7726 Folded stdint.h into cstdint.hpp to avoid ISO C99 incompatibilities Jens Maurer 2000-11-12 18:35:33 +00:00
  • a35e65284b addition of INTXX_C support to integer library John Maddock 2000-09-24 11:35:25 +00:00
  • e8936c8049 fix reversed BOOST_NO_INT64_T logic Jens Maurer 2000-09-23 16:29:01 +00:00
  • 183e2f2db1 64-bit integer improvements from John Maddock Beman Dawes 2000-09-22 20:39:23 +00:00
  • 68272cf96a 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 +00:00
  • 5f3d94e4d2 Merge branch 'master' into develop Glen Fernandes 2014-05-31 21:44:10 -07:00
  • ca17e7fe8a Regenerate docs. jzmaddock 2014-05-31 12:10:51 +01:00
  • 4c29ce672b Merge pull request #18 from Lastique/develop jzmaddock 2014-05-31 12:07:59 +01:00
  • e9c3612560 Added BOOST_NORETURN macro to mark functions that do not return normally. Andrey Semashev 2014-05-31 14:50:59 +04:00
  • 32b125612c Merge branch 'develop' of https://github.com/boostorg/config into develop jzmaddock 2014-05-28 18:46:17 +01:00
  • d52482247c Fix <regex> test case. jzmaddock 2014-05-28 18:45:37 +01:00
  • 658e372ef6 Add BOOST_NO_CXX11_REF_QUALIFIERS to more (mostly obsolete) compilers. jzmaddock 2014-05-28 18:45:07 +01:00
  • 809f64b63a Merge branch 'master' of https://github.com/akrzemi1/config into develop jzmaddock 2014-05-28 18:01:08 +01:00
  • d205efbb1b Added macro BOOST_NO_CXX11_REF_QUALIFIERS Andrzej Krzemienski 2014-05-28 17:33:28 +02:00
  • 06445cd39c Merge branch 'update-cray-config' Richard Dale 2014-05-27 07:52:36 -05:00
  • 7035bef2c7 Merge branch 'develop' of github.com:boostorg/config into develop Richard Dale 2014-05-21 07:25:09 -05:00
  • 72dff45159 Add constants for memory models used by gnu "__ATOMIC..." intrinsics. These should be supplied by the compiler, but until they are we will define them here. Richard Dale 2014-05-20 15:38:03 -05:00
  • 917a870b63 Merge pull request #15 from MSOpenTech/winrt Noel Belcourt 2014-05-13 19:18:49 -06:00
  • 86b46bb01e Fixing failing test case boost_no_cxx11_hdr_regex. Steve Gates 2014-05-13 14:18:38 -07:00
  • 160fa0ec40 Merge pull request #14 from glenfe/develop Noel Belcourt 2014-05-08 20:06:51 -06:00
  • ac11ae9890 Add test case for BOOST_NO_CXX11_ALLOCATOR Glen Fernandes 2014-05-08 11:53:50 -07:00
  • c89ac48295 BOOST_NO_CXX11_ALLOCATOR should be defined with libc++ in C++03 mode Glen Fernandes 2014-05-08 11:13:43 -07:00
  • 0b75ce0405 Update comments to reflect https://svn.boost.org/trac/boost/ticket/9595 jzmaddock 2014-04-24 11:32:11 +01:00
  • 8a5dfefeb6 Merge branch 'develop' jzmaddock 2014-04-10 10:42:40 +01:00
  • 654762003e Header <regex> is finally working (probably) in gcc-4.9. Add better tests for it as well. jzmaddock 2014-03-25 17:12:46 +00:00
  • 855d4ae40f Merge pull request #12 from Lastique/patch-1 jzmaddock 2014-03-22 16:55:11 +00:00
  • 0b8b87a632 Mark <regex> unusable for all libstdc++ versions Andrey Semashev 2014-03-22 19:38:49 +03:00
  • 05f286dde4 Merge branch 'develop' jzmaddock 2014-03-13 17:09:18 +00:00
  • 80ffbcb8c3 Merge pull request #10 from danieljames/develop jzmaddock 2014-03-06 09:12:39 +00:00
  • c58ee35f24 Setup 1.56 (from Marshall) Daniel James 2014-03-05 22:10:09 +00:00
  • 3dd3a9c46c Add dependency tracking info. jzmaddock 2014-02-20 11:44:56 +00:00
  • aad8233b4b Add dependency information to headers. jzmaddock 2014-02-20 11:42:18 +00:00
  • 6671ba8b24 Create merge point for master->develop jzmaddock 2014-02-13 10:54:47 +00:00
  • 3284d4eb3e Merge pull request #9 from glenfe/develop jzmaddock 2014-02-13 09:27:54 +00:00
  • e853f2714c Dinkumware's BOOST_NO_CXX11_STD_ALIGN at < 610 Glen Fernandes 2014-02-12 18:05:29 -08:00
  • 2547ba8d8c Update macro_reference.qbk Peter Dimov 2014-02-11 18:28:58 +02:00
  • d9d19688a1 Add test files as well Peter Dimov 2014-02-11 18:25:38 +02:00
  • 9c117007ba Add BOOST_NO_CXX11_ADDRESSOF, BOOST_NO_CXX11_STD_ALIGN Peter Dimov 2014-02-11 18:20:31 +02:00
  • 820909bc48 Revert "Delete file that should have been removed by previous merge." Daniel James 2014-02-10 20:28:56 +00:00
  • aa82a32942 Remove dead file. jzmaddock 2014-02-10 19:14:13 +00:00
  • f7a37d1d2e Delete file that should have been removed by previous merge. jzmaddock 2014-02-10 19:08:23 +00:00
  • d196de8eb0 Merge branch 'develop' jzmaddock 2014-02-08 16:51:25 +00:00
  • 8660f77552 Tentative fix for Clang build configuration issue. jzmaddock 2014-02-07 13:08:03 +00:00