aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAge
* never omit frame pointerEgor Tensin2023-07-26
| | | | | | | | This optimization is honestly just evil. Even a whole distro thinks that: https://fedoraproject.org/wiki/Changes/fno-omit-frame-pointer
* test: add test for segfaulting CI scriptEgor Tensin2023-07-11
| | | | | | | | The C code leaked out of src/, so I moved .clang-format and some compile options to the root directory. Also, I'm starting to hit test execution limits; I'm going to limit the repositories used for stress testing.
* show git hash with --versionEgor Tensin2023-06-30
| | | | Also, use cmake's configure_file to build string constants in.
* add a couple of the most basic tests using PytestEgor Tensin2023-05-06
| | | | | I'm super-unsure about this; I don't really like all the magic, but we'll see, I guess?
* sanitize #include-sEgor Tensin2022-09-08
|
* cmake: add install() rulesEgor Tensin2022-08-28