Commit graph

1095 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
5b8aa7d71e
Merge pull request #92 from Ostoic/patch-1
Fix wrong header guard being used
2018-12-25 17:19:57 +09:00
bolero-MURAKAMI
6e8f686f72 temporary workaround for old GCC 2018-12-25 17:11:15 +09:00
Ostoic
ba2da4e9cd
Fixed wrong header guard being used
The header guard for this file should be SPROUT_RANGE_ALGORITHM_ANY_OF_EQUAL_HPP, not SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP. If /range/algorithm/all_of_equal.hpp is included then sprout::range::any_of_equal will not be available for use after.
2018-12-19 14:54:46 -05:00
bolero-MURAKAMI
8274f34db4 fix swallow:wq 2018-05-29 23:09:43 +09:00
bolero-MURAKAMI
91b37d8f7f fix swallow 2018-05-29 22:57:25 +09:00
bolero-MURAKAMI
10e239f933 add sprout::swallow 2018-05-29 19:30:30 +09:00
bolero-MURAKAMI
582e50e4a7 fix value_holder i/o 2018-05-19 18:53:36 +09:00
bolero-MURAKAMI
44f16918b7 add value_holder comparison and i/o 2018-05-19 18:02:55 +09:00
bolero-MURAKAMI
4dd6a25354 add utility/comparison.hpp 2017-11-01 09:36:37 +09:00
bolero-MURAKAMI
ffe6ec780b update version 2017-10-19 10:56:45 +09:00
bolero-MURAKAMI
fb9770ce34 fix algorithm implementation 2017-10-18 14:42:38 +09:00
bolero-MURAKAMI
23408e46c4 add C++17 make_from_tuple 2017-10-11 17:26:42 +09:00
bolero-MURAKAMI
eec9c86920 add C++17 invoke function 2017-10-11 17:18:48 +09:00
bolero-MURAKAMI
64e1994734 fix testspr 2017-10-11 16:46:53 +09:00
bolero-MURAKAMI
7784046f95 fix include 2017-10-11 12:30:46 +09:00
bolero-MURAKAMI
786c4f3b1e add C++17 transform_exclusive_scan, transform_inclusive_scan 2017-10-11 11:58:29 +09:00
bolero-MURAKAMI
9ce83b0863 add template aliases 2017-10-10 19:25:53 +09:00
bolero-MURAKAMI
7b5a397596 fix container traits 2017-10-10 19:16:35 +09:00
bolero-MURAKAMI
6e962b0ccc add transform_reduce algorithm 2017-10-10 18:54:31 +09:00
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