Age | Commit message (Collapse) | Author | Files | Lines |
|
The less time wasted with manual code formatting, the better.
|
|
Fedora takes issue with CC0. Although it doesn't really matter for this
stuff (dual licensed anyway, questionably "software", certainly not patentable,
and so on), this is simpler and more consistent with the ISC license used for
the actual software anyway.
|
|
This somehow breaks the build with gcc 10.2.1 on Debian 11:
Patchage.cpp:907:1: error: macro "__OPTIMIZE__" is not used [-Werror=unused-macros]
Header libraries messing with optimization flags is wildly inappropriate
anyway.
|
|
This library tends to break in annoying ways like this, so pin the major
version to 9 to hopefully avoid these problems in the future.
|
|
|
|
|