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 |
|
Bolero MURAKAMI
|
429aab2ac2
|
Merge pull request #52 from kariya-mitsuru/tools.darkroom
[tools.darkroom] Fix shell variable assignment
|
2013-09-24 20:09:01 -07:00 |
|
Mitsuru Kariya
|
5f772c74be
|
[tools.darkroom] Fix shell variable assignment
|
2013-09-25 11:17:06 +09:00 |
|
bolero-MURAKAMI
|
e17e0913c5
|
fix darkcult: add -Pn parallel rendering mode.
|
2013-09-24 21:51:05 +09:00 |
|
bolero-MURAKAMI
|
66bcd78e9f
|
fix test.sh: add option --gcc-root, --clang-root
|
2013-09-24 16:04:19 +09:00 |
|
bolero-MURAKAMI
|
dfcb6bcf31
|
fix darkroom: fix template operator() member-function call -> calcurate() free-function
|
2013-09-24 15:08:36 +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
|
3713351e3e
|
add example darkroom/two_spheres.hpp
|
2013-09-20 02:40:19 +09:00 |
|
Bolero MURAKAMI
|
67c643820e
|
Merge pull request #51 from kariya-mitsuru/tools.darkroom
[tools.darkroom] Fix shellscript (lack a '-e' option)
|
2013-09-19 10:31:17 -07:00 |
|
Bolero MURAKAMI
|
f23dd88d91
|
Merge pull request #50 from nekko1119/fix/visualc.hpp
add `#endif`
|
2013-09-19 10:30:59 -07:00 |
|
Mitsuru Kariya
|
4ca55306b6
|
[tools.darkroom] Fix shellscript (lack a '-e' option)
|
2013-09-20 02:13:21 +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 |
|
nekko1119
|
a115a6c16a
|
fix visualc.hpp
add `#endif`
|
2013-09-17 20:57:07 +09:00 |
|
bolero-MURAKAMI
|
d7bf483c4a
|
fix basic_string constructor
|
2013-09-09 19:48:28 +09:00 |
|
bolero-MURAKAMI
|
3cba63db54
|
fix string::assign
|
2013-09-08 19:07:01 +09:00 |
|
bolero-MURAKAMI
|
7fae5004a7
|
fix basic_string
|
2013-09-06 15:15:32 +09:00 |
|
Mitsuru Kariya
|
ddedba4772
|
Reduce complexity
change line separation
Fix 4 Iterator parameter version(missing mismatch parameter)
Fix 4 ForwardIterator version.
|
2013-09-05 23:29:24 +09:00 |
|
bolero-MURAKAMI
|
330e708eff
|
fix string constructor range version
|
2013-09-05 22:52:42 +09:00 |
|
Bolero MURAKAMI
|
e179cefdac
|
Merge pull request #37 from kariya-mitsuru/testspr.reduct_iterator
[testspr.reduct_iterator] Fix operator++, operator--, swap
|
2013-09-04 08:26:18 -07:00 |
|
Mitsuru Kariya
|
3cd0b25ae6
|
[testspr.reduct_iterator] Fix operator++, operator--, swap
|
2013-09-04 23:04:23 +09:00 |
|
bolero-MURAKAMI
|
a5b45196bc
|
fix README
|
2013-09-04 12:58:38 +09:00 |
|
bolero-MURAKAMI
|
ffb3ccece8
|
add functional/equiv
fix is_bind_expression
add polymorphic version not1, not2
|
2013-09-04 12:07:54 +09:00 |
|
Bolero MURAKAMI
|
d9e9c23f67
|
Merge pull request #36 from kariya-mitsuru/count_if
[algorithm.count_if] Reduce inner function parameter.
|
2013-09-03 04:47:23 -07:00 |
|
Bolero MURAKAMI
|
d64c676ed0
|
Merge pull request #35 from kariya-mitsuru/count
[algorithm.count] Reduce inner function parameter.
|
2013-09-03 04:37:40 -07:00 |
|