Commit graph

676 commits

Author SHA1 Message Date
bolero-MURAKAMI
1132d08f23 add macro SPROUT_NON_CONSTEXPR 2013-11-02 18:28:18 +09:00
bolero-MURAKAMI
6b1ef202d8 fix algorithms SFINAE: iterator or container 2013-10-31 20:35:30 +09:00
bolero-MURAKAMI
040278bd11 add new directory sprout/algorithm/cxx14/ 2013-10-31 18:57:41 +09:00
bolero-MURAKAMI
39d60a514f fix warning: unused parameter 2013-10-31 13:25:42 +09:00
bolero-MURAKAMI
2232778731 remove slipped file 2013-10-31 12:37:38 +09:00
bolero-MURAKAMI
ff36d79afc support for C++14 constexpr: some classes 2013-10-30 18:15:57 +09:00
bolero-MURAKAMI
478c476611 fix trivial constructor declaration 2013-10-29 19:15:52 +09:00
bolero-MURAKAMI
1bce2b4a5b [sprout.checksum] support for C++14 constexpr 2013-10-29 17:59:14 +09:00
bolero-MURAKAMI
3f4a24289e [sprout.tuple] support C++14 constexpr 2013-10-29 16:33:25 +09:00
bolero-MURAKAMI
63ae5babd0 [sprout.bitset] support C++14 constexpr 2013-10-28 09:01:19 +09:00
bolero-MURAKAMI
b95e583394 add config: SPROUT_INITIALIZER_LIST_CONSTEXPR 2013-10-27 16:25:13 +09:00
Bolero MURAKAMI
3267d11b4a Merge pull request #55 from kariya-mitsuru/darkroom.sphere
[darkroom.objects.sphere] Delete hit_side (unused)
2013-10-26 19:51:13 -07:00
Bolero MURAKAMI
39bc2bfc5d Merge pull request #56 from kariya-mitsuru/algorithm.search_n
[algorithm.search_n] Fix search_n's complexity violation.
2013-10-26 19:50:46 -07:00
Bolero MURAKAMI
5d6fc5c726 Merge pull request #39 from kariya-mitsuru/is_permutation
[algorithm.is_permutation] Reduce complexity
2013-10-26 19:50:21 -07:00
bolero-MURAKAMI
9805082c57 fix warning: unused parameter 2013-10-26 23:37:47 +09:00
bolero-MURAKAMI
be9a5f9b78 [sprout.functional] add all transparent functors 2013-10-26 23:17:09 +09:00
bolero-MURAKAMI
2a57ee6af5 [sprout.functional] add is_transparent_function metafunction 2013-10-26 19:09:10 +09:00
bolero-MURAKAMI
f1c0774f7a support for C++14 constexpr: basic_string 2013-10-26 14:12:09 +09:00
bolero-MURAKAMI
c40b33067e [sprout.array] support for C++14 constexpr 2013-10-26 00:32:36 +09:00
bolero-MURAKAMI
227e7789ec add rendering result: 1024, 2048 2013-10-25 16:40:15 +09:00
bolero-MURAKAMI
c58c9cc0fc fix: math functions (support for inferior C++14 standard)
add C++14 constexpr modifying algorithms
2013-10-25 12:29:16 +09:00
bolero-MURAKAMI
58cff54e0d rename complex user-defined literals: _i_f/_i_F -> _if/_iF 2013-10-19 09:35:09 +09:00
bolero-MURAKAMI
cc4cad6895 add c++14 constexpr version: generate, generate_n 2013-10-17 19:22:40 +09:00
bolero-MURAKAMI
e0629a21ce support Generator Requirement: generator_iterator, random_redult 2013-10-17 18:46:31 +09:00
bolero-MURAKAMI
9f11b2481d test passed: GCC4.8.2 2013-10-17 16:44:31 +09:00
bolero-MURAKAMI
7b11799ace add c++14 constexpr version: fill, fill_n 2013-10-16 13:04:49 +09:00
bolero-MURAKAMI
3f85600f53 add c++14 constexpr version: transform, replace 2013-10-15 20:22:20 +09:00
bolero-MURAKAMI
a3427d375f add constexpr algorithm C++14 version: move, move_backward, swap_ranges, iter_swap 2013-10-15 14:01:34 +09:00
bolero-MURAKAMI
d5c84b07c9 fix c+ constexpr config+ 2013-10-10 10:01:00 +09:00
bolero-MURAKAMI
9e678c517d [sprout.iterator] fix predefined iterators: support c++14 constexpr 2013-10-09 23:44:25 +09:00
bolero-MURAKAMI
40b95948a9 add example hanoi 2013-10-09 16:14:41 +09:00
bolero-MURAKAMI
3dfe41361f fix various iterator: for C++14 constexpr support
fix tools.test: add option --std=c++XX
2013-10-09 01:03:36 +09:00
bolero-MURAKAMI
54b6a2be18 [sprout.iterator] support for C++14 constexpr iterator operation 2013-10-08 18:45:10 +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
a90bbd5f38 add advance C++14 constexpr version 2013-10-05 13:35:26 +09:00
Mitsuru Kariya
1a5d40d821 [algorithm.search_n] Fix search_n's complexity violation.
According to document, at most last - first applications of the corresponding predicate,
but (last - first) * count applications.
2013-10-03 01:37:53 +09:00
Mitsuru Kariya
022506fdaa [darkroom.objects.sphere] Delete hit_side (unused) 2013-10-03 00:17:49 +09:00
bolero-MURAKAMI
b76e0aeb7f [tools.test] fix compile options 2013-10-02 22:31:19 +09:00
bolero-MURAKAMI
5f1c3d4dee fix string: comparison of signed and unsigned integer 2013-10-02 17:09:33 +09:00
bolero-MURAKAMI
dcf83cc1d7 fix random test: explicit conversion iostream to bool 2013-10-02 15:44:33 +09:00
Bolero MURAKAMI
d3c5feff2c Merge pull request #54 from kariya-mitsuru/darkroom.sphere
[darkroom.objects.sphere] Reduce function call.
2013-10-01 19:14:30 -07:00
bolero-MURAKAMI
04f61170a7 [tools.darkcult] fix result check in break/continue mode 2013-09-30 09:36:56 +09:00
bolero-MURAKAMI
e56429ad0a [tools.darkcult] add enable break/continue mode option -c|--continuable 2013-09-29 14:47:04 +09:00
Mitsuru Kariya
a9b349ad01 [darkroom.objects.sphere] Reduce function call.(Remove function zweitens_2) 2013-09-27 12:39:12 +09:00
Bolero MURAKAMI
4f477dd0dc Merge pull request #53 from kariya-mitsuru/darkroom.sphere
[darkroom.objects.sphere] Reduce unnecessary parameter.
2013-09-26 17:27:28 -07:00
bolero-MURAKAMI
db70dfc947 [tools.testspr] fix declare array var 2013-09-26 23:09:53 +09:00
bolero-MURAKAMI
3fef178b7c [tools.testspr] move file testspr/test.sh -> tools/testspr/test.sh 2013-09-26 22:43:57 +09:00
Mitsuru Kariya
ceb5d218df [darkroom.objects.sphere] Reduce unnecessary parameter. 2013-09-26 00:52:55 +09:00
bolero-MURAKAMI
6a58eade0e [tools.darkcult] fix help message. 2013-09-25 15:22:41 +09:00