diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-24 22:47:46 +1100 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-24 22:47:46 +1100 |
commit | 7b3afcaf77f96e7d62f6cd1623ead7f17512d79f (patch) | |
tree | b5f82c64e9c06a84e4d095ab4ac48712e860b673 /README.md | |
parent | b047be5252aeb981faea077409c1768fda0301d9 (diff) |
repo init. partial port of existing code
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1 +1,20 @@ -# celeritas-core
\ No newline at end of file +# celeritas-core + +Not all files are fleshed out right now. + +**Work-in-progress**: porting over code from old repository. + +All third-party dependencies are licensed under their own license. + +## Notes + +* Check symbols in an 'archive' (static library) + * `nm -C build/libcore.a` + +* Generate compiler_commands.json + * `xmake project -k compile_commands` + +* Formatting + * `xmake format` + * Lint (no change) `find lib/core -iname *.h -o -iname *.c | xargs clang-format --style=file --dry-run --Werror` + * Format (edit in place) `find src -iname *.h -o -iname *.c | xargs clang-format -i --style=file`
\ No newline at end of file |