Commit graph

544 commits

Author SHA1 Message Date
bolero-MURAKAMI
bb59363682 fix algorithm 2013-01-03 17:38:45 +09:00
bolero-MURAKAMI
5019f6aa96 fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
bolero-MURAKAMI
28697ee7a8 add make_ptr_range overload 2012-12-23 21:48:18 +09:00
bolero-MURAKAMI
8a92528261 fix distance 2012-12-23 20:49:45 +09:00
bolero-MURAKAMI
5fcb039ab4 fix recursion depth: distance
add random::make_range
2012-12-23 17:59:00 +09:00
bolero-MURAKAMI
6a6fc03806 add range::unstable_accumulate, range::unstable_inner_product 2012-12-22 22:06:21 +09:00
bolero-MURAKAMI
26dd9dabca add make_ptr_range 2012-12-22 20:10:27 +09:00
bolero-MURAKAMI
86cfc72bd6 fix README 2012-12-22 12:55:57 +09:00
bolero-MURAKAMI
e5332c18c2 add tristate_lexicographical_compare: delimiter version 2012-12-22 02:53:21 +09:00
bolero-MURAKAMI
0670013702 fix cstring, cwchar 2012-12-22 01:02:49 +09:00
bolero-MURAKAMI
8227569c43 add range::tristate_lexicographical_compare 2012-12-21 23:32:33 +09:00
bolero-MURAKAMI
88322b3d0a fix warning: shuffle_order 2012-12-21 23:21:50 +09:00
bolero-MURAKAMI
ddac080ec0 add tristate_lexicographical_compare 2012-12-21 23:12:54 +09:00
bolero-MURAKAMI
73cdad232b fix container_traits for pointer type
fix to_string for longer string
2012-12-21 22:35:48 +09:00
bolero-MURAKAMI
dd2b9511eb add as_variant_visitor 2012-12-20 01:06:50 +09:00
bolero-MURAKAMI
fce61f0def add static_variant_visitor 2012-12-20 00:09:05 +09:00
bolero-MURAKAMI
f01382e3e5 support polymorphic visitor (variant) 2012-12-19 23:06:08 +09:00
Bolero MURAKAMI
9ee3e03ddd Merge pull request #11 from osyo-manga/apply_visitor_bug_fix
fix apply_visitor.
2012-12-18 15:34:24 -08:00
manga_osyo
16e7ddf0bf fix apply_visitor. 2012-12-19 07:40:29 +09:00
bolero-MURAKAMI
8b80b159c8 fix for VC++11 2012-12-17 23:10:23 +09:00
bolero-MURAKAMI
5597dcec9b fix README: add supported compilers 2012-12-17 20:22:15 +09:00
bolero-MURAKAMI
f673db1451 fix for VC++11 2012-12-17 20:10:17 +09:00
bolero-MURAKAMI
d5c61e65ca fix recursion depth: detail::count_n, detail::count_n_if, detail::overlap_count 2012-12-17 02:14:07 +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
cf9f6670b6 fix next, prev 2012-12-12 17:46:36 +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
74729ce14f fix recursion depth math functions. 2012-12-08 13:45:09 +09:00
bolero-MURAKAMI
0754fd0fad fix compost rosenberg, iir_filter 2012-12-08 00:23:45 +09:00
bolero-MURAKAMI
b44f7c8f2a add compost utility 2012-12-07 02:31:16 +09:00
bolero-MURAKAMI
24d2a229f3 add compost dft, spectrum, etc 2012-12-03 21:48:50 +09:00
bolero-MURAKAMI
6b08a81d3e fix transformed 2012-12-02 18:16:10 +09:00
bolero-MURAKAMI
18b479e3ac add math fmod
fix math cos
2012-12-02 17:06:37 +09:00
bolero-MURAKAMI
d57b6e2b18 fix adaptors 2012-12-01 14:34:54 +09:00
bolero-MURAKAMI
86818d73cb fix adaptors alternated, taken, dropped, etc... 2012-12-01 03:00:46 +09:00
bolero-MURAKAMI
84e3348402 fix bind1st, bind2nd 2012-11-27 10:00:03 +09:00
bolero-MURAKAMI
5b21d5c2ea modify README.md 2012-11-26 11:39:09 +09:00
bolero-MURAKAMI
3b658ea53e add README.md 2012-11-26 11:22:04 +09:00
bolero-MURAKAMI
b7cf29d767 add compost auto_pan, vocal_cancelled 2012-11-25 23:52:25 +09:00
bolero-MURAKAMI
e588c4925a fix alternate_iterator 2012-11-25 14:38:49 +09:00