Commit Graph

  • 73ee4f5b03 int128 & CUDA C++03: Update ICC and Clang Axel Huebl 2015-12-18 11:41:56 +0100
  • e5b21fb9b4 Refactor int/float128: NVCC -std=c++11 Axel Huebl 2015-12-18 10:50:50 +0100
  • a332112317 Fix Trac 11852: GCC & CUDA __float128 Axel Huebl 2015-12-18 10:27:04 +0100
  • 74bcf32eca Merge branch 'develop' jzmaddock 2015-12-08 18:55:19 +0000
  • 05d55111e4 Apply patch for clang from https://svn.boost.org/trac/boost/ticket/11833 jzmaddock 2015-12-08 08:58:29 +0000
  • f020bec68a Provide BOOST_RESTRICT and BOOST_NO_RESTRICT_REFERENCES Joel Falcou 2015-11-04 16:48:16 +0100
  • 94a3bf4f12 Update to set BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE on MacOS. jzmaddock 2015-10-29 11:48:13 +0000
  • 19f66e8992 VC7.1 requires BOOST_NO_CXX11_LOCAL_CLASS_TEMPLATE_PARAMETERS jzmaddock 2015-10-22 10:17:24 +0100
  • 478ab51c8a Merge branch 'develop' jzmaddock 2015-10-15 10:45:05 +0100
  • ca7967820b Remove dependency to Boost.Test. jzmaddock 2015-10-08 10:39:09 +0100
  • 26c91920e2 Merge pull request #79 from akumta/patch-2 jzmaddock 2015-10-04 17:22:42 +0100
  • cdc5750155 Merge pull request #80 from mauve/winrt-no-ansi-apis jzmaddock 2015-10-04 17:21:15 +0100
  • ad3141cebd universal-windows: Dont use Windows ANSI APIs when compiling for winrt Mikael Olenfalk 2015-10-04 14:23:22 +0200
  • 85288108c0 Update for C++ version 5.14 akumta 2015-10-01 11:26:08 -0700
  • d0dbbc3d56 Merge branch 'master' of https://github.com/mauve/config into develop jzmaddock 2015-09-24 18:15:53 +0100
  • 7d67f4171f Make cstdint.hpp work on QNX 6.6 Mikael Olenfalk 2015-09-18 12:01:35 +0200
  • a2616b4f3f Merge branch 'develop' of https://github.com/boostorg/config into develop jzmaddock 2015-09-16 18:28:04 +0100
  • a17884f425 Add support for __unreachable_return on clang and GCC. See https://svn.boost.org/trac/boost/ticket/11661. jzmaddock 2015-09-16 18:27:48 +0100
  • f23f3a4bb7 Merge pull request #75 from morinmorin/fix/guard_attribute_name jzmaddock 2015-09-07 17:32:06 +0100
  • 3ff780f2a9 Merge pull request #76 from danieljames/start-1.60.0 Beman Dawes 2015-09-05 20:12:47 -0400
  • c99044f492 Version bump Daniel James 2015-09-05 21:34:42 +0100
  • 2656ae42d4 Guard attribute names with double underscores. morinmorin 2015-09-03 19:02:48 +0900
  • e14893a9fc Merge pull request #74 from morinmorin/fix/remove_detection_code jzmaddock 2015-09-03 10:54:05 +0100
  • cdcb3fc1aa Remove the detection code for 'unused' attribute on Clang. morinmorin 2015-09-03 18:32:02 +0900
  • 2ee108b81f Merge pull request #71 from alkino/develop jzmaddock 2015-09-01 17:52:37 +0100
  • 458869dd03 Merge pull request #72 from NuxiNL/cloudabi jzmaddock 2015-09-01 17:13:01 +0100
  • ca01235304 Add missing files. jzmaddock 2015-08-30 10:09:44 +0100
  • 0070534348 Add basic platform bits for Nuxi CloudABI. Ed Schouten 2015-08-27 16:23:21 +0200
  • 034817c492 Use __has_attribute instead of gcc version in clang Nicolas Cornu 2015-08-27 13:34:22 +0200
  • d05131f7e2 Merge branch 'develop' of https://github.com/boostorg/config into develop jzmaddock 2015-08-18 18:09:35 +0100
  • 7b9e5f8d6b std::shared_ptr is only partly usable on Oracle, disable for now. jzmaddock 2015-08-18 18:09:15 +0100
  • 5cc1746cab Merge pull request #70 from MarcelRaad/patch-3 jzmaddock 2015-08-18 12:17:46 +0100
  • b794a7162b Add float128_type typedef dimilar to int128_type. jzmaddock 2015-08-13 17:52:48 +0100
  • 15fa6fd8b9 Add BOOST_HAS_FLOAT128 for compilers that support __float128 as a distinct type. jzmaddock 2015-08-13 17:13:32 +0100
  • a8f96e4b6e Intel should not set GCC and MSVC specific macros. jzmaddock 2015-08-12 19:47:56 +0100
  • 776bc8ac10 Update for MSVC14's _HAS_AUTO_PTR_ETC Marcel Raad 2015-08-11 10:05:33 +0200
  • 854a785483 Add missing #include. jzmaddock 2015-08-04 12:44:49 +0100
  • a66898d292 Disable <codecvt> for VC14 as it fails at link time when using the facets. jzmaddock 2015-07-27 09:23:25 +0100
  • d5839ad09b Enable <shared_mutex> support for VC14. jzmaddock 2015-07-25 13:23:33 +0100
  • dfef189197 Fix test case for <shared_mutex>. Both clang/libc++ and MSVC-14 support <shared_mutex>, but neither set the SD6 macros so, don't bother testing them. Definitely don't test for the presence of std::shared_mutex as that's a C++17 feature. jzmaddock 2015-07-25 13:23:04 +0100
  • dd26419a25 Add link to VC14 bug report. jzmaddock 2015-07-23 18:16:39 +0100
  • 79950d0293 Remove unneeded comment. jzmaddock 2015-07-23 16:59:31 +0100
  • 6b767b0e09 VC14 still has the value-initialization bug. jzmaddock 2015-07-23 09:53:39 +0100
  • e472f46438 Change intel.hpp to use the same config as the compiler it's emulating. At least for Intel 15 and later. jzmaddock 2015-07-22 18:00:39 +0100
  • 5bf05c9fbb Reinstate BOOST_NO_CXX11_CONSTEXPR for VC14 - support isn't quite there yet. jzmaddock 2015-07-22 17:59:45 +0100
  • 160de8b513 Remove BOOST_NO_CXX11_CONSTEXPR for VC++ 2015 RTM. See https://msdn.microsoft.com/en-us/library/hh567368.aspx#corelanguagetable and http://blogs.msdn.com/b/vcblog/archive/2015/06/19/c-11-14-17-features-in-vs-2015-rtm.aspx Beman 2015-07-21 10:53:56 -0400
  • 0bbfcc22f4 Merge pull request #68 from MarcelRaad/patch-4 jzmaddock 2015-07-21 11:50:10 +0100
  • 4c08407c86 Merge pull request #67 from MarcelRaad/patch-3 jzmaddock 2015-07-21 11:49:23 +0100
  • 5dff05e8d9 Fix compiler version number in comment Marcel Raad 2015-07-21 00:21:12 +0200
  • 16f491d48d Update for the VS14 RTM standard library Marcel Raad 2015-07-20 19:58:59 +0200
  • 26258e676d Update for VS 2015 RTM Marcel Raad 2015-07-20 19:54:41 +0200
  • 15d56c9cff Fix detection of libstdc++ 4.7.x. jzmaddock 2015-07-07 19:22:38 +0100
  • 5ccb1b6c5f Modify Jamfile to configure external library support better. jzmaddock 2015-07-07 17:27:04 +0100
  • 5a9c919ef6 IBM compiler is not GCC. jzmaddock 2015-07-07 17:17:34 +0100
  • ecb017fd33 Rebuild docs for shared_mutex support macro. jzmaddock 2015-07-07 11:19:07 +0100
  • 54e8de973f Merge branch 'shared_mutex' of https://github.com/eldiener/config into develop jzmaddock 2015-07-07 11:15:11 +0100
  • 2f24d9811f Added logic when header file found to check for C++14 __cplusplus kevel. Edward Diener 2015-06-30 23:42:05 -0400
  • da03881bfb Removed BOOST_NO_CXX14_HDR_SHARED_MUTEX logic in compilers. Edward Diener 2015-06-30 23:41:03 -0400
  • ce9a0f17c8 Remove direct test for clang version as clang doc says that SD-6 supported fron clang 3.4 and up. Edward Diener 2015-06-28 13:06:27 -0400
  • 7e6d65e361 Use SD-6 if it exists Edward Diener 2015-06-27 21:26:00 -0400
  • 584a711c7a Removed comment. Edward Diener 2015-06-27 21:25:36 -0400
  • 3ca81f1095 Addition of BOOST_NO_CXX14_HDR_SHARED_MUTEX tests Edward Diener 2015-06-27 12:32:59 -0400
  • b351a9a1ed Updated example checking SD-6 macro Edward Diener 2015-06-15 10:00:02 -0400
  • 4f80398754 Updated using SD-6 Edward Diener 2015-06-15 09:56:54 -0400
  • 32ea03d6fb Merge pull request #65 from MarcelRaad/patch-3 jzmaddock 2015-06-27 12:56:40 +0100
  • cd72cbe273 Add another constexpr test Marcel Raad 2015-06-27 13:08:29 +0200
  • 046b9d95e0 Tentative fix for IMB clang compiler failures. Remove __int128 support - not supported by this compiler. Make sure correct compiler config is selected. jzmaddock 2015-06-23 18:44:03 +0100
  • ae443e33fa Updated for shared_mutex header Edward Diener 2015-06-09 22:43:10 -0400
  • 3fa00f8adb Support for C++14 shared_mutex header Edward Diener 2015-06-09 08:32:28 -0400
  • d14f46f77b Merge branch 'xlcpp-toolset-config' of https://github.com/camorton2/config into develop jzmaddock 2015-06-03 19:08:11 +0100
  • e0e1deca08 add xlcpp toolset to selection options Catherine Morton 2015-06-02 14:55:14 -0400
  • b283567200 adding toolset for xlcpp Catherine Morton 2015-06-02 12:45:43 -0400
  • fa954b8b61 Change link rule to exe rule. To prevent cyclic dependencies in status/Jamfile.v2. jzmaddock 2015-05-11 09:03:30 +0100
  • 89fd23ad0a Merge pull request #62 from boostorg/develop Rene Rivera 2015-05-07 12:11:52 -0500
  • f125f5829a Account for module names not incidentaly encoding paths as they are now truly just key names. Rene Rivera 2015-05-06 23:38:51 -0500
  • 0ca0adc3b3 Merge branch 'develop' jzmaddock 2015-05-05 13:19:37 +0100
  • 4ec6a18686 Add more constexpr tests Marcel Raad 2015-05-05 11:46:28 +0200
  • a0f7b67145 Add missing BOOST_NO_CXX11_NUMERIC_LIMITS macro reference doc entry Beman 2015-05-04 09:37:42 -0400
  • ad22b77738 Merge pull request #60 from Beman/develop jzmaddock 2015-05-03 15:35:02 +0100
  • fa0e91cf21 Update version check for VisualStudio 2015 RC. Beman 2015-05-02 18:06:24 -0400
  • 03673b1d20 Merge pull request #59 from danieljames/start-1.59.0 jzmaddock 2015-04-27 08:27:08 +0100
  • 55ea43b454 Version bump. Daniel James 2015-04-26 22:57:44 +0100
  • d7e258faf5 Update Jamfile to check for -latomic The config_test tests all require linking against -latomic when GCC provides it in order to test for <atomic>. Seems to be a new gcc-5.1.0 requirement. jzmaddock 2015-04-24 18:10:30 +0100
  • a2ad620450 Fix inconsistencies in name of boost_no_cxx14_digit_separator(s). jzmaddock 2015-04-24 17:46:29 +0100
  • 88167ee705 Tentative fix for GCC 5.1 C++11 feature updates. jzmaddock 2015-04-24 17:10:13 +0100
  • 8787f6b071 Changes required for aarch64 support in boost::config. Ananth Jasty 2015-04-15 17:59:47 -0700
  • f1639e00ce Merge pull request #53 from MarcelRaad/patch-1 jzmaddock 2015-04-21 12:07:00 +0100
  • 5169ec9d57 Update for MSVC 14 CTP 6 Marcel Raad 2015-04-21 11:32:10 +0200
  • 8a811db6e0 Merge pull request #50 from jessicah/develop jzmaddock 2015-04-09 08:49:19 +0100
  • d5694b49e2 Haiku: remove invalid feature definitions Jessica Hamilton 2015-04-09 07:48:22 +1200
  • d44dbf69a4 Merge branch 'develop' jzmaddock 2015-03-24 19:27:48 +0100
  • 579bc09dab Merge pull request #49 from jhunold/arch jzmaddock 2015-03-08 17:35:48 +0000
  • 871df563bb Merge branch 'develop' jzmaddock 2015-02-25 16:57:48 +0000
  • 337cf92b49 Merge pull request #48 from jhunold/whitespace Edward Diener 2015-02-25 09:09:19 -0500
  • abaaea2f29 Remove trailing whitespace to avoid gcc warning Jürgen Hunold 2015-02-25 12:31:07 +0100
  • 1c48f8e6f2 Merge branch 'develop' jzmaddock 2015-02-24 09:21:25 +0000
  • fada9f5ee2 Apply patch from https://svn.boost.org/trac/boost/ticket/6694 jzmaddock 2015-02-23 13:14:28 +0000
  • 975a488549 Fix for https://svn.boost.org/trac/boost/ticket/10955 jzmaddock 2015-02-23 13:07:00 +0000
  • c573e85173 Apply patch from https://svn.boost.org/trac/boost/ticket/6796 jzmaddock 2015-02-23 12:32:26 +0000
  • 5366f899e9 Fix intptr_t def on solaris. jzmaddock 2015-02-22 18:26:56 +0000