Commit graph

261 commits

Author SHA1 Message Date
bolero-MURAKAMI
42546e8b97 fix sprout/config/compiler/clang.hpp 2012-07-05 17:39:19 +09:00
bolero-MURAKAMI
36fe60bec3 add lround, llround 2012-07-05 08:03:32 +09:00
bolero-MURAKAMI
77f058a34c add floor, ceil, trunc, round 2012-07-05 00:09:44 +09:00
bolero-MURAKAMI
c6fb8af0c5 fix detail/* directory structures. 2012-06-24 08:22:12 +09:00
bolero-MURAKAMI
1636398742 fix math implementation. 2012-06-23 13:22:50 +09:00
bolero-MURAKAMI
3500d0d49c add popcount, clz, ctz 2012-06-22 22:56:25 +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
71b6e89f92 fix bitset for constexpr disabled 2012-06-21 01:40:38 +09:00
bolero-MURAKAMI
1f041c0edc fix hash implementation 2012-06-21 00:57:27 +09:00
bolero-MURAKAMI
635145eda5 fix math::float_promote 2012-06-20 23:18:41 +09:00
bolero-MURAKAMI
c2a401326c fix bitset hash support 2012-06-19 13:18:49 +09:00
bolero-MURAKAMI
f00b15b8bf fix bitset 2012-06-18 17:13:18 +09:00
bolero-MURAKAMI
1d92a48584 add libs/bitset/test/bitset.cpp 2012-06-18 16:43:48 +09:00
bolero-MURAKAMI
c091f0ef0c fix bitset element access 2012-06-18 15:58:36 +09:00
bolero-MURAKAMI
2b51b71824 fix bitset operations 2012-06-17 22:35:18 +09:00
bolero-MURAKAMI
a2888b19bb add sprout/bitset.hpp 2012-06-17 19:14:38 +09:00
bolero-MURAKAMI
955561e36c add sprout/range/adaptor/deep_copied.hpp
fix sprout/range/adaptor/sized.hpp
2012-06-16 15:35:10 +09:00
bolero-MURAKAMI
bcd7674cc0 fix for constexpr disabled
add sprout::adaptors::sized
2012-06-16 00:08:42 +09:00
bolero-MURAKAMI
2b8a8662af add sprout/random/default_random_engine.hpp
fix sprout/functional/bit_not.hpp
2012-06-14 00:41:15 +09:00
bolero-MURAKAMI
37775f9280 fix HUGE_VAL header ( <cmath> ) 2012-06-06 11:13:10 +09:00
bolero-MURAKAMI
3a968fa5ac add Sprout.Weed ->* Attribute-conversion 2012-05-31 22:28:58 +09:00
bolero-MURAKAMI
fa3851227e fix type_traits/aliases.hpp 2012-05-27 11:15:36 +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
5a9b2e4f7d add sprout/rational.hpp
add sprout/math/common_factor.hpp
2012-05-25 22:21:16 +09:00
bolero-MURAKAMI
a9da4b2a1f fix counting_iterator 2012-05-23 19:33:06 +09:00
bolero-MURAKAMI
ea22a6ba5c add adaptors::counting 2012-05-22 21:16:16 +09:00
bolero-MURAKAMI
1ea9d30e2a rewrite sprout::algorithm::join performance 2012-05-22 01:06:13 +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
29b9d07975 add math::bernoulli_number
add type_traits is_int, is_uint
2012-05-12 23:18:19 +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
6d3f1e27c8 fix container_traits nosy-implementation 2012-05-11 14:24:57 +09:00
bolero-MURAKAMI
d4f7fa9b9c fix container_traits const-qualified specialization 2012-05-11 09:23:01 +09:00
bolero-MURAKAMI
64b422546e add math/classifications.hpp 2012-05-10 13:34:49 +09:00
bolero-MURAKAMI
6bb2d0fb87 replace implementation <cmath> functions to Sprout.Math.Functions 2012-05-09 10:15:19 +09:00
bolero-MURAKAMI
6ccd6e1cf4 add sprout::cbrt, hypot, fmax, fmin, fdim
fix sprout::pow case x==0
2012-05-05 18:50:17 +09:00
bolero-MURAKAMI
feba220da4 add sprout::math::float_promote 2012-05-05 17:35:33 +09:00
bolero-MURAKAMI
2fb6cea457 add sprout::abs, fabs
add cinttypes
2012-05-05 15:57:55 +09:00
bolero-MURAKAMI
8dadcb359a add sprout::asinh, acosh, atanh 2012-05-05 00:24:10 +09:00
bolero-MURAKAMI
435e6511b0 add sprout::atan2 2012-05-04 23:47:54 +09:00
bolero-MURAKAMI
28f22ab73d add sprout::asin, acos, pow 2012-05-04 23:23:39 +09:00
bolero-MURAKAMI
8c23e809a4 add sprout::atan 2012-05-04 22:13:17 +09:00
bolero-MURAKAMI
1417a8acd2 add sprout::exp2, expm1 2012-05-04 18:21:18 +09:00
bolero-MURAKAMI
6baf082234 add sprout::log10, log2, log1p 2012-05-04 18:02:42 +09:00
bolero-MURAKAMI
29a55bf31d add sprout::exp, log 2012-05-04 16:40:25 +09:00
bolero-MURAKAMI
d7c441ad69 add sprout::sinh, cosh, tanh, sqrt 2012-05-04 14:07:36 +09:00
bolero-MURAKAMI
234757af07 add sprout::sin, cos, tan 2012-05-04 12:09:06 +09:00
bolero-MURAKAMI
5757bc9d7a add range/numeric/dft 2012-05-01 14:34:48 +09:00
bolero-MURAKAMI
374374c62b fix sinusoidal_iterator 2012-05-01 11:37:52 +09:00
bolero-MURAKAMI
51a7a4c86c fix sinusoidal 2012-05-01 11:32:48 +09:00
bolero-MURAKAMI
bafd1004dd add adaptor::copied 2012-04-30 22:18:45 +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
3ff16b4054 add range/adaptor/transformed 2012-04-30 17:30:47 +09:00
bolero-MURAKAMI
3e5facb754 add def/spectrum, dft/sinusoid
fix container_traits defined weak typedefs and constants
fix reverse_iterator
2012-04-30 10:55:33 +09:00
bolero-MURAKAMI
3d10fd9f18 fix io implicit conversion Expression to string 2012-04-26 13:25:38 +09:00
bolero-MURAKAMI
b2394e32c5 fix io sprout::string output 2012-04-23 21:44:47 +09:00
bolero-MURAKAMI
be70a2e4ef add sprout/io.hpp
fix complex.hpp include header
fix partial_sum bug
fix range_return bug
2012-04-23 18:37:14 +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
c532099a35 fix delete extra ';' 2012-04-17 03:00: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
686d1bf67a fix str_to_float SFINAE 2012-04-16 12:00:20 +09:00
bolero-MURAKAMI
907bced466 add atof, strtof, strtod, strtold 2012-04-16 11:21:40 +09:00
bolero-MURAKAMI
28f7c510a5 add cwchar.hpp
rename decimal_to_int -> ascii_to_int
2012-04-15 10:31:49 +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
89e2be54fa add stringize preprocessor
add random using
add some headers
2012-04-14 12:31:47 +09:00
bolero-MURAKAMI
1766ed43a4 add move_if_noexcept 2012-04-13 23:32:34 +09:00
bolero-MURAKAMI
3eafabb1ed fix type-traits 2012-04-13 21:23:49 +09:00
bolero-MURAKAMI
8f818ee63f delete auto_config.hpp
add compiler supports
2012-04-13 16:00:30 +09:00
bolero-MURAKAMI
2fa0ad1fe4 add make_pair, rel_ops, and others... 2012-04-12 23:41:06 +09:00
bolero-MURAKAMI
f86d17d0d4 add ptr_fun, mem_fun, mem_fun_ref 2012-04-11 23:28:29 +09:00
bolero-MURAKAMI
4a8e938887 move dft functional/ -> numeric/ 2012-04-10 12:54:38 +09:00
bolero-MURAKAMI
e6bfb69be9 fix tuple constructor 2012-04-10 02:36:49 +09:00
bolero-MURAKAMI
aa4fc785b0 add bind, mem_fn, ref, and others. 2012-04-10 01:38:55 +09:00
bolero-MURAKAMI
30dbbc44fc add lvalue_forward.hpp 2012-04-07 22:36:12 +09:00
bolero-MURAKAMI
64dd2582a4 add type_traits/* 2012-04-05 14:54:23 +09:00
bolero-MURAKAMI
84956034ad add index_tuple/* 2012-04-04 22:59:02 +09:00
bolero-MURAKAMI
c6bd230ee4 fix inline
add container/indexes.hpp
add tuple/indexes.hpp
2012-04-04 22:23:41 +09:00
bolero-MURAKAMI
ba6482d1ec porting cel/range/algoritm.hpp 2012-04-04 17:48:02 +09:00
bolero-MURAKAMI
cf593ffeff fix non-modidying operation algorithm iteration 2012-04-03 21:58:23 +09:00
bolero-MURAKAMI
db20f64991 porting sscrisk/CEL 2012-04-01 22:15:09 +09:00
bolero-MURAKAMI
ad60c8c530 [desuructive changes] container traits new interface [破壊的変更] 2012-03-31 16:24:13 +09:00
bolero-MURAKAMI
52a2178ac1 fix bug iterator/*.hpp assignment operator 2012-03-23 23:31:47 +09:00
bolero-MURAKAMI
787c819b77 fix typo variant.hpp 2012-03-23 23:06:06 +09:00
bolero-MURAKAMI
aa91f8ce29 fix sprout::uuid::udl::_uuid 2012-03-19 14:16:33 +09:00
bolero-MURAKAMI
d7fbadb62c add User defined literal sprout::uuids::udl::_uuid
fix sprout::uuid::string_generator
2012-03-18 22:04:09 +09:00