bolero-MURAKAMI
|
b192c5c214
|
fix random test: missing header
|
2013-10-05 19:27:07 +09:00 |
|
bolero-MURAKAMI
|
ba708c3716
|
[test.random] comment out stream assertion in clang
|
2013-10-05 18:10:47 +09:00 |
|
bolero-MURAKAMI
|
dcf83cc1d7
|
fix random test: explicit conversion iostream to bool
|
2013-10-02 15:44:33 +09:00 |
|
bolero-MURAKAMI
|
d7bf483c4a
|
fix basic_string constructor
|
2013-09-09 19:48:28 +09:00 |
|
bolero-MURAKAMI
|
330e708eff
|
fix string constructor range version
|
2013-09-05 22:52:42 +09:00 |
|
bolero-MURAKAMI
|
2dc912522b
|
fix make_array: explicit conversion to T
|
2013-08-23 12:08:17 +09:00 |
|
bolero-MURAKAMI
|
117ab52460
|
fix string test
|
2013-08-17 00:10:42 +09:00 |
|
bolero-MURAKAMI
|
6ae41ef6de
|
fix algorithm: copy for InputIterator
|
2013-08-13 01:55:26 +09:00 |
|
bolero-MURAKAMI
|
72fe72a623
|
extraordinary fix: find_end implementation
|
2013-08-12 00:09:40 +09:00 |
|
bolero-MURAKAMI
|
baf8995e81
|
[Destructive changes] add sprout::string constructor (already not an aggregate)
|
2013-08-09 19:04:37 +09:00 |
|
bolero-MURAKAMI
|
cb1077d247
|
add copyright
|
2013-08-08 18:54:33 +09:00 |
|
bolero-MURAKAMI
|
22be7201bb
|
fix test: random engine comparison (compile time)
|
2013-07-26 17:01:10 +09:00 |
|
bolero-MURAKAMI
|
57e35349e5
|
fix warning (for -Wextra)
|
2013-07-22 22:00:09 +09:00 |
|
bolero-MURAKAMI
|
a786a7ccb1
|
erase old code
|
2013-06-27 00:38:14 +09:00 |
|
bolero-MURAKAMI
|
e0ccfedaaa
|
support for C++14: memcmp, memchr
|
2013-06-27 00:36:17 +09:00 |
|
bolero-MURAKAMI
|
e578bdd0a6
|
support constexpr: get(optional&), get(optional&&)
|
2013-06-04 23:15:05 +09:00 |
|
bolero-MURAKAMI
|
e5efbfe340
|
fix optional: add in-place construction, emplace assignment
|
2013-05-23 20:55:26 +09:00 |
|
bolero-MURAKAMI
|
d732a73431
|
add is_permutation algorithm: robust version (N3607)
|
2013-05-16 19:03:27 +09:00 |
|
bolero-MURAKAMI
|
d6aaabe45f
|
add equal algorithm: robust version (N3607)
|
2013-05-16 18:37:37 +09:00 |
|
bolero-MURAKAMI
|
dce6fff6a4
|
add mismatch algorithm: robust version (N3607)
|
2013-05-16 15:13:49 +09:00 |
|
bolero-MURAKAMI
|
a5b7eda260
|
fix libs/random/example/array.cpp
|
2013-04-11 15:50:14 +09:00 |
|
manga_osyo
|
5ea890da1a
|
Add Sprout.Random examples.
|
2013-04-11 00:42:55 +09:00 |
|
bolero-MURAKAMI
|
a1c119a9bb
|
add SFINAE: tuple flexibly construction
|
2013-03-29 19:19:40 +09:00 |
|
bolero-MURAKAMI
|
2e8b85e90c
|
fix tuple construction, darkroom rgb & vector3d construction
|
2013-03-27 02:02:16 +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
|
70b94395d5
|
fix hash test
|
2013-02-07 23:18:22 +09:00 |
|
bolero-MURAKAMI
|
9140b68379
|
fix hash test
|
2013-02-05 01:02:59 +09:00 |
|
bolero-MURAKAMI
|
5df05cf750
|
fix hash header
|
2013-02-05 00:23:56 +09:00 |
|
bolero-MURAKAMI
|
d1379ff155
|
add test: cstring
|
2013-01-13 01:49:11 +09:00 |
|
bolero-MURAKAMI
|
84508d6a6c
|
fix recursion depth: all algorithms
|
2013-01-12 03:41:13 +09:00 |
|
bolero-MURAKAMI
|
cb584edb3f
|
fix recursion depth: some algorithms
|
2013-01-12 02:39:51 +09:00 |
|
bolero-MURAKAMI
|
830fc27394
|
add test: some algorithms
|
2013-01-11 03:17:06 +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 |
|
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 |
|