Commit Graph

67 Commits

Author SHA1 Message Date
Peter Dimov
adaa60dbc2 Rename mp_find_index to mp_find 2017-03-15 20:03:56 +02:00
Peter Dimov
9f35ce2107 Add some more documentation 2017-03-15 19:43:06 +02:00
Peter Dimov
8d9e6f50dd Add arguments to mp_quote, allowing partial application 2017-03-15 18:09:30 +02:00
Peter Dimov
63a4fafe16 Add documentation (work in progress) 2017-03-14 22:57:07 +02:00
Peter Dimov
5a4fb7f832 Fix function application in mp_map_update 2017-03-14 22:40:47 +02:00
Peter Dimov
6fb4cee7b2 Add mp_transform_if, mp_map_update 2017-03-14 16:32:17 +02:00
Peter Dimov
c054b2b2fe Add mp_map_erase. 2017-03-14 02:56:32 +02:00
Peter Dimov
5f81bd18d4 Remove tools/inspect from CI. 2017-03-14 00:46:55 +02:00
Peter Dimov
586392ca51 VC++2017 still needs the workarounds. 2017-03-14 00:35:19 +02:00
Peter Dimov
f476548d85 Remove g++ 4.7, 4.8, default clang from .travis.yml 2017-03-05 20:57:43 +02:00
Peter Dimov
3a2a6f465c Add more configurations to .travis.yml 2017-03-05 20:25:06 +02:00
Peter Dimov
6d9ee2025a Remove --depth 1, fetch tools/inspect as it's still needed on master. 2016-11-21 19:30:37 +02:00
Peter Dimov
42405ac701 Add mp_map_replace. 2016-11-17 03:38:24 +02:00
Peter Dimov
4a7008562f Add mp_map_insert. 2016-11-17 02:51:12 +02:00
Peter Dimov
f6c38bb33f Add mp_map_contains. 2016-11-17 02:06:38 +02:00
Peter Dimov
9735300f85 Add mp_map_find. 2016-11-17 02:01:50 +02:00
Peter Dimov
7a0f4001e7 Add mp_all, mp_and, mp_any, mp_or; move mp_not to integral.hpp. 2016-11-16 21:24:13 +02:00
Peter Dimov
cc3d54a857 Do not use function.hpp in algorithm.hpp. 2016-11-16 19:55:35 +02:00
Peter Dimov
709f941f00 Remove --depth 1 for submodules in appveyor.yml. 2016-11-16 19:08:33 +02:00
Peter Dimov
14df6ea32e Add appveyor.yml. 2016-11-16 18:24:50 +02:00
Peter Dimov
29d030ac59 Add mp_all_of, mp_any_of, mp_none_of. 2016-11-16 04:19:37 +02:00
Peter Dimov
1f0bff5f99 Revert "Add g++ 4.7, 4.8 to .travis.yml."
g++ 4.7 and 4.8 fail the tests and will not be supported by mp11.
2016-11-16 03:39:16 +02:00
Peter Dimov
4429641551 Add g++ 4.7, 4.8 to .travis.yml. 2016-11-16 02:03:06 +02:00
Peter Dimov
4b426c4fce Add more -std variants to .travis.yml; disable constexpr tuple_for_each test on libc++11 2016-11-15 21:34:15 +02:00
Peter Dimov
01f376b83d Disable std::tuple<std::unique_ptr> test on clang++ below 3.8 2016-11-15 20:23:06 +02:00
Peter Dimov
db2384ecd4 Remove clang-3.5,3.9 from .travis.yml; extend g++ workaround in mp_valid to 6.x 2016-11-15 20:00:58 +02:00
Peter Dimov
1814f8088c Escape (yet again) 'using' line in .travis.yml 2016-11-15 19:23:56 +02:00
Peter Dimov
64ea353f73 Escape (again) 'using' line in .travis.yml 2016-11-15 19:22:36 +02:00
Peter Dimov
d896aaae2f Remove clang-3.5 package from .travis.yml as it conflicts with 3.6, 3.7, 3.8 2016-11-15 19:14:06 +02:00
Peter Dimov
e46bb48bc3 Escape echo using line in .travis.yml 2016-11-15 19:09:23 +02:00
Peter Dimov
128921e9be Add a test matrix with more g++, clang++ versions to .travis.yml 2016-11-15 19:04:45 +02:00
Peter Dimov
d5dc106b33 Make libs/mp11 directory in .travis.yml 2016-11-15 18:43:19 +02:00
Peter Dimov
b059ed3bf9 Add .travis.yml. 2016-11-15 18:31:53 +02:00
Peter Dimov
37f088a5bc Boost.Config no longer defines BOOST_NO_CXX11_CONSTEXPR for VS2015u3 2016-10-23 18:16:55 +03:00
Peter Dimov
b88bb0654b g++ at 5.4.0 still doesn't like mp_valid<add_reference> 2016-10-23 18:14:03 +03:00
Peter Dimov
6af4bbc113 Add mp_quote, mp_unquote. 2015-07-26 17:55:05 +03:00
Peter Dimov
d314c868bf Fix include order. 2015-07-26 17:47:31 +03:00
Peter Dimov
e51ed6cf3d Remove mp_defer_if_valid; add mp_identity_t. 2015-07-26 17:43:00 +03:00
Peter Dimov
bd9e5f9c41 Add some algorithm names to be implemented. 2015-07-24 13:54:30 +03:00
Peter Dimov
e6f83a0d33 Add mp_unique. 2015-07-24 13:45:08 +03:00
Peter Dimov
26575249ff Add mp_set_contains, mp_set_push_back, mp_set_push_front. 2015-07-24 13:19:17 +03:00
Peter Dimov
5de3bf8810 Add mp_fold, mp_reverse_fold. 2015-07-24 02:11:40 +03:00
Peter Dimov
67ef9ab3fb Add mp_remove, mp_reverse. 2015-07-24 01:17:16 +03:00
Peter Dimov
b5d9b95709 Extend msvc-12.0 workarounds to msvc-14.0 as needed. 2015-07-23 18:35:25 +03:00
Peter Dimov
a2dccfd6ae Add skeleton headers for things not yet implemented. 2015-07-16 18:12:06 +03:00
Peter Dimov
61b897e857 Add mp_valid, mp_defer, mp_defer_if_valid. 2015-07-16 00:40:40 +03:00
Peter Dimov
a5dd767f93 Fix include order. 2015-07-16 00:39:14 +03:00
Peter Dimov
12387884c5 Fix include order. 2015-07-15 23:52:39 +03:00
Peter Dimov
dcd8d41ffc Move implementation details to namespace detail. 2015-07-15 23:38:33 +03:00
Peter Dimov
c9d1562cee Add mp_find, mp_find_if. 2015-07-15 18:11:16 +03:00