Commit graph

367 commits

Author SHA1 Message Date
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
bolero-MURAKAMI
ca4fdcdbae add compost psuedo_stereo 2012-11-25 10:09:41 +09:00
bolero-MURAKAMI
c33ae70d13 add compost stereo, left_channel, right_channel, effected_xxx 2012-11-25 01:05:11 +09:00
bolero-MURAKAMI
7da0aa0343 add compost left_channel, right_channel 2012-11-24 23:28:07 +09:00
bolero-MURAKAMI
597d05563b add adaptor steps 2012-11-24 22:46:23 +09:00
bolero-MURAKAMI
05f75bef27 add compost some ranges. 2012-11-24 15:57:50 +09:00
bolero-MURAKAMI
cc4ade67fd add adaptor piped, taken, dropped, window, offset, adapted_xxx 2012-11-24 13:04:02 +09:00
bolero-MURAKAMI
5c9a8153de workaround for clang3.2(sha1) 2012-11-18 23:32:36 +09:00
bolero-MURAKAMI
3fd2451163 fix filename. 2012-11-18 13:13:13 +09:00
bolero-MURAKAMI
16306fed82 rename synthesized -> superposed 2012-11-17 21:47:52 +09:00
bolero-MURAKAMI
ded2da84ea add adaptors::blanked 2012-11-17 18:44:24 +09:00
bolero-MURAKAMI
e286c9bc6b add adaptors::jointed 2012-11-17 01:59:56 +09:00
bolero-MURAKAMI
f37e8a9088 add normal_distribution::stddev 2012-11-16 13:40:19 +09:00
bolero-MURAKAMI
225c11b505 erase warnings for clang3.2 2012-11-15 18:36:55 +09:00
bolero-MURAKAMI
d00e971abe rewrite hash implementation 2012-11-15 11:54:57 +09:00
bolero-MURAKAMI
87ee4f4032 deprecated old sort implementation 2012-11-14 12:17:48 +09:00
bolero-MURAKAMI
b9121b8850 workaroud for clang3.2 (inversive_congruential) 2012-11-14 11:22:05 +09:00
bolero-MURAKAMI
d39f4abe0f workaroud for clang3.2 (shuffle, shuffle_result) 2012-11-14 10:56:22 +09:00
bolero-MURAKAMI
2ddd4014ce workaround for clang3.2 (make_heap, make_partial_heap) 2012-11-14 10:40:01 +09:00
bolero-MURAKAMI
926facbb83 add utility any_convertible 2012-11-13 22:17:10 +09:00
bolero-MURAKAMI
a9ab69df0a workaround for clang3.2 (binomial_distribution) 2012-11-12 17:11:48 +09:00
bolero-MURAKAMI
59a6e6f613 workaround for Clang3.2 (geometric_distribution) 2012-11-12 14:07:55 +09:00
bolero-MURAKAMI
bf937bc508 workaround for clang3.2 (gcd, uniform_01) 2012-11-12 13:29:56 +09:00
bolero-MURAKAMI
aca22bec98 add compost chorus effect. 2012-11-11 08:26:58 +09:00
bolero-MURAKAMI
c7e6be98bb add some compost effects. 2012-11-09 22:33:11 +09:00
bolero-MURAKAMI
d01ee064e2 fix weed warnings.
add compost library.
2012-11-09 01:09:49 +09:00
bolero-MURAKAMI
ac80a04970 add tpp one_of 2012-11-02 22:00:10 +09:00
bolero-MURAKAMI
2b366b5f03 modify README 2012-10-28 18:36:21 +09:00