Mitsuru Kariya
5b13f3b8a2
[algorithm.equal_range, etc] Change recursive function parameters from "Iter, Iter" to "Iter, length."
2013-09-01 00:13:23 +09:00
bolero-MURAKAMI
1944a437e3
fix search_one_rev
2013-08-28 21:04:03 +09:00
Mitsuru Kariya
bfc22a86a7
Change find_end:
...
1.Fix for ForwardIterator when [first2, last2) is empty.
2.Fix RandomAccessIterator version.(search from last1)
3.Add BidirectionalIterator version.(search from last1)
4.Add sprout::detail::search_one_rev helper function for
BidirectionalIterator version.
2013-08-28 13:24:15 +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
2cb55b6b6c
fix for GCC4.8 RC
2013-03-21 20:00:42 +09:00
bolero-MURAKAMI
899bf3fa77
add sub_window, add sub_offset
2013-02-26 16:14:04 +09:00
bolero-MURAKAMI
7c706381d4
fix iterator implementation
2013-02-23 15:21:27 +09:00
bolero-MURAKAMI
7aa10d1e08
support hash: floating point
2013-02-07 23:12:57 +09:00
bolero-MURAKAMI
b51b14efa9
fix recursion depth: cstring algorithm
2013-01-13 01:16:48 +09:00
bolero-MURAKAMI
e2b207d3be
fix recursion depth: some algorithms
2013-01-11 02:55:19 +09:00
bolero-MURAKAMI
5019f6aa96
fix recursion depth O(logN): some algorithms
2013-01-03 17:01:50 +09:00
bolero-MURAKAMI
ddac080ec0
add tristate_lexicographical_compare
2012-12-21 23:12:54 +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
90890d2336
fix recursion depth: search
2012-12-13 12:18:19 +09:00
bolero-MURAKAMI
df3023db30
fix coding-stype
2012-10-06 00:58:56 +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
c6fb8af0c5
fix detail/* directory structures.
2012-06-24 08:22:12 +09:00