Commit Graph

  • cddc55a6c4 Updated tests and jamfiles to reflect the changed testing headers location. Andrey Semashev 2014-09-04 23:39:44 +0400
  • 332389f50e Moved testing headers to tests to avoid dependency on Boost.Core. Andrey Semashev 2014-09-04 23:15:04 +0400
  • 6064a97e3a Moved sizeof.hpp to core components. Andrey Semashev 2014-08-31 14:41:53 +0400
  • a46a787a49 Use core/lightweight_test.hpp. Andrey Semashev 2014-08-31 14:11:17 +0400
  • 9bbc806090 Fixed tests compilation. Andrey Semashev 2014-08-31 14:09:10 +0400
  • 64f50f82aa Removed workaround for Borland Compiler 5.9 to avoid dependency on TypeTraits. Andrey Semashev 2014-08-30 21:00:05 +0400
  • 6b37526352 Added a readme file. Andrey Semashev 2014-08-30 20:48:46 +0400
  • b2d6e667a0 Added a sublibs tag file. Andrey Semashev 2014-08-30 20:42:30 +0400
  • a469a67ab8 Removed dependency on TypeTraits. Andrey Semashev 2014-08-30 20:39:07 +0400
  • e296279084 Moved min/max to MPL.Core. Andrey Semashev 2014-08-30 20:26:01 +0400
  • 07bff9e105 Moved tests for core components to the sub-library. Andrey Semashev 2014-08-30 20:15:54 +0400
  • 82890fd03e Moved Boost.MPL.Core headers to a sublibrary. Andrey Semashev 2014-08-30 17:21:16 +0400
  • d6bc9845ba Merge pull request #10 from danieljames/metadata Edward Diener 2014-08-18 11:38:29 -0400
  • afe0e6bbc4 Add metadata file. Daniel James 2014-08-18 15:07:32 +0100
  • 0341108f6b add back the has_xxx workaround for msvc if used with nvcc Eric Niebler 2014-07-07 15:47:06 -0700
  • 2b6fba6f6c eliminate unnecessary workaround for modern msvc versions Eric Niebler 2014-06-26 22:25:53 -0700
  • bde91646cf Merge pull request #9 from ericniebler/develop Edward Diener 2014-07-07 19:36:08 -0400
  • aec459a49c add back the has_xxx workaround for msvc if used with nvcc Eric Niebler 2014-07-07 15:47:06 -0700
  • 1169c26856 Merge pull request #8 from ericniebler/has-xxx-msvc Edward Diener 2014-06-27 07:42:17 -0400
  • 6893e5e5de eliminate unnecessary workaround for modern msvc versions Eric Niebler 2014-06-26 22:25:53 -0700
  • e6bca9d8fc Merge branch 'develop' Peter Dimov 2014-06-05 00:25:39 +0300
  • 0b6167c840 Remove dependency on Detail by using Predef directly. Peter Dimov 2014-06-05 00:23:41 +0300
  • f976861e13 Add test for constexpr conversion operator Paul 2014-05-16 02:38:50 -0400
  • ed58434c88 Add constexpr to conversion operator for bool integral constants Paul 2013-12-29 05:46:32 -0500
  • 1f482c4fa1 Add constexpr to conversion operator for integral constants Paul 2013-12-28 23:29:09 -0500
  • d032c78c1d Merge pull request #6 from boostorg/develop Noel Belcourt 2014-05-08 20:24:29 -0600
  • e5e30a45a4 Merge pull request #5 from ericniebler/develop Noel Belcourt 2014-05-01 19:38:00 -0600
  • 7f823bec1c mpl::for_each works on nvidia gpu's Eric Niebler 2014-05-01 15:38:13 -0700
  • cafafafea3 Merge pull request #4 from robertramey/develop Marshall Clow 2014-03-26 19:10:36 -0700
  • de26efa6ea added mol print functionally for Clang compiler Robert Ramey 2014-03-26 12:41:20 -0700
  • 04d02649d8 Merge branch 'develop' Daniel James 2014-03-25 08:34:40 +0000
  • db7e720ce1 Revert Stephen Kelly's changes. Daniel James 2014-03-25 08:31:37 +0000
  • 51b8f0e100 Cast to long for c++11. Edward Diener 2013-11-14 04:43:57 +0000
  • 77651e4aa1 In clang using VC++ RTL the VC++ macros are keywords. Edward Diener 2013-11-13 17:38:31 +0000
  • 0be4fc4b34 Merge whitespace fix. Daniel James 2014-03-20 23:01:00 +0000
  • 858652cd0d Create merge base for develop. Daniel James 2014-03-20 22:58:58 +0000
  • 8a2e64723c Merge cherry-picked changes from develop. Daniel James 2014-03-20 22:57:52 +0000
  • 27815b8d37 Merge pull request #2 from danieljames/develop-cherry-pick Daniel James 2014-03-20 22:53:28 +0000
  • ea6c446ad6 Fix whitespace in 'test/always.cpp'. Daniel James 2014-03-17 11:38:13 +0000
  • bf895af8f7 Docs/cosmetic: fix td/th border style in Firefox Aleksey Gurtovoy 2011-02-21 10:00:08 +0000
  • d1a05aed0a Closing ticket #816 Aleksey Gurtovoy 2011-02-21 09:41:45 +0000
  • 2d3c8f076d Applied an adapted version of patch from Ticket #4364 Joel Falcou 2011-05-17 18:16:59 +0000
  • 94154603ec mpl::always is now nullary. Test is updated to take care of new possible calls using apply and apply0. Joel Falcou 2011-04-10 11:27:54 +0000
  • 74fef329d4 Applied documentation patch from Daniel James. Fix Ticket #5240 Joel Falcou 2011-04-10 07:07:01 +0000
  • 3bf644fc10 Fully qualified mpl::for_each call to prevent conflict with phoenix::for_each on some compiler. Joel Falcou 2011-03-06 11:09:13 +0000
  • 8886e3d7da Fix name in list example. Fixes #4875. Steven Watanabe 2010-12-08 17:21:32 +0000
  • e174e49e32 Fix set_c iterators. Steven Watanabe 2010-09-01 15:16:53 +0000
  • 11b9928353 Improve compatibility with compilers other than GCC. Neil Groves 2010-05-11 22:20:19 +0000
  • 4cee88eae9 MPL refmanual: for_each doc fixes (thanks to Emil Dotchevski) Aleksey Gurtovoy 2009-08-29 08:48:11 +0000
  • acdd0e5a92 dummy file Aleksey Gurtovoy 2001-09-26 09:57:52 +0000
  • ec73776cbd Cast to long for c++11. Edward Diener 2013-11-14 04:43:57 +0000
  • cccddd65c7 In clang using VC++ RTL the VC++ macros are keywords. Edward Diener 2013-11-13 17:38:31 +0000
  • 3e3b4aeef2 Merge 84443 from trunk, to fix mpl assert failures for msvc in many libraries. Beman Dawes 2013-10-29 13:15:03 +0000
  • 2c77a2b9c1 Fix mpl on MSVC. Stephen Kelly 2013-10-12 13:07:26 +0000
  • c77da6a6da MPL: Limit a GCC workaround to a version tested to not need it. Stephen Kelly 2013-10-12 10:32:40 +0000
  • eccea8a324 MPL: Remove obsolete GCC version checks. Stephen Kelly 2013-10-12 10:19:11 +0000
  • 553aa2e52f Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:22:36 +0000
  • f580ae3b0a Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:20:59 +0000
  • b519e4b12b Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:19:44 +0000
  • d6d7e5abe0 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +0000
  • 2a61f750a9 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:15:00 +0000
  • 9b42f0453e Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:13:10 +0000
  • 61d75128b4 Remove obsolete files. Stephen Kelly 2013-10-11 23:11:35 +0000
  • d2fcd238d6 MPL: Remove obsolete GCC version checks. Stephen Kelly 2013-09-30 15:59:23 +0000
  • 27b31c31be MPL: Remove nntp_decl.hpp and obsolete includes. Stephen Kelly 2013-09-26 14:10:37 +0000
  • 8143a00562 MPL: Remove use of obsolete macro. Stephen Kelly 2013-09-26 13:07:02 +0000
  • 18d0db5b5c MPL: Remove use of obsolete macro. Stephen Kelly 2013-09-26 13:06:05 +0000
  • 76dab04fa9 MPL: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-26 13:05:50 +0000
  • 50865751ae MPL: Remove workaround for no-longer-supported MSVC Stephen Kelly 2013-09-26 09:47:38 +0000
  • 83d7bb938f MPL: Remove apply-wrap workaround for no-longer-supported MSVC Stephen Kelly 2013-09-26 09:47:19 +0000
  • 310ab7a6ce MPL: Remove use of obsolete macro. Stephen Kelly 2013-09-26 09:47:03 +0000
  • 403aea61fe MPL: Remove MSVC 6 and 7 early template instantiation workaround. Stephen Kelly 2013-09-26 09:46:46 +0000
  • 3b026baefe MPL: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-26 09:45:59 +0000
  • 76a5c4cf54 MPL: Remove obsolete files for old MSVC compilers. Stephen Kelly 2013-09-26 09:45:41 +0000
  • cefaca1789 MPL: Bump the MSVC compiler requirements Stephen Kelly 2013-09-26 09:44:29 +0000
  • de207e3775 MPL: Remove assert workaround for no-longer-supported MSVC. Stephen Kelly 2013-09-25 10:28:10 +0000
  • 8951fa2a3b MPL: Remove MSVC workaround for void templates. Stephen Kelly 2013-09-25 10:27:56 +0000
  • 67f5d73999 MPL: Remove use of obsolete BOOST_MPL_CFG_NO_APPLY_TEMPLATE Stephen Kelly 2013-09-25 08:26:46 +0000
  • 50f26179f6 MPL: Remove use of obsolete BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION Stephen Kelly 2013-09-25 08:26:31 +0000
  • 0e065bc65a MPL: Remove use of obsolete BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS Stephen Kelly 2013-09-25 08:26:10 +0000
  • d6c3a16e1e Make BOOST_WORKAROUND consistent. Steven Watanabe 2013-05-23 14:42:25 +0000
  • 6e78a8f0f4 Merge [81027] from the trunk. Steven Watanabe 2013-05-23 14:38:22 +0000
  • aa8e43a017 Work around VC11 bug when evaluating nested BOOST_MPL_ASSERTs. Steven Watanabe 2012-10-20 16:43:51 +0000
  • 7d2a04eea3 Applied an adapted version of patch from Ticket #4364 Joel Falcou 2011-05-17 18:16:59 +0000
  • f8e9b04e6a mpl::always is now nullary. Test is updated to take care of new possible calls using apply and apply0. Joel Falcou 2011-04-10 11:27:54 +0000
  • de377710d4 Applied documentation patch from Daniel James. Fix Ticket #5240 Joel Falcou 2011-04-10 07:07:01 +0000
  • fc13a7ac60 Fully qualified mpl::for_each call to prevent conflict with phoenix::for_each on some compiler. Joel Falcou 2011-03-06 11:09:13 +0000
  • 161b05edfb Docs/cosmetic: fix td/th border style in Firefox Aleksey Gurtovoy 2011-02-21 10:00:08 +0000
  • 3a4c350910 Closing ticket #816 Aleksey Gurtovoy 2011-02-21 09:41:45 +0000
  • 7cd1d88886 Fix name in list example. Fixes #4875. Steven Watanabe 2010-12-08 17:21:32 +0000
  • 61f3e9cb9a Merged revisions 65167 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-10-29 21:36:38 +0000
  • 08c6156599 Fix for_each test for C++0x Steven Watanabe 2010-09-01 16:08:21 +0000
  • 2a2c4d2895 Fix set_c iterators. Steven Watanabe 2010-09-01 15:16:53 +0000
  • cad61ebca3 merged [64705] MPL documentation from trunk Daniel Walker 2010-08-11 17:04:29 +0000
  • 6f63e9d0c6 Update generated html docs for MPL. Steven Watanabe 2010-08-09 20:07:24 +0000
  • 41ab25a8a1 merged [64144] from trunk Daniel Walker 2010-07-19 00:46:31 +0000
  • 45d0bcadc2 fixed missing header dependency Daniel Walker 2010-07-18 23:59:27 +0000
  • cbd633b4d0 merged changeset 63726 from trunk Daniel Walker 2010-07-12 01:36:38 +0000
  • ff2df79e35 removed arity detection from has_xxx_template Daniel Walker 2010-07-07 20:44:59 +0000
  • fb038c188d Manually merge changesets @55858 and @58111 from the trunk (svnmerge.py refuses to) Aleksey Gurtovoy 2010-07-02 09:26:29 +0000