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
|
a1f6d6ffc3
|
add bool_constant [N4334]
|
2014-12-10 19:54:12 +09:00 |
|
bolero-MURAKAMI
|
fbb95d9068
|
add pointer_cast
|
2014-11-28 16:19:07 +09:00 |
|
bolero-MURAKAMI
|
3b0ab6f5fd
|
reimplementation tuple class
|
2014-09-20 12:55:29 +09:00 |
|
bolero-MURAKAMI
|
979af136a1
|
fix macros for noexcept
|
2014-08-14 22:55:49 +09:00 |
|
bolero-MURAKAMI
|
23f24450b0
|
add SPROUT_FORWARD variadic version
|
2014-08-13 19:31:52 +09:00 |
|
bolero-MURAKAMI
|
39bb8e8ada
|
reimplementation types::tuple_element, types::tuple_size
|
2014-08-06 00:00:43 +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
|
f4d715c6db
|
add SPROUT_AUTO_FORWARD
|
2014-07-07 18:20:18 +09:00 |
|
bolero-MURAKAMI
|
c15de6136b
|
fix tuple_element: support SFINAE-friendly
|
2014-05-29 00:25:37 +09:00 |
|
bolero-MURAKAMI
|
e593f87559
|
add pass_through utility function
|
2014-05-06 18:10:06 +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
|
e244ea2932
|
add c++1y rightmost bit manipurations
|
2014-03-31 17:18:22 +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
|
14f8d9d042
|
fix copyright year
|
2014-01-08 16:48:12 +09:00 |
|
bolero-MURAKAMI
|
014d339803
|
fix darkroom: add alpha and refraction material parameter
|
2013-12-03 22:17:49 +09:00 |
|
bolero-MURAKAMI
|
18b388c89f
|
fix swap
|
2013-12-03 00:57:57 +09:00 |
|
bolero-MURAKAMI
|
e6b504f94b
|
fix forward_clist
|
2013-12-03 00:36:04 +09:00 |
|
bolero-MURAKAMI
|
eb2918d065
|
fix pack_get order
|
2013-11-30 13:16:30 +09:00 |
|
bolero-MURAKAMI
|
c9610b5ae5
|
fix tuple_element order
|
2013-11-29 22:21:07 +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
|
1132d08f23
|
add macro SPROUT_NON_CONSTEXPR
|
2013-11-02 18:28:18 +09:00 |
|
bolero-MURAKAMI
|
040278bd11
|
add new directory sprout/algorithm/cxx14/
|
2013-10-31 18:57:41 +09:00 |
|
bolero-MURAKAMI
|
478c476611
|
fix trivial constructor declaration
|
2013-10-29 19:15:52 +09:00 |
|
bolero-MURAKAMI
|
a3427d375f
|
add constexpr algorithm C++14 version: move, move_backward, swap_ranges, iter_swap
|
2013-10-15 14:01:34 +09:00 |
|
bolero-MURAKAMI
|
cb1077d247
|
add copyright
|
2013-08-08 18:54:33 +09:00 |
|
bolero-MURAKAMI
|
7a1974742a
|
workaround for no c++11 numeric_limits
|
2013-08-07 00:15:09 +09:00 |
|
bolero-MURAKAMI
|
57e35349e5
|
fix warning (for -Wextra)
|
2013-07-22 22:00:09 +09:00 |
|
bolero-MURAKAMI
|
9ca88083ac
|
support for GCC4.7: optional in-place constructor
|
2013-07-01 16:57:56 +09:00 |
|
bolero-MURAKAMI
|
e0ccfedaaa
|
support for C++14: memcmp, memchr
|
2013-06-27 00:36:17 +09:00 |
|
bolero-MURAKAMI
|
dbab91a53c
|
add forward_clist: C++14 constexpr based forward list
|
2013-06-15 22:14:24 +09:00 |
|
bolero-MURAKAMI
|
e578bdd0a6
|
support constexpr: get(optional&), get(optional&&)
|
2013-06-04 23:15:05 +09:00 |
|
bolero-MURAKAMI
|
7f6081e0cc
|
fix explicit conversion: optional::operator bool, string::operator std::string, string_ref::operator std::string
|
2013-05-28 12:36:36 +09:00 |
|
bolero-MURAKAMI
|
ab096d442c
|
add weed parser: char_(f, l)
|
2013-05-21 19:56:41 +09:00 |
|
bolero-MURAKAMI
|
e6420f2bbd
|
move support: optional class template
|
2013-05-18 21:37:54 +09:00 |
|
bolero-MURAKAMI
|
bb36ef6e8b
|
support for N3658 (Compile-time integer sequences): index_tuple
rename: integer_seq -> integer_sequence, make_integer_sequence -> make_integer_sequence
add unsigned-index sequence: index_sequence(alias), make_index_sequence, index_sequence_for
add: integer_pack, index_pack
|
2013-05-10 19:52:39 +09:00 |
|
bolero-MURAKAMI
|
61720b72c3
|
erase warning: clang
|
2013-04-21 13:30:30 +09:00 |
|
bolero-MURAKAMI
|
ef5aa728b0
|
fix string_ref io
|
2013-04-08 17:45:03 +09:00 |
|
bolero-MURAKAMI
|
410c369a6a
|
add enable_make_indexes
|
2013-04-06 13:06:51 +09:00 |
|
bolero-MURAKAMI
|
312aa7f73c
|
fix index_range
|
2013-04-05 18:11:56 +09:00 |
|
bolero-MURAKAMI
|
44f973cc19
|
fix for GCC4.8
|
2013-03-31 18:20:59 +09:00 |
|
bolero-MURAKAMI
|
049d4592c2
|
fix index_range implementation
|
2013-03-31 15:14:10 +09:00 |
|
bolero-MURAKAMI
|
331aaa3559
|
add index_tuple/integer_seq
|
2013-03-31 13:39:26 +09:00 |
|
bolero-MURAKAMI
|
6a78f64feb
|
fix optional
|
2013-03-31 10:09:02 +09:00 |
|
bolero-MURAKAMI
|
f905d1f02a
|
add tuple construction (from pair)
|
2013-03-27 17:55:14 +09:00 |
|