Commit graph

62 commits

Author SHA1 Message Date
bolero-MURAKAMI
979af136a1 fix macros for noexcept 2014-08-14 22:55:49 +09:00
bolero-MURAKAMI
ab875e84de add sprout::addressof 2014-08-12 21:33:22 +09:00
bolero-MURAKAMI
ae77da19e1 add shrink_to_fit, unmove 2014-07-22 09:33:13 +09:00
bolero-MURAKAMI
28e9a4e5d9 add extension index_iterator 2014-07-13 01:41:33 +09:00
bolero-MURAKAMI
7f8a352783 fix isolated files 2014-05-30 01:22:00 +09:00
bolero-MURAKAMI
b04dea6002 add <cstring> and <cwchar> compatible constexpr functions 2014-04-23 01:27:03 +09:00
bolero-MURAKAMI
5bfb5087ac fix is_convert_constructible 2014-04-05 10:16:16 +09:00
bolero-MURAKAMI
11a96da4bb add std:: for <cstdint> types 2014-03-26 11:57:33 +09:00
bolero-MURAKAMI
2342ac6433 add exempt_ptr 2014-03-15 23:02:13 +09:00
bolero-MURAKAMI
87ed3d5548 add tuple assignment for pair 2014-03-01 10:35:24 +09:00
bolero-MURAKAMI
274122efb2 add SPROUT_FORWARD - workaround for ICC 2014-02-22 16:32:51 +09:00
bolero-MURAKAMI
2905965f24 fix iota 2014-02-20 08:04:36 +09:00
bolero-MURAKAMI
b4b870209b add SPROUT_PP_SOME_NUMBER 2014-01-27 19:09:00 +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
40b95948a9 add example hanoi 2013-10-09 16:14:41 +09:00
bolero-MURAKAMI
3fef178b7c [tools.testspr] move file testspr/test.sh -> tools/testspr/test.sh 2013-09-26 22:43:57 +09:00
bolero-MURAKAMI
6a58eade0e [tools.darkcult] fix help message. 2013-09-25 15:22:41 +09:00
bolero-MURAKAMI
66bcd78e9f fix test.sh: add option --gcc-root, --clang-root 2013-09-24 16:04:19 +09:00
bolero-MURAKAMI
3cb882ce91 fix darkroom: add make_object_list 2013-09-24 10:05:47 +09:00
bolero-MURAKAMI
abfa6082b4 fix bashscript: add --compiler option 2013-09-23 21:10:58 +09:00
bolero-MURAKAMI
6d5bc5762c fix bashscript: output message 2013-09-23 20:53:01 +09:00
bolero-MURAKAMI
940d0f97c8 fix: bashscript error message 2013-09-23 19:19:34 +09:00
bolero-MURAKAMI
63757a9105 fix bashscript: add --help option 2013-09-23 18:56:57 +09:00
bolero-MURAKAMI
12838cc11a fix script: hide settings of empty array 2013-09-22 13:33:56 +09:00
bolero-MURAKAMI
a5a7ae1d7a fix darkcult: use imagemagick -> netpbm 2013-09-21 13:56:23 +09:00
bolero-MURAKAMI
3e33de25eb fix bashscript 2013-09-20 16:38:27 +09:00
bolero-MURAKAMI
d8275b18f8 fix script 2013-09-20 01:39:16 +09:00
bolero-MURAKAMI
9e9a246736 add tools darkcult, add testspr/test.sh 2013-09-20 01:04:30 +09:00
Mitsuru Kariya
3cd0b25ae6 [testspr.reduct_iterator] Fix operator++, operator--, swap 2013-09-04 23:04:23 +09:00
bolero-MURAKAMI
cb1077d247 add copyright 2013-08-08 18:54:33 +09:00
bolero-MURAKAMI
21cefe8a67 fix template-parameter name: Iterator, Range 2013-08-07 22:13:03 +09:00
bolero-MURAKAMI
7a1974742a workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
bolero-MURAKAMI
ce16e24637 workaround for libc++1101: no constexpr char_trais 2013-08-06 13:25:32 +09:00
bolero-MURAKAMI
bbbf484a24 fix testspr/typeinfo.hpp: <cxxabi.h> workaround 2013-08-06 01:30:31 +09:00
bolero-MURAKAMI
6bd876c587 fix detail/float.hpp: include pair
add testspr/header_all.hpp
2013-08-06 01:00:57 +09:00
bolero-MURAKAMI
d8cb7a7887 [testspr] add print_ln variadic version 2013-08-03 18:14:22 +09:00
bolero-MURAKAMI
44f973cc19 fix for GCC4.8 2013-03-31 18:20:59 +09:00
bolero-MURAKAMI
2cb55b6b6c fix for GCC4.8 RC 2013-03-21 20:00:42 +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
d1379ff155 add test: cstring 2013-01-13 01:49:11 +09:00
bolero-MURAKAMI
5019f6aa96 fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
bolero-MURAKAMI
c5d82f6a99 fix variant
add test variant
2012-10-28 16:18:40 +09:00
bolero-MURAKAMI
cb803dbd14 fix tuples::tuple_element, tuples::tuple_cat
add test tuple
2012-10-28 01:04:13 +09:00
bolero-MURAKAMI
5aa4cf8cbe add test optional 2012-10-27 15:37:39 +09:00
bolero-MURAKAMI
9b9956f810 add algorithm copy_while, copy_until 2012-10-13 22:11:32 +09:00
bolero-MURAKAMI
1ef528d204 add logic::tribool 2012-10-11 00:15:34 +09:00
bolero-MURAKAMI
5ce2cb023c fix coding-style 2012-10-06 13:53:07 +09:00
bolero-MURAKAMI
06f1933220 fix unfold
fix pair tuple support
2012-09-28 16:05:09 +09:00
bolero-MURAKAMI
b1b7a9fefc rename unfold -> recurrence, add-new unfold 2012-09-28 13:15:17 +09:00