Commit graph

84 commits

Author SHA1 Message Date
bolero-MURAKAMI
12e12373d0 fix version check macro 2014-01-20 13:09:54 +09:00
bolero-MURAKAMI
b881750699 fix version check macro 2014-01-20 11:23:03 +09:00
bolero-MURAKAMI
7640eca894 fix defaulted default constructor 2014-01-14 00:18:06 +09:00
bolero-MURAKAMI
14f8d9d042 fix copyright year 2014-01-08 16:48:12 +09:00
bolero-MURAKAMI
63ac0d0df5 [sprout.darkroom] implement refraction process 2013-12-12 23:29:50 +09:00
bolero-MURAKAMI
c9610b5ae5 fix tuple_element order 2013-11-29 22:21:07 +09:00
bolero-MURAKAMI
403e83eaf0 all type_traits support C++14 requirements 2013-11-22 21:11:08 +09:00
bolero-MURAKAMI
bf0c7021cf modify namespace result_of -> results
support C++14 type_traits
2013-11-20 22:04:11 +09:00
bolero-MURAKAMI
39d60a514f fix warning: unused parameter 2013-10-31 13:25:42 +09:00
bolero-MURAKAMI
2232778731 remove slipped file 2013-10-31 12:37:38 +09:00
bolero-MURAKAMI
478c476611 fix trivial constructor declaration 2013-10-29 19:15:52 +09:00
bolero-MURAKAMI
3f4a24289e [sprout.tuple] support C++14 constexpr 2013-10-29 16:33:25 +09:00
bolero-MURAKAMI
cb1077d247 add copyright 2013-08-08 18:54:33 +09:00
bolero-MURAKAMI
57e35349e5 fix warning (for -Wextra) 2013-07-22 22:00:09 +09:00
bolero-MURAKAMI
49243e6c94 workaround for GCC4.8: remove non-trivial move ctor 2013-07-16 18:42:33 +09:00
bolero-MURAKAMI
e578bdd0a6 support constexpr: get(optional&), get(optional&&) 2013-06-04 23:15:05 +09:00
bolero-MURAKAMI
bb36ef6e8b support for N3658 (Compile-time integer sequences): index_tuple
rename: integer_seq -> integer_sequence, make_integer_sequence -> make_integer_sequence
add unsigned-index sequence: index_sequence(alias), make_index_sequence, index_sequence_for
add: integer_pack, index_pack
2013-05-10 19:52:39 +09:00
bolero-MURAKAMI
a3aedcf136 erace old code (has been already commented out) 2013-05-09 16:59:07 +09:00
bolero-MURAKAMI
d7561c95dd fix tuple constrution: SFINAE bug (for GCC4.7.0) 2013-05-09 16:55:40 +09:00
bolero-MURAKAMI
a55c430f09 add math tgamma 2013-04-22 23:55:30 +09:00
bolero-MURAKAMI
f461643582 tuple support: random_result 2013-04-22 14:51:38 +09:00
bolero-MURAKAMI
ba3d7d74b0 fix generator 2013-04-22 13:35:01 +09:00
bolero-MURAKAMI
74e0c8acd6 fix adapt interface: container, tuple, hash, generator 2013-04-22 13:04:27 +09:00
bolero-MURAKAMI
61720b72c3 erase warning: clang 2013-04-21 13:30:30 +09:00
bolero-MURAKAMI
9e9556b62a add adapt std::array, std::pair 2013-04-13 00:04:01 +09:00
bolero-MURAKAMI
0437b24f12 fix make_tuple result-type 2013-04-12 19:17:16 +09:00
bolero-MURAKAMI
410c369a6a add enable_make_indexes 2013-04-06 13:06:51 +09:00
bolero-MURAKAMI
44f973cc19 fix for GCC4.8 2013-03-31 18:20:59 +09:00
bolero-MURAKAMI
049d4592c2 fix index_range implementation 2013-03-31 15:14:10 +09:00
bolero-MURAKAMI
6a78f64feb fix optional 2013-03-31 10:09:02 +09:00
bolero-MURAKAMI
a1c119a9bb add SFINAE: tuple flexibly construction 2013-03-29 19:19:40 +09:00
bolero-MURAKAMI
f905d1f02a add tuple construction (from pair) 2013-03-27 17:55:14 +09:00
bolero-MURAKAMI
2e8b85e90c fix tuple construction, darkroom rgb & vector3d construction 2013-03-27 02:02:16 +09:00
bolero-MURAKAMI
1ef8a6a63b add sprout::string_ref
support conversion array-like container iterator to pointer
2013-02-19 02:49:10 +09:00
bolero-MURAKAMI
ac5ac257e6 fix include header 2013-02-08 00:49:47 +09:00
bolero-MURAKAMI
66da9f4fea fix math::log implementation
support std::hash
2013-02-07 03:11:17 +09:00
bolero-MURAKAMI
9140b68379 fix hash test 2013-02-05 01:02:59 +09:00
bolero-MURAKAMI
3ddcd6cfd0 fix hash implementation 2013-02-04 23:48:18 +09:00
bolero-MURAKAMI
4332b26a0e fix hash implementation 2013-02-04 18:42:39 +09:00
bolero-MURAKAMI
8b80b159c8 fix for VC++11 2012-12-17 23:10:23 +09:00
bolero-MURAKAMI
f673db1451 fix for VC++11 2012-12-17 20:10:17 +09:00
bolero-MURAKAMI
225c11b505 erase warnings for clang3.2 2012-11-15 18:36:55 +09:00
bolero-MURAKAMI
cb803dbd14 fix tuples::tuple_element, tuples::tuple_cat
add test tuple
2012-10-28 01:04:13 +09:00
bolero-MURAKAMI
5ce2cb023c fix coding-style 2012-10-06 13:53:07 +09:00
bolero-MURAKAMI
df3023db30 fix coding-stype 2012-10-06 00:58:56 +09:00
bolero-MURAKAMI
da86582643 add is_found_via_adl metafunction 2012-09-29 23:39:00 +09:00
bolero-MURAKAMI
2dcafaa98d fix tuple get adapt-interfaces 2012-09-29 18:41:13 +09:00
bolero-MURAKAMI
a4c7df65e0 fix next, prev implementation and adapt-interface 2012-09-26 16:31:11 +09:00
bolero-MURAKAMI
744146ae38 fix darkroom bilineer interpolation 2012-08-13 10:56:48 +09:00
bolero-MURAKAMI
aec77334ef add sprout::cbind 2012-08-11 21:53:12 +09:00