Commit graph

1024 commits

Author SHA1 Message Date
bolero-MURAKAMI
b3ce7296da change tuple access traits 2016-04-14 22:05:00 +09:00
bolero-MURAKAMI
75e164418b change generator access tarits 2016-04-14 20:14:49 +09:00
bolero-MURAKAMI
58b33d31c5 fix variable templates 2016-04-11 13:22:44 +09:00
bolero-MURAKAMI
d05f389de5 fix bariable templates 2016-04-11 13:20:47 +09:00
bolero-MURAKAMI
0396274d8b fix include guard 2016-04-11 13:18:23 +09:00
bolero-MURAKAMI
4cceea862f fix adapt interface (range functions) 2016-04-10 13:48:41 +09:00
bolero-MURAKAMI
36e0b187c0 change hash adapt 2016-04-08 12:51:11 +09:00
bolero-MURAKAMI
a7532930e3 adapt rational tuple and container interface 2016-04-07 00:37:46 +09:00
bolero-MURAKAMI
35305c18fb add has_operator type_traits 2016-04-06 19:24:26 +09:00
bolero-MURAKAMI
b0f446c959 add copy_cv 2016-04-06 01:54:04 +09:00
bolero-MURAKAMI
1f9db0f1d1 remove unnecessary code 2016-04-05 18:58:29 +09:00
bolero-MURAKAMI
59fa680cb5 refix spreout::enabler (Issue #71) 2016-04-05 18:35:58 +09:00
bolero-MURAKAMI
77df3b80e2 fix sprout::enabler (Issue #71) 2016-04-05 18:31:47 +09:00
bolero-MURAKAMI
8dc640a6e2 fix comments 2016-04-05 18:21:13 +09:00
bolero-MURAKAMI
a0060119ab fix code format 2016-04-05 11:57:06 +09:00
bolero-MURAKAMI
aa8e265188 add type_traits is_swappable, conjunction, disjunction, negation 2016-04-05 02:49:50 +09:00
bolero-MURAKAMI
913dc8ca44 adapt div_t container interface 2016-04-04 01:49:57 +09:00
bolero-MURAKAMI
478c21a300 add make_array, make_string variation (remove make_string_as) 2016-04-03 21:00:55 +09:00
bolero-MURAKAMI
f0ec89c423 fix slice_array interface 2016-04-03 18:57:30 +09:00
bolero-MURAKAMI
b4da8f5776 add container_transform_traits specialization 2016-04-03 16:08:09 +09:00
bolero-MURAKAMI
0abea1678c add sized_pit container 2016-04-03 14:29:33 +09:00
bolero-MURAKAMI
d611090972 fix valarray comparison 2016-04-03 13:42:12 +09:00
bolero-MURAKAMI
1b8c051008 add valarray 2016-04-03 13:12:14 +09:00
bolero-MURAKAMI
5ff6029d51 fix detail implementation 2016-04-02 20:38:15 +09:00
bolero-MURAKAMI
dd58135a93 add rebind_type container metafunction 2016-04-02 19:55:55 +09:00
bolero-MURAKAMI
802f2fbaed fix iterator parameter 2016-04-01 23:37:48 +09:00
bolero-MURAKAMI
6e8b5ea395 fix bugs 2016-03-31 00:39:48 +09:00
bolero-MURAKAMI
7233a268fd add utility flat_while_loop/flat_until_loop 2016-03-29 19:36:57 +09:00
bolero-MURAKAMI
99860f4bc7 fix bogo/bozo_sort implementation 2016-03-29 18:13:09 +09:00
bolero-MURAKAMI
b5699163e8 rename string_ref -> string_view (string_ref is deprecated) 2016-03-29 18:02:51 +09:00
bolero-MURAKAMI
276b09f004 fix csv example 2016-03-29 01:35:57 +09:00
bolero-MURAKAMI
2ebfc158b9 add array_sub template 2016-03-27 20:55:39 +09:00
bolero-MURAKAMI
0f210dee5f add csv-parser example 2016-03-27 17:47:46 +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
a1be640b2f refix PP_UNIQUE_STRING format 2016-03-19 00:44:01 +09:00
bolero-MURAKAMI
6ae793d0d3 fix PP_UNIQUE_STRING format 2016-03-19 00:39:28 +09:00
bolero-MURAKAMI
6ac5b66d0b add PP_UNIQUE_SEED variation 2016-03-19 00:21:43 +09:00
bolero-MURAKAMI
b15038e5ca add example: zundoko 2016-03-18 17:58:57 +09:00
bolero-MURAKAMI
7240e883c5 workaround for disable unicode literals and types 2016-03-10 19:17:22 +09:00
bolero-MURAKAMI
4e0b3991b1 fix static date member in specialized class template 2016-03-10 01:07:55 +09:00
bolero-MURAKAMI
8e24d4551c fix link error in VC++ 2016-03-08 18:22:38 +09:00
bolero-MURAKAMI
cb801ffef8 fix link error in VC++ (Issue #83) 2016-03-08 17:23:19 +09:00
bolero-MURAKAMI
f0ba8fad5d fix for Issue #82 (conflict windows.h macro) 2016-03-08 12:26:33 +09:00
bolero-MURAKAMI
1fabe7da1c fix quaternion hash_value function 2016-02-27 13:01:43 +09:00
bolero-MURAKAMI
2d9b3b4b99 update copyright 2016-02-27 02:10:22 +09:00
bolero-MURAKAMI
37eea2c53d add quaternion adapt (hash, tuple) 2016-02-27 01:21:46 +09:00
bolero-MURAKAMI
35bd69d5d3 add quaternion container interface 2016-02-26 23:19:42 +09:00