Commit Graph

  • 23e245f5d0 Revert "Revert "Print config info via b2"" jzmaddock 2019-06-28 18:27:23 +01:00
  • fa1544f7b2 Merge pull request #289 from boostorg/gcc9 jzmaddock 2019-06-28 18:24:33 +01:00
  • 8d58766c7b gcc: exclude attribute definition for gcc in C++03 mode. Even though __has_attribute reports true for gcc-9. jzmaddock 2019-06-28 08:32:47 +01:00
  • baf3a25a65 Update config_info.cpp. jzmaddock 2019-06-27 18:14:33 +01:00
  • 10c5df0159 Update char8_t tests and print out C++20 feature macros. jzmaddock 2019-06-27 12:48:00 +01:00
  • 089e3749fd Correct usage of std::memory_order in test case. Otherwise it fails in C++20. jzmaddock 2019-06-27 08:34:47 +01:00
  • ab3807ef83 Revert "Print config info via b2" jzmaddock 2019-06-26 18:11:29 +01:00
  • 6409132b36 fix file name to match expected Michael Caisse 2019-06-26 07:37:43 -07:00
  • 890d569350 Add rule for backwards compatibility. jzmaddock 2019-06-26 13:11:49 +01:00
  • 0f6b79fe1f Add gcc-9, clang-8, xcode-10 to test matrix. jzmaddock 2019-06-26 09:37:13 +01:00
  • 8e742b82b4 Merge pull request #281 from nealef/s390x jzmaddock 2019-06-26 08:37:43 +01:00
  • fdb0a1a241 Merge pull request #274 from Kojoley/print-config-info-via-b2 jzmaddock 2019-06-26 08:36:29 +01:00
  • 7671e53525 Merge pull request #286 from boostorg/clang7 jzmaddock 2019-06-25 08:23:27 +01:00
  • a900330798 CI: Revert no longer needed defines. jzmaddock 2019-06-24 09:08:18 +01:00
  • 21a37b6c4c CI: revert changes for clang-3.x and revert to using trusty, clang-3.x seems to have too many issues with xenial. jzmaddock 2019-06-23 18:07:18 +01:00
  • d5046fd9e5 clang-3.5: disable more stuff using auto. jzmaddock 2019-06-23 08:56:25 +01:00
  • 1c712d0bf0 clang-3.5: another try at figuring which auto expression is failing. jzmaddock 2019-06-23 08:46:45 +01:00
  • b3c5c3a442 CI: correct clang-libc++ invocation. jzmaddock 2019-06-22 18:01:26 +01:00
  • 892b6a8e4e CI: set distribution to xenial. jzmaddock 2019-06-22 16:49:42 +01:00
  • 1c2d96012e Remove clang-7-libc++ for now. jzmaddock 2019-06-22 08:56:06 +01:00
  • f5a36e0fc1 Again fix for clang logic.... jzmaddock 2019-06-19 12:51:50 +01:00
  • b914f2b6a8 Try to correct clang defect logic. jzmaddock 2019-06-19 11:52:55 +01:00
  • 0bb4a11787 tentative fixes for clang failures. jzmaddock 2019-06-18 18:42:30 +01:00
  • 1cf54521a5 Change clang toolchain to xenial. jzmaddock 2019-06-17 12:51:30 +01:00
  • 76ba0cfac9 Add clang-7 testing. jzmaddock 2019-06-15 11:44:03 +01:00
  • da2cf21fde Merge pull request #282 from jeking3/auto-link-clang-cl jzmaddock 2019-06-09 18:03:38 +01:00
  • a18911902d Enable auto link support for clang on windows (clang-win) (clang-cl) James E. King III 2019-05-14 08:47:13 -04:00
  • 92ea5a3bd9 Merge branch 'develop' jzmaddock 2019-05-05 17:42:46 +01:00
  • b62dd43cc0 Change s390 -> s390x Neale Ferguson 2019-04-26 09:04:06 -04:00
  • 4f82c11ce8 Add s390 Neale Ferguson 2019-04-25 12:29:16 -04:00
  • f76000bbc9 Update version check for __cpp_deduction_guides. Fixes https://github.com/boostorg/config/issues/279. jzmaddock 2019-04-21 09:17:37 +01:00
  • 9f2bb19547 Merge branch 'develop' of https://github.com/boostorg/config into develop jzmaddock 2019-04-16 19:37:35 +01:00
  • 87931b074f In C++20 the u8 literal produces a char8_t[] not a char[]. Fixes https://github.com/boostorg/config/issues/276. jzmaddock 2019-04-16 19:37:15 +01:00
  • 0a20a83860 Bump version to 1.71.0 Marshall Clow 2019-04-12 07:19:54 +01:00
  • 77ff8a2fac Merge pull request #278 from boostorg/mclow-patch-1 Peter Dimov 2019-04-15 17:03:09 +03:00
  • d65e644144 Merge pull request #277 from andreas-schwab/develop jzmaddock 2019-04-12 18:00:51 +01:00
  • b2bf7ebed1 Bump version to 1.71.0 Marshall Clow 2019-04-12 07:19:54 +01:00
  • f6029148a8 Add detection of the RISC-V architecture Andreas Schwab 2019-04-08 14:53:30 +02:00
  • 96abc66a3b vc142 auto lib boost-1.70.0 Thomas Kent 2019-04-04 18:58:33 -05:00
  • 96607d5e15 Merge pull request #275 from teeks99/msvc142-auto-lib jzmaddock 2019-04-05 10:52:18 +01:00
  • 6fe7117b2e vc142 auto lib Thomas Kent 2019-04-04 18:58:33 -05:00
  • bae57f50de Update auto linking for --layout=tagged. Fixes: https://github.com/boostorg/config/issues/260 jzmaddock 2019-04-01 18:58:26 +01:00
  • 9a79d0b155 Merge pull request #273 from boostorg/no_unique_address jzmaddock 2019-04-03 18:09:33 +01:00
  • dd47b4b59e Print config info via b2 Nikita Kniazev 2019-04-03 02:42:11 +03:00
  • 6ef16c8d90 Add BOOST_ATTRIBUTE_NO_UNIQUE_ADDRESS. See https://github.com/boostorg/config/issues/257. jzmaddock 2019-04-02 18:40:25 +01:00
  • fb746fc6fb Merge pull request #272 from boostorg/nodiscard jzmaddock 2019-04-02 13:24:34 +01:00
  • b68cf2b660 Merge pull request #271 from boostorg/variant jzmaddock 2019-04-02 13:24:24 +01:00
  • 9c829919aa Merge branch 'variant' into nodiscard John Maddock 2019-04-01 21:19:55 +01:00
  • a16e603718 Add missing files. jzmaddock 2019-04-01 21:19:11 +01:00
  • 85b4600817 Add BOOST_ATTRIBUTE_NODISCARD. See https://github.com/boostorg/config/issues/258. jzmaddock 2019-04-01 19:30:31 +01:00
  • dcc6fccd8e Merge pull request #268 from Kojoley/patch-2 jzmaddock 2019-04-01 19:13:58 +01:00
  • d112744885 Add BOOST_NO_CXX17_HDR_VARIANT. See https://github.com/boostorg/config/issues/264 jzmaddock 2019-04-01 19:08:54 +01:00
  • db26d1431c Update auto linking for --layout=tagged. Fixes: https://github.com/boostorg/config/issues/260 jzmaddock 2019-04-01 18:58:26 +01:00
  • 1d09aace31 Add comment on last change [CI SKIP] jzmaddock 2019-04-01 18:26:43 +01:00
  • e27ecad25e Fix BOOST_NO_CXX17_HDR_STRING_VIEW and BOOST_NO_CXX17_HDR_OPTIONAL for msvc and clang/msvc. jzmaddock 2019-04-01 18:23:26 +01:00
  • 621335b175 Merge branch 'develop' of https://github.com/boostorg/config into develop jzmaddock 2019-04-01 17:22:06 +01:00
  • 2cbec1f74b Merge pull request #270 from Kojoley/patch-1 jzmaddock 2019-04-01 17:21:49 +01:00
  • 38a9ed16db Correct BOOST_UNREACHABLE_RETURN usage in test case. jzmaddock 2019-04-01 17:21:14 +01:00
  • 5b9a7ac526 Missing semicolon in BOOST_UNREACHABLE_RETURN(x) Nikita Kniazev 2019-04-01 17:53:33 +03:00
  • 6231009e97 Merge pull request #269 from Kojoley/msvc-unreachable-return jzmaddock 2019-03-31 17:27:06 +01:00
  • 2af0a97e4f Expand BOOST_UNREACHABLE_RETURN to __assume(0) on MSVC Nikita Kniazev 2019-03-31 16:07:14 +03:00
  • e9e3129524 Lift thread local ban for 64bit MinGW Nikita Kniazev 2019-03-29 23:54:51 +03:00
  • cb01bd379f Merge pull request #267 from Kojoley/patch-1 jzmaddock 2019-03-30 11:08:20 +00:00
  • bcff5c7997 Merge pull request #266 from teeks99/vc142-support jzmaddock 2019-03-30 11:06:54 +00:00
  • 057be035f4 Merge pull request #265 from kuhlenough/develop jzmaddock 2019-03-30 11:06:26 +00:00
  • 8118ba6547 Remove icc testing, it seems to be no longer functional. jzmaddock 2019-03-30 11:04:52 +00:00
  • a2bf626b54 __builtin_unreachable was introduced in GCC 4.5 Nikita Kniazev 2019-03-26 00:41:31 +03:00
  • 354b02cd2b Tried with the latest RC Thomas Kent 2019-03-21 21:05:22 -05:00
  • 84e1f00b14 Support for Visual Studio 2019, vc142 toolset. Thomas Kent 2019-03-20 07:32:07 -05:00
  • e6aeafd0d3 Update vxworks.hpp - wide char support in kernel - use Boost's slist for operator instantiating compatibility in several libraries - undef V7 macro Brian Kuhl 2019-03-19 08:33:45 -04:00
  • 42b9b37008 Merge pull request #7 from LukeCz/patch-1 jzmaddock 2019-02-27 18:07:02 +00:00
  • 98dc98611e Merge branch 'develop' boost-1.70.0.beta1 jzmaddock 2019-02-24 09:13:22 +00:00
  • fb362e6b29 Merge pull request #263 from boostorg/std_features jzmaddock 2019-02-12 11:41:44 +00:00
  • 4d9e3db530 Add versioning to std feature checks, document the feature. jzmaddock 2019-02-11 18:22:05 +00:00
  • cdb997ef90 Merge pull request #261 from boostorg/float128-clang jzmaddock 2019-02-10 20:04:51 +00:00
  • 93dc993313 Implement b2 checks for std lib feature macros. jzmaddock 2019-02-10 20:03:32 +00:00
  • 778ceed6f0 Tentatively enable __float128 support for clang jzmaddock 2019-02-08 19:09:07 +00:00
  • 3db1d41a75 Simplified boolean expression Lukasz Czajczyk 2019-01-21 16:50:00 -06:00
  • c2b1df496a Travis CI: Add intel-16 testing. jzmaddock 2018-12-24 18:59:56 +00:00
  • 6a260d76a4 Intel-16 doesn't have a C++03 mode so don't test it. feature/intel-ci-testing jzmaddock 2018-12-24 18:11:48 +00:00
  • f28264d988 Intel C++ CI: gcc-7 doesn't quite work either, try gcc-6. jzmaddock 2018-12-23 14:48:39 +00:00
  • 9f4985a2c0 Intel CI testing: Intel-16 doesn't work with gcc-8, try it with gcc-7 instead. jzmaddock 2018-12-23 13:22:58 +00:00
  • 26b52f9899 Intel CI: attempt to add gcc-8 compatible testing. jzmaddock 2018-12-23 13:12:59 +00:00
  • da2f7267ba Intel C++ CI testing: Remove argument to installer as it's not recognised and should be the default anyway. jzmaddock 2018-12-23 12:00:44 +00:00
  • 2fe0d73475 Intel C++ CI testing: Invoke installer via bash as it doesn't have executable permissions set by default. jzmaddock 2018-12-23 11:22:44 +00:00
  • 6f2d5daf04 First attempt at testing Intel C++ in Travis CI. jzmaddock 2018-12-23 10:51:28 +00:00
  • 5d593759a0 Update CI scripts to cope with new submodule layout. jzmaddock 2018-12-20 09:00:23 +00:00
  • 6f67f0510b Merge branch 'develop' jzmaddock 2018-12-12 18:23:16 +00:00
  • eb5d4bd834 Merge pull request #255 from boostorg/mclow-patch-170 jzmaddock 2018-12-12 18:19:35 +00:00
  • 03b3941162 Bump version number to 1.70 Marshall Clow 2018-12-12 09:56:48 -08:00
  • a986462f71 Merge pull request #252 from boostorg/issue246 jzmaddock 2018-11-08 08:47:59 +00:00
  • 107abccc93 Merge branch 'issue246' of https://github.com/boostorg/config into issue246 jzmaddock 2018-11-07 18:20:54 +00:00
  • 5c055f1c63 Merge branch 'develop' into issue246 jzmaddock 2018-11-07 18:12:49 +00:00
  • f48077f631 Make constexpr a gcc-4.7 feature not 4.6. jzmaddock 2018-11-07 18:12:32 +00:00
  • 969ff1a974 Remove CMake test - it's apparent I don't understand this. jzmaddock 2018-11-07 18:04:56 +00:00
  • eaec25b4c4 Merge branch 'develop' into issue246: rebase PR. jzmaddock 2018-11-07 16:15:00 +00:00
  • d5217742dd Fix indentation is .travis.yml. jzmaddock 2018-11-07 16:12:37 +00:00
  • 32ecea81e0 Add test case for issue #246 jzmaddock 2018-11-07 13:52:52 +00:00
  • db9b7e36c3 Better CI badges. [CI SKIP] jzmaddock 2018-11-06 19:31:16 +00:00
  • d020447e13 Merge branch 'develop' of https://github.com/boostorg/config into develop jzmaddock 2018-11-06 19:21:06 +00:00