1
2022-07-22 22:00:56 +02:00
2022-07-22 22:00:56 +02:00
2022-07-22 18:12:00 +02:00
2022-07-22 18:11:31 +02:00
2022-07-22 18:11:31 +02:00
2022-07-04 11:23:15 +02:00
2022-07-04 11:31:17 +02:00
2022-07-19 12:17:17 +02:00
2022-07-22 18:11:56 +02:00
2022-07-22 22:00:56 +02:00

Makefile

I added the -std=c++17 flag to enable better constexpr support.

Clang Tidy

The compile_commands.json is used by clang-tidy. To generate it from the makefile, use bear: "bear -- make". There are two options that clang doesn't know: -mpreferred-stack-boundary=2 and -mmanual-endbr. These should be removed from the compile_commands.json so clang-tidy won't throw errors for every file.

Description
No description provided
Readme 734 KiB
Languages
C++ 94.7%
Assembly 2.5%
C 1.3%
Makefile 1.1%
Nix 0.4%