jzmaddock
6f67f0510b
Merge branch 'develop'
2018-12-12 18:23:16 +00:00
jzmaddock
eb5d4bd834
Merge pull request #255 from boostorg/mclow-patch-170
...
Bump version number to 1.70
2018-12-12 18:19:35 +00:00
Marshall Clow
03b3941162
Bump version number to 1.70
2018-12-12 09:56:48 -08:00
jzmaddock
a986462f71
Merge pull request #252 from boostorg/issue246
...
Add test case for issue #246
2018-11-08 08:47:59 +00:00
jzmaddock
107abccc93
Merge branch 'issue246' of https://github.com/boostorg/config into issue246
2018-11-07 18:20:54 +00:00
jzmaddock
5c055f1c63
Merge branch 'develop' into issue246
2018-11-07 18:12:49 +00:00
jzmaddock
f48077f631
Make constexpr a gcc-4.7 feature not 4.6.
2018-11-07 18:12:32 +00:00
jzmaddock
969ff1a974
Remove CMake test - it's apparent I don't understand this.
2018-11-07 18:04:56 +00:00
jzmaddock
eaec25b4c4
Merge branch 'develop' into issue246: rebase PR.
2018-11-07 16:15:00 +00:00
jzmaddock
d5217742dd
Fix indentation is .travis.yml.
2018-11-07 16:12:37 +00:00
jzmaddock
32ecea81e0
Add test case for issue #246
2018-11-07 13:52:52 +00:00
jzmaddock
db9b7e36c3
Better CI badges.
...
[CI SKIP]
2018-11-06 19:31:16 +00:00
jzmaddock
d020447e13
Merge branch 'develop' of https://github.com/boostorg/config into develop
2018-11-06 19:21:06 +00:00
jzmaddock
1fae3dddab
Test adding travis badge.
2018-11-06 19:20:46 +00:00
jzmaddock
96d0bce5f1
Merge pull request #251 from jeking3/cygwin-fenv
...
Fix BOOST_NO_FENV_H on cygwin (it exists since 2010...)
2018-11-02 13:45:31 +00:00
James E. King III
c78a676e82
Fix BOOST_NO_FENV_H on cygwin
2018-11-01 14:27:59 -04:00
jzmaddock
67102d0436
Merge branch 'develop'
boost-1.69.0-beta1
boost-1.69.0
2018-10-22 19:03:50 +01:00
jzmaddock
ce370332ce
Documentation update:
...
* Fix URL of bug tracker to point to Github.
* Regenerate docs.
* Add README.md
2018-10-15 17:57:12 +01:00
jzmaddock
df0bdcd04a
Merge pull request #244 from boostorg/cmake_test
...
Add minimal CMake test script - just enough to verify the interface d…
2018-10-06 09:56:17 +01:00
jzmaddock
f19c65679e
Add minimal CMake test script - just enough to verify the interface description.
2018-10-05 19:32:44 +01:00
jzmaddock
1d39fdec80
Remove malformed CMake testing files.
2018-09-28 12:46:49 +01:00
jzmaddock
d25a1df5d2
Add comments to CMake files.
...
[CI SKIP]
2018-09-28 12:07:29 +01:00
jzmaddock
fb33858b6e
Merge pull request #242 from Mike-Devel/min_cmake
...
[CMake] Generate cmake target for boost config that other libraries can depend on
2018-09-28 12:02:57 +01:00
Mike Dev
9d084e5310
[CI/CMake] Remove cmake build from ci
2018-09-27 18:17:22 +02:00
Mike Dev
fe45ca1601
[CMake] Test cmake target on travis
2018-09-25 20:36:19 +02:00
Mike Dev
6b238b5d1c
[CMake] Add copyright notice
2018-09-25 16:37:33 +02:00
Mike Dev
1f5fc3c74b
[CMake] Lower requirement to 3.5 and rename project to BoostConfig
2018-09-19 18:38:47 +02:00
Mike Dev
85f716830d
[CMake] Generate cmake target that other libraries can use
...
... to express their dependency on this library and retrieve any
configuration information such as the include directory, binary
to link to (if any), transitive dependencies, necessary compiler
options or the required c++ standards level.
2018-09-19 18:38:47 +02:00
jzmaddock
d229f9be96
Latest msvc seems OK with C++14 constexpr now.
2018-09-15 08:22:00 +01:00
jzmaddock
cec1a860e9
Add call to report_errors() to limits_test.cpp.
2018-09-15 08:21:19 +01:00
jzmaddock
c2af669dd7
Merge pull request #239 from boostorg/string_view
...
Add BOOST_NO_CXX17_HDR_STRING_VIEW.
2018-08-16 12:07:19 +01:00
jzmaddock
62e72071d2
Merge branch 'develop'
2018-08-16 11:41:18 +01:00
jzmaddock
b420491e88
Add BOOST_NO_CXX17_HDR_STRING_VIEW.
2018-08-16 11:25:16 +01:00
jzmaddock
7a5a1e1154
Merge pull request #238 from boostorg/mclow-boost-version-patch
...
Bump version number to 1.69.0
2018-08-09 18:25:52 +01:00
Marshall Clow
9f006ceb6c
Bump version number to 1.69.0
2018-08-09 10:11:34 -07:00
jzmaddock
d3084e8cb0
Stop testing C++1z with obsolete libc++ version.
...
There is also no shared_timed_mutex in obsolete libc++ versions.
2018-08-05 08:31:18 +01:00
jzmaddock
fb9957101f
Correct use of __has_include in suffix.hpp.
2018-08-04 19:35:11 +01:00
jzmaddock
96a6cd878f
Apply fix for [[fallthrough]] attribute in Intel C++ compiler.
...
Fixes: https://github.com/boostorg/config/issues/211 .
2018-08-04 19:32:00 +01:00
jzmaddock
5364a2e8a7
Add new macro BOOST_NO_CXX17_HDR_OPTIONAL.
...
Fixes: https://github.com/boostorg/config/issues/236 .
2018-08-04 19:21:21 +01:00
jzmaddock
ec3318d47a
Fixes https://github.com/boostorg/config/issues/237 .
...
Also tentatively adds .cu test file, though without boost.build support at present.
2018-08-04 18:15:48 +01:00
jzmaddock
eb4e8d58d5
Clang/libc++: Disable thread_local prior to clang-6 as it appears not to work.
...
See: https://github.com/boostorg/config/issues/231 .
2018-08-04 17:55:58 +01:00
jzmaddock
304a62a85a
CI: Try again with clang-6 libc++ test.
2018-08-04 17:03:36 +01:00
jzmaddock
fa426d8e24
CI: Add clang 6.0 and another libc++/clang config.
2018-08-04 11:16:15 +01:00
jzmaddock
ffd6682a8b
No need to define BOOST_NO_CXX11_THREAD_LOCAL for recent libc++ versions on Linux.
...
Fixes https://github.com/boostorg/config/issues/231 .
2018-08-04 08:25:09 +01:00
jzmaddock
d265f48d7b
Don't use __attribute__((__visibility__("default"))) for clang on windows as it isn't supported.
...
Fixes https://github.com/boostorg/config/issues/226 .
2018-08-03 18:21:18 +01:00
jzmaddock
cd5c825039
Document intptr_t in cstdint.h.
...
[SKIP CI]
Fixes https://github.com/boostorg/config/issues/234 .
2018-08-03 13:09:53 +01:00
jzmaddock
76a94a4bcf
Merge branch 'develop' of https://github.com/boostorg/config into develop
2018-08-02 18:30:13 +01:00
jzmaddock
7143b31545
Document recently added auto-linking macros.
...
[CI SKIP]
2018-08-02 18:29:55 +01:00
jzmaddock
87f56edb22
Merge pull request #228 from lanurmi/message-prefix
...
Prefix "Unknown compiler version ..." messages with "boost:".
2018-08-02 18:29:17 +01:00
jzmaddock
447dab3d20
Merge pull request #227 from isuruf/auto_link_system
...
Add support for user defined option BOOST_AUTO_LINK_SYSTEM
2018-08-02 18:19:53 +01:00