Commit graph

1074 commits

Author SHA1 Message Date
bolero-MURAKAMI
2052058357 add numeric algorithm reduce, exclusive_scan, inclusize_scan 2017-10-10 02:13:04 +09:00
bolero-MURAKAMI
715cb40734 fix include 2017-10-07 17:07:05 +09:00
bolero-MURAKAMI
ca6ba120b3 add for_each_n algorithm 2017-10-07 17:04:01 +09:00
bolero-MURAKAMI
7c31b83360 fix testspr trace implementation 2017-09-30 07:23:16 +09:00
bolero-MURAKAMI
e2de00d604 add trace macro 2017-09-30 03:03:59 +09:00
bolero-MURAKAMI
ee1838232b fix include 2017-09-29 23:18:56 +09:00
bolero-MURAKAMI
8d7d234803 add testspr debug tools 2017-09-29 23:17:17 +09:00
bolero-MURAKAMI
aefc564640 fix auto_ptr workaround 2017-09-20 17:11:33 +09:00
bolero-MURAKAMI
9cc597fcbe fix include 2017-09-20 13:39:26 +09:00
bolero-MURAKAMI
a47fadcc5a workaround for clang 5.0.0 C++17 mode (nothing auto_ptr) 2017-09-20 13:37:04 +09:00
bolero-MURAKAMI
310731de9a update version 2017-09-20 12:35:47 +09:00
bolero-MURAKAMI
8158baa39f add type_traits is_invocable 2017-09-19 20:01:44 +09:00
bolero-MURAKAMI
2614c4e3f9 add type tuple algorithms and C++17 type traits 2017-09-15 19:08:49 +09:00
Bolero MURAKAMI
c79553a652 Merge pull request #90 from ryanmrichard/skip_tests
Allows tests to be skipped
2017-09-02 08:52:41 +09:00
ryanmrichard
e1a81f22a7
Allows tests to be skipped 2017-09-01 13:39:59 -05:00
bolero-MURAKAMI
8ac4d5c83f update darkcult.sh 2017-08-07 19:14:27 +09:00
bolero-MURAKAMI
aba3baf4aa update test.sh 2017-08-06 22:01:11 +09:00
bolero-MURAKAMI
2e0ff499ad add test.sh option --version 2017-08-06 15:47:57 +09:00
bolero-MURAKAMI
ade81bde46 fix --help message 2017-08-06 10:44:52 +09:00
bolero-MURAKAMI
08f2556030 fix pertition_point for gcc5.x 2017-08-06 10:09:03 +09:00
bolero-MURAKAMI
74d7368aa5 fix for VC++ 2017-07-31 12:03:30 +09:00
bolero-MURAKAMI
5905422433 add workaround for archlinux 64 bit 2017-07-31 10:31:34 +09:00
bolero-MURAKAMI
55999cff82 fix for clang 4.0.0 or later: template specializations 2017-07-29 16:54:00 +09:00
bolero-MURAKAMI
a79ee37535 workaround for GCC 7.0.0 or later 2017-07-29 15:04:31 +09:00
bolero-MURAKAMI
0918194078 add sprout::iterator, and update copyright 2017-07-29 14:20:01 +09:00
bolero-MURAKAMI
759265d624 include version.hpp from config.hpp 2017-07-26 21:47:51 +09:00
bolero-MURAKAMI
6de283cf1c add sprout/version.hpp 2017-07-26 20:08:45 +09:00
bolero-MURAKAMI
481b277216 fix testspr::print_type 2017-07-26 15:22:14 +09:00
Bolero MURAKAMI
59c5e7874c Merge pull request #85 from lpha-z/cxx11-fft
add C++11constexpr fft
2017-06-01 09:33:53 +09:00
lpha-z
e6af368c77 add C++11constexpr fft
Stockham DIT fft algorithm written in C++11constexpr
2016-09-12 23:18:43 +09:00
bolero-MURAKAMI
f08464943f fix literals 2016-08-15 13:44:46 +09:00
bolero-MURAKAMI
d26dafc3dc add checksum literals 2016-08-15 13:43:40 +09:00
bolero-MURAKAMI
0805756259 add carry_to_exp2 2016-08-14 16:54:42 +09:00
bolero-MURAKAMI
92c7169221 rename */udl.hpp -> literals.hpp [destructive] 2016-08-14 16:02:23 +09:00
Bolero MURAKAMI
fea5e752bd Merge pull request #84 from kundor/master
Split complex and quaternion arithmetic and stream operators
2016-06-05 11:37:25 +09:00
Nick Matteo
69590e2ad2 Split complex and quaternion arithmetic and stream operators 2016-05-25 11:37:03 -04:00
bolero-MURAKAMI
42133b805e fix variate_generator 2016-04-28 10:48:50 +09:00
bolero-MURAKAMI
51614b1356 add generators::next_value function 2016-04-28 08:42:13 +09:00
bolero-MURAKAMI
2fe34cc922 change generator_access_traits adapt 2016-04-27 16:49:47 +09:00
bolero-MURAKAMI
7f137c0a83 change generator_traits 2016-04-27 15:02:12 +09:00
bolero-MURAKAMI
ef073dbdbb fix type_traits implementation 2016-04-19 15:14:40 +09:00
bolero-MURAKAMI
bd2194e331 add const_reference_cast 2016-04-19 09:05:41 +09:00
bolero-MURAKAMI
8efb1a3748 add container_range_traits default 2016-04-18 00:34:15 +09:00
bolero-MURAKAMI
0080332dd5 add subscript_at function 2016-04-17 19:36:56 +09:00
bolero-MURAKAMI
8278a2642c change range functions adapt 2016-04-17 16:11:43 +09:00
bolero-MURAKAMI
92cc7881d6 change sprout::array adapt 2016-04-16 20:12:55 +09:00
bolero-MURAKAMI
14865d4d64 fix std::array adapt 2016-04-16 18:59:02 +09:00
bolero-MURAKAMI
69c9233ca0 chande udl namespace 2016-04-16 09:50:04 +09:00
bolero-MURAKAMI
a6d46d4ffa change begin, end traits 2016-04-15 01:47:14 +09:00
bolero-MURAKAMI
e5637554d1 change addressof traits 2016-04-14 23:16:21 +09:00