2
0
mirror of https://github.com/boostorg/hof.git synced 2026-02-01 08:32:12 +00:00
Commit Graph

219 Commits

Author SHA1 Message Date
Paul
fca76af2c3 Merge branch 'is_unpackable' 2015-05-09 22:54:06 -05:00
Paul
1969dab374 Add failure info to unpack 2015-05-01 00:55:48 -05:00
Paul
c12a91960f Constrain unpack functionn using is_unpackable trait 2015-05-01 00:21:53 -05:00
Paul
a542da3ae4 Update doc about is_unpackable trait 2015-05-01 00:11:33 -05:00
Paul
a2bbe0410b Add is_unpackable trait 2015-04-30 00:54:07 -05:00
Paul
bf3dc86caf Remove deprecated docs from gendoce 2015-04-30 00:25:39 -05:00
Paul
718db4060d Merge branch 'master' of github.com:pfultz2/Fit 2015-04-29 22:25:12 -05:00
Paul
2269c6bc8f Update markdown and fix soem typos 2015-04-29 22:24:52 -05:00
Paul
13eba6efd7 Update parent block version 2015-04-28 16:01:37 -05:00
Paul
ff299ab999 Update biicode version 2015-04-28 14:12:25 -05:00
Paul
3a6e679331 Remove biicode deployement 2015-04-28 11:53:39 -05:00
Paul
e62775d98c Disable installing libc6, to see what happens 2015-04-28 11:05:02 -05:00
Paul
2a9c4ba1d5 Set it to the bii branch for now 2015-04-28 09:13:29 -05:00
Paul
774f02f429 Dont remove build directory during deploy 2015-04-28 00:51:29 -05:00
Paul
6cd0f11185 Set to all branches for now 2015-04-28 00:50:14 -05:00
Paul
d2b4b02611 Add biicode deployement to travis 2015-04-28 00:43:33 -05:00
Paul
92f438ffc4 Remove deprecated macros 2015-04-28 00:16:11 -05:00
Paul
b970f9d072 Merge branch 'master' into bii 2015-04-28 00:05:35 -05:00
Paul
81a8bd4749 Update biicode file with new test settings 2015-04-28 00:04:48 -05:00
Paul
241fae588c Set default language to C++ for highliting docs 2015-04-25 20:22:00 -05:00
Paul
5658f9aceb Merge branch 'unpack' 2015-04-25 19:19:30 -05:00
Paul
e16729d766 Renable the test for now 2015-04-24 21:21:10 -05:00
Paul
2f53a06368 Move args to the function section since it returns a function now 2015-04-24 21:20:49 -05:00
Paul
9f50dd3308 Change args to take an integral constant, and make it return a function. Deprecate the old usage 2015-04-24 21:19:52 -05:00
Paul
cf1fc825fc Deprecate fuse and invoke, and remove the docs 2015-04-24 20:50:59 -05:00
Paul
7adbb0f59e Add the new documentation 2015-04-24 20:48:32 -05:00
Paul
986159829b Add documentation to pack 2015-04-24 20:44:39 -05:00
Paul
f9c82b5f44 Add documentation for unpack 2015-04-24 20:25:48 -05:00
Paul
a0ac83e96f Fix problems with join on gcc 4.7 and 4.6 2015-04-23 00:19:18 -05:00
Paul
53aa24f5c4 Fix merge conflict 2015-04-15 13:42:26 -05:00
Paul
f1d969b890 Add tests for multiple unpacking 2015-04-14 14:48:19 -05:00
Paul
1384b4a932 Add initial unpack 2015-04-13 00:21:20 -05:00
Paul
be971a6414 Merge branch 'windows' 2015-04-08 12:44:56 -04:00
Paul
d4e192098c Optimize compose for emptiness 2015-04-08 12:30:50 -04:00
Paul
7ed7443c4a Add workarounds for gcc 4.6 for compressed_pair 2015-04-08 12:09:19 -04:00
Paul
a8078891e3 Flip the order of constructors on compressed_pair 2015-04-07 17:48:12 -04:00
Paul
c2770d1256 Merge branch 'master' into pack-empty 2015-04-07 13:30:19 -04:00
Paul
15612b4c81 Update forward static assert message 2015-04-07 13:29:29 -04:00
Paul
1933c917f1 Disable empty optimizations on gcc 2015-04-07 12:39:15 -04:00
Paul Fultz II
d895d531fb Merge pull request #9 from pfultz2/issue8-fix
Add fix and a test for when clang implicity deletes the copy constructor
2015-03-18 17:34:02 -05:00
Paul
c3c75c6a62 Properly check gcc 4.6 2015-03-18 16:15:51 -05:00
Paul
4b9a40f0c8 Disable copy constructible check on gcc 4.6 since its missing the type trait 2015-03-18 15:25:29 -05:00
Paul
6f373f19f6 Add fix and a test for when clang implicity deletes the copy constructor 2015-03-18 13:16:11 -05:00
Paul Fultz II
65c8d3f8b9 Merge pull request #7 from pfultz2/fix-placeholders
Fix a bugs using a partial unamed placeholders
2015-03-17 15:49:05 -05:00
Paul
c70d27449d Fix a bugs using a partial unamed placeholders 2015-03-17 14:54:53 -05:00
Paul
5f4f5e3f50 Add compressed_pair 2015-03-06 01:20:34 -05:00
Paul
462a49846a Add missing headers 2015-02-28 14:33:43 -05:00
Paul
aefccd7551 Use FIT_STATIC_CONSTEXPR for better portability 2015-02-28 14:24:10 -05:00
Paul
c39f83f164 Use function objects instead for adaptors 2015-02-28 14:19:41 -05:00
Paul
f884fbca18 Add suffix for windows 2015-02-27 13:29:21 -06:00