Commit graph

123 commits

Author SHA1 Message Date
bolero-MURAKAMI
ea06f92565 add has_sprout_get metafunction, update copyright 2019-01-07 17:47:17 +09:00
bolero-MURAKAMI
26299dad18 update copyright, fix string_view conversion 2018-12-30 17:25:21 +09:00
bolero-MURAKAMI
5905422433 add workaround for archlinux 64 bit 2017-07-31 10:31:34 +09:00
bolero-MURAKAMI
0918194078 add sprout::iterator, and update copyright 2017-07-29 14:20:01 +09:00
bolero-MURAKAMI
92c7169221 rename */udl.hpp -> literals.hpp [destructive] 2016-08-14 16:02:23 +09:00
Nick Matteo
69590e2ad2 Split complex and quaternion arithmetic and stream operators 2016-05-25 11:37:03 -04:00
bolero-MURAKAMI
a0060119ab fix code format 2016-04-05 11:57:06 +09:00
bolero-MURAKAMI
913dc8ca44 adapt div_t container interface 2016-04-04 01:49:57 +09:00
bolero-MURAKAMI
b4da8f5776 add container_transform_traits specialization 2016-04-03 16:08:09 +09:00
bolero-MURAKAMI
4e0b3991b1 fix static date member in specialized class template 2016-03-10 01:07:55 +09:00
bolero-MURAKAMI
8e24d4551c fix link error in VC++ 2016-03-08 18:22:38 +09:00
bolero-MURAKAMI
cb801ffef8 fix link error in VC++ (Issue #83) 2016-03-08 17:23:19 +09:00
bolero-MURAKAMI
1fabe7da1c fix quaternion hash_value function 2016-02-27 13:01:43 +09:00
bolero-MURAKAMI
37eea2c53d add quaternion adapt (hash, tuple) 2016-02-27 01:21:46 +09:00
bolero-MURAKAMI
35bd69d5d3 add quaternion container interface 2016-02-26 23:19:42 +09:00
bolero-MURAKAMI
97e8cfc2c0 add optional container interface 2016-02-25 18:48:28 +09:00
bolero-MURAKAMI
7af7bbee05 add quaternion using decl 2016-01-25 12:20:54 +09:00
bolero-MURAKAMI
4e5d4300d0 add quaternion 2016-01-25 11:42:35 +09:00
bolero-MURAKAMI
b9440c0e9c support for VC++2015 2015-12-09 19:54:35 +09:00
bolero-MURAKAMI
b578294eb8 arranged type_traits headers 2015-04-05 01:32:49 +09:00
bolero-MURAKAMI
ead65bf7fd add C++14 version is_signed, is_unsigned 2015-03-31 20:05:32 +09:00
bolero-MURAKAMI
251c1d174e remove unused typedef 2015-03-23 00:29:21 +09:00
bolero-MURAKAMI
4ecca97b78 add tested compiler 2015-01-12 02:03:30 +09:00
bolero-MURAKAMI
9bf7c26b25 fix type 2015-01-11 23:46:33 +09:00
bolero-MURAKAMI
1c758320b6 fix curve implementation 2015-01-11 23:29:58 +09:00
bolero-MURAKAMI
b55e74de78 add curve/bezier, curve/catmull_rom_sprine 2015-01-10 19:30:09 +09:00
bolero-MURAKAMI
3029507c05 change copyright 2015-01-10 19:13:57 +09:00
bolero-MURAKAMI
03b4eda323 add examble: perseptron/g3.cpp brainfuck/x86_compile.cpp 2014-12-27 13:56:41 +09:00
bolero-MURAKAMI
3df16007a5 add math comparison functions 2014-07-30 14:05:55 +09:00
Mitsuru Kariya
191867afe0 fix math::is_odd for a negative argument
I think that sprout::math::is_odd(-1) should be true.

It also fixes math::pow for a case that x is a negative and y is a negative odd integer.

cf. http://melpon.org/wandbox/permlink/XVKea2I6CdVJCbZX
2014-07-16 01:13:53 +09:00
bolero-MURAKAMI
5c10e4d85c fix math::pow case x is negative and y is integer 2014-07-15 22:25:04 +09:00
bolero-MURAKAMI
3c4a048f25 fix <cstddef> include, for clang 3.5 earlier with libstdc++ 20140422 or later 2014-04-30 16:30:26 +09:00
bolero-MURAKAMI
74f79f3717 fix missing header <cmath> 2014-04-24 13:35:08 +09:00
bolero-MURAKAMI
01efe1e793 fix copysign for clang 2014-03-19 19:50:00 +09:00
bolero-MURAKAMI
6e09fc2ee5 add math::phi 2014-03-17 17:06:41 +09:00
fimbul
2ebfcded24 fix constants and add constant_variables 2014-03-17 15:26:58 +09:00
bolero-MURAKAMI
7e709630c6 rename type_traits is_int -> is_sint
add new type_traits is_*_unqualified
2014-03-15 12:06:51 +09:00
bolero-MURAKAMI
eae1729128 fix for ICC: aggregate initialization 2014-02-21 23:43:24 +09:00
bolero-MURAKAMI
14f8d9d042 fix copyright year 2014-01-08 16:48:12 +09:00
bolero-MURAKAMI
cd72873c3a add const_iterator_cast 2014-01-05 22:20:27 +09:00
bolero-MURAKAMI
aeefee42ee fix math::cos 2013-12-18 17:58:27 +09:00
bolero-MURAKAMI
09bff1e262 fix min/max use 2013-11-10 22:13:25 +09:00
bolero-MURAKAMI
ab0731c4fc [sprout.random] add seed_array 2013-11-08 23:20:43 +09:00
bolero-MURAKAMI
9805082c57 fix warning: unused parameter 2013-10-26 23:37:47 +09:00
bolero-MURAKAMI
c58c9cc0fc fix: math functions (support for inferior C++14 standard)
add C++14 constexpr modifying algorithms
2013-10-25 12:29:16 +09:00
bolero-MURAKAMI
a90bbd5f38 add advance C++14 constexpr version 2013-10-05 13:35:26 +09:00
bolero-MURAKAMI
3713351e3e add example darkroom/two_spheres.hpp 2013-09-20 02:40:19 +09:00
bolero-MURAKAMI
cb1077d247 add copyright 2013-08-08 18:54:33 +09:00
bolero-MURAKAMI
7a1974742a workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
bolero-MURAKAMI
99547d3fe7 workaround for clang3.2: cstdint constant macros missing 2013-08-04 11:08:41 +09:00