Commit graph

624 commits

Author SHA1 Message Date
bolero-MURAKAMI
4b3d4e82d7 fix math::exp implementation 2013-02-07 03:32:05 +09:00
bolero-MURAKAMI
66da9f4fea fix math::log implementation
support std::hash
2013-02-07 03:11:17 +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
3ddcd6cfd0 fix hash implementation 2013-02-04 23:48:18 +09:00
bolero-MURAKAMI
c72ab5c6c1 fix hash implementation 2013-02-04 23:10:24 +09:00
bolero-MURAKAMI
6e5f4c5606 rename hash_values_combine -> hash_combine
fix hash_range
2013-02-04 22:13:27 +09:00
bolero-MURAKAMI
4332b26a0e fix hash implementation 2013-02-04 18:42:39 +09:00
bolero-MURAKAMI
0a5f16ee81 support hash: pair, value_holder, optional, variant, tribool 2013-02-04 10:24:23 +09:00
bolero-MURAKAMI
f3b405ad0f fix algorithm: bogo_sort, bozo_sort 2013-02-04 01:10:26 +09:00
bolero-MURAKAMI
aace49ac65 support STL container: numeric, numeric/dft 2013-02-01 20:21:01 +09:00
bolero-MURAKAMI
092910e2f7 add iterator category check for algorithm incomplete implementation 2013-01-31 23:25:18 +09:00
bolero-MURAKAMI
1cfec16e52 add range adaptors adjacent_filtered, uniqued 2013-01-27 16:56:14 +09:00
bolero-MURAKAMI
9aa2a7c9b2 add range adaptor: merged, set operations 2013-01-26 23:51:43 +09:00
bolero-MURAKAMI
3472e8b94e add some range algorithms 2013-01-26 22:19:35 +09:00
bolero-MURAKAMI
271f348972 support STL container: set operation algorithms 2013-01-26 21:30:29 +09:00
bolero-MURAKAMI
ee8602f6a3 fix index_tuple 2013-01-25 15:14:29 +09:00
bolero-MURAKAMI
48f1b2d615 add new signatures: some algorithms 2013-01-20 20:49:37 +09:00
bolero-MURAKAMI
9a593cbb81 fix reverse_iterator
support STL container: some algorithms
2013-01-20 08:53:20 +09:00
bolero-MURAKAMI
a9cd556f8e fix support for STL container: some algorithms 2013-01-17 03:53:17 +09:00
bolero-MURAKAMI
ace6acad69 fix: sub_array - support STL container 2013-01-14 01:33:54 +09:00
bolero-MURAKAMI
d99a7d1436 fix: copy - support STL container 2013-01-14 01:13:48 +09:00
bolero-MURAKAMI
1ed18456b3 fix config macro name 2013-01-13 17:41:45 +09:00
bolero-MURAKAMI
d1379ff155 add test: cstring 2013-01-13 01:49:11 +09:00
bolero-MURAKAMI
b51b14efa9 fix recursion depth: cstring algorithm 2013-01-13 01:16:48 +09:00
bolero-MURAKAMI
f26032dce8 fix implementation 2013-01-12 04:08:44 +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
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