aboutsummaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)Author
2024-12-12makefile: Rename variables from C to CXX for C++Jan Sucan
2024-11-09Add man page for the diff image formatJan Sucan
2024-11-05config.mk: Set the version to development pre-alphaJan Sucan
2024-03-24Require C++17Jan Sucan
This enables use of more modern STL features, e.g., filesystem.
2024-02-02makefile: Add install and uninstall targetsJan Sucan
2024-02-02config.mk: Treat compiler warnings as errorsJan Sucan
2024-02-02config.mk: Enable extra compiler warningsJan Sucan
2024-02-02config.mk: Do not limit max. number of compilation errorsJan Sucan
2024-02-02config.mk: Use C++11Jan Sucan
Uniform initialization is supported since that version.
2024-01-20makefile: Move configuration to config.mkJan Sucan