From ec99011aca3a9b92964c653d74d693e693ac052f Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 2 Jun 2025 09:32:32 -0400 Subject: project: Convert to new git format Signed-off-by: Andrew Opalach --- NOTES.md | 12 ------------ NOTES.txt | 14 ++++++++++++++ README.md | 1 - README.txt | 3 +++ scripts/line_count.sh | 2 +- 5 files changed, 18 insertions(+), 14 deletions(-) delete mode 100644 NOTES.md create mode 100644 NOTES.txt delete mode 100644 README.md create mode 100644 README.txt diff --git a/NOTES.md b/NOTES.md deleted file mode 100644 index 7e1fc15..0000000 --- a/NOTES.md +++ /dev/null @@ -1,12 +0,0 @@ -# Component Ideas - -## al_hash_map - - swiss tables? - - https://abseil.io/blog/20180927-swisstables - - https://abseil.io/about/design/swisstables - -## al_str_builder -### Example (pl_str_builder) - - https://github.com/haasn/libplacebo/commit/aaf16a05c39f36d96896a9a3a05051749a587e6d - - Lazily builds string based on "templates" which are functions that describe how - data should get laid out in the final buffer. diff --git a/NOTES.txt b/NOTES.txt new file mode 100644 index 0000000..ed6b3be --- /dev/null +++ b/NOTES.txt @@ -0,0 +1,14 @@ += Component Ideas + +== al_hash_map + - swiss tables? + - https://abseil.io/blog/20180927-swisstables + - https://abseil.io/about/design/swisstables + +== al_str_builder +=== Example (pl_str_builder) + - https://github.com/haasn/libplacebo/commit/aaf16a05c39f36d96896a9a3a05051749a587e6d + - Lazily builds string based on "templates" which are functions that describe how + data should get laid out in the final buffer. + +// vim: set syntax=asciidoc: diff --git a/README.md b/README.md deleted file mode 100644 index 1f1934b..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -## libalabaster: C Foundation Library diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..25aaf6f --- /dev/null +++ b/README.txt @@ -0,0 +1,3 @@ +== libalabaster + +// vim: set syntax=asciidoc: diff --git a/scripts/line_count.sh b/scripts/line_count.sh index a6ac787..6af0fe0 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,3 +1,3 @@ #! /usr/bin/env sh export LC_ALL="C" -find ./src ./include -type f -exec sloccount {} + +find ./src ./include -type f -exec loccount {} + -- cgit v1.2.3-101-g0448