From 7b3afcaf77f96e7d62f6cd1623ead7f17512d79f Mon Sep 17 00:00:00 2001 From: Omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 24 Feb 2024 22:47:46 +1100 Subject: repo init. partial port of existing code --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 14cf4c3..5f5b612 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-70-g09d2