John Maddock
8dea5a2fcf
cstdint: cygwin fixes for long long support
...
[SVN r8754]
2014-05-31 21:57:01 -07:00
Jens Maurer
fabcdfc385
for int32_t and intmax_t, prefer "long" over "int" if both are 32bit
...
[SVN r8743]
2014-05-31 21:57:01 -07:00
Dave Abrahams
f9e8a68af2
Fixes so that long long is recognized for GCC.
...
[SVN r8706]
2014-05-31 21:57:01 -07:00
Jens Maurer
07dfe3f70d
restricted Windows/gcc exclusion of int64_t to Cygwin, because MingW seems to work
...
[SVN r8641]
2014-05-31 21:57:01 -07:00
Jens Maurer
d33a702806
Folded stdint.h into cstdint.hpp to avoid ISO C99 incompatibilities
...
[SVN r8174]
2014-05-31 21:57:01 -07:00
John Maddock
a98eefc1e1
addition of INTXX_C support to integer library
...
[SVN r7792]
2014-05-31 21:57:01 -07:00
Jens Maurer
bb2e640ae1
fix reversed BOOST_NO_INT64_T logic
...
[SVN r7780]
2014-05-31 21:57:01 -07:00
Beman Dawes
4d8c6207ba
64-bit integer improvements from John Maddock
...
[SVN r7776]
2014-05-31 21:57:01 -07:00
Beman Dawes
ae7bad9e9a
This commit was generated by cvs2svn to compensate for changes in r4, which included commits to RCS files with non-trunk default branches.
...
[SVN r7621]
2014-05-31 21:57:01 -07:00
Glen Fernandes
5f3d94e4d2
Merge branch 'master' into develop
2014-05-31 21:44:10 -07:00
jzmaddock
ca17e7fe8a
Regenerate docs.
2014-05-31 12:10:51 +01:00
jzmaddock
4c29ce672b
Merge pull request #18 from Lastique/develop
...
Added BOOST_NORETURN macro to mark functions that do not return normally...
2014-05-31 12:07:59 +01:00
Andrey Semashev
e9c3612560
Added BOOST_NORETURN macro to mark functions that do not return normally.
...
The implementation is based on boost/exception/detail/attribute_noreturn.hpp.
2014-05-31 14:50:59 +04:00
jzmaddock
32b125612c
Merge branch 'develop' of https://github.com/boostorg/config into develop
2014-05-28 18:46:17 +01:00
jzmaddock
d52482247c
Fix <regex> test case.
2014-05-28 18:45:37 +01:00
jzmaddock
658e372ef6
Add BOOST_NO_CXX11_REF_QUALIFIERS to more (mostly obsolete) compilers.
2014-05-28 18:45:07 +01:00
jzmaddock
809f64b63a
Merge branch 'master' of https://github.com/akrzemi1/config into develop
2014-05-28 18:01:08 +01:00
Andrzej Krzemienski
d205efbb1b
Added macro BOOST_NO_CXX11_REF_QUALIFIERS
2014-05-28 17:33:28 +02:00
Richard Dale
06445cd39c
Merge branch 'update-cray-config'
2014-05-27 07:52:36 -05:00
Richard Dale
7035bef2c7
Merge branch 'develop' of github.com:boostorg/config into develop
2014-05-21 07:25:09 -05:00
Richard Dale
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.
Once they are defined in the compiler we will need to start sorting out
compiler versions in cray.hpp
2014-05-20 15:38:03 -05:00
Noel Belcourt
917a870b63
Merge pull request #15 from MSOpenTech/winrt
...
Fixing failing test case boost_no_cxx11_hdr_regex.
2014-05-13 19:18:49 -06:00
Steve Gates
86b46bb01e
Fixing failing test case boost_no_cxx11_hdr_regex.
2014-05-13 14:18:38 -07:00
Noel Belcourt
160fa0ec40
Merge pull request #14 from glenfe/develop
...
BOOST_NO_CXX11_ALLOCATOR should be defined with libc++ in C++03 mode
2014-05-08 20:06:51 -06:00
Glen Fernandes
ac11ae9890
Add test case for BOOST_NO_CXX11_ALLOCATOR
2014-05-08 11:53:50 -07:00
Glen Fernandes
c89ac48295
BOOST_NO_CXX11_ALLOCATOR should be defined with libc++ in C++03 mode
2014-05-08 11:13:43 -07:00
jzmaddock
0b75ce0405
Update comments to reflect https://svn.boost.org/trac/boost/ticket/9595
2014-04-24 11:32:11 +01:00
jzmaddock
8a5dfefeb6
Merge branch 'develop'
2014-04-10 10:42:40 +01:00
jzmaddock
654762003e
Header <regex> is finally working (probably) in gcc-4.9.
...
Add better tests for it as well.
2014-03-25 17:12:46 +00:00
jzmaddock
855d4ae40f
Merge pull request #12 from Lastique/patch-1
...
Mark <regex> unusable for all libstdc++ versions
2014-03-22 16:55:11 +00:00
Andrey Semashev
0b8b87a632
Mark <regex> unusable for all libstdc++ versions
...
The <regex> header is present but the regex implementation is incomplete and fails with regex_error exceptions in runtime for many valid patterns. So define BOOST_NO_CXX11_HDR_REGEX for it unconditionally.
See: http://thread.gmane.org/gmane.comp.lib.boost.devel/250010
2014-03-22 19:38:49 +03:00
jzmaddock
05f286dde4
Merge branch 'develop'
2014-03-13 17:09:18 +00:00
jzmaddock
80ffbcb8c3
Merge pull request #10 from danieljames/develop
...
Update version.hpp for Boost 1.56.
2014-03-06 09:12:39 +00:00
Daniel James
c58ee35f24
Setup 1.56 (from Marshall)
2014-03-05 22:11:03 +00:00
jzmaddock
3dd3a9c46c
Add dependency tracking info.
2014-02-20 11:44:56 +00:00
jzmaddock
aad8233b4b
Add dependency information to headers.
2014-02-20 11:42:18 +00:00
jzmaddock
6671ba8b24
Create merge point for master->develop
2014-02-13 10:54:47 +00:00
jzmaddock
3284d4eb3e
Merge pull request #9 from glenfe/develop
...
Dinkumware's BOOST_NO_CXX11_STD_ALIGN at < 610
2014-02-13 09:27:54 +00:00
Glen Fernandes
e853f2714c
Dinkumware's BOOST_NO_CXX11_STD_ALIGN at < 610
...
Dinkumware 540 has std::align but it is a non-conforming implementation.
2014-02-12 18:05:29 -08:00
Peter Dimov
2547ba8d8c
Update macro_reference.qbk
2014-02-11 18:28:58 +02:00
Peter Dimov
d9d19688a1
Add test files as well
2014-02-11 18:25:38 +02:00
Peter Dimov
9c117007ba
Add BOOST_NO_CXX11_ADDRESSOF, BOOST_NO_CXX11_STD_ALIGN
2014-02-11 18:20:31 +02:00
Daniel James
820909bc48
Revert "Delete file that should have been removed by previous merge."
...
This reverts commit f7a37d1d2e .
It was the wrong file, the correct files was deleted in
aa82a32942 .
2014-02-10 20:28:56 +00:00
jzmaddock
aa82a32942
Remove dead file.
2014-02-10 19:14:13 +00:00
jzmaddock
f7a37d1d2e
Delete file that should have been removed by previous merge.
2014-02-10 19:08:23 +00:00
jzmaddock
d196de8eb0
Merge branch 'develop'
2014-02-08 16:51:25 +00:00
jzmaddock
8660f77552
Tentative fix for Clang build configuration issue.
2014-02-07 13:08:03 +00:00
jzmaddock
0f47923626
Merge branch 'develop'
2014-02-06 19:15:59 +00:00
jzmaddock
08392fd952
Update test for C++11 std::allocator to check that member rebind is a template alias. Update config headers to match.
2014-02-06 13:29:59 +00:00
Noel Belcourt
9ea9842ace
Merge pull request #5 from Belcourt/develop
...
Add check that BOOST_HAS_LONG_LONG is supported on Darwin
2014-02-05 10:32:07 -07:00