index
:
benoit
master
Multithreaded Mandelbrot renderer.
Gabriel Bjørnager Jensen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.gitignore
Age
Commit message (
Expand
)
Author
2024-05-19
Bump major version; Rewrite project; Update copyright years; Improve commenti...
3.0.0
Gabriel Bjørnager Jensen
2023-08-26
Use arbitrary-precision calculations; Depend on Rug; Optimise renderer; Anima...
22
Gabriel Bjørnager Jensen
2023-08-23
Modulise code; Check I/O errors; Support configuration; Depend on toml; Updat...
19
Gabriel Bjørnager Jensen
2023-08-20
Rewrite in Rust again; Update gitignore; Update readme; Update changelog form...
12
Gabriel Bjørnager Jensen
2021-03-01
Drop boost::multiprecision::mpfr_float in favour of the standard type ::__flo...
Gabriel Jensen
2021-02-27
Remove *.ppm from .gitignore. Reformat changelog from HTML to Markdown. Add a...
Gabriel Jensen
2021-02-21
Automatically detect number of threads. Improve debugging. Enable POSIX C. Cr...
Gabriel Jensen
2021-02-17
Remove build artifacts. Update .gitignore to ignore more build artifacts.
Gabriel Jensen
2021-02-15
Add changelog. Add README. Move codebase to C++. Copy renderer from Mandelbro...
Gabriel Jensen
2021-02-13
First.
Gabriel Jensen