-
f64bc319c0
Update version in CMakeLists.txt
cc
Peter Dimov
2019-08-24 01:45:38 +0300
-
ed5dc75e18
Update BOOST_MP11_VERSION
Peter Dimov
2019-08-24 00:46:26 +0300
-
8b0ab6130d
Update footer for Asciidoctor 2
Peter Dimov
2019-08-23 21:02:55 +0300
-
900a0c842e
Update documentation for mpl.hpp
Peter Dimov
2019-08-23 21:02:37 +0300
-
0ca69d98c9
Add test/mpl_tuple.cpp
Peter Dimov
2019-08-23 20:51:13 +0300
-
85a2099874
Add test/mpl_list.cpp
Peter Dimov
2019-08-23 20:49:51 +0300
-
164aa375f2
Split mpl.hpp into mpl_list.hpp and mpl_tuple.hpp
Peter Dimov
2019-08-23 20:02:00 +0300
-
b23b97856c
Add gcc9, clang8 to Travis
Peter Dimov
2019-06-18 11:53:48 +0300
-
9bd902c1c9
Add
dist: trusty
to .travis.yml
Peter Dimov
2019-06-18 11:52:22 +0300
-
d0e6e29abb
Fix mp_with_index example
Peter Dimov
2019-06-02 17:52:04 +0300
-
bf6f3e0221
Clang 3.3 can't parse __attribute__((deprecated)) on aliases
Peter Dimov
2019-05-25 03:40:23 +0300
-
23a1432e8d
Use __attribute__((deprecated)) on Clang because of -pedantic
Peter Dimov
2019-05-25 02:24:47 +0300
-
45cc05a298
Merge pull request #35 from foonathan/patch-2
Peter Dimov
2019-05-22 06:19:56 -0700
-
-
bba027610f
Fix GCC sign conversion warning
Jonathan Müller
2019-05-22 11:03:50 +0200
-
-
cb15f6b94e
Update GCC workarounds
Peter Dimov
2019-05-10 18:42:54 +0300
-
d03c53a693
Update project version in CMakeLists.txt
Peter Dimov
2019-04-19 00:35:25 +0300
-
417e0db55a
test/mp_for_each: Disable warning 4307 on MSVC
Peter Dimov
2019-04-18 09:49:00 +0300
-
f1ededad7a
Update BOOST_MP11_VERSION
Peter Dimov
2019-04-18 09:48:18 +0300
-
fd1b8081b7
Switch Appveyor to 2015 image
Peter Dimov
2019-04-14 18:26:35 +0300
-
a03e644dc7
Remove project-id from doc/Jamfile
Peter Dimov
2019-03-25 19:24:58 +0200
-
d2abe4ca51
Add BOOST_MP11_VERSION to revision history
Peter Dimov
2019-03-05 02:50:34 +0200
-
eac07cd1e5
Change revision history grammar
Peter Dimov
2019-03-05 02:49:08 +0200
-
b6b1805c8c
Add <boost/mp11/version.hpp>
Peter Dimov
2019-03-04 20:29:49 +0200
-
f7ca2842c3
Update g++ workarounds
Peter Dimov
2019-02-22 13:57:25 +0200
-
99d5947661
Enable <warnings>all on msvc
Peter Dimov
2019-02-19 16:51:51 +0200
-
ed431d7624
Document mp_back, mp_pop_back
Peter Dimov
2019-02-16 20:26:03 +0200
-
dda257c403
Add mp_back, mp_pop_back
Peter Dimov
2019-02-16 19:41:08 +0200
-
6a880ae572
Unroll mp_take a bit more
Peter Dimov
2019-02-16 18:46:27 +0200
-
d2b96e3a3f
Document mp_eval_if_not, mp_eval_or, mp_valid_q
Peter Dimov
2019-02-15 03:09:07 +0200
-
fc8bfcf601
Add mp_eval_or
Peter Dimov
2019-02-14 21:03:13 +0200
-
ca7e140827
Add mp_valid_q
Peter Dimov
2019-02-14 20:15:29 +0200
-
beb9c2dd59
Add mp_eval_if_not
Peter Dimov
2019-02-14 19:57:04 +0200
-
b83b203cbc
Fix a few mistakes
Peter Dimov
2019-02-05 18:50:22 +0200
-
2d0567d984
Document mp_filter
Peter Dimov
2019-02-05 18:33:27 +0200
-
07892c8d73
Add mp_filter
Peter Dimov
2019-02-03 19:48:16 +0200
-
8bfb2d7d0f
Add revision history
Peter Dimov
2019-01-30 01:24:28 +0200
-
acd0e3e015
Test mp_same with 1024 arguments
Peter Dimov
2019-01-21 06:52:01 +0200
-
c51289bcb5
Use __make_integer_seq when available
Peter Dimov
2019-01-15 20:22:39 +0200
-
8e60b42fa0
Check [[fallthrough]] in addition to [[deprecated]] to eliminate Clang 3.8
Peter Dimov
2019-01-12 18:23:06 +0200
-
af12ea6785
Use __has_cpp_attribute instead of checking the Clang version
Peter Dimov
2019-01-12 08:03:54 +0200
-
a3ae9238c5
Add more xcode configurations
Peter Dimov
2019-01-12 05:34:05 +0200
-
a0137db344
Disable g++ 4.7 sign-compare warnings
Peter Dimov
2019-01-11 07:21:13 +0200
-
6ed9f38ca5
Change pdimov/mincmake to boostorg/mincmake in CMakeLists.txt
Peter Dimov
2019-01-11 07:14:42 +0200
-
6ab64c66e2
Disable g++ sign-compare warnings in mp_less
Peter Dimov
2019-01-11 03:41:16 +0200
-
04ab720477
Disable C4503 on msvc-14.0 in test/mp_for_each.cpp
Peter Dimov
2019-01-11 03:25:54 +0200
-
ab1debb839
Add <warnings-as-errors>on to default-build in test/Jamfile
Peter Dimov
2019-01-11 03:13:46 +0200
-
36a4e026df
Disable use of __attribute__((deprecated)) on clang-3.3 as it can't parse it on aliases
Peter Dimov
2019-01-11 02:16:55 +0200
-
ceabf8066c
Use __attribute__((deprecated)) on clang 3.8 to avoid a warning
Peter Dimov
2019-01-11 00:32:39 +0200
-
46e38aea1c
Merge branch 'feature/mp_transform_first' into develop
Peter Dimov
2019-01-08 05:57:39 +0200
-
-
e982834334
Merge branch 'feature/mp_not_fn' into develop
Peter Dimov
2019-01-08 05:57:28 +0200
-
-
48f2f817fe
Remove redundant check
Peter Dimov
2019-01-08 03:31:18 +0200
-
2274150ea0
Make primary templates in set.hpp empty instead of undefined
Peter Dimov
2019-01-08 02:39:07 +0200
-
7e501e3cc8
Add mp_transform_first, second, third
Peter Dimov
2019-01-08 02:17:32 +0200
-
d4cad58e5c
Add mp_not_fn
Peter Dimov
2019-01-08 01:27:04 +0200
-
-
f3416b0991
Document mp_set_intersection, mp_set_difference
Peter Dimov
2019-01-07 22:53:35 +0200
-
614dec90a7
Add test/mp_set_intersection_sf.cpp
Peter Dimov
2019-01-07 22:45:51 +0200
-
311f8bf1a5
Add mp_set_intersection
Peter Dimov
2019-01-07 22:30:58 +0200
-
bc90e79d9f
Add test/mp_set_difference_sf.cpp
Peter Dimov
2019-01-07 21:27:06 +0200
-
21a95388f5
Move mp_is_list to detail/mp_is_list.hpp
Peter Dimov
2019-01-07 21:26:35 +0200
-
3a31eeee29
Add mp_set_difference
Peter Dimov
2019-01-07 21:02:30 +0200
-
a9b36f58ae
Move mp_copy_if, mp_remove_if to separate headers
Peter Dimov
2019-01-07 20:44:50 +0200
-
27b2ebdbff
Add one additional test for mp_any that exposes an issue with msvc-14.1/cxxstd=17
Peter Dimov
2019-01-07 20:21:14 +0200
-
-
16c6f93cff
Update README.md
Peter Dimov
2019-01-07 17:34:33 +0200
-
64ec78ac17
Merge branch 'feature/mp_set_union' into develop
Peter Dimov
2019-01-07 17:02:28 +0200
-
-
3e3d4dec74
Merge branch 'feature/mp_append_sf' into develop
Peter Dimov
2019-01-07 17:02:16 +0200
-
-
d707b7d4dd
Merge branch 'feature/mp_similar' into develop
Peter Dimov
2019-01-07 17:02:03 +0200
-
-
59b3ee5721
Merge branch 'feature/mp_append_sf' into feature/mp_set_union
Peter Dimov
2019-01-07 07:04:00 +0200
-
-
-
-
2bf0aa3815
Make mp_append SFINAE-friendly; add test/mp_append_sf.cpp
Peter Dimov
2019-01-07 07:03:05 +0200
-
08444e4587
Add mp_set_union
Peter Dimov
2019-01-07 06:50:51 +0200
-
-
9b88baf60c
Add mp_similar
Peter Dimov
2019-01-07 05:54:20 +0200
-
-
72279a5b2e
Retain mp_invoke for compatibility, mark as deprecated
Peter Dimov
2019-01-07 04:34:01 +0200
-
e5d6e0d0b9
Rename mp_invoke to mp_invoke_q
Peter Dimov
2019-01-07 03:41:29 +0200
-
-
c61d99db87
Remove essentials from yml files
Peter Dimov
2018-12-22 04:39:56 +0200
-
dcbd3d7fde
Update .yml files
Peter Dimov
2018-12-18 21:49:56 +0200
-
0c07170150
Merge branch 'develop' into feature/mp_for_each_1089
Peter Dimov
2018-12-17 00:40:01 +0200
-
-
02a66406fd
Merge branch 'feature/travis-clang-7' into develop
Peter Dimov
2018-12-17 00:37:33 +0200
-
-
6b9799e5b1
Update version in CMakeLists.txt
Peter Dimov
2018-12-16 20:40:09 +0200
-
1fef12dbec
Add clang-7 to Travis
Peter Dimov
2018-12-16 20:34:51 +0200
-
-
6e8559b138
Support more than 1024 list elements in mp_for_each on msvc
Peter Dimov
2018-12-16 20:13:11 +0200
-
af3acc3206
Merge branch 'develop' into feature/mp_for_each_1089
Peter Dimov
2018-12-16 18:57:43 +0200
-
-
6fa5c890a8
Update msvc-14.1 workaround
Peter Dimov
2018-12-16 18:57:16 +0200
-
f9594f9295
Test mp_for_each with a long list of types
Peter Dimov
2018-12-16 18:33:07 +0200
-
-
dbe0378d65
Remove local copy of FetchContent; use boost_fetch
Peter Dimov
2018-10-09 06:08:08 +0300
-
23d265bbbe
Add test/check_cmake_version.cpp
Peter Dimov
2018-10-08 23:24:06 +0300
-
8ee4de3fe6
Remove GIT_SHALLOW as it requires 3.6
Peter Dimov
2018-10-08 23:22:04 +0300
-
677b9fc8e9
Use message(STATUS ...)
Peter Dimov
2018-10-04 22:53:34 +0300
-
e742ccfa75
Fix typo
Peter Dimov
2018-09-30 22:36:42 +0300
-
9c92e7970f
Add install support, cmake_install_test
Peter Dimov
2018-09-30 21:49:46 +0300
-
1a7fc19caa
Add cmake_subdir_test
Peter Dimov
2018-09-30 21:29:36 +0300
-
8c278c84dd
Change 'populating' messages and normalize names; use shallow clone
Peter Dimov
2018-09-30 16:05:45 +0300
-
a8ba36f211
Add cxx_decltype to target_compile_features
Peter Dimov
2018-09-29 00:15:53 +0300
-
225cbd1eb0
Replace CXX=clang++ with compiler: clang
Peter Dimov
2018-09-28 23:15:18 +0300
-
3192a973f4
Add CMakeLists.txt, testing support via CMake
Peter Dimov
2018-09-28 17:55:52 +0300
-
a79e6d0240
Document that mp_bind evaluates nested mp_bind_front/mp_bind_back
Peter Dimov
2018-09-07 23:45:57 +0300
-
2a0ce908ee
Add doc/.gitignore
Peter Dimov
2018-09-07 23:43:59 +0300
-
a0f7afba00
Merge pull request #26 from glenfe/develop
Peter Dimov
2018-09-04 15:50:44 +0300
-
-
602c740690
Merge pull request #27 from glenfe/unreachable
Peter Dimov
2018-09-03 22:04:43 +0300
-
-
2e389b27e0
Make the default (unreachable) label the first one
Glen Fernandes
2018-09-03 14:13:45 -0400
-
-
025779ec15
Mark as unreachable the default cases in mp_with_index to improve code generation
Peter Dimov
2018-09-03 17:45:30 +0300
-
f387448581
Implement mp_starts_with
Glen Fernandes
2018-08-30 22:35:23 -0400
-