summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-24 22:47:46 +1100
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-24 22:47:46 +1100
commit7b3afcaf77f96e7d62f6cd1623ead7f17512d79f (patch)
treeb5f82c64e9c06a84e4d095ab4ac48712e860b673 /README.md
parentb047be5252aeb981faea077409c1768fda0301d9 (diff)
repo init. partial port of existing code
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 20 insertions, 1 deletions
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