bolero-MURAKAMI
|
b4da8f5776
|
add container_transform_traits specialization
|
2016-04-03 16:08:09 +09:00 |
|
bolero-MURAKAMI
|
1b8c051008
|
add valarray
|
2016-04-03 13:12:14 +09:00 |
|
bolero-MURAKAMI
|
6e8b5ea395
|
fix bugs
|
2016-03-31 00:39:48 +09:00 |
|
bolero-MURAKAMI
|
5bdb045730
|
add string_ref user-defined literals
|
2016-03-25 10:48:59 +09:00 |
|
bolero-MURAKAMI
|
2fce5bd7f9
|
add string::append
|
2016-03-23 18:18:26 +09:00 |
|
bolero-MURAKAMI
|
8a4fca3aec
|
fix copy_backward implementation
|
2016-03-21 15:32:43 +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
|
088434f46a
|
fic for GCC5.3.0
|
2016-02-21 21:24:08 +09:00 |
|
bolero-MURAKAMI
|
8f33f038d1
|
support for GCC5.2.0
|
2015-09-26 00:13:38 +09:00 |
|
bolero-MURAKAMI
|
882d6a8a50
|
fix string for ICC 15
|
2015-05-10 17:17:45 +09:00 |
|
bolero-MURAKAMI
|
755ebf4311
|
workaround for ICC 15
|
2015-05-08 20:11:30 +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
|
3c4a048f25
|
fix <cstddef> include, for clang 3.5 earlier with libstdc++ 20140422 or later
|
2014-04-30 16:30:26 +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
|
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
|
b95e583394
|
add config: SPROUT_INITIALIZER_LIST_CONSTEXPR
|
2013-10-27 16:25:13 +09:00 |
|
bolero-MURAKAMI
|
f1c0774f7a
|
support for C++14 constexpr: basic_string
|
2013-10-26 14:12:09 +09:00 |
|
bolero-MURAKAMI
|
a90bbd5f38
|
add advance C++14 constexpr version
|
2013-10-05 13:35:26 +09:00 |
|
bolero-MURAKAMI
|
5f1c3d4dee
|
fix string: comparison of signed and unsigned integer
|
2013-10-02 17:09:33 +09:00 |
|
bolero-MURAKAMI
|
d7bf483c4a
|
fix basic_string constructor
|
2013-09-09 19:48:28 +09:00 |
|
bolero-MURAKAMI
|
3cba63db54
|
fix string::assign
|
2013-09-08 19:07:01 +09:00 |
|
bolero-MURAKAMI
|
7fae5004a7
|
fix basic_string
|
2013-09-06 15:15:32 +09:00 |
|
bolero-MURAKAMI
|
330e708eff
|
fix string constructor range version
|
2013-09-05 22:52:42 +09:00 |
|
bolero-MURAKAMI
|
7c8f28115c
|
fix string: add explicit for ctor basic_string(T const*)
|
2013-08-10 08:55:00 +09:00 |
|
bolero-MURAKAMI
|
baf8995e81
|
[Destructive changes] add sprout::string constructor (already not an aggregate)
|
2013-08-09 19:04:37 +09:00 |
|
bolero-MURAKAMI
|
cb1077d247
|
add copyright
|
2013-08-08 18:54:33 +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
|
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
|
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
|
4c996bd47b
|
fix for constexpr disabled
|
2013-02-20 02:23:20 +09:00 |
|
bolero-MURAKAMI
|
84376c3f69
|
fix string_ref
|
2013-02-20 01:12:56 +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
|
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
|
73cdad232b
|
fix container_traits for pointer type
fix to_string for longer string
|
2012-12-21 22:35:48 +09:00 |
|
bolero-MURAKAMI
|
f01382e3e5
|
support polymorphic visitor (variant)
|
2012-12-19 23:06:08 +09:00 |
|
bolero-MURAKAMI
|
884bf048d4
|
add sprout::npos
|
2012-10-08 23:49:05 +09:00 |
|
bolero-MURAKAMI
|
dd8eaffba5
|
add string::find_first_not_of, find_last_not_of
|
2012-10-08 22:14:42 +09:00 |
|