bolero-MURAKAMI
|
15c3f55ebb
|
fix.
|
2014-07-02 22:16:29 +09:00 |
|
bolero-MURAKAMI
|
93e22a984d
|
fix net/endian.hpp
|
2014-06-05 16:44:19 +09:00 |
|
bolero-MURAKAMI
|
7f8a352783
|
fix isolated files
|
2014-05-30 01:22:00 +09:00 |
|
bolero-MURAKAMI
|
f45298f81f
|
add iterator_traits: SFINAE-friendly version
|
2014-05-29 13:30:51 +09:00 |
|
bolero-MURAKAMI
|
c15de6136b
|
fix tuple_element: support SFINAE-friendly
|
2014-05-29 00:25:37 +09:00 |
|
Bolero MURAKAMI
|
f42e92b448
|
Merge pull request #63 from fimbul/fix_include_directive
fix include directive in sprout/pit/tuple.hpp
|
2014-05-06 18:47:10 +09:00 |
|
bolero-MURAKAMI
|
e593f87559
|
add pass_through utility function
|
2014-05-06 18:10:06 +09:00 |
|
fimbul
|
88dab77928
|
fix include directive
|
2014-05-06 00:58:41 +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
|
74f79f3717
|
fix missing header <cmath>
|
2014-04-24 13:35:08 +09:00 |
|
bolero-MURAKAMI
|
20cefe452a
|
fix warning
|
2014-04-23 11:44:50 +09:00 |
|
bolero-MURAKAMI
|
b04dea6002
|
add <cstring> and <cwchar> compatible constexpr functions
|
2014-04-23 01:27:03 +09:00 |
|
bolero-MURAKAMI
|
fe255a5e74
|
add c++14 fft/dft range algorithms
|
2014-04-21 23:30:43 +09:00 |
|
bolero-MURAKAMI
|
aaf31f2ab8
|
fix typo
|
2014-04-21 19:33:30 +09:00 |
|
bolero-MURAKAMI
|
cc48f3585a
|
add c++14 constexpr spectrum and wave genarator algorithms
|
2014-04-20 15:25:25 +09:00 |
|
bolero-MURAKAMI
|
d1fc657c1f
|
fix fft implementation
|
2014-04-18 19:33:48 +09:00 |
|
bolero-MURAKAMI
|
07b5f69ebb
|
add C++14 constexpr fft/ifft
|
2014-04-18 11:34:28 +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
|
d082fa743b
|
fix sub_array::get_array()
|
2014-04-14 17:00:28 +09:00 |
|
bolero-MURAKAMI
|
89734c0b09
|
fix include-quard
|
2014-04-14 15:56:18 +09:00 |
|
bolero-MURAKAMI
|
705773a03a
|
remove warning
|
2014-04-14 15:52:20 +09:00 |
|
Bolero MURAKAMI
|
12e72dbf7e
|
Merge pull request #31 from kariya-mitsuru/lexicographical_compare
[algorithm.lexicographical_compare, algorithm.tristate_lexicographical_compare]
|
2014-04-14 15:29:07 +09:00 |
|
bolero-MURAKAMI
|
fad447dd9d
|
fix container_complete
|
2014-04-14 15:20:50 +09:00 |
|
bolero-MURAKAMI
|
2c0b1d4513
|
fix next|prev_permutation implementations
|
2014-04-14 15:16:05 +09:00 |
|
bolero-MURAKAMI
|
057dec630c
|
fix parity bitwise operation implementation
|
2014-04-13 18:22:58 +09:00 |
|
bolero-MURAKAMI
|
3e4dd5de00
|
fix ctz/clz bitwise operation implementation
|
2014-04-13 17:48:24 +09:00 |
|
bolero-MURAKAMI
|
fb69a146dd
|
fix io::format_expression
|
2014-04-11 13:57:38 +09:00 |
|
bolero-MURAKAMI
|
cd16923347
|
add C++14 constexpr range algorithms
|
2014-04-09 18:11:40 +09:00 |
|
bolero-MURAKAMI
|
856fb90150
|
add C++14 constexpr stable_partition, stable_sort, inplace_merge
|
2014-04-07 20:01:38 +09:00 |
|
bolero-MURAKAMI
|
262a5aa48b
|
add C++14 constexpr partial_sort, partial_sort_copy
|
2014-04-07 12:54:40 +09:00 |
|
bolero-MURAKAMI
|
13e0c9b5f5
|
fix nth_element
|
2014-04-06 18:59:20 +09:00 |
|
bolero-MURAKAMI
|
098dd1721e
|
add C++14 constexpr set/heap/permutation algorithms
|
2014-04-06 18:37:06 +09:00 |
|
bolero-MURAKAMI
|
ecccb58042
|
add C++14 constexpr merge algorithm
|
2014-04-06 13:16:08 +09:00 |
|
bolero-MURAKAMI
|
a090307cc2
|
fix numeric algorithms SFINAE
|
2014-04-06 12:25:26 +09:00 |
|
bolero-MURAKAMI
|
27f9f47027
|
fix fixed algorithms
|
2014-04-05 23:31:36 +09:00 |
|
bolero-MURAKAMI
|
57d4e78d54
|
add C++14 constexpr bogo_sort, bozo_sort
|
2014-04-05 21:56:06 +09:00 |
|
bolero-MURAKAMI
|
c54c980b79
|
add C++14 constexpr copy_while, copy_until, clamp_range
|
2014-04-05 21:23:26 +09:00 |
|
bolero-MURAKAMI
|
ac66209e24
|
add C++14 constexpr sample algorithm
|
2014-04-05 20:59:19 +09:00 |
|
bolero-MURAKAMI
|
20cd8402b7
|
add C++14 constexpr nth_element
|
2014-04-05 20:54:11 +09:00 |
|
bolero-MURAKAMI
|
0fa551beed
|
add c++14 constexpr range numeric algorithms
|
2014-04-05 19:52:21 +09:00 |
|
bolero-MURAKAMI
|
b2daf0262c
|
add nested_array
|
2014-04-05 19:33:32 +09:00 |
|
bolero-MURAKAMI
|
f1555cb917
|
add c++14 constexpr numeric algorithms
|
2014-04-05 18:31:09 +09:00 |
|
bolero-MURAKAMI
|
fd608b74e2
|
add single and range bitwise operations
|
2014-04-05 10:27:27 +09:00 |
|
bolero-MURAKAMI
|
5bfb5087ac
|
fix is_convert_constructible
|
2014-04-05 10:16:16 +09:00 |
|
bolero-MURAKAMI
|
e244ea2932
|
add c++1y rightmost bit manipurations
|
2014-03-31 17:18:22 +09:00 |
|
bolero-MURAKAMI
|
56c9d52436
|
add C++1y bit operations (partial)
|
2014-03-31 14:58:24 +09:00 |
|
bolero-MURAKAMI
|
1bb9336d34
|
fix common_type: support C++14 version
|
2014-03-29 09:16:43 +09:00 |
|
bolero-MURAKAMI
|
bb0098ce09
|
fix qualified name
|
2014-03-26 12:20:13 +09:00 |
|