bolero-MURAKAMI
|
fc5e510c3c
|
fix to_string(FloatType): for large float value
|
2013-08-06 00:05:45 +09:00 |
|
bolero-MURAKAMI
|
9883dacfe2
|
fix to_string(FloatType): support inf, NaN; bug(digit count)
|
2013-08-05 22:18:02 +09:00 |
|
bolero-MURAKAMI
|
f8bfa6eeba
|
add convert_array, to_string_array
|
2013-08-03 20:03:13 +09:00 |
|
bolero-MURAKAMI
|
d8cb7a7887
|
[testspr] add print_ln variadic version
|
2013-08-03 18:14:22 +09:00 |
|
bolero-MURAKAMI
|
57e35349e5
|
fix warning (for -Wextra)
|
2013-07-22 22:00:09 +09:00 |
|
bolero-MURAKAMI
|
7f6081e0cc
|
fix explicit conversion: optional::operator bool, string::operator std::string, string_ref::operator std::string
|
2013-05-28 12:36:36 +09:00 |
|
bolero-MURAKAMI
|
bb36ef6e8b
|
support for N3658 (Compile-time integer sequences): index_tuple
rename: integer_seq -> integer_sequence, make_integer_sequence -> make_integer_sequence
add unsigned-index sequence: index_sequence(alias), make_index_sequence, index_sequence_for
add: integer_pack, index_pack
|
2013-05-10 19:52:39 +09:00 |
|
bolero-MURAKAMI
|
56cb7702ea
|
fix math functions
|
2013-05-06 23:57:38 +09:00 |
|
bolero-MURAKAMI
|
61720b72c3
|
erase warning: clang
|
2013-04-21 13:30:30 +09:00 |
|
bolero-MURAKAMI
|
410c369a6a
|
add enable_make_indexes
|
2013-04-06 13:06:51 +09:00 |
|
bolero-MURAKAMI
|
049d4592c2
|
fix index_range implementation
|
2013-03-31 15:14:10 +09:00 |
|
bolero-MURAKAMI
|
331aaa3559
|
add index_tuple/integer_seq
|
2013-03-31 13:39:26 +09:00 |
|
bolero-MURAKAMI
|
e3e130f58d
|
fix coding styles
|
2013-03-22 14:24:19 +09:00 |
|
bolero-MURAKAMI
|
a5e14e71e1
|
rename ptr_index, ptr_unindex
|
2013-02-26 17:03:30 +09:00 |
|
bolero-MURAKAMI
|
4c996bd47b
|
fix for constexpr disabled
|
2013-02-20 02:23:20 +09:00 |
|
bolero-MURAKAMI
|
84376c3f69
|
fix string_ref
|
2013-02-20 01:12:56 +09:00 |
|
bolero-MURAKAMI
|
2e0bc89188
|
add conversion string_ref to arithmetic-type
|
2013-02-19 10:51:12 +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
|
7aa10d1e08
|
support hash: floating point
|
2013-02-07 23:12:57 +09:00 |
|
bolero-MURAKAMI
|
66da9f4fea
|
fix math::log implementation
support std::hash
|
2013-02-07 03:11:17 +09:00 |
|
bolero-MURAKAMI
|
3ddcd6cfd0
|
fix hash implementation
|
2013-02-04 23:48:18 +09:00 |
|
bolero-MURAKAMI
|
4332b26a0e
|
fix hash implementation
|
2013-02-04 18:42:39 +09:00 |
|
bolero-MURAKAMI
|
ee8602f6a3
|
fix index_tuple
|
2013-01-25 15:14:29 +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
|
5019f6aa96
|
fix recursion depth O(logN): some algorithms
|
2013-01-03 17:01:50 +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
|
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
|
f01382e3e5
|
support polymorphic visitor (variant)
|
2012-12-19 23:06:08 +09:00 |
|
bolero-MURAKAMI
|
225c11b505
|
erase warnings for clang3.2
|
2012-11-15 18:36:55 +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
|
df3023db30
|
fix coding-stype
|
2012-10-06 00:58:56 +09:00 |
|
bolero-MURAKAMI
|
2dcafaa98d
|
fix tuple get adapt-interfaces
|
2012-09-29 18:41:13 +09:00 |
|
bolero-MURAKAMI
|
01ac3f7646
|
fix spectrum includes
|
2012-07-17 17:38:45 +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 |
|
bolero-MURAKAMI
|
ee8c952d05
|
modify: tuple and hash support(class adapt) implemented in each class headers.
|
2012-06-22 19:14:21 +09:00 |
|
bolero-MURAKAMI
|
3a2610cb5c
|
add functional/polymorphic.hpp
|
2012-06-21 13:34:26 +09:00 |
|
bolero-MURAKAMI
|
bcd7674cc0
|
fix for constexpr disabled
add sprout::adaptors::sized
|
2012-06-16 00:08:42 +09:00 |
|
bolero-MURAKAMI
|
5c9e1cb991
|
fix type_traits/aliases.hpp
|
2012-05-27 00:43:38 +09:00 |
|
bolero-MURAKAMI
|
eaea3771fc
|
add type_traits/aliases.hpp
|
2012-05-26 19:19:08 +09:00 |
|
bolero-MURAKAMI
|
0ceabb5b9b
|
move textspr/sprout/* -> libs/<libname>/test/*
fix binomial_distribution
|
2012-05-19 18:46:38 +09:00 |
|
bolero-MURAKAMI
|
b67695ec6b
|
fix for clang 3.2
|
2012-05-14 15:42:54 +09:00 |
|
bolero-MURAKAMI
|
3a999dd70c
|
fix inherit_if_xxx decltype
|
2012-05-14 11:33:36 +09:00 |
|
bolero-MURAKAMI
|
576744f408
|
fix sprout::shrink
|
2012-05-12 01:49:15 +09:00 |
|
bolero-MURAKAMI
|
83580a12c7
|
add sprout::shrink (convert from string to shorter string)
|
2012-05-11 16:50:46 +09:00 |
|
bolero-MURAKAMI
|
6bb2d0fb87
|
replace implementation <cmath> functions to Sprout.Math.Functions
|
2012-05-09 10:15:19 +09:00 |
|
bolero-MURAKAMI
|
cb830f141d
|
fix io fromat from int
add range::sinusoidal
fix algorithm random_access_iterator parformance
|
2012-04-30 19:41:24 +09:00 |
|
bolero-MURAKAMI
|
9ff67fe582
|
add float_to_string_exp
|
2012-04-19 15:39:01 +09:00 |
|
bolero-MURAKAMI
|
47ec95c7ff
|
add detail/int.hpp
|
2012-04-19 12:29:48 +09:00 |
|
bolero-MURAKAMI
|
80763fd432
|
add detail/float.hpp
|
2012-04-18 17:46:27 +09:00 |
|
bolero-MURAKAMI
|
22f13db2a0
|
rewrite string concat
|
2012-04-18 13:37:35 +09:00 |
|
bolero-MURAKAMI
|
165b9ee1cd
|
rewrite string construction (performance improved)
|
2012-04-18 00:58:34 +09:00 |
|
bolero-MURAKAMI
|
ece20bf8ef
|
add strtoimax, strtoumax
|
2012-04-17 23:18:51 +09:00 |
|
bolero-MURAKAMI
|
e5391d339c
|
fix to_string
|
2012-04-17 02:23:41 +09:00 |
|
bolero-MURAKAMI
|
08def386b5
|
fix float to_string
|
2012-04-16 20:19:47 +09:00 |
|
bolero-MURAKAMI
|
18014daa68
|
fix float to_string (rounding)
|
2012-04-16 19:49:23 +09:00 |
|
bolero-MURAKAMI
|
d8353c9bf7
|
add float to_string
delete redundant overload to_string
|
2012-04-16 19:09:43 +09:00 |
|
bolero-MURAKAMI
|
09b4b56fad
|
fix to_string
fix from_string
fix filename typo
|
2012-04-16 15:33:29 +09:00 |
|
bolero-MURAKAMI
|
c901c3058a
|
add from_string, stol, stoul, stod, and more...
|
2012-04-16 13:32:47 +09:00 |
|
bolero-MURAKAMI
|
50fd5f33bf
|
add atoi, atol, strtol
|
2012-04-15 00:48:31 +09:00 |
|
bolero-MURAKAMI
|
1968a6fac4
|
add to_string
|
2012-04-14 19:06:21 +09:00 |
|
bolero-MURAKAMI
|
231910c863
|
SPROUT_CONFIG_SUPPORT_TEMPORARY_CONTAINER_ITERATION をデフォルトで有効に変更
sprout/type/string.hpp 追加
|
2012-02-08 23:39:36 +09:00 |
|
bolero-MURAKAMI
|
19db2587e5
|
sprout/string/alias.hpp 追加
|
2011-12-05 04:06:45 +09:00 |
|