Commit graph

78 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
0918194078 add sprout::iterator, and update copyright 2017-07-29 14:20:01 +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
a6d46d4ffa change begin, end traits 2016-04-15 01:47:14 +09:00
bolero-MURAKAMI
75e164418b change generator access tarits 2016-04-14 20:14:49 +09:00
bolero-MURAKAMI
4cceea862f fix adapt interface (range functions) 2016-04-10 13:48:41 +09:00
bolero-MURAKAMI
36e0b187c0 change hash adapt 2016-04-08 12:51:11 +09:00
bolero-MURAKAMI
a7532930e3 adapt rational tuple and container interface 2016-04-07 00:37:46 +09:00
bolero-MURAKAMI
aa8e265188 add type_traits is_swappable, conjunction, disjunction, negation 2016-04-05 02:49:50 +09:00
bolero-MURAKAMI
dd58135a93 add rebind_type container metafunction 2016-04-02 19:55:55 +09:00
bolero-MURAKAMI
97e8cfc2c0 add optional container interface 2016-02-25 18:48:28 +09:00
bolero-MURAKAMI
b9440c0e9c support for VC++2015 2015-12-09 19:54:35 +09:00
bolero-MURAKAMI
c3636c10d2 add non-member function nth(), index_of() 2015-03-23 00:26:20 +09:00
bolero-MURAKAMI
3029507c05 change copyright 2015-01-10 19:13:57 +09:00
bolero-MURAKAMI
a1f6d6ffc3 add bool_constant [N4334] 2014-12-10 19:54:12 +09:00
bolero-MURAKAMI
979af136a1 fix macros for noexcept 2014-08-14 22:55:49 +09:00
bolero-MURAKAMI
3df16007a5 add math comparison functions 2014-07-30 14:05:55 +09:00
bolero-MURAKAMI
ae77da19e1 add shrink_to_fit, unmove 2014-07-22 09:33:13 +09:00
bolero-MURAKAMI
37a8e6c6e7 add std::complex container adapt 2014-07-13 02:12:13 +09:00
bolero-MURAKAMI
9b4ffacda6 fix std::array adapt 2014-07-13 02:07:17 +09:00
bolero-MURAKAMI
66cea44736 add sprout::data() non-member function 2014-07-12 21:37:49 +09:00
bolero-MURAKAMI
c995ffd177 fix container_range_traits overloads 2014-07-12 19:04:34 +09:00
bolero-MURAKAMI
909ccfe73a add front, back, at : container access non-member functions 2014-07-12 18:04:45 +09:00
bolero-MURAKAMI
3d01aac239 fix sprout::size, sprout::empty implementations 2014-07-12 12:59:16 +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
9522d20a4a fix workaround detail (for clang3.4~) 2014-03-03 12:26:07 +09:00
bolero-MURAKAMI
274122efb2 add SPROUT_FORWARD - workaround for ICC 2014-02-22 16:32:51 +09:00
bolero-MURAKAMI
1cfea12064 fix for ICC: decltype in base class 2014-02-21 23:16:23 +09:00
bolero-MURAKAMI
b4b870209b add SPROUT_PP_SOME_NUMBER 2014-01-27 19:09:00 +09:00
bolero-MURAKAMI
14f8d9d042 fix copyright year 2014-01-08 16:48:12 +09:00
bolero-MURAKAMI
4bcc5e71fc add workaround for clang3.4 or later: base class construct 2014-01-08 00:47:39 +09:00
bolero-MURAKAMI
403e83eaf0 all type_traits support C++14 requirements 2013-11-22 21:11:08 +09:00
bolero-MURAKAMI
1132d08f23 add macro SPROUT_NON_CONSTEXPR 2013-11-02 18:28:18 +09:00
bolero-MURAKAMI
478c476611 fix trivial constructor declaration 2013-10-29 19:15:52 +09:00
bolero-MURAKAMI
cb1077d247 add copyright 2013-08-08 18:54:33 +09:00
bolero-MURAKAMI
57e35349e5 fix warning (for -Wextra) 2013-07-22 22:00:09 +09:00
bolero-MURAKAMI
a55c430f09 add math tgamma 2013-04-22 23:55:30 +09:00
bolero-MURAKAMI
74e0c8acd6 fix adapt interface: container, tuple, hash, generator 2013-04-22 13:04:27 +09:00
bolero-MURAKAMI
9e9556b62a add adapt std::array, std::pair 2013-04-13 00:04:01 +09:00
bolero-MURAKAMI
410c369a6a add enable_make_indexes 2013-04-06 13:06:51 +09:00
bolero-MURAKAMI
049d4592c2 fix index_range implementation 2013-03-31 15:14:10 +09:00
bolero-MURAKAMI
2e8b85e90c fix tuple construction, darkroom rgb & vector3d construction 2013-03-27 02:02:16 +09:00
bolero-MURAKAMI
e3e130f58d fix coding styles 2013-03-22 14:24:19 +09:00
bolero-MURAKAMI
a2b368a7cc add identity 2013-03-21 22:11:40 +09:00