1
0
forked from boostorg/mp11
Commit Graph

39 Commits

Author SHA1 Message Date
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
Peter Dimov
f1b097eb06 Add mp_find_index_if. 2015-07-15 17:30:07 +03:00
Peter Dimov
856ae3dc6c Add mp_find_index. 2015-07-15 17:14:00 +03:00
Peter Dimov
baaead6860 Add mp_copy_if, mp_remove_if, mp_partition, mp_sort. 2015-06-24 16:05:47 +03:00
Peter Dimov
05ab3e7a42 Add tuple_for_each. 2015-06-24 14:57:32 +03:00
Peter Dimov
4a33810f9b Add mp_replace, mp_replace_if. 2015-06-23 16:26:56 +03:00
Peter Dimov
4094f2f73f Add mp_iota, mp_at, mp_take. 2015-06-22 03:37:15 +03:00
Peter Dimov
8bf6feb206 Add mp_drop. 2015-06-22 02:42:37 +03:00
Peter Dimov
cf49d00e45 Add integer_sequence.hpp. 2015-06-22 02:23:20 +03:00
Peter Dimov
d5f6ca8eb6 Add mp_product. 2015-06-22 00:46:24 +03:00
Peter Dimov
782894ebfb Add test for mp_contains. 2015-06-22 00:10:24 +03:00
Peter Dimov
138e4de0a8 Add tests for mp_count, mp_count_if. 2015-06-22 00:06:50 +03:00
Peter Dimov
894f6cf129 Add test for mp_transform. 2015-06-21 21:12:28 +03:00
Peter Dimov
b4c3f29917 Move algorithms to algorithm.hpp. 2015-06-21 20:47:04 +03:00
Peter Dimov
47cfd4ca2c Update README.md 2015-06-21 19:58:49 +03:00
Peter Dimov
686e398e56 Initial commit. 2015-06-21 19:53:23 +03:00
Peter Dimov
fbcf9d83a8 Add .gitattributes. 2015-06-21 19:51:06 +03:00
Peter Dimov
c36f2dc799 Initial commit 2015-06-21 14:21:27 +03:00