Commit graph

43 commits

Author SHA1 Message Date
bolero-MURAKAMI
dd58135a93 add rebind_type container metafunction 2016-04-02 19:55:55 +09:00
bolero-MURAKAMI
2ebfc158b9 add array_sub template 2016-03-27 20:55:39 +09:00
bolero-MURAKAMI
c9cce4582e add string shift_concat operations 2016-03-21 14:38:59 +09:00
bolero-MURAKAMI
97e8cfc2c0 add optional container interface 2016-02-25 18:48:28 +09:00
bolero-MURAKAMI
c2aa932646 fix sub_array for ICC 15 2015-05-11 08:35:40 +09:00
bolero-MURAKAMI
22b65a01d6 fix for gcc 5.1.0 2015-04-28 01:55:35 +09:00
bolero-MURAKAMI
a5e7d61ad3 fix nth(), index_of() 2015-03-23 12:04:57 +09:00
bolero-MURAKAMI
6a9cda9d4c add nth(), index_of() container member functions 2015-03-19 23:43:13 +09:00
bolero-MURAKAMI
3029507c05 change copyright 2015-01-10 19:13:57 +09:00
bolero-MURAKAMI
979af136a1 fix macros for noexcept 2014-08-14 22:55:49 +09:00
bolero-MURAKAMI
c15de6136b fix tuple_element: support SFINAE-friendly 2014-05-29 00:25:37 +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
d082fa743b fix sub_array::get_array() 2014-04-14 17:00:28 +09:00
bolero-MURAKAMI
61dd3351fc add type_traits for variable templates version 2014-03-15 18:11:11 +09:00
bolero-MURAKAMI
274122efb2 add SPROUT_FORWARD - workaround for ICC 2014-02-22 16:32:51 +09:00
bolero-MURAKAMI
7640eca894 fix defaulted default constructor 2014-01-14 00:18:06 +09:00
bolero-MURAKAMI
14f8d9d042 fix copyright year 2014-01-08 16:48:12 +09:00
bolero-MURAKAMI
403e83eaf0 all type_traits support C++14 requirements 2013-11-22 21:11:08 +09:00
bolero-MURAKAMI
1b09c5a672 fix operator= 2013-11-10 18:36:04 +09:00
bolero-MURAKAMI
040278bd11 add new directory sprout/algorithm/cxx14/ 2013-10-31 18:57:41 +09:00
bolero-MURAKAMI
ff36d79afc support for C++14 constexpr: some classes 2013-10-30 18:15:57 +09:00
bolero-MURAKAMI
cb1077d247 add copyright 2013-08-08 18:54:33 +09:00
bolero-MURAKAMI
61720b72c3 erase warning: clang 2013-04-21 13:30:30 +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
a5e14e71e1 rename ptr_index, ptr_unindex 2013-02-26 17:03:30 +09:00
bolero-MURAKAMI
899bf3fa77 add sub_window, add sub_offset 2013-02-26 16:14:04 +09:00
bolero-MURAKAMI
74e83e31a7 add back_inserter, front_inserter 2013-02-26 10:43:27 +09:00
bolero-MURAKAMI
1ef8a6a63b add sprout::string_ref
support conversion array-like container iterator to pointer
2013-02-19 02:49:10 +09:00
bolero-MURAKAMI
7aa10d1e08 support hash: floating point 2013-02-07 23:12:57 +09:00
bolero-MURAKAMI
66da9f4fea fix math::log implementation
support std::hash
2013-02-07 03:11:17 +09:00
bolero-MURAKAMI
3ddcd6cfd0 fix hash implementation 2013-02-04 23:48:18 +09:00
bolero-MURAKAMI
4332b26a0e fix hash implementation 2013-02-04 18:42:39 +09:00
bolero-MURAKAMI
0a5f16ee81 support hash: pair, value_holder, optional, variant, tribool 2013-02-04 10:24:23 +09:00
bolero-MURAKAMI
a9cd556f8e fix support for STL container: some algorithms 2013-01-17 03:53:17 +09:00
bolero-MURAKAMI
ace6acad69 fix: sub_array - support STL container 2013-01-14 01:33:54 +09:00
bolero-MURAKAMI
f26032dce8 fix implementation 2013-01-12 04:08:44 +09:00
bolero-MURAKAMI
5019f6aa96 fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
bolero-MURAKAMI
225c11b505 erase warnings for clang3.2 2012-11-15 18:36:55 +09:00
bolero-MURAKAMI
df3023db30 fix coding-stype 2012-10-06 00:58:56 +09:00
bolero-MURAKAMI
2dcafaa98d fix tuple get adapt-interfaces 2012-09-29 18:41:13 +09:00
bolero-MURAKAMI
a64938fad0 add next_permutatin, prev_premutation 2012-07-25 14:27:01 +09:00
bolero-MURAKAMI
ee8c952d05 modify: tuple and hash support(class adapt) implemented in each class headers. 2012-06-22 19:14:21 +09:00