Commit Graph

  • 0f5451623c adding tests to attest other views don't suffer of it either Bruno Dutra 2015-03-21 22:19:56 -03:00
  • eaa3f26c9c fixing the issue for empty_sequence's as well Bruno Dutra 2015-03-21 22:04:52 -03:00
  • 07a5457dcd avoiding errors on visual studio compilers Bruno Dutra 2015-03-21 21:08:05 -03:00
  • f0f1680f3c Merge pull request #18 from felgru/develop Marshall Clow 2015-03-20 16:19:21 -07:00
  • 2be4714cc5 fix typos in the documentation Felix Gruber 2015-03-20 22:42:27 +01:00
  • 952471841f Merge pull request #13 from brunocodutra/Ticket7769 Marshall Clow 2015-03-19 10:26:39 -07:00
  • c8fe35643d Fix to Tickets #7975 and #8749 Bruno Dutra 2015-02-22 20:59:59 -03:00
  • feb7835e62 Adding newly added test to the Jamfile Bruno Dutra 2015-02-21 23:19:03 -03:00
  • faf17ec858 Adding test cases for a scenario of increased arity limit Bruno Dutra 2015-02-21 23:15:38 -03:00
  • 77cda02d85 Adding a new test case for insert_range. Bruno Dutra 2015-02-21 19:44:20 -02:00
  • f807edab2e Specializing insert_range for aux::set_tag as well Bruno Dutra 2015-02-21 19:42:38 -02:00
  • fc18efc259 Specializing insert_range for aux::map_tag Bruno Dutra 2015-02-10 20:59:54 -02:00
  • c7798600d6 Inserting elements at the beginning of Sequence, rather than at the end Bruno Dutra 2015-02-09 20:48:55 -02:00
  • 1c02715e49 Fix to bug 11001 Bruno Dutra 2015-02-09 00:04:07 -02:00
  • 6fd793c787 keeping it simple Bruno Dutra 2015-02-08 19:14:55 -02:00
  • ff4944f0ec using BOOST_PP_ENUM_PARAMS to generate base seq accordingly Bruno Dutra 2015-02-08 17:07:22 -02:00
  • 6a0f617a6c Revert "Merge pull request #11 from Lastique/modularization" K. Noel Belcourt 2014-09-19 18:55:00 -06:00
  • a30e4a49a8 Revert "Merge pull request #12 from Lastique/modularization_fix" K. Noel Belcourt 2014-09-19 18:54:50 -06:00
  • c296697981 Merge pull request #12 from Lastique/modularization_fix Edward Diener 2014-09-17 19:31:37 -04:00
  • c7997e039d Moved compiler.hpp to MPL.Core to avoid circular dependency. Andrey Semashev 2014-09-16 15:43:08 +04:00
  • a9a1eddba8 Merge pull request #11 from Lastique/modularization Noel Belcourt 2014-09-10 14:36:48 -06:00
  • cddc55a6c4 Updated tests and jamfiles to reflect the changed testing headers location. Andrey Semashev 2014-09-04 23:39:44 +04:00
  • 332389f50e Moved testing headers to tests to avoid dependency on Boost.Core. Andrey Semashev 2014-09-04 23:15:04 +04:00
  • 6064a97e3a Moved sizeof.hpp to core components. Andrey Semashev 2014-08-31 14:41:53 +04:00
  • a46a787a49 Use core/lightweight_test.hpp. Andrey Semashev 2014-08-31 14:11:17 +04:00
  • 9bbc806090 Fixed tests compilation. Andrey Semashev 2014-08-31 14:09:10 +04:00
  • 64f50f82aa Removed workaround for Borland Compiler 5.9 to avoid dependency on TypeTraits. Andrey Semashev 2014-08-30 21:00:05 +04:00
  • 6b37526352 Added a readme file. Andrey Semashev 2014-08-30 20:48:46 +04:00
  • b2d6e667a0 Added a sublibs tag file. Andrey Semashev 2014-08-30 20:42:30 +04:00
  • a469a67ab8 Removed dependency on TypeTraits. Andrey Semashev 2014-08-30 20:39:07 +04:00
  • e296279084 Moved min/max to MPL.Core. Andrey Semashev 2014-08-30 20:26:01 +04:00
  • 07bff9e105 Moved tests for core components to the sub-library. Andrey Semashev 2014-08-30 20:15:54 +04:00
  • 82890fd03e Moved Boost.MPL.Core headers to a sublibrary. Andrey Semashev 2014-08-30 17:21:16 +04:00
  • d6bc9845ba Merge pull request #10 from danieljames/metadata Edward Diener 2014-08-18 11:38:29 -04:00
  • afe0e6bbc4 Add metadata file. Daniel James 2014-08-18 15:07:32 +01:00
  • 0341108f6b add back the has_xxx workaround for msvc if used with nvcc boost-1.57.0 boost-1.56.0 Eric Niebler 2014-07-07 15:47:06 -07:00
  • 2b6fba6f6c eliminate unnecessary workaround for modern msvc versions Eric Niebler 2014-06-26 22:25:53 -07:00
  • bde91646cf Merge pull request #9 from ericniebler/develop Edward Diener 2014-07-07 19:36:08 -04:00
  • aec459a49c add back the has_xxx workaround for msvc if used with nvcc Eric Niebler 2014-07-07 15:47:06 -07:00
  • 1169c26856 Merge pull request #8 from ericniebler/has-xxx-msvc Edward Diener 2014-06-27 07:42:17 -04:00
  • 6893e5e5de eliminate unnecessary workaround for modern msvc versions Eric Niebler 2014-06-26 22:25:53 -07:00
  • e6bca9d8fc Merge branch 'develop' Peter Dimov 2014-06-05 00:25:39 +03:00
  • 0b6167c840 Remove dependency on Detail by using Predef directly. Peter Dimov 2014-06-05 00:23:41 +03:00
  • f976861e13 Add test for constexpr conversion operator Paul 2014-05-16 02:38:50 -04:00
  • ed58434c88 Add constexpr to conversion operator for bool integral constants Paul 2013-12-29 05:46:32 -05:00
  • 1f482c4fa1 Add constexpr to conversion operator for integral constants Paul 2013-12-28 23:29:09 -05:00
  • d032c78c1d Merge pull request #6 from boostorg/develop Noel Belcourt 2014-05-08 20:24:29 -06:00
  • e5e30a45a4 Merge pull request #5 from ericniebler/develop Noel Belcourt 2014-05-01 19:38:00 -06:00
  • 7f823bec1c mpl::for_each works on nvidia gpu's Eric Niebler 2014-05-01 15:38:13 -07:00
  • cafafafea3 Merge pull request #4 from robertramey/develop Marshall Clow 2014-03-26 19:10:36 -07:00
  • de26efa6ea added mol print functionally for Clang compiler Robert Ramey 2014-03-26 12:41:20 -07:00
  • 04d02649d8 Merge branch 'develop' Daniel James 2014-03-25 08:34:40 +00:00
  • db7e720ce1 Revert Stephen Kelly's changes. Daniel James 2014-03-25 08:31:37 +00:00
  • 51b8f0e100 Cast to long for c++11. Edward Diener 2013-11-14 04:43:57 +00:00
  • 77651e4aa1 In clang using VC++ RTL the VC++ macros are keywords. Edward Diener 2013-11-13 17:38:31 +00:00
  • 0be4fc4b34 Merge whitespace fix. Daniel James 2014-03-20 23:01:00 +00:00
  • 858652cd0d Create merge base for develop. Daniel James 2014-03-20 22:58:58 +00:00
  • 8a2e64723c Merge cherry-picked changes from develop. Daniel James 2014-03-20 22:57:52 +00:00
  • 27815b8d37 Merge pull request #2 from danieljames/develop-cherry-pick Daniel James 2014-03-20 22:53:28 +00:00
  • ea6c446ad6 Fix whitespace in 'test/always.cpp'. Daniel James 2014-03-17 11:38:13 +00:00
  • bf895af8f7 Docs/cosmetic: fix td/th border style in Firefox Aleksey Gurtovoy 2011-02-21 10:00:08 +00:00
  • d1a05aed0a Closing ticket #816 Aleksey Gurtovoy 2011-02-21 09:41:45 +00:00
  • 2d3c8f076d Applied an adapted version of patch from Ticket #4364 Joel Falcou 2011-05-17 18:16:59 +00:00
  • 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 +00:00
  • 74fef329d4 Applied documentation patch from Daniel James. Fix Ticket #5240 Joel Falcou 2011-04-10 07:07:01 +00:00
  • 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 +00:00
  • 8886e3d7da Fix name in list example. Fixes #4875. Steven Watanabe 2010-12-08 17:21:32 +00:00
  • e174e49e32 Fix set_c iterators. Steven Watanabe 2010-09-01 15:16:53 +00:00
  • 11b9928353 Improve compatibility with compilers other than GCC. Neil Groves 2010-05-11 22:20:19 +00:00
  • 4cee88eae9 MPL refmanual: for_each doc fixes (thanks to Emil Dotchevski) Aleksey Gurtovoy 2009-08-29 08:48:11 +00:00
  • acdd0e5a92 dummy file Aleksey Gurtovoy 2001-09-26 09:57:52 +00:00
  • ec73776cbd Cast to long for c++11. Edward Diener 2013-11-14 04:43:57 +00:00
  • cccddd65c7 In clang using VC++ RTL the VC++ macros are keywords. Edward Diener 2013-11-13 17:38:31 +00:00
  • ebe0e7b935 Release 1.55.0 boost-1.55.0 1753949477055722674/tmp_refs/tags/boost-1.55.0 Marshall Clow 2013-11-11 19:45:21 +00:00
  • 3e3b4aeef2 Merge 84443 from trunk, to fix mpl assert failures for msvc in many libraries. Beman Dawes 2013-10-29 13:15:03 +00:00
  • 2c77a2b9c1 Fix mpl on MSVC. Stephen Kelly 2013-10-12 13:07:26 +00:00
  • c77da6a6da MPL: Limit a GCC workaround to a version tested to not need it. Stephen Kelly 2013-10-12 10:32:40 +00:00
  • eccea8a324 MPL: Remove obsolete GCC version checks. Stephen Kelly 2013-10-12 10:19:11 +00:00
  • 553aa2e52f Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:22:36 +00:00
  • f580ae3b0a Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:20:59 +00:00
  • b519e4b12b Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:19:44 +00:00
  • d6d7e5abe0 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +00:00
  • 2a61f750a9 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:15:00 +00:00
  • 9b42f0453e Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:13:10 +00:00
  • 61d75128b4 Remove obsolete files. Stephen Kelly 2013-10-11 23:11:35 +00:00
  • d2fcd238d6 MPL: Remove obsolete GCC version checks. Stephen Kelly 2013-09-30 15:59:23 +00:00
  • 27b31c31be MPL: Remove nntp_decl.hpp and obsolete includes. Stephen Kelly 2013-09-26 14:10:37 +00:00
  • 8143a00562 MPL: Remove use of obsolete macro. Stephen Kelly 2013-09-26 13:07:02 +00:00
  • 18d0db5b5c MPL: Remove use of obsolete macro. Stephen Kelly 2013-09-26 13:06:05 +00:00
  • 76dab04fa9 MPL: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-26 13:05:50 +00:00
  • 50865751ae MPL: Remove workaround for no-longer-supported MSVC Stephen Kelly 2013-09-26 09:47:38 +00:00
  • 83d7bb938f MPL: Remove apply-wrap workaround for no-longer-supported MSVC Stephen Kelly 2013-09-26 09:47:19 +00:00
  • 310ab7a6ce MPL: Remove use of obsolete macro. Stephen Kelly 2013-09-26 09:47:03 +00:00
  • 403aea61fe MPL: Remove MSVC 6 and 7 early template instantiation workaround. Stephen Kelly 2013-09-26 09:46:46 +00:00
  • 3b026baefe MPL: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-26 09:45:59 +00:00
  • 76a5c4cf54 MPL: Remove obsolete files for old MSVC compilers. Stephen Kelly 2013-09-26 09:45:41 +00:00
  • cefaca1789 MPL: Bump the MSVC compiler requirements Stephen Kelly 2013-09-26 09:44:29 +00:00
  • de207e3775 MPL: Remove assert workaround for no-longer-supported MSVC. Stephen Kelly 2013-09-25 10:28:10 +00:00
  • 8951fa2a3b MPL: Remove MSVC workaround for void templates. Stephen Kelly 2013-09-25 10:27:56 +00:00
  • 67f5d73999 MPL: Remove use of obsolete BOOST_MPL_CFG_NO_APPLY_TEMPLATE Stephen Kelly 2013-09-25 08:26:46 +00:00