jzmaddock
8037ff436b
Use inline functions not macros for workarounds for missing functions.
...
See https://svn.boost.org/trac/boost/ticket/12501 .
2017-04-16 19:22:19 +01:00
jzmaddock
3fbf51f31a
Move private headers into detail directory.
...
See https://svn.boost.org/trac/boost/ticket/12328 .
2017-04-16 19:12:59 +01:00
jzmaddock
7e1b05be28
Update for Pathscale from https://svn.boost.org/trac/boost/ticket/12193 .
2017-04-16 18:52:22 +01:00
jzmaddock
7d09af4555
Apply Diab compiler support from https://svn.boost.org/trac/boost/ticket/11655 .
2017-04-16 18:29:44 +01:00
jzmaddock
3eff8788b1
Apply VXWorks patch from https://svn.boost.org/trac/boost/ticket/11653
2017-04-16 18:22:44 +01:00
jzmaddock
d468063662
Regenerate docs.
2017-04-16 09:38:33 +01:00
jzmaddock
a5ce2a0ef7
Merge pull request #133 from olk/patch-2
...
docu: description of BOOST_NO_CXX14_STD_EXCHANGE
2017-04-16 09:37:42 +01:00
jzmaddock
21d6c913ad
Merge pull request #132 from olk/patch-1
...
add defect macro description to documentation
2017-04-16 09:36:56 +01:00
jzmaddock
d88c41e681
Remove unnecessary reference to deprecated std::unary/binary_function in test.
...
This test will only fail for obsolete versions of Metrowerks compilers which are probably no longer supported anyway.
2017-04-16 08:37:17 +01:00
jzmaddock
272ab4c69f
There are no TR1 functions in C++17.
2017-04-15 19:19:46 +01:00
jzmaddock
4f4927b999
Merge pull request #130 from DanielaE/feature/enable-c++17apply
...
vc++ 19.10 has std::apply if enabled by /std:c++latest
2017-04-15 19:18:47 +01:00
Oliver Kowalke
517ee146c3
docu: description of BOOST_NO_CXX14_STD_EXCHANGE
2017-04-14 14:10:10 +02:00
Oliver Kowalke
af570a4679
add defect macro description to documentation
2017-04-14 14:05:20 +02:00
Daniela Engert
4c3433434f
vc++ 19.10 has std::apply if enabled by /std:c++latest
...
Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-04-07 18:00:00 +02:00
Rene Rivera
4fb2b836bc
Merge pull request #128 from teeks99/use_141
...
Using 141 instead of 1410
2017-03-21 09:15:24 -05:00
Thomas Kent
6611d45398
Using 141 instead of 1410
2017-03-19 08:48:11 -05:00
jzmaddock
a12301d1cb
Update compiler version names in visualc.hpp
2017-03-17 18:02:22 +00:00
jzmaddock
b16f6e1698
Fix library name for VC14.1 (Visual Studio 2017)
2017-03-17 18:02:22 +00:00
Rene Rivera
1260f88915
Merge pull request #126 from teeks99/autolink_vs2017
...
VS2017 version used in other places is vc1410
2017-03-16 21:09:15 -05:00
Thomas Kent
953114b284
VS2017 version used in other places is vc1410
2017-03-16 18:57:02 -05:00
jzmaddock
0006275ddd
Update compiler version names in visualc.hpp
2017-03-13 18:59:09 +00:00
jzmaddock
d5c2dbae38
Fix library name for VC14.1 (Visual Studio 2017)
2017-03-13 18:58:28 +00:00
jzmaddock
a2f7ed40ad
Merge branch 'develop' of https://github.com/boostorg/config into develop
2017-03-13 18:57:51 +00:00
jzmaddock
86d6607582
Merge branch 'develop' of https://github.com/boostorg/config into develop
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2017-03-13 18:07:03 +00:00
jzmaddock
3a04c2bd20
Merge pull request #124 from pgroke-dt/z_OS_workaround_support
...
add _WORKAROUND_GUARD macros for BOOST_XLCPP_ZOS
2017-03-03 18:25:15 +00:00
Paul Groke
7f3e0414f0
add _WORKAROUND_GUARD macros for BOOST_XLCPP_ZOS
2017-02-28 12:52:41 +01:00
jzmaddock
083ad677b9
Merge pull request #123 from pgroke-dt/fix_z_OS_support
...
don't define BOOST_ALIGNMENT - explicit alignment support is broken
2017-02-28 10:06:23 +00:00
Paul Groke
ba7e1ed201
don't define BOOST_ALIGNMENT - explicit alignment support is broken (V2R1)
2017-02-28 10:32:45 +01:00
jzmaddock
62921ff58a
Merge commit
2017-02-26 19:30:26 +00:00
jzmaddock
ed79ada80e
Merge branch 'z_OS_support' of https://github.com/pgroke-dt/config into develop
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2017-02-26 18:59:19 +00:00
Paul Groke
85751bb81d
added "&& defined(__MVS__)" to "IBM z/OS XL C/C++" library detection
2017-02-26 19:38:40 +01:00
jzmaddock
29c8ce027d
Merge pull request #121 from glenfe/master
...
Synchronize master with develop
2017-02-26 16:06:12 +00:00
Paul Groke
c8cc56d678
added "&& defined(__MVS__)" to "IBM z/OS XL C/C++" compiler detection
2017-02-26 16:58:08 +01:00
Paul Groke
934c372112
don't define BOOST_DATE_TIME_NO_LOCALE in Boost.Config header
2017-02-26 15:31:38 +01:00
Paul Groke
6a89b24eed
remove dependency on undocumented variables
2017-02-26 15:23:56 +01:00
jzmaddock
7a78d997d0
Fixes for various clang versions: clang-5 didn't like the comparison used for testing nl_type.h, other clang versions look for ::gets even though libstdc++ doesn't define it
2017-02-26 13:01:11 +00:00
Paul Groke
3af87f9a39
support for IBM z/OS XL C/C++ (configure script & compiler/platform/stdlib headers)
2017-02-25 23:07:30 +01:00
Paul Groke
1f57db8ab0
support for IBM z/OS XL C/C++ (configure script & compiler/platform/stdlib headers)
2017-02-22 00:41:14 +01:00
Paul Groke
a01d4996bf
support for IBM z/OS XL C/C++ (configure script & compiler/platform/stdlib headers)
2017-02-21 22:03:15 +01:00
Glen Fernandes
5cce40b5fe
Merge branch 'develop'
2017-02-20 16:44:44 -05:00
jzmaddock
5ff8f83739
Merge pull request #118 from glenfe/develop
...
Define BOOST_NO_CXX11_SFINAE_EXPR in C++98 clang
2017-02-20 17:48:37 +00:00
Glen Fernandes
041bf1ee1f
Define BOOST_NO_CXX11_SFINAE_EXPR in C++98 clang
...
When compiling in pre-C++11 clang mode it should be defined
2017-02-20 11:30:56 -05:00
jzmaddock
3ff5ed08a2
Merge branch 'develop'
2017-02-20 09:05:52 +00:00
jzmaddock
1abc59c624
Merge pull request #116 from glenfe/develop
...
Update boost_no_cxx11_sfinae_expr test to fail faster
2017-02-08 18:30:48 +00:00
Glen Fernandes
45b11f1fae
Update boost_no_cxx11_sfinae_expr test to fail faster
...
Will now compile-fail for Intel C++ 13 instead of run-fail.
2017-02-07 18:08:28 -05:00
jzmaddock
d99022e8d7
Merge pull request #115 from gongminmin/ClangC2
...
Fix a compiling problem under Clang/C2.
2017-02-07 18:25:19 +00:00
Minmin Gong
328f0f40c8
Fix a compiling problem under ClangC2.
2017-02-05 15:50:33 -08:00
jzmaddock
79ac4bdbeb
Merge branch 'boost_no_cxx11_sfinae_expr' of https://github.com/glenfe/config into pr114
...
# Fixed Conflicts:
# checks/Jamfile.v2
# checks/test_case.cpp
# test/all/Jamfile.v2
# test/config_test.cpp
Also added some more documentation to tie together the various SFINAE macros. Regenerated the docs.
2017-02-05 19:38:35 +00:00
jzmaddock
fb87ea1cbe
Regenerate docs.
2017-02-05 19:01:24 +00:00
jzmaddock
438520d1fd
Cygwin appears not to have sigaction all the time after all.
2017-02-05 19:00:45 +00:00