Commit graph

61 commits

Author SHA1 Message Date
bolero-MURAKAMI
e6420f2bbd move support: optional class template 2013-05-18 21:37:54 +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
61720b72c3 erase warning: clang 2013-04-21 13:30:30 +09:00
bolero-MURAKAMI
ef5aa728b0 fix string_ref io 2013-04-08 17:45:03 +09:00
bolero-MURAKAMI
410c369a6a add enable_make_indexes 2013-04-06 13:06:51 +09:00
bolero-MURAKAMI
312aa7f73c fix index_range 2013-04-05 18:11:56 +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
331aaa3559 add index_tuple/integer_seq 2013-03-31 13:39:26 +09:00
bolero-MURAKAMI
6a78f64feb fix optional 2013-03-31 10:09:02 +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
e3e130f58d fix coding styles 2013-03-22 14:24:19 +09:00
bolero-MURAKAMI
4c996bd47b fix for constexpr disabled 2013-02-20 02:23:20 +09:00
bolero-MURAKAMI
84376c3f69 fix string_ref 2013-02-20 01:12:56 +09:00
bolero-MURAKAMI
2e0bc89188 add conversion string_ref to arithmetic-type 2013-02-19 10:51:12 +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
7aa10d1e08 support hash: floating point 2013-02-07 23:12:57 +09:00
bolero-MURAKAMI
66da9f4fea fix math::log implementation
support std::hash
2013-02-07 03:11:17 +09:00
bolero-MURAKAMI
c72ab5c6c1 fix hash implementation 2013-02-04 23:10:24 +09:00
bolero-MURAKAMI
4332b26a0e fix hash implementation 2013-02-04 18:42:39 +09:00
bolero-MURAKAMI
0a5f16ee81 support hash: pair, value_holder, optional, variant, tribool 2013-02-04 10:24:23 +09:00
bolero-MURAKAMI
8b80b159c8 fix for VC++11 2012-12-17 23:10:23 +09:00
bolero-MURAKAMI
86818d73cb fix adaptors alternated, taken, dropped, etc... 2012-12-01 03:00:46 +09:00
bolero-MURAKAMI
7da0aa0343 add compost left_channel, right_channel 2012-11-24 23:28:07 +09:00
bolero-MURAKAMI
225c11b505 erase warnings for clang3.2 2012-11-15 18:36:55 +09:00
bolero-MURAKAMI
926facbb83 add utility any_convertible 2012-11-13 22:17:10 +09:00
bolero-MURAKAMI
5aa4cf8cbe add test optional 2012-10-27 15:37:39 +09:00
bolero-MURAKAMI
f9d8908f95 fix optional 2012-10-26 17:38:48 +09:00
bolero-MURAKAMI
5cb070b3b3 add variant/io 2012-10-24 20:52:09 +09:00
bolero-MURAKAMI
410a8af026 fix optional 2012-10-23 23:10:52 +09:00
bolero-MURAKAMI
8cb432dee1 add sprout::optional 2012-10-22 23:10:11 +09:00
bolero-MURAKAMI
1ef528d204 add logic::tribool 2012-10-11 00:15:34 +09:00
bolero-MURAKAMI
35f08fe242 add first, second free-function
add string::find
2012-10-08 14:14:59 +09:00
bolero-MURAKAMI
df3023db30 fix coding-stype 2012-10-06 00:58:56 +09:00
bolero-MURAKAMI
2dcafaa98d fix tuple get adapt-interfaces 2012-09-29 18:41:13 +09:00
bolero-MURAKAMI
06f1933220 fix unfold
fix pair tuple support
2012-09-28 16:05:09 +09:00
bolero-MURAKAMI
73ead93fe5 destructive change sprout::generate -> sprout::unfold
add range adapter reversed, replaced, filtered
2012-09-21 15:43:30 +09:00
bolero-MURAKAMI
6b3f7ad894 fix complex, rational 2012-08-29 01:16:12 +09:00
bolero-MURAKAMI
f9d4b475b4 add sprout/numeric/dft.wave.hpp
fix constexpr -> inline constexpr
2012-07-15 16:04:05 +09:00
bolero-MURAKAMI
3b6ba46f17 fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
bolero-MURAKAMI
3a968fa5ac add Sprout.Weed ->* Attribute-conversion 2012-05-31 22:28:58 +09:00
bolero-MURAKAMI
5c9e1cb991 fix type_traits/aliases.hpp 2012-05-27 00:43:38 +09:00
bolero-MURAKAMI
eaea3771fc add type_traits/aliases.hpp 2012-05-26 19:19:08 +09:00
bolero-MURAKAMI
0ceabb5b9b move textspr/sprout/* -> libs/<libname>/test/*
fix binomial_distribution
2012-05-19 18:46:38 +09:00
bolero-MURAKAMI
b67695ec6b fix for clang 3.2 2012-05-14 15:42:54 +09:00
bolero-MURAKAMI
1766ed43a4 add move_if_noexcept 2012-04-13 23:32:34 +09:00
bolero-MURAKAMI
2fa0ad1fe4 add make_pair, rel_ops, and others... 2012-04-12 23:41:06 +09:00
bolero-MURAKAMI
f86d17d0d4 add ptr_fun, mem_fun, mem_fun_ref 2012-04-11 23:28:29 +09:00