summaryrefslogtreecommitdiff
path: root/src/benoit/logfunc.cc
AgeCommit message (Collapse)Author
2023-08-20Rewrite in Rust again; Update gitignore; Update readme; Update changelog ↵12Gabriel Bjørnager Jensen
format; Use git tagging for versioning;
2021-02-26Actually switch compiler from Clang++ to G++. Add more command-line ↵Gabriel Jensen
arguments. Move all data variables into seperate files. Update README.md. Remove PPM as a supported format. Change maximum resolution to 65536. Change maximum number of threads to 65536. Fix WebP encoding. Create temporary renderer that renders a <i>test</i> image using multiple threads.
2021-02-21Automatically detect number of threads. Improve debugging. Enable POSIX C. ↵Gabriel Jensen
Create foundation for loading and creating XML configurations. Improve help screen. Fix the static_assert in include/benoit.hh comparing to bits instead of bytes. Switch compiler from Clang++ to G++ as it has better C++20 support. Rework code structure. Resize maximum resolution from 65535 to 4294967295. Make renderer able to create and use threads. Create purge target in Makefile.