Louis Dionne
0fad2b915f
[lazy] Add support for reference_wrapper in make_lazy
2016-02-17 22:44:43 -05:00
Louis Dionne
e2f764f2f7
[optional] Add support for reference_wrapper in just()
2016-02-17 22:44:43 -05:00
Louis Dionne
ec3aff9576
[pair] Support reference_wrappers in make_pair
2016-02-17 22:44:43 -05:00
Louis Dionne
f5348c9be2
[tuple] Support reference_wrappers in make_tuple
2016-02-17 22:44:43 -05:00
Louis Dionne
ea309d5f79
[detail] Add detail::as_container_element to support reference_wrappers
2016-02-17 22:44:42 -05:00
Louis Dionne
eaa4cd7f8e
[map] Reimplement hana::map using a hash table
2016-02-16 15:50:41 -05:00
Louis Dionne
3a2ad0b2b5
[Hashable] Improve documentation and tests
2016-02-16 15:24:23 -05:00
Jason Rice
da29858d1b
[hash] type-level hash for associative containers
...
- Hashable concept
- hash function
2016-02-16 15:24:23 -05:00
Louis Dionne
c0520b68b9
[test] Add unit test to check for Github issue #234
...
The commit that actually fixes this issue is 7f7c7a19 , which adds an
embedding from `char` to any integral type with the proper signedness.
Closes #234
2016-02-15 14:54:00 -05:00
Louis Dionne
e5e9c44825
[types] Add a fast contains function based on detail::any_of
2016-02-15 10:14:03 -05:00
Louis Dionne
ce03e0cc75
[detail] Add a fast any_of metafunction using SFINAE
2016-02-15 10:14:03 -05:00
Louis Dionne
357aeea527
[experimental] Add types<>, a Sequence specialized for holding types
2016-02-15 10:14:03 -05:00
Louis Dionne
b1696fe0cc
[Metafunction] Do not automatically call decltype_ on metafunction arguments
2016-02-15 10:07:08 -05:00
Louis Dionne
6e257fa7e1
[flatten] Extract the computation into unpack_flatten
2016-02-12 15:16:49 -05:00
Louis Dionne
7f7c7a19a9
[core] Add embedding from char to any integral type with proper signedness
2016-02-11 11:28:10 -05:00
Louis Dionne
31aa2e6f60
[core] Use signed keyword on signed integer types to define embeddings
2016-02-11 11:18:11 -05:00
Louis Dionne
30be9a677a
[core] Mark conversion from 'char' to 'short' as embedding
2016-02-11 10:42:35 -05:00
Louis Dionne
15b5e32c7d
[tests] Modularize the unit tests for std::pair, std::tuple and std::ratio
2016-02-05 18:19:24 -05:00
Louis Dionne
75f6be09ce
Return references from at, at_key & friends
...
Resolves #90
2016-02-05 18:19:23 -05:00
Louis Dionne
c6ca6497c4
[test] Rename test.tuple.get.* to test.tuple.at.*
2016-02-05 18:19:23 -05:00
Louis Dionne
23c3edc93b
[NFC] Un-Doxygenize comments in non-header files
2016-02-04 11:07:41 -05:00
Louis Dionne
12939a0d70
[build] Satisfy the Boost library requirements for testing
2016-02-01 11:37:12 -05:00
Louis Dionne
f0ea20f7e8
[map] Add a default constructor
...
Closes #197
2016-01-31 14:51:48 -05:00
Louis Dionne
fdc6335c2e
[integer_sequence] Add unit tests and benchmarks for find_if
...
Initially, this commit was supposed to provide a slightly
optimized version of `find_if` for `integer_sequence`.
Unfortunately, benchmarking did not show any significant
difference, and so the current implementation will be kept.
Benchmark data is here: http://pastebin.com/t3M8YwzD
2016-01-29 13:04:33 -05:00
Louis Dionne
3d92428052
[tests] Split unit tests for integer_sequence
2016-01-29 12:46:29 -05:00
Louis Dionne
b952e0dfee
[tests] Rename test/bugs directory to test/issues
2016-01-26 13:21:56 -05:00
Louis Dionne
aae8559d8a
[test] Add unit tests for is_embedded
2016-01-25 23:20:07 -05:00
Louis Dionne
f7a2ac5f45
[examples] Use to_tuple instead of to<tuple_tag>
2016-01-18 17:31:59 -05:00
Jason Rice
2b0ede886e
[printable] metafunctions
2016-01-18 15:27:00 -05:00
Louis Dionne
9b93fb0eb0
Add experimental views
...
Closes #193
2016-01-15 10:17:46 -05:00
Louis Dionne
dc90dc52d0
Fix some Boost-inspect errors
...
- Non-ASCII characters
- Files not ending with a newline
- Missing copyright notices
2016-01-13 12:38:09 -05:00
Louis Dionne
81ddcfafaf
Rename take to take_front
...
This improves consistency:
drop_front/drop_back
take_front/take_back
2016-01-12 10:10:03 -05:00
Louis Dionne
131c56c32a
Add the take_back algorithm
2016-01-12 10:00:11 -05:00
Louis Dionne
ca61f12562
Minor refactoring of typos and missing includes
2016-01-12 09:34:36 -05:00
Louis Dionne
d60646237d
[core] Rename core/convert.hpp to core/to.hpp
2016-01-10 18:32:57 -05:00
Louis Dionne
5e103af0d7
[tests] Modularize the unit tests for the Sequence concept
2016-01-10 18:00:08 -05:00
Louis Dionne
e1d001cf06
[tests] Modularize tests for hana::metafunction & al
2016-01-10 18:00:05 -05:00
Louis Dionne
7e04b36268
Add BOOST_HANA_ENABLE_DEBUG_MODE and optional checks in make_set and make_map
...
Closes #230
2016-01-06 09:25:41 -05:00
Louis Dionne
2f38afd499
[tests] Use local Comparable trap_construct utilities in set and map
2016-01-05 20:49:15 -05:00
Louis Dionne
af1c0f7696
[detail] Add unit test for fast_and and refactor unit test for create
2016-01-05 11:11:47 -05:00
Louis Dionne
7f1eeb975a
[CMake] Exclude auto tests from the tests.quick target
...
Running the auto tests cause Appveyor builds to time out.
2016-01-04 17:39:05 -05:00
Louis Dionne
1026267959
[CMake] Modularize the checks for external packages
2016-01-04 14:58:11 -05:00
Louis Dionne
9a1d5551d5
[tests] Move all support headers to the _support subdirectory
2016-01-04 11:18:46 -05:00
Louis Dionne
3c2ecadd15
[tests] Move Github 75 bug to its own directory
2016-01-04 11:18:46 -05:00
Louis Dionne
a4ec52dac0
[type] Modularize the unit tests
2016-01-04 11:18:45 -05:00
Louis Dionne
5e45436bad
[canonical_constant] Standardize the unit tests
2016-01-04 11:18:45 -05:00
Louis Dionne
9500798c00
[struct] Modularize the unit tests
2016-01-04 11:18:45 -05:00
Louis Dionne
5e62da18a1
[string] Modularize the unit tests
...
Also workaround a missing #include in string.hpp
2016-01-04 10:34:18 -05:00
Louis Dionne
3c90ec9012
[set] Modularize the unit tests
2016-01-04 09:47:36 -05:00
Louis Dionne
d5d061469d
[tuple] Modularize the unit tests
2016-01-04 09:25:50 -05:00