bolero-MURAKAMI
|
478c21a300
|
add make_array, make_string variation (remove make_string_as)
|
2016-04-03 21:00:55 +09:00 |
|
bolero-MURAKAMI
|
6e8b5ea395
|
fix bugs
|
2016-03-31 00:39:48 +09:00 |
|
bolero-MURAKAMI
|
97e8cfc2c0
|
add optional container interface
|
2016-02-25 18:48:28 +09:00 |
|
bolero-MURAKAMI
|
60362f5419
|
add conversion to atd classes
|
2016-02-21 16:49:14 +09:00 |
|
bolero-MURAKAMI
|
5bf0907974
|
add conversion to std::array
|
2016-02-17 10:06:43 +09:00 |
|
bolero-MURAKAMI
|
38529faff7
|
add to_array for std::array
|
2016-01-24 19:58:04 +09:00 |
|
bolero-MURAKAMI
|
882d6a8a50
|
fix string for ICC 15
|
2015-05-10 17:17:45 +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
|
5b190c8b6e
|
fix addressof implementation
|
2015-03-04 23:01:10 +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
|
6a6fdd41ec
|
add make_array_without_narrowing
|
2014-04-15 13:37:38 +09:00 |
|
bolero-MURAKAMI
|
36fe036f38
|
fix indent
|
2014-04-15 12:56:28 +09:00 |
|
bolero-MURAKAMI
|
6f399977b2
|
fix make_array (add common type version)
|
2014-04-15 12:31:13 +09:00 |
|
bolero-MURAKAMI
|
b2daf0262c
|
add nested_array
|
2014-04-05 19:33:32 +09:00 |
|
bolero-MURAKAMI
|
1bb9336d34
|
fix common_type: support C++14 version
|
2014-03-29 09:16:43 +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
|
2867cd79ef
|
add SPROUT_DEPRECATED
|
2014-02-21 00:25:55 +09:00 |
|
bolero-MURAKAMI
|
14f8d9d042
|
fix copyright year
|
2014-01-08 16:48:12 +09:00 |
|
bolero-MURAKAMI
|
cd72873c3a
|
add const_iterator_cast
|
2014-01-05 22:20:27 +09:00 |
|
bolero-MURAKAMI
|
403e83eaf0
|
all type_traits support C++14 requirements
|
2013-11-22 21:11:08 +09:00 |
|
bolero-MURAKAMI
|
bf0c7021cf
|
modify namespace result_of -> results
support C++14 type_traits
|
2013-11-20 22:04:11 +09:00 |
|
bolero-MURAKAMI
|
040278bd11
|
add new directory sprout/algorithm/cxx14/
|
2013-10-31 18:57:41 +09:00 |
|
bolero-MURAKAMI
|
b95e583394
|
add config: SPROUT_INITIALIZER_LIST_CONSTEXPR
|
2013-10-27 16:25:13 +09:00 |
|
bolero-MURAKAMI
|
c40b33067e
|
[sprout.array] support for C++14 constexpr
|
2013-10-26 00:32:36 +09:00 |
|
bolero-MURAKAMI
|
c58c9cc0fc
|
fix: math functions (support for inferior C++14 standard)
add C++14 constexpr modifying algorithms
|
2013-10-25 12:29:16 +09:00 |
|
bolero-MURAKAMI
|
3acc1ac301
|
add README.rst
|
2013-08-29 23:21:49 +09:00 |
|
bolero-MURAKAMI
|
2dc912522b
|
fix make_array: explicit conversion to T
|
2013-08-23 12:08:17 +09:00 |
|
bolero-MURAKAMI
|
117ab52460
|
fix string test
|
2013-08-17 00:10:42 +09:00 |
|
bolero-MURAKAMI
|
cb1077d247
|
add copyright
|
2013-08-08 18:54:33 +09:00 |
|
bolero-MURAKAMI
|
f8bfa6eeba
|
add convert_array, to_string_array
|
2013-08-03 20:03:13 +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
|
f5b8b91255
|
add template aliases type_traits
|
2013-03-23 23:46:03 +09:00 |
|
bolero-MURAKAMI
|
a2b368a7cc
|
add identity
|
2013-03-21 22:11:40 +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
|
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
|
ee8602f6a3
|
fix index_tuple
|
2013-01-25 15:14:29 +09:00 |
|
bolero-MURAKAMI
|
f26032dce8
|
fix implementation
|
2013-01-12 04:08:44 +09:00 |
|
bolero-MURAKAMI
|
225c11b505
|
erase warnings for clang3.2
|
2012-11-15 18:36:55 +09:00 |
|