Commit graph

50 commits

Author SHA1 Message Date
manga_osyo
16e7ddf0bf fix apply_visitor. 2012-12-19 07:40:29 +09:00
bolero-MURAKAMI
570b834367 add some algorithm test 2012-12-17 00:51:10 +09:00
bolero-MURAKAMI
bc04943aaa fix recursion depth: all_of_equal, any_of_equal, none_of_equal, one_of_equal 2012-12-17 00:36:19 +09:00
bolero-MURAKAMI
750e3b944d fix recursion depth: lexicographical_compare 2012-12-17 00:14:24 +09:00
bolero-MURAKAMI
1c085cb707 fix recursion depth: min_element, max_element, minmax_element 2012-12-16 21:46:16 +09:00
bolero-MURAKAMI
86f68671a1 fix recursion depth: is_heap, is_heap_until 2012-12-16 18:20:24 +09:00
bolero-MURAKAMI
0201107eec fix recursion depth: includes 2012-12-15 23:48:52 +09:00
bolero-MURAKAMI
eea1c2bbc1 fix rexursion depth: is_pertitioned, partition_point, is_sorted, is_sorted_until 2012-12-15 17:41:20 +09:00
bolero-MURAKAMI
d6914ddd72 fix implementation: search_n 2012-12-13 18:08:59 +09:00
bolero-MURAKAMI
9b0d1a7933 fix recursion depth: find_end 2012-12-13 13:03:18 +09:00
bolero-MURAKAMI
90890d2336 fix recursion depth: search 2012-12-13 12:18:19 +09:00
bolero-MURAKAMI
75228465fe fix recursion depth: count, count_if, mismatch, equal, is_permutation 2012-12-12 01:47:14 +09:00
bolero-MURAKAMI
b5bdde21c4 fix recursion depth: find_first_of, adjacent_find 2012-12-11 12:59:36 +09:00
bolero-MURAKAMI
54400ea7d0 fix recursion depth: all_of, any_of, none_of, one_of, find, find_if, find_if_not 2012-12-09 14:34:14 +09:00
bolero-MURAKAMI
c5d82f6a99 fix variant
add test variant
2012-10-28 16:18:40 +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
d75283355c fix optional converting constructor 2012-10-27 15:53:34 +09:00
bolero-MURAKAMI
5aa4cf8cbe add test optional 2012-10-27 15:37:39 +09:00
bolero-MURAKAMI
9b9956f810 add algorithm copy_while, copy_until 2012-10-13 22:11:32 +09:00
bolero-MURAKAMI
79ea4f0885 add algorithm clamp, clamp_range_copy, clamp_range 2012-10-13 21:06:32 +09:00
bolero-MURAKAMI
884bf048d4 add sprout::npos 2012-10-08 23:49:05 +09:00
bolero-MURAKAMI
dd8eaffba5 add string::find_first_not_of, find_last_not_of 2012-10-08 22:14:42 +09:00
bolero-MURAKAMI
9dd1fefa59 add string::find_first_of, find_last_of 2012-10-08 21:29:35 +09:00
bolero-MURAKAMI
0651bf57d2 add string::rfind 2012-10-08 18:01:11 +09:00
bolero-MURAKAMI
35f08fe242 add first, second free-function
add string::find
2012-10-08 14:14:59 +09:00
bolero-MURAKAMI
a660478548 add array constexpr member-functions fill, assign 2012-10-05 01:53:39 +09:00
bolero-MURAKAMI
b1b7a9fefc rename unfold -> recurrence, add-new unfold 2012-09-28 13:15:17 +09:00
bolero-MURAKAMI
69910ca06c bug fix 2012-09-21 20:07:31 +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
8cd36c14bd add bozo_sort 2012-07-25 23:10:01 +09:00
bolero-MURAKAMI
a64938fad0 add next_permutatin, prev_premutation 2012-07-25 14:27:01 +09:00
bolero-MURAKAMI
c2a401326c fix bitset hash support 2012-06-19 13:18:49 +09:00
bolero-MURAKAMI
1d92a48584 add libs/bitset/test/bitset.cpp 2012-06-18 16:43:48 +09:00
bolero-MURAKAMI
bcd7674cc0 fix for constexpr disabled
add sprout::adaptors::sized
2012-06-16 00:08:42 +09:00
bolero-MURAKAMI
2b8a8662af add sprout/random/default_random_engine.hpp
fix sprout/functional/bit_not.hpp
2012-06-14 00:41:15 +09:00
bolero-MURAKAMI
5a9b2e4f7d add sprout/rational.hpp
add sprout/math/common_factor.hpp
2012-05-25 22:21:16 +09:00
manga_osyo
488d20425f add example 2012-05-24 14:38:08 +09:00
bolero-MURAKAMI
ea22a6ba5c add adaptors::counting 2012-05-22 21:16:16 +09:00
manga_osyo
e4e3576f60 README のアドレス変更に漏れがあったので修正 2012-05-22 19:14:38 +09:00
manga_osyo
aeeba70cd1 fixed bug 2012-05-22 19:02:15 +09:00
manga_osyo
9f061e8882 ヘッター部の README のアドレスが違っていたので修正 2012-05-22 19:02:13 +09:00
bolero-MURAKAMI
1ea9d30e2a rewrite sprout::algorithm::join performance 2012-05-22 01:06:13 +09:00
bolero-MURAKAMI
0ceabb5b9b move textspr/sprout/* -> libs/<libname>/test/*
fix binomial_distribution
2012-05-19 18:46:38 +09:00
manga_osyo
9fcdb344f1 余計なヘッダーファイルを削除と文を削除 2012-05-17 16:15:27 +09:00
manga_osyo
43c058d3fe add Sprout.String example 2012-05-17 16:03:57 +09:00
bolero-MURAKAMI
3a999dd70c fix inherit_if_xxx decltype 2012-05-14 11:33:36 +09:00
manga_osyo
83eb1531ad 変数名を変更 2012-05-12 23:58:17 +09:00
manga_osyo
19eb367ebd add __TIME__ parse example 2012-05-12 23:58:05 +09:00
bolero-MURAKAMI
234757af07 add sprout::sin, cos, tan 2012-05-04 12:09:06 +09:00
manga_osyo
b63f29486d add Sprout.Weed example 2012-05-01 19:03:57 +09:00