summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add sorted-vector.c empty filesEuAndreh2024-06-304-0/+15
|
* src/math.h: Add max_size() functionEuAndreh2024-06-253-0/+22
|
* Fix clang warningsEuAndreh2024-06-161-1/+1
|
* src/cmp.{c,h}: Add minimal implementation of cmp_size()EuAndreh2024-06-144-0/+86
|
* src/trace.h: Init tracing functionsEuAndreh2024-06-145-1/+383
|
* Revert "src/int.h: Add minimized stdint.h types"EuAndreh2024-06-142-9/+1
| | | | This reverts commit 56d62364184f2ce12e3f81c3831af3881feeda96.
* src/logerr.h: Normalize code orderEuAndreh2024-06-123-20/+16
|
* tests/set.c: Add broken test for HASH_OUTPUT_LENGTHEuAndreh2024-06-121-0/+18
|
* src/int.h: Add minimized stdint.h typesEuAndreh2024-06-082-1/+9
|
* src/set.c: v0 for set_add()EuAndreh2024-06-063-1/+40
|
* src/{tree,vector}.h: Consistent spacing between sectionsEuAndreh2024-06-062-0/+4
|
* src/set.c: Initialize Tree entries in set_new()EuAndreh2024-06-061-0/+13
|
* src/hash.c: Update to correct latest siphashbs namesEuAndreh2024-06-062-4/+4
|
* tests/: Use freeit() and do not use NULL as a boolean false valueEuAndreh2024-06-042-11/+11
|
* src/: Use freeit() for set_free(), string_free() and vector_free()EuAndreh2024-06-043-8/+7
|
* tests/vector.c: Add simple test for next_size()EuAndreh2024-06-041-1/+12
|
* src/set.c: Implement set_new() and set_free()EuAndreh2024-06-044-9/+108
|
* src/vector.h: Implement vector_assign()EuAndreh2024-06-043-3/+126
|
* src/string.h: Separate string_equals() from string_compare()EuAndreh2024-06-043-28/+75
|
* src/vector.h: Add vector_capacity()EuAndreh2024-06-023-0/+60
|
* src/hash.c: Add thread safe initialization of SipHash seedEuAndreh2024-06-025-1/+185
|
* tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functionsEuAndreh2024-06-0212-29/+37
|
* src/tree.h: Add functions to public header fileEuAndreh2024-06-011-0/+16
|
* src/tree.c: Rename tree_insert -> tree_addEuAndreh2024-06-011-1/+1
|
* tests/tree.c: Add test for tree_contains()EuAndreh2024-06-012-12/+102
| | | | | After writing the test, a failing case made me notice that the comparison was reversed, and I then fixed the implementation :)
* tests/tree.c: Add first test for tree_contains()EuAndreh2024-05-313-3/+29
|
* Add initial private functions for src/set.c and src/tree.cEuAndreh2024-05-317-0/+368
|
* Use freeit() everywhereEuAndreh2024-05-319-90/+81
|
* src/vector.h: Revert back to doing vector_free(&v)EuAndreh2024-05-313-45/+31
|
* src/vector.c: Make the "void **values" `const`EuAndreh2024-05-311-16/+19
|
* src/string.h: Add implementation for some basic functionsEuAndreh2024-05-314-6/+522
|
* src/math.h: Add "add_size()"EuAndreh2024-05-313-2/+85
|
* src/util.h: Add EXIT_USAGEEuAndreh2024-05-273-0/+20
|
* Makefile: update "siphash" to new "siphashbs" nameEuAndreh2024-05-261-1/+1
|
* Remove empty files: description, long-description, meta.weave, README.md and ↵EuAndreh2024-05-265-1/+0
| | | | CHANGELOG.md
* src/catalog.h: Do bounds checking on calls to s()EuAndreh2024-05-245-17/+34
|
* src/i18n.c: Remove leading empty string in MSGS[]EuAndreh2024-05-244-39/+38
|
* src/random.c: Simplify via better variable namesEuAndreh2024-05-241-10/+7
|
* tests/vector.c: Add most missing testsEuAndreh2024-05-242-25/+147
|
* Remove all remaining calls to logerr() that included a trailing newlineEuAndreh2024-05-2410-72/+63
|
* src/vector.h: Add implementation and tests for vector_contains()EuAndreh2024-05-243-0/+84
|
* src/vector.{c,h}: Improve code and testsEuAndreh2024-05-244-182/+109
|
* src/math.c: Add mul_size()EuAndreh2024-05-244-0/+105
|
* Add some version of vector.cEuAndreh2024-05-237-0/+768
|
* Rename "pindaiba" -> "pindaibabs"EuAndreh2024-05-235-13/+13
|
* Makefile: Normalize alongsside parallel projectsEuAndreh2024-05-231-16/+19
|
* Normalize all "color" to "colour"EuAndreh2024-05-092-7/+7
|
* Makefile: Make all $(derived-assets) depend on Makefile and deps.mk, instead ↵EuAndreh2024-05-091-4/+3
| | | | of just some
* Makefile: Better space trailing escape in uninstall targetEuAndreh2024-05-091-4/+4
|
* src/logerr.c: Add trailing newline by defaultEuAndreh2024-04-302-8/+12
|