Commit Graph

114 Commits

Author SHA1 Message Date
Louis Dionne
bad068b15f [CMake] Remove the doc/gh-pages submodule and use a clone instead 2015-04-02 02:14:16 -04:00
Louis Dionne
1d7f28f941 [CMake] Improve the build system
- Simplify the compiler flag logic
- Use WARNING instead of STATUS to report caveats
- Allow specifying a custom libc++ root directory
2015-04-02 00:50:58 -04:00
Louis Dionne
5e5ec2ec28 [Sublime] ⇧⌘B now compiles and runs the current file
[ci skip]
2015-03-28 17:26:26 -04:00
Louis Dionne
6c90eb30be [README] Finally add Travis badge! 2015-03-21 10:31:50 -04:00
Louis Dionne
56484a3ac9 [CMake] Improve the build system and the targets
- Split targets to compile and run tests
- Add run.* targets to run each target
2015-03-12 14:44:14 -04:00
Louis Dionne
9cc9ca4b0e [Travis] Add support for Travis CI 2015-03-12 14:42:50 -04:00
Louis Dionne
b229a60e25 Refactor the automatic law checking to make it more modular 2015-03-05 09:35:06 -05:00
Louis Dionne
244c7a6688 [README] Use make_tuple instead of make<Tuple> in the overview. 2015-03-03 13:23:56 -05:00
Louis Dionne
3d4a57144d [README] Now working on Clang 3.5! 2015-02-27 17:56:48 -05:00
Louis Dionne
664d888426 [README] Clarify build instructions 2015-02-27 15:33:42 -05:00
Louis Dionne
7b11b4fcac [Readme] Update compiler requirements 2015-02-22 17:08:16 -05:00
Louis Dionne
3e78af4bcb [Tuple] Use make<Tuple>(...) instead of tuple(...) 2015-02-22 16:50:01 -05:00
Louis Dionne
ec7336796b [README] Add example of tuple indexing with [] in the README 2015-02-20 11:05:44 -05:00
Louis Dionne
72334a8bcc [README] Improve the examples 2015-02-12 12:37:32 -05:00
Louis Dionne
dab93cc263 [Comparable] Update docs, split methods and more
- Use == for cross-type EqualityComparable data types
- Remove the not_equal mcd
2015-02-10 19:18:40 -05:00
Louis Dionne
4654c6786a Split instances for foreign types 2014-12-06 16:30:16 -05:00
Louis Dionne
8756e81977 Add boost/hana/config.hpp and BOOST_HANA_*_CHECK macros. 2014-11-10 17:52:33 -05:00
Louis Dionne
e121c1330b README: Clang 3.5 is now mostly supported! 2014-11-07 21:33:24 -05:00
Louis Dionne
049046478e Move ASSERT macros out of the details 2014-11-04 09:43:44 -05:00
Louis Dionne
bc58bef03e Update the overview in the readme to use constexpr when possible. 2014-11-04 09:09:54 -05:00
Louis Dionne
3fc1426f15 README: update the compiler requirements 2014-10-19 17:27:38 -04:00
Louis Dionne
5d8f2c47f4 The library is fairly stable: change this in the README 2014-10-05 00:56:37 -04:00
Louis Dionne
1104f76d48 Add perfect forwarding in some places in Tuple 2014-10-04 20:13:14 -04:00
Louis Dionne
a7525b71e3 Fixes #8 2014-09-16 19:41:06 -04:00
Louis Dionne
a033b5a752 Add link to CppCon talk in README. 2014-09-11 16:59:51 -07:00
Louis Dionne
26af39f3d9 Flip the arguments of several methods.
Flipped:
- traverse
- fmap, adjust, fill, replace
- drop_while, drop_until
- take_while, take_until
2014-08-29 10:24:19 -04:00
Louis Dionne
3147d9b5d5 Refactor and fix broken examples. 2014-08-25 12:33:49 -04:00
Louis Dionne
307d3d0ec8 Huge reorganization and refactoring.
- Split type class instances into separate files
- Instances provided automatically by a type class are actually MCDs
- Test each instance in a single file, not one file per method
- Refactor the operator system to fix the ADL-related bug.
2014-08-18 19:26:29 -04:00
Louis Dionne
f2de95a841 Use detail::injection instead of a std::tuple in the tests 2014-08-16 14:25:57 -04:00
Louis Dionne
ae9a849e2f README: make the overview narrower so we can see it all 2014-08-05 19:52:44 -04:00
Louis Dionne
393cf06fb5 Tutorial: add a section on side effects 2014-08-05 14:44:02 -04:00
Louis Dionne
6a4ad47d65 README: explain why Clang 3.4 can't compile Hana 2014-07-31 18:32:04 -04:00
Louis Dionne
fda839dfb4 Show permutations in the overview. 2014-07-28 19:53:22 -04:00
Louis Dionne
412c52d9fc README: Use a more representative Hello World 2014-07-28 19:44:30 -04:00
Louis Dionne
c79a0dc839 README: Reorder sections 2014-07-28 10:42:13 -04:00
Louis Dionne
fe03223998 README: add a quick hello world demo 2014-07-24 15:38:04 -04:00
Louis Dionne
93ff9992bc README: add tagline and update disclaimer 2014-07-24 08:38:30 -04:00
Louis Dionne
1eca5548d8 README: document how to get offline documentation 2014-07-23 14:57:55 -04:00
Louis Dionne
1c23629079 README: Typo, reformulation and precision about benchmarks 2014-07-23 07:29:50 -04:00
Louis Dionne
aacfbfebde Tutorial: write the preface, introduction and quick start 2014-07-22 13:49:15 -04:00
Louis Dionne
12db7e8620 README: remove broken link to Pull Requests 2014-07-21 22:31:30 -04:00
Louis Dionne
aeab3781bf Write a sweet README 2014-07-21 19:19:20 -04:00
Louis Dionne
b0ba6ebb9e Add local todos. 2014-07-18 15:29:39 -04:00
Louis Dionne
159dbaecf6 Type: improve support for different metafunctions and rename lift 2014-06-22 10:31:10 -04:00
Louis Dionne
bac18cf909 README: document why we don't have forward declaration headers 2014-06-18 16:57:24 -04:00
Louis Dionne
2567066828 Type: documentation and decoupling 2014-06-08 16:41:52 -04:00
Louis Dionne
c531903254 Add link to reference documentation in readme. 2014-06-07 17:39:05 -04:00
Louis Dionne
50ebbfffc3 Documentation: move a couple of todos to the Doxygen doc 2014-06-04 14:15:57 -04:00
Louis Dionne
a1ab4fab6b Functional: add fbind 2014-06-04 11:54:09 -04:00
Louis Dionne
f5da7770f3 Test a workaround for ADL problems in type. 2014-06-02 21:52:27 -04:00
Louis Dionne
ce602dd4b4 Document a couple more components. 2014-06-02 21:52:26 -04:00
Louis Dionne
1cebe9821d Document the Functional module. 2014-06-02 21:49:35 -04:00
Louis Dionne
b0ebffce2f Check Monad laws. 2014-06-01 12:18:51 -04:00
Louis Dionne
cec5d4edf8 Add unpack and remove Functor from Range. 2014-05-31 14:55:11 -04:00
Louis Dionne
3bb00967ef Make Maybe a Monad. 2014-05-27 14:12:11 -04:00
Louis Dionne
5f616bb4f5 Add the Monad typeclass and make Type a Monad. 2014-05-27 11:01:20 -04:00
Louis Dionne
6086633003 Add sort and partition. 2014-05-26 11:27:05 -04:00
Louis Dionne
c68ee3f6b3 Document attempts to adapt runtime sequences. 2014-05-25 16:16:19 -04:00
Louis Dionne
7ec7de73ea Add note about argument-wise function composition in the README. 2014-05-21 16:38:26 -04:00
Louis Dionne
f880c75175 Update README. 2014-05-17 08:09:21 -06:00
Louis Dionne
53f4c47ce5 Add note about ADL in the README. 2014-05-16 08:53:45 -06:00
Louis Dionne
49a15742a5 Add default operations to Iterable. 2014-05-16 08:46:05 -06:00
Louis Dionne
ae803c667b Basic setup. 2014-05-15 16:09:22 -06:00
Louis Dionne
4d25e110b2 Initial commit. 2013-06-07 15:32:43 -04:00