initial commit
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 20 Jul 2022 07:42:54 +0000 (00:42 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 20 Jul 2022 07:42:54 +0000 (00:42 -0700)
commit53366c5787a331908b3b88931a2c14ff35e0df57
tree435b72439a0e8b86cb8fb7f18497eebb69405ab2
initial commit
14 files changed:
.clang-format [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.vscode/settings.json [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
COPYING.LGPLv3 [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
harness.cpp [new file with mode: 0644]
harness.h [new file with mode: 0644]
install-deps.sh [new file with mode: 0755]
main.cpp [new file with mode: 0644]
toolchain-aarch64-linux-gnu.cmake [new file with mode: 0644]
toolchain-powerpc64le-linux-gnu.cmake [new file with mode: 0644]
toolchain-x86_64-linux-gnu.cmake [new file with mode: 0644]