Peter Dimov
|
f24d1ca5df
|
Remove single header
|
2017-08-04 01:00:50 +03:00 |
|
Peter Dimov
|
1f0e2fc7a8
|
Enable standalone doc build
|
2017-08-04 00:57:39 +03:00 |
|
Peter Dimov
|
10922a5aad
|
Doc fixes
|
2017-08-04 00:56:32 +03:00 |
|
Peter Dimov
|
a62d652546
|
Remove html
|
2017-08-04 00:27:50 +03:00 |
|
Peter Dimov
|
a6e4cb2460
|
Merge pull request #8 from glenfe/develop
Simple C++ metaprogramming in asciidoc
|
2017-08-04 00:19:39 +03:00 |
|
Glen Fernandes
|
1bf8a24150
|
Link to local articles in MP11 documentation
|
2017-08-01 06:31:07 -04:00 |
|
Glen Fernandes
|
c8b22acd9b
|
Add part 2 of Simple C++11 metaprogramming in asciidoc form
|
2017-07-31 22:47:02 -04:00 |
|
Glen Fernandes
|
8de5f1bfa2
|
Add part 1 of Simple C++11 metaprogramming in asciidoc form
|
2017-07-31 22:46:52 -04:00 |
|
Peter Dimov
|
fab4df3f73
|
Disable problematic test cases on g++ 4.7, 4.8
|
2017-07-27 22:18:31 +03:00 |
|
Peter Dimov
|
c70057bf60
|
Add another mp_quote_trait test case
|
2017-07-27 21:35:16 +03:00 |
|
Peter Dimov
|
0bcbacb49f
|
Remove cxx11_hdr_type_traits requirement as it disables g++ 4.x
|
2017-07-27 21:11:10 +03:00 |
|
Peter Dimov
|
7e696635c6
|
Simplify test/Jamfile
|
2017-07-26 13:33:58 +03:00 |
|
Peter Dimov
|
dad038eea1
|
Use C++14 constexpr in cx_find_index as it's much less taxing for large N
|
2017-07-23 16:21:41 +03:00 |
|
Peter Dimov
|
ffb186321d
|
Merge branch 'feature/mpl' into develop
|
2017-07-20 22:19:52 +03:00 |
|
Peter Dimov
|
1ee5496e4e
|
Document mpl.hpp.
|
2017-07-20 21:05:31 +03:00 |
|
Peter Dimov
|
3d17ab059f
|
Do not include mpl.hpp in mp11.hpp
|
2017-07-20 19:16:41 +03:00 |
|
Peter Dimov
|
cd215b5dcd
|
Merge branch 'develop' into feature/mpl
|
2017-07-18 16:55:11 +03:00 |
|
Peter Dimov
|
1ee0bc9b5d
|
Fix feature branch handling
|
2017-07-18 16:54:54 +03:00 |
|
Peter Dimov
|
593848e5de
|
Merge branch 'develop' into feature/mpl
|
2017-07-18 16:39:49 +03:00 |
|
Peter Dimov
|
36d7aad94f
|
Test feature branches on Travis and Appveyor
|
2017-07-18 16:39:21 +03:00 |
|
Peter Dimov
|
695e9234f9
|
Add MPL support
|
2017-07-18 16:37:31 +03:00 |
|
Peter Dimov
|
34946d2ae2
|
Add mp_is_map
|
2017-07-17 20:14:43 +03:00 |
|
Peter Dimov
|
50d35a2964
|
Add mp_map_keys
|
2017-07-17 19:46:51 +03:00 |
|
Peter Dimov
|
27d0d547ee
|
Add mp_is_set
|
2017-07-17 19:28:36 +03:00 |
|
Peter Dimov
|
8e1d23b11f
|
Update README.md
|
2017-07-14 17:25:35 +03:00 |
|
Peter Dimov
|
5c088f0633
|
Document mp_quote_trait
|
2017-06-26 16:15:43 +03:00 |
|
Peter Dimov
|
d5e39913c8
|
Add mp_quote_trait
|
2017-06-26 16:07:23 +03:00 |
|
Peter Dimov
|
a81745308c
|
Execute bootstrap in subshell on Appveyor to preserve TOOLSET
|
2017-06-22 17:35:20 +03:00 |
|
Peter Dimov
|
5c7be526f9
|
Fix example
|
2017-06-18 14:53:54 +03:00 |
|
Peter Dimov
|
529aacb623
|
Update copyright
|
2017-06-17 19:44:32 +03:00 |
|
Peter Dimov
|
85c342944b
|
Add mp_fold example
|
2017-06-17 19:39:13 +03:00 |
|
Peter Dimov
|
464eee9596
|
Make primary templates in list.hpp empty instead of undefined, add error comments
|
2017-06-17 19:33:16 +03:00 |
|
Peter Dimov
|
d9c4308d9d
|
Add list_size_mismatch which produces a better error message from mp_transform
|
2017-06-17 19:14:47 +03:00 |
|
Peter Dimov
|
64d4fb2e4b
|
Merge branch 'master' into develop
|
2017-06-17 18:53:33 +03:00 |
|
Peter Dimov
|
f9d5592e48
|
Remove <script> from footer; regenerate html
|
2017-06-17 18:53:10 +03:00 |
|
Peter Dimov
|
37c68151ed
|
Enable config checks in Jamfile
|
2017-06-17 18:47:10 +03:00 |
|
Peter Dimov
|
cbdc232d2d
|
Merge pull request #5 from breese/feature/doc-drop-erase
Added illustrations for mp_drop_c, mp_take_c, mp_insert_c, and mp_era…
|
2017-06-17 18:42:57 +03:00 |
|
Bjorn Reese
|
6230d0ba41
|
Added illustrations for mp_drop_c, mp_take_c, mp_insert_c, and mp_erase_c
|
2017-06-17 16:52:52 +02:00 |
|
Peter Dimov
|
e753faada5
|
Merge branch 'master' into develop
|
2017-06-11 04:36:12 +03:00 |
|
Peter Dimov
|
083453705c
|
Update documentation
|
2017-06-11 04:35:34 +03:00 |
|
Peter Dimov
|
f67980c4db
|
Fix compile actions
|
2017-06-11 03:49:24 +03:00 |
|
Peter Dimov
|
e926c4ce62
|
Change mp_identity_t to be non-transparent, for consistency
|
2017-06-10 04:13:39 +03:00 |
|
Peter Dimov
|
409d89c1d7
|
Merge branch 'develop'
|
2017-06-10 03:46:37 +03:00 |
|
Peter Dimov
|
cbf539e16b
|
Update documentation
|
2017-06-10 03:44:31 +03:00 |
|
Peter Dimov
|
9deb752095
|
Update documentation
|
2017-06-09 20:35:21 +03:00 |
|
Peter Dimov
|
9aa28533f9
|
Merge branch 'develop'
|
2017-06-08 20:49:51 +03:00 |
|
Peter Dimov
|
cae6f966dc
|
Rename make_from_tuple to construct_from_tuple
|
2017-06-08 19:22:53 +03:00 |
|
Peter Dimov
|
19865f6145
|
Fix clang < 3.9 failures
|
2017-06-08 18:21:55 +03:00 |
|
Peter Dimov
|
08777edbc1
|
Add make_from_tuple
|
2017-06-08 17:42:50 +03:00 |
|
Peter Dimov
|
359ae25630
|
Add tuple_apply
|
2017-06-08 17:19:28 +03:00 |
|