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

433 Commits

Author SHA1 Message Date
Paul
6edb331aa4 Add docs to alias 2015-08-08 07:53:10 -05:00
Paul
bba5639bc4 Disable 64-bit builds 2015-08-01 10:10:57 -05:00
Paul
7578371541 Try to enable 64 bit builds on windows 2015-08-01 09:05:44 -05:00
Paul
249159de3b Add fix for gcc 4.6 2015-08-01 08:44:06 -05:00
Paul
adcc3bc20c Merge branch 'msvc-alias' of github.com:pfultz2/Fit into msvc-alias 2015-08-01 08:35:42 -05:00
Paul
6aefac1424 Update appveyor to use final release of visual studio 2015-08-01 08:35:24 -05:00
Paul Fultz II
1a1e173ffb Addworkaround for template specilization failure on msvc 2015-07-31 14:33:27 -07:00
Paul Fultz II
7eb52a2cb7 Merge branch 'alias' of https://github.com/pfultz2/Fit into msvc-alias 2015-07-30 14:39:34 -07:00
Paul
a406179c1d Remove extraneous default constructors 2015-07-30 16:38:29 -05:00
Paul Fultz II
ae146a8f9d Merge branch 'alias' of https://github.com/pfultz2/Fit into msvc-alias 2015-07-30 14:32:01 -07:00
Paul
735111c938 Fix errors on clang 2015-07-30 16:28:20 -05:00
Paul Fultz II
59ea5c7b39 Refactor the constexpr lambda workarounds for msvc 2015-07-30 14:12:32 -07:00
Paul Fultz II
553ae709d9 Add some more workarounds for msvc 2015-07-30 13:33:10 -07:00
Paul Fultz II
51ce3c7628 Add some workarounds and fixes for the latest msvc 2015-07-29 15:45:33 -07:00
Paul
12834f234c Try to fix msvc problems 2015-07-25 08:27:53 -05:00
Paul
ee131599aa Refactor compressed_pair to use alias 2015-07-25 00:25:01 -05:00
Paul
3da1f6d5cb Fix compiler errors with gcc 4.6 2015-07-18 17:10:13 -06:00
Paul
72952dd5f9 Add more tests for empty except for msvc 2015-06-26 00:49:39 -05:00
Paul
ab6c8709ab Add some more workarounds for gcc 4.6 2015-06-26 00:13:10 -05:00
Paul
d786a49b11 Use correct number of arguments for pack_holder on gcc 4.6 2015-06-25 23:01:20 -05:00
Paul
a396ecc39c Use private is_default_constructible for gcc 4.6 2015-06-25 22:54:27 -05:00
Paul
32f9e4b05e Use type parameters for the pack_tag 2015-06-25 22:47:05 -05:00
Paul
44615e881f alias_construct uses static storage 2015-06-25 17:16:44 -05:00
Paul
e0adb88679 Add workaround for gcc, since its too eager to instatiate classes 2015-06-25 00:57:26 -05:00
Paul
e12b830d0a Fix ebo on gcc 2015-06-23 18:55:14 -05:00
Paul
a9196f4915 Merge branch 'filter' into alias 2015-06-23 18:17:56 -05:00
Paul
045fdf5f10 Add tests for type deduction of packs 2015-06-23 18:17:46 -05:00
Paul
030daa901f Unpack use references where possible 2015-06-23 17:45:10 -05:00
Paul
651fbba6bc Use alias instead for pack 2015-06-23 17:23:00 -05:00
Paul
0c0c5dd927 Add an extra line 2015-06-21 20:25:18 -04:00
Paul
674fee3f3f Merge branch 'master' of github.com:pfultz2/Fit 2015-06-21 20:24:19 -04:00
Paul
586917fd92 Add links to doc and github on readme 2015-06-21 20:24:06 -04:00
Paul
961fcc042b No constexpr tuples in gcc 4.7 2015-06-20 10:28:58 -04:00
Paul
be50e865f1 Add check for constexpr tuple in test 2015-06-20 09:56:21 -04:00
Paul Fultz II
08ea9bfc99 Merge pull request #14 from pfultz2/if
If
2015-06-20 09:45:47 -04:00
Paul
92eabf8f0b Add filter tests 2015-06-20 00:28:45 -04:00
Paul
3a9b141284 Add if to the main docs 2015-06-19 23:57:03 -04:00
Paul
dfa32f86e4 Update test and doc 2015-06-19 23:52:00 -04:00
Paul
f3613f96a8 Add if function 2015-06-19 23:43:42 -04:00
Paul
94ecd824d6 Add more tests for combine 2015-06-17 23:08:36 -05:00
Paul
62697511dc Add documentation to combine 2015-06-17 23:00:54 -05:00
Paul
639613f5d1 Merge branch 'mkdocs' into combine 2015-06-17 22:17:03 -05:00
Paul
ee4e44b306 Print out name of file that extracted 2015-06-17 21:37:33 -05:00
Paul
fd8fcd6b85 Add setup.py to setup markdown 2015-06-17 20:36:23 -05:00
Paul
4a61b6e613 Remove generated files 2015-06-17 20:30:52 -05:00
Paul
48f4a522db Merge branch 'mkdocs' into combine 2015-06-16 18:50:11 -05:00
Paul
709b29878b Update mkdocs yaml 2015-06-16 18:05:36 -05:00
Paul
960edf3525 Add fixes and workarounds for gcc 4.6, and a proper default constructor to pack 2015-06-15 19:25:20 -05:00
Paul Fultz II
01d7257cfc Add ifs for msvc 2015-06-15 11:26:16 -07:00
Paul Fultz II
fde596d1a9 Use inheriting constructor 2015-06-15 11:21:57 -07:00