1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00

Commit graph

  • 6b5addba9f fix loop algorithms master bolero-MURAKAMI 2019-06-15 18:17:17 +0900
  • 312a89c4a2 fix Random Test for clang bolero-MURAKAMI 2019-01-15 15:37:09 +0900
  • b52f784219 fix warning for MSVC bolero-MURAKAMI 2019-01-14 15:59:19 +0900
  • 9c037a7045 fix for MSVC (issue #93) bolero-MURAKAMI 2019-01-11 15:21:26 +0900
  • ea06f92565 add has_sprout_get metafunction, update copyright bolero-MURAKAMI 2019-01-07 17:47:17 +0900
  • 26299dad18 update copyright, fix string_view conversion bolero-MURAKAMI 2018-12-30 17:25:21 +0900
  • 5b8aa7d71e
    Merge pull request #92 from Ostoic/patch-1 Bolero MURAKAMI 2018-12-25 17:19:57 +0900
  • 6e8f686f72 temporary workaround for old GCC bolero-MURAKAMI 2018-12-25 17:11:15 +0900
  • ba2da4e9cd
    Fixed wrong header guard being used Ostoic 2018-12-19 14:54:46 -0500
  • 8274f34db4 fix swallow:wq bolero-MURAKAMI 2018-05-29 23:09:43 +0900
  • 91b37d8f7f fix swallow bolero-MURAKAMI 2018-05-29 22:57:25 +0900
  • 10e239f933 add sprout::swallow bolero-MURAKAMI 2018-05-29 19:30:30 +0900
  • 582e50e4a7 fix value_holder i/o bolero-MURAKAMI 2018-05-19 18:53:36 +0900
  • 44f16918b7 add value_holder comparison and i/o bolero-MURAKAMI 2018-05-19 18:02:55 +0900
  • 4dd6a25354 add utility/comparison.hpp bolero-MURAKAMI 2017-11-01 09:36:37 +0900
  • ffe6ec780b update version bolero-MURAKAMI 2017-10-19 10:56:45 +0900
  • fb9770ce34 fix algorithm implementation bolero-MURAKAMI 2017-10-18 14:42:38 +0900
  • 23408e46c4 add C++17 make_from_tuple bolero-MURAKAMI 2017-10-11 17:26:42 +0900
  • eec9c86920 add C++17 invoke function bolero-MURAKAMI 2017-10-11 17:18:48 +0900
  • 64e1994734 fix testspr bolero-MURAKAMI 2017-10-11 16:46:53 +0900
  • 7784046f95 fix include bolero-MURAKAMI 2017-10-11 12:30:46 +0900
  • 786c4f3b1e add C++17 transform_exclusive_scan, transform_inclusive_scan bolero-MURAKAMI 2017-10-11 11:58:29 +0900
  • 9ce83b0863 add template aliases bolero-MURAKAMI 2017-10-10 19:25:53 +0900
  • 7b5a397596 fix container traits bolero-MURAKAMI 2017-10-10 19:16:35 +0900
  • 6e962b0ccc add transform_reduce algorithm bolero-MURAKAMI 2017-10-10 18:54:31 +0900
  • 2052058357 add numeric algorithm reduce, exclusive_scan, inclusize_scan bolero-MURAKAMI 2017-10-10 02:13:04 +0900
  • 715cb40734 fix include bolero-MURAKAMI 2017-10-07 17:07:05 +0900
  • ca6ba120b3 add for_each_n algorithm bolero-MURAKAMI 2017-10-07 17:04:01 +0900
  • 7c31b83360 fix testspr trace implementation bolero-MURAKAMI 2017-09-30 07:23:16 +0900
  • e2de00d604 add trace macro bolero-MURAKAMI 2017-09-30 03:03:59 +0900
  • ee1838232b fix include bolero-MURAKAMI 2017-09-29 23:18:56 +0900
  • 8d7d234803 add testspr debug tools bolero-MURAKAMI 2017-09-29 23:17:17 +0900
  • aefc564640 fix auto_ptr workaround bolero-MURAKAMI 2017-09-20 17:11:33 +0900
  • 9cc597fcbe fix include bolero-MURAKAMI 2017-09-20 13:39:26 +0900
  • a47fadcc5a workaround for clang 5.0.0 C++17 mode (nothing auto_ptr) bolero-MURAKAMI 2017-09-20 13:37:04 +0900
  • 310731de9a update version bolero-MURAKAMI 2017-09-20 12:35:47 +0900
  • 8158baa39f add type_traits is_invocable bolero-MURAKAMI 2017-09-19 20:01:44 +0900
  • 2614c4e3f9 add type tuple algorithms and C++17 type traits bolero-MURAKAMI 2017-09-15 19:08:49 +0900
  • c79553a652 Merge pull request #90 from ryanmrichard/skip_tests Bolero MURAKAMI 2017-09-02 08:52:41 +0900
  • e1a81f22a7
    Allows tests to be skipped ryanmrichard 2017-09-01 13:39:59 -0500
  • 8ac4d5c83f update darkcult.sh bolero-MURAKAMI 2017-08-07 19:14:27 +0900
  • aba3baf4aa update test.sh bolero-MURAKAMI 2017-08-06 22:01:11 +0900
  • 2e0ff499ad add test.sh option --version bolero-MURAKAMI 2017-08-06 15:47:57 +0900
  • ade81bde46 fix --help message bolero-MURAKAMI 2017-08-06 10:44:52 +0900
  • 08f2556030 fix pertition_point for gcc5.x bolero-MURAKAMI 2017-08-06 10:09:03 +0900
  • 74d7368aa5 fix for VC++ bolero-MURAKAMI 2017-07-31 12:03:30 +0900
  • 5905422433 add workaround for archlinux 64 bit bolero-MURAKAMI 2017-07-31 10:31:34 +0900
  • 55999cff82 fix for clang 4.0.0 or later: template specializations bolero-MURAKAMI 2017-07-29 16:54:00 +0900
  • a79ee37535 workaround for GCC 7.0.0 or later bolero-MURAKAMI 2017-07-29 15:04:31 +0900
  • 0918194078 add sprout::iterator, and update copyright bolero-MURAKAMI 2017-07-29 14:20:01 +0900
  • 759265d624 include version.hpp from config.hpp bolero-MURAKAMI 2017-07-26 21:47:51 +0900
  • 6de283cf1c add sprout/version.hpp bolero-MURAKAMI 2017-07-26 20:08:45 +0900
  • 481b277216 fix testspr::print_type bolero-MURAKAMI 2017-07-26 15:22:14 +0900
  • 59c5e7874c Merge pull request #85 from lpha-z/cxx11-fft Bolero MURAKAMI 2017-06-01 09:33:53 +0900
  • e6af368c77 add C++11constexpr fft lpha-z 2016-09-12 18:13:01 +0900
  • f08464943f fix literals bolero-MURAKAMI 2016-08-15 13:44:46 +0900
  • d26dafc3dc add checksum literals bolero-MURAKAMI 2016-08-15 13:43:40 +0900
  • 0805756259 add carry_to_exp2 bolero-MURAKAMI 2016-08-14 16:54:42 +0900
  • 92c7169221 rename */udl.hpp -> literals.hpp [destructive] bolero-MURAKAMI 2016-08-14 16:02:23 +0900
  • fea5e752bd Merge pull request #84 from kundor/master Bolero MURAKAMI 2016-06-05 11:37:25 +0900
  • 69590e2ad2 Split complex and quaternion arithmetic and stream operators Nick Matteo 2016-05-25 11:37:03 -0400
  • 42133b805e fix variate_generator bolero-MURAKAMI 2016-04-28 10:48:50 +0900
  • 51614b1356 add generators::next_value function bolero-MURAKAMI 2016-04-28 08:42:13 +0900
  • 2fe34cc922 change generator_access_traits adapt bolero-MURAKAMI 2016-04-27 16:49:47 +0900
  • 7f137c0a83 change generator_traits bolero-MURAKAMI 2016-04-27 15:02:12 +0900
  • ef073dbdbb fix type_traits implementation bolero-MURAKAMI 2016-04-19 15:14:40 +0900
  • bd2194e331 add const_reference_cast bolero-MURAKAMI 2016-04-19 09:05:41 +0900
  • 8efb1a3748 add container_range_traits default bolero-MURAKAMI 2016-04-18 00:34:15 +0900
  • 0080332dd5 add subscript_at function bolero-MURAKAMI 2016-04-17 19:36:56 +0900
  • 8278a2642c change range functions adapt bolero-MURAKAMI 2016-04-17 16:11:43 +0900
  • 92cc7881d6 change sprout::array adapt bolero-MURAKAMI 2016-04-16 20:12:55 +0900
  • 14865d4d64 fix std::array adapt bolero-MURAKAMI 2016-04-16 18:59:02 +0900
  • 69c9233ca0 chande udl namespace bolero-MURAKAMI 2016-04-16 09:50:04 +0900
  • a6d46d4ffa change begin, end traits bolero-MURAKAMI 2016-04-15 01:47:14 +0900
  • e5637554d1 change addressof traits bolero-MURAKAMI 2016-04-14 23:16:21 +0900
  • b3ce7296da change tuple access traits bolero-MURAKAMI 2016-04-14 22:05:00 +0900
  • 75e164418b change generator access tarits bolero-MURAKAMI 2016-04-14 20:14:49 +0900
  • 58b33d31c5 fix variable templates bolero-MURAKAMI 2016-04-11 13:22:44 +0900
  • d05f389de5 fix bariable templates bolero-MURAKAMI 2016-04-11 13:20:47 +0900
  • 0396274d8b fix include guard bolero-MURAKAMI 2016-04-11 13:18:23 +0900
  • 4cceea862f fix adapt interface (range functions) bolero-MURAKAMI 2016-04-10 13:48:41 +0900
  • 36e0b187c0 change hash adapt bolero-MURAKAMI 2016-04-08 12:51:11 +0900
  • a7532930e3 adapt rational tuple and container interface bolero-MURAKAMI 2016-04-07 00:37:46 +0900
  • 35305c18fb add has_operator type_traits bolero-MURAKAMI 2016-04-06 19:24:26 +0900
  • b0f446c959 add copy_cv bolero-MURAKAMI 2016-04-06 01:54:04 +0900
  • 1f9db0f1d1 remove unnecessary code bolero-MURAKAMI 2016-04-05 18:58:29 +0900
  • 59fa680cb5 refix spreout::enabler (Issue #71) bolero-MURAKAMI 2016-04-05 18:35:58 +0900
  • 77df3b80e2 fix sprout::enabler (Issue #71) bolero-MURAKAMI 2016-04-05 18:31:47 +0900
  • 8dc640a6e2 fix comments bolero-MURAKAMI 2016-04-05 18:21:13 +0900
  • a0060119ab fix code format bolero-MURAKAMI 2016-04-05 11:57:06 +0900
  • aa8e265188 add type_traits is_swappable, conjunction, disjunction, negation bolero-MURAKAMI 2016-04-05 02:49:50 +0900
  • 913dc8ca44 adapt div_t container interface bolero-MURAKAMI 2016-04-04 01:49:57 +0900
  • 478c21a300 add make_array, make_string variation (remove make_string_as) bolero-MURAKAMI 2016-04-03 21:00:55 +0900
  • f0ec89c423 fix slice_array interface bolero-MURAKAMI 2016-04-03 18:57:30 +0900
  • b4da8f5776 add container_transform_traits specialization bolero-MURAKAMI 2016-04-03 16:08:09 +0900
  • 0abea1678c add sized_pit container bolero-MURAKAMI 2016-04-03 14:29:33 +0900
  • d611090972 fix valarray comparison bolero-MURAKAMI 2016-04-03 13:42:12 +0900
  • 1b8c051008 add valarray bolero-MURAKAMI 2016-04-03 13:12:14 +0900
  • 5ff6029d51 fix detail implementation bolero-MURAKAMI 2016-04-02 20:38:15 +0900
  • dd58135a93 add rebind_type container metafunction bolero-MURAKAMI 2016-04-02 19:55:55 +0900