Commit graph

108 commits

Author SHA1 Message Date
bolero-MURAKAMI
fc0a1817d5 rename reduct_iterator -> reduce_iterator 2015-05-11 10:34:12 +09:00
Bolero MURAKAMI
1cb62e6250 Merge pull request #75 from kariya-mitsuru/fix-rotate
fix rotate_copy
2015-04-28 09:39:50 +09:00
bolero-MURAKAMI
84b6d5d994 add typed sprout::get 2015-04-10 19:54:05 +09:00
bolero-MURAKAMI
9bcc98cb29 add random::poisson_distribution 2015-04-10 15:40:12 +09:00
Mitsuru Kariya
edc41403f6 fix rotate_copy 2015-04-08 00:24:12 +09:00
bolero-MURAKAMI
4ecca97b78 add tested compiler 2015-01-12 02:03:30 +09:00
bolero-MURAKAMI
0c15b01b0d fix make_tuple implementation 2014-08-23 22:07:03 +09:00
bolero-MURAKAMI
d0d2b677bc fix config for C++14 2014-08-01 15:24:00 +09:00
bolero-MURAKAMI
15c3f55ebb fix. 2014-07-02 22:16:29 +09:00
bolero-MURAKAMI
6f399977b2 fix make_array (add common type version) 2014-04-15 12:31:13 +09:00
bolero-MURAKAMI
2c0b1d4513 fix next|prev_permutation implementations 2014-04-14 15:16:05 +09:00
bolero-MURAKAMI
11a96da4bb add std:: for <cstdint> types 2014-03-26 11:57:33 +09:00
Chris Kay
57cebac03a Removed unnecessary include 2014-03-25 15:13:46 +00:00
Chris Kay
c336acd0b6 Updated tests 2014-03-24 12:57:30 +00:00
Chris Kay
634bd89d9e Implemented C++1Y proposal N3620 2014-03-24 10:20:33 +00:00
bolero-MURAKAMI
87ed3d5548 add tuple assignment for pair 2014-03-01 10:35:24 +09:00
bolero-MURAKAMI
12e12373d0 fix version check macro 2014-01-20 13:09:54 +09:00
bolero-MURAKAMI
b881750699 fix version check macro 2014-01-20 11:23:03 +09:00
bolero-MURAKAMI
14f8d9d042 fix copyright year 2014-01-08 16:48:12 +09:00
bolero-MURAKAMI
07524ee071 add test option for clang3.4 2014-01-08 01:58:08 +09:00
bolero-MURAKAMI
aeefee42ee fix math::cos 2013-12-18 17:58:27 +09:00
Fadis
e3cb3bae99 Add support for CMake 2013-11-28 08:51:11 +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
d386893a74 add bitset operator=() 2013-11-12 20:44:27 +09:00
bolero-MURAKAMI
b192c5c214 fix random test: missing header 2013-10-05 19:27:07 +09:00
bolero-MURAKAMI
ba708c3716 [test.random] comment out stream assertion in clang 2013-10-05 18:10:47 +09:00
bolero-MURAKAMI
dcf83cc1d7 fix random test: explicit conversion iostream to bool 2013-10-02 15:44:33 +09:00
bolero-MURAKAMI
d7bf483c4a fix basic_string constructor 2013-09-09 19:48:28 +09:00
bolero-MURAKAMI
330e708eff fix string constructor range version 2013-09-05 22:52:42 +09:00
bolero-MURAKAMI
2dc912522b fix make_array: explicit conversion to T 2013-08-23 12:08:17 +09:00
bolero-MURAKAMI
117ab52460 fix string test 2013-08-17 00:10:42 +09:00
bolero-MURAKAMI
6ae41ef6de fix algorithm: copy for InputIterator 2013-08-13 01:55:26 +09:00
bolero-MURAKAMI
72fe72a623 extraordinary fix: find_end implementation 2013-08-12 00:09:40 +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
22be7201bb fix test: random engine comparison (compile time) 2013-07-26 17:01:10 +09:00
bolero-MURAKAMI
57e35349e5 fix warning (for -Wextra) 2013-07-22 22:00:09 +09:00
bolero-MURAKAMI
a786a7ccb1 erase old code 2013-06-27 00:38:14 +09:00
bolero-MURAKAMI
e0ccfedaaa support for C++14: memcmp, memchr 2013-06-27 00:36:17 +09:00
bolero-MURAKAMI
e578bdd0a6 support constexpr: get(optional&), get(optional&&) 2013-06-04 23:15:05 +09:00
bolero-MURAKAMI
e5efbfe340 fix optional: add in-place construction, emplace assignment 2013-05-23 20:55:26 +09:00
bolero-MURAKAMI
d732a73431 add is_permutation algorithm: robust version (N3607) 2013-05-16 19:03:27 +09:00
bolero-MURAKAMI
d6aaabe45f add equal algorithm: robust version (N3607) 2013-05-16 18:37:37 +09:00
bolero-MURAKAMI
dce6fff6a4 add mismatch algorithm: robust version (N3607) 2013-05-16 15:13:49 +09:00
bolero-MURAKAMI
a5b7eda260 fix libs/random/example/array.cpp 2013-04-11 15:50:14 +09:00
manga_osyo
5ea890da1a Add Sprout.Random examples. 2013-04-11 00:42:55 +09:00
bolero-MURAKAMI
a1c119a9bb add SFINAE: tuple flexibly construction 2013-03-29 19:19:40 +09:00
bolero-MURAKAMI
2e8b85e90c fix tuple construction, darkroom rgb & vector3d construction 2013-03-27 02:02:16 +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
70b94395d5 fix hash test 2013-02-07 23:18:22 +09:00