This website requires JavaScript.
7b7a7ebd34
add or update See www.boost.org comments
Beman Dawes
2002-12-27 16:51:53 +0000
62a8b9f858
Merged changes from RC_1_29_0 branch
John Maddock
2002-10-21 11:00:50 +0000
eca14f6383
BOOST_HAS_MS_INT64 rather than specific compilers
Beman Dawes
2002-08-05 00:02:10 +0000
e5b943aaca
Check for BOOST_HAS_MS_INT64 instead of specific compilers
Beman Dawes
2002-08-04 01:27:24 +0000
24c34d47f1
cstdint.hpp: - Handle FreeBSD's <inttypes.h>
Douglas Gregor
2002-01-31 12:58:35 +0000
4ffe04359e
Remove non-ASCII character that crept in.
Darin Adler
2001-11-04 21:53:21 +0000
8c89e17c4f
only use "long long" if there's a stdlib overload
Jens Maurer
2001-11-01 21:52:08 +0000
56f83da122
use BOOST_HAS_LONG_LONG
Jens Maurer
2001-10-31 19:35:59 +0000
a3b5a3129e
port cstdint.hpp to HP-UX
Jens Maurer
2001-09-20 19:25:35 +0000
0ca5fbb950
commit of split-config, including any changes required to existing libraries (mainly regex).
John Maddock
2001-09-18 11:13:39 +0000
07f056e30b
Add LL suffix to line 150 for long longs at suggestion of Toon Knapen
Beman Dawes
2001-08-13 17:02:48 +0000
6bc60a5b88
fix the "gcc 3.0 and long long" fix to check for the appropriate symbol
Jens Maurer
2001-05-13 18:17:15 +0000
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 +0000
0712c3fb73
Preprocessor fix for VC6 + STLPort 4.1b6
John Maddock
2001-05-11 10:47:57 +0000
0afb64c810
HP-UX needs special attention because ULONG_LONG_MAX is not fully usable
Jens Maurer
2001-05-09 21:07:20 +0000
c5e74ef6b4
int64_t may not be defined on HP-UX when using gcc
Jens Maurer
2001-05-08 18:14:14 +0000
6eadf18b0c
add HP-UX workaround
Jens Maurer
2001-05-07 21:21:13 +0000
48f3621ddc
check for ULONGLONG_MAX as well
Jens Maurer
2001-04-16 12:53:03 +0000
1b2df6436c
removed backslashes in macros
Jeremy Siek
2001-02-11 01:21:56 +0000
b1415e1864
cstdint: cygwin fixes for long long support
John Maddock
2001-01-24 12:18:30 +0000
d7e348c88c
for int32_t and intmax_t, prefer "long" over "int" if both are 32bit
Jens Maurer
2001-01-23 19:45:00 +0000
ee950b6b3c
Fixes so that long long is recognized for GCC.
Dave Abrahams
2001-01-22 05:06:37 +0000
de769d81f0
restricted Windows/gcc exclusion of int64_t to Cygwin, because MingW seems to work
Jens Maurer
2001-01-18 22:44:28 +0000
3ac70e7726
Folded stdint.h into cstdint.hpp to avoid ISO C99 incompatibilities
Jens Maurer
2000-11-12 18:35:33 +0000
a35e65284b
addition of INTXX_C support to integer library
John Maddock
2000-09-24 11:35:25 +0000
e8936c8049
fix reversed BOOST_NO_INT64_T logic
Jens Maurer
2000-09-23 16:29:01 +0000
183e2f2db1
64-bit integer improvements from John Maddock
Beman Dawes
2000-09-22 20:39:23 +0000
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 +0000
5f3d94e4d2
Merge branch 'master' into develop
Glen Fernandes
2014-05-31 21:44:10 -0700
ca17e7fe8a
Regenerate docs.
jzmaddock
2014-05-31 12:10:51 +0100
4c29ce672b
Merge pull request #18 from Lastique/develop
jzmaddock
2014-05-31 12:07:59 +0100
e9c3612560
Added BOOST_NORETURN macro to mark functions that do not return normally.
Andrey Semashev
2014-05-31 14:50:59 +0400
32b125612c
Merge branch 'develop' of https://github.com/boostorg/config into develop
jzmaddock
2014-05-28 18:46:17 +0100
d52482247c
Fix <regex> test case.
jzmaddock
2014-05-28 18:45:37 +0100
658e372ef6
Add BOOST_NO_CXX11_REF_QUALIFIERS to more (mostly obsolete) compilers.
jzmaddock
2014-05-28 18:45:07 +0100
809f64b63a
Merge branch 'master' of https://github.com/akrzemi1/config into develop
jzmaddock
2014-05-28 18:01:08 +0100
d205efbb1b
Added macro BOOST_NO_CXX11_REF_QUALIFIERS
Andrzej Krzemienski
2014-05-28 17:33:28 +0200
06445cd39c
Merge branch 'update-cray-config'
Richard Dale
2014-05-27 07:52:36 -0500
7035bef2c7
Merge branch 'develop' of github.com:boostorg/config into develop
Richard Dale
2014-05-21 07:25:09 -0500
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 -0500
917a870b63
Merge pull request #15 from MSOpenTech/winrt
Noel Belcourt
2014-05-13 19:18:49 -0600
86b46bb01e
Fixing failing test case boost_no_cxx11_hdr_regex.
Steve Gates
2014-05-13 14:18:38 -0700
160fa0ec40
Merge pull request #14 from glenfe/develop
Noel Belcourt
2014-05-08 20:06:51 -0600
ac11ae9890
Add test case for BOOST_NO_CXX11_ALLOCATOR
Glen Fernandes
2014-05-08 11:53:50 -0700
c89ac48295
BOOST_NO_CXX11_ALLOCATOR should be defined with libc++ in C++03 mode
Glen Fernandes
2014-05-08 11:13:43 -0700
0b75ce0405
Update comments to reflect https://svn.boost.org/trac/boost/ticket/9595
jzmaddock
2014-04-24 11:32:11 +0100
8a5dfefeb6
Merge branch 'develop'
jzmaddock
2014-04-10 10:42:40 +0100
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 +0000
855d4ae40f
Merge pull request #12 from Lastique/patch-1
jzmaddock
2014-03-22 16:55:11 +0000
0b8b87a632
Mark <regex> unusable for all libstdc++ versions
Andrey Semashev
2014-03-22 19:38:49 +0300
05f286dde4
Merge branch 'develop'
jzmaddock
2014-03-13 17:09:18 +0000
80ffbcb8c3
Merge pull request #10 from danieljames/develop
jzmaddock
2014-03-06 09:12:39 +0000
c58ee35f24
Setup 1.56 (from Marshall)
Daniel James
2014-03-05 22:10:09 +0000
3dd3a9c46c
Add dependency tracking info.
jzmaddock
2014-02-20 11:44:56 +0000
aad8233b4b
Add dependency information to headers.
jzmaddock
2014-02-20 11:42:18 +0000
6671ba8b24
Create merge point for master->develop
jzmaddock
2014-02-13 10:54:47 +0000
3284d4eb3e
Merge pull request #9 from glenfe/develop
jzmaddock
2014-02-13 09:27:54 +0000
e853f2714c
Dinkumware's BOOST_NO_CXX11_STD_ALIGN at < 610
Glen Fernandes
2014-02-12 18:05:29 -0800
2547ba8d8c
Update macro_reference.qbk
Peter Dimov
2014-02-11 18:28:58 +0200
d9d19688a1
Add test files as well
Peter Dimov
2014-02-11 18:25:38 +0200
9c117007ba
Add BOOST_NO_CXX11_ADDRESSOF, BOOST_NO_CXX11_STD_ALIGN
Peter Dimov
2014-02-11 18:20:31 +0200
820909bc48
Revert "Delete file that should have been removed by previous merge."
Daniel James
2014-02-10 20:28:56 +0000
aa82a32942
Remove dead file.
jzmaddock
2014-02-10 19:14:13 +0000
f7a37d1d2e
Delete file that should have been removed by previous merge.
jzmaddock
2014-02-10 19:08:23 +0000
d196de8eb0
Merge branch 'develop'
jzmaddock
2014-02-08 16:51:25 +0000
8660f77552
Tentative fix for Clang build configuration issue.
jzmaddock
2014-02-07 13:08:03 +0000
0f47923626
Merge branch 'develop'
jzmaddock
2014-02-06 19:15:59 +0000
08392fd952
Update test for C++11 std::allocator to check that member rebind is a template alias. Update config headers to match.
jzmaddock
2014-02-06 13:29:59 +0000
9ea9842ace
Merge pull request #5 from Belcourt/develop
Noel Belcourt
2014-02-05 10:32:07 -0700
f27ef7207a
Add check that BOOST_HAS_LONG_LONG is supported on Darwin before enabling the macro. Apple helpfully supplies this macro (__DARWIN_NO_LONG_LONG) if long long type is supported. This to handle case where compiling with -pedantic causes compiler errors because it enforces ISO compliance (c++98 in this case).
K. Noel Belcourt
2014-02-04 17:32:06 -0700
e9ebccdb74
Merge branch 'develop' of https://github.com/boostorg/config into develop
jzmaddock
2014-01-26 12:04:07 +0000
902102ee69
Add error message when attempting to use a deprecated compiler.
jzmaddock
2014-01-26 10:16:19 +0000
9647c8ddb4
Revert "Config: Remove obsolete MSVC version check"
jzmaddock
2014-01-26 10:04:44 +0000
60684bfc2e
Revert "Remove obsolete MSVC check from pragma guard"
jzmaddock
2014-01-26 10:04:22 +0000
4979026137
Revert "Require compiler support for partial template specialization."
jzmaddock
2014-01-26 10:04:00 +0000
fbbb46a5f3
Revert "Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION"
jzmaddock
2014-01-26 10:03:40 +0000
800d3d5416
Add specific 'const' for member function declared as a 'constexpr' in order to conform to C++14.
Edward Diener
2014-01-14 22:17:54 -0500
86ca46f142
Workaround for older versions of clang.
Edward Diener
2013-12-16 08:08:53 -0500
c75b0e9d8b
Merge branch 'develop' of https://github.com/boostorg/config into develop
Edward Diener
2013-12-14 15:06:55 -0500
0762a554c6
Corrected spelling change in comment
Edward Diener
2013-12-14 15:06:08 -0500
743fa7e129
Fix two more typos.
jzmaddock
2013-12-13 19:39:42 +0000
958c9f8a51
Add some const qualifiers in the hopes it will fix clang C++14 mode failures.
jzmaddock
2013-12-13 19:13:48 +0000
1c3cec7a15
Fix buggy test cases. VC++ has <atomic> in recent versions.
jzmaddock
2013-12-13 18:51:32 +0000
62b1bb07d2
Apply patch from https://svn.boost.org/trac/boost/ticket/9410
jzmaddock
2013-12-13 13:47:50 +0000
b0ed886eaa
Fix for nvcc, see https://svn.boost.org/trac/boost/ticket/9392
jzmaddock
2013-12-13 13:27:51 +0000
650c926c48
Reorganize WinCE config based on https://svn.boost.org/trac/boost/ticket/9095 .
jzmaddock
2013-12-13 09:54:35 +0000
50c736c9ab
GCC-4.7x at least on Mingw does not have a conforming <atomic> header - at least not that you can link to.
jzmaddock
2013-12-13 09:53:06 +0000
c9c7c832c1
Merge branch 'develop' of https://github.com/boostorg/config into develop
jzmaddock
2013-12-12 19:32:22 +0000
30f4ab53e5
Fix typo in macro name - should be BOOST_NO_ATOMIC_SMART_PTR. Add BOOST_NO_CXX11_HRD_ATOMIC. Regenerate docs. See https://svn.boost.org/trac/boost/ticket/8929 .
jzmaddock
2013-12-12 19:32:06 +0000
49fc1e99ef
Merge branch 'develop' of https://github.com/boostorg/config into develop
Edward Diener
2013-12-11 18:54:56 -0500
ceafb39c24
For VC++ and clang-cl if _HAS_EXCEPTIONS is 0, then the <exception> header must be manually included before the <typeinfo> header to avoid compiler errors.
Edward Diener
2013-12-11 18:53:21 -0500
ba89303d51
Merge branch 'develop' of https://github.com/boostorg/config into develop
jzmaddock
2013-12-10 18:22:25 +0000
9a1d43cbfc
Apply patch from 62c63fc58f
jzmaddock
2013-12-10 18:21:37 +0000
5668e9060b
Merge pull request #1 from rsdale/develop
jzmaddock
2013-12-10 09:17:02 -0800
c4e0b79c9d
Fix typo from https://github.com/boostorg/config/pull/2
jzmaddock
2013-12-08 12:53:57 +0000
1ad0f79233
Create first merge point for Git
U-Acer-Laptop\john
2013-12-07 18:25:37 +0000
105b70ae25
Suppress auto declarations for current Cray C++
Richard Dale
2013-12-06 12:24:34 -0600
deedcb848f
Clang using VC++ RTL currently does not support char16_t or char32_t
Edward Diener
2013-11-13 12:23:33 +0000
1a1d2f17eb
config: clang - detect support for int128
Tim Blechmann
2013-10-28 10:06:20 +0000
19d3287bf6
Merge from trunk, thus enabling support for VC++ 2013.
Beman Dawes
2013-10-25 21:57:04 +0000