bolero-MURAKAMI
|
2b366b5f03
|
modify README
|
2012-10-28 18:36:21 +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 |
|
bolero-MURAKAMI
|
d75283355c
|
fix optional converting constructor
|
2012-10-27 15:53:34 +09:00 |
|
bolero-MURAKAMI
|
5aa4cf8cbe
|
add test optional
|
2012-10-27 15:37:39 +09:00 |
|
bolero-MURAKAMI
|
f9d8908f95
|
fix optional
|
2012-10-26 17:38:48 +09:00 |
|
bolero-MURAKAMI
|
c8e2514d36
|
add functional polymorphic specializations
|
2012-10-25 12:50:03 +09:00 |
|
bolero-MURAKAMI
|
5cb070b3b3
|
add variant/io
|
2012-10-24 20:52:09 +09:00 |
|
bolero-MURAKAMI
|
410a8af026
|
fix optional
|
2012-10-23 23:10:52 +09:00 |
|
bolero-MURAKAMI
|
8cb432dee1
|
add sprout::optional
|
2012-10-22 23:10:11 +09:00 |
|
bolero-MURAKAMI
|
9b9956f810
|
add algorithm copy_while, copy_until
|
2012-10-13 22:11:32 +09:00 |
|
bolero-MURAKAMI
|
f53be1a3d5
|
fix.
|
2012-10-13 21:12:35 +09:00 |
|
bolero-MURAKAMI
|
79ea4f0885
|
add algorithm clamp, clamp_range_copy, clamp_range
|
2012-10-13 21:06:32 +09:00 |
|
bolero-MURAKAMI
|
de41f5c880
|
add algorithm one_of, all_of_equal, any_of_equal, none_of_equal, one_of_equal, is_increasing, is_decreasing, is_strictly_increasing, is_strictly_decreasing
|
2012-10-13 12:49:23 +09:00 |
|
bolero-MURAKAMI
|
1ef528d204
|
add logic::tribool
|
2012-10-11 00:15:34 +09:00 |
|
bolero-MURAKAMI
|
33c17736fa
|
fix README
|
2012-10-09 17:27:12 +09:00 |
|
bolero-MURAKAMI
|
884bf048d4
|
add sprout::npos
|
2012-10-08 23:49:05 +09:00 |
|
bolero-MURAKAMI
|
dd8eaffba5
|
add string::find_first_not_of, find_last_not_of
|
2012-10-08 22:14:42 +09:00 |
|
bolero-MURAKAMI
|
9dd1fefa59
|
add string::find_first_of, find_last_of
|
2012-10-08 21:29:35 +09:00 |
|
bolero-MURAKAMI
|
0651bf57d2
|
add string::rfind
|
2012-10-08 18:01:11 +09:00 |
|
bolero-MURAKAMI
|
35f08fe242
|
add first, second free-function
add string::find
|
2012-10-08 14:14:59 +09:00 |
|
bolero-MURAKAMI
|
5ce2cb023c
|
fix coding-style
|
2012-10-06 13:53:07 +09:00 |
|
bolero-MURAKAMI
|
df3023db30
|
fix coding-stype
|
2012-10-06 00:58:56 +09:00 |
|
Bolero MURAKAMI
|
2012838899
|
Merge pull request #10 from osyo-manga/remove_warning
使用されていない型が定義されており、警告が出ていたので削除
|
2012-10-05 01:37:32 -07:00 |
|
manga_osyo
|
7781a855fc
|
使用されていない型が定義されており、警告が出ていたので削除
|
2012-10-05 16:54:38 +09:00 |
|
bolero-MURAKAMI
|
a660478548
|
add array constexpr member-functions fill, assign
|
2012-10-05 01:53:39 +09:00 |
|
bolero-MURAKAMI
|
d76d714816
|
fix adl/not_found
|
2012-10-04 23:25:28 +09:00 |
|
bolero-MURAKAMI
|
b0ce004b36
|
fix generator implementation
|
2012-09-30 11:09:44 +09:00 |
|
bolero-MURAKAMI
|
da86582643
|
add is_found_via_adl metafunction
|
2012-09-29 23:39:00 +09:00 |
|
bolero-MURAKAMI
|
2dcafaa98d
|
fix tuple get adapt-interfaces
|
2012-09-29 18:41:13 +09:00 |
|
bolero-MURAKAMI
|
0c00166c5f
|
fix container_traits for array-like classes
fix coding style algorithm/
|
2012-09-29 17:10:46 +09:00 |
|
bolero-MURAKAMI
|
06f1933220
|
fix unfold
fix pair tuple support
|
2012-09-28 16:05:09 +09:00 |
|
bolero-MURAKAMI
|
b1b7a9fefc
|
rename unfold -> recurrence, add-new unfold
|
2012-09-28 13:15:17 +09:00 |
|
bolero-MURAKAMI
|
a9308ae3ee
|
fix generate, unfold
|
2012-09-27 22:15:29 +09:00 |
|
bolero-MURAKAMI
|
10e9a7679d
|
fix generator_iterator
fix random::begin, end
add random::combine_copy
|
2012-09-27 21:57:51 +09:00 |
|
bolero-MURAKAMI
|
f40ee0a2ff
|
add generator_iterator
rename fix random/random_iterator.hpp -> random/iterator.hpp
|
2012-09-27 21:26:32 +09:00 |
|
bolero-MURAKAMI
|
ebadf4fa7c
|
fix random_result for generator concept
|
2012-09-27 14:19:25 +09:00 |
|
bolero-MURAKAMI
|
aec15c55a8
|
fix iterator distance implementation and adapt-interface
|
2012-09-26 18:42:43 +09:00 |
|
bolero-MURAKAMI
|
a4c7df65e0
|
fix next, prev implementation and adapt-interface
|
2012-09-26 16:31:11 +09:00 |
|
bolero-MURAKAMI
|
69910ca06c
|
bug fix
|
2012-09-21 20:07:31 +09:00 |
|
bolero-MURAKAMI
|
73ead93fe5
|
destructive change sprout::generate -> sprout::unfold
add range adapter reversed, replaced, filtered
|
2012-09-21 15:43:30 +09:00 |
|
bolero-MURAKAMI
|
6b3f7ad894
|
fix complex, rational
|
2012-08-29 01:16:12 +09:00 |
|
bolero-MURAKAMI
|
cdb10c0fbe
|
fix next, prev
|
2012-08-21 01:39:09 +09:00 |
|
bolero-MURAKAMI
|
e9910b090d
|
fix darkroom parallel_light
|
2012-08-15 03:32:43 +09:00 |
|
bolero-MURAKAMI
|
dc1e85923b
|
add darkroom light_list, parallel_light, ambient_light
fix darkroom whitted_style
|
2012-08-14 18:17:48 +09:00 |
|
bolero-MURAKAMI
|
6b1efc8a15
|
fix darkroom whitted_style
fix cbind
|
2012-08-13 23:55:30 +09:00 |
|
bolero-MURAKAMI
|
744146ae38
|
fix darkroom bilineer interpolation
|
2012-08-13 10:56:48 +09:00 |
|
bolero-MURAKAMI
|
aec77334ef
|
add sprout::cbind
|
2012-08-11 21:53:12 +09:00 |
|
bolero-MURAKAMI
|
d6a01cd831
|
fix uuid/string_generator.hpp
|
2012-08-10 12:39:03 +09:00 |
|
bolero-MURAKAMI
|
e15e8f123e
|
delete integer/bit.hpp (see bit/operation.hpp)
|
2012-08-09 00:03:30 +09:00 |
|