index
:
pindaiba
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/{tree,vector}.h: Consistent spacing between sections
EuAndreh
2024-06-06
2
-0
/
+4
*
src/set.c: Initialize Tree entries in set_new()
EuAndreh
2024-06-06
1
-0
/
+13
*
src/hash.c: Update to correct latest siphashbs names
EuAndreh
2024-06-06
2
-4
/
+4
*
tests/: Use freeit() and do not use NULL as a boolean false value
EuAndreh
2024-06-04
2
-11
/
+11
*
src/: Use freeit() for set_free(), string_free() and vector_free()
EuAndreh
2024-06-04
3
-8
/
+7
*
tests/vector.c: Add simple test for next_size()
EuAndreh
2024-06-04
1
-1
/
+12
*
src/set.c: Implement set_new() and set_free()
EuAndreh
2024-06-04
4
-9
/
+108
*
src/vector.h: Implement vector_assign()
EuAndreh
2024-06-04
3
-3
/
+126
*
src/string.h: Separate string_equals() from string_compare()
EuAndreh
2024-06-04
3
-28
/
+75
*
src/vector.h: Add vector_capacity()
EuAndreh
2024-06-02
3
-0
/
+60
*
src/hash.c: Add thread safe initialization of SipHash seed
EuAndreh
2024-06-02
5
-1
/
+185
*
tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functions
EuAndreh
2024-06-02
12
-29
/
+37
*
src/tree.h: Add functions to public header file
EuAndreh
2024-06-01
1
-0
/
+16
*
src/tree.c: Rename tree_insert -> tree_add
EuAndreh
2024-06-01
1
-1
/
+1
*
tests/tree.c: Add test for tree_contains()
EuAndreh
2024-06-01
2
-12
/
+102
*
tests/tree.c: Add first test for tree_contains()
EuAndreh
2024-05-31
3
-3
/
+29
*
Add initial private functions for src/set.c and src/tree.c
EuAndreh
2024-05-31
7
-0
/
+368
*
Use freeit() everywhere
EuAndreh
2024-05-31
9
-90
/
+81
*
src/vector.h: Revert back to doing vector_free(&v)
EuAndreh
2024-05-31
3
-45
/
+31
*
src/vector.c: Make the "void **values" `const`
EuAndreh
2024-05-31
1
-16
/
+19
*
src/string.h: Add implementation for some basic functions
EuAndreh
2024-05-31
4
-6
/
+522
*
src/math.h: Add "add_size()"
EuAndreh
2024-05-31
3
-2
/
+85
*
src/util.h: Add EXIT_USAGE
EuAndreh
2024-05-27
3
-0
/
+20
*
Makefile: update "siphash" to new "siphashbs" name
EuAndreh
2024-05-26
1
-1
/
+1
*
Remove empty files: description, long-description, meta.weave, README.md and ...
EuAndreh
2024-05-26
5
-1
/
+0
*
src/catalog.h: Do bounds checking on calls to s()
EuAndreh
2024-05-24
5
-17
/
+34
*
src/i18n.c: Remove leading empty string in MSGS[]
EuAndreh
2024-05-24
4
-39
/
+38
*
src/random.c: Simplify via better variable names
EuAndreh
2024-05-24
1
-10
/
+7
*
tests/vector.c: Add most missing tests
EuAndreh
2024-05-24
2
-25
/
+147
*
Remove all remaining calls to logerr() that included a trailing newline
EuAndreh
2024-05-24
10
-72
/
+63
*
src/vector.h: Add implementation and tests for vector_contains()
EuAndreh
2024-05-24
3
-0
/
+84
*
src/vector.{c,h}: Improve code and tests
EuAndreh
2024-05-24
4
-182
/
+109
*
src/math.c: Add mul_size()
EuAndreh
2024-05-24
4
-0
/
+105
*
Add some version of vector.c
EuAndreh
2024-05-23
7
-0
/
+768
*
Rename "pindaiba" -> "pindaibabs"
EuAndreh
2024-05-23
5
-13
/
+13
*
Makefile: Normalize alongsside parallel projects
EuAndreh
2024-05-23
1
-16
/
+19
*
Normalize all "color" to "colour"
EuAndreh
2024-05-09
2
-7
/
+7
*
Makefile: Make all $(derived-assets) depend on Makefile and deps.mk, instead ...
EuAndreh
2024-05-09
1
-4
/
+3
*
Makefile: Better space trailing escape in uninstall target
EuAndreh
2024-05-09
1
-4
/
+4
*
src/logerr.c: Add trailing newline by default
EuAndreh
2024-04-30
2
-8
/
+12
*
src/util.c: Add freeit()
EuAndreh
2024-04-19
3
-0
/
+46
*
tests/util.c: Add missing free() calls
EuAndreh
2024-04-18
1
-0
/
+11
*
src/testing.c: Fix show_colour() logic; add it to tests
EuAndreh
2024-04-18
2
-4
/
+9
*
src/string.c: Add new empty file structure
EuAndreh
2024-04-16
4
-0
/
+27
*
deps.mk: Add correct dependency for i18n.c
EuAndreh
2024-04-16
1
-1
/
+1
*
tests/i18n.c: Remove duplicate #include
EuAndreh
2024-04-16
1
-1
/
+0
*
src/random.c: Add temporary buffer so we do not mess with "addr"
EuAndreh
2024-04-16
1
-2
/
+21
*
Organaze imports
EuAndreh
2024-04-16
6
-4
/
+12
*
src/: Change "argv" definitions from "char **" to "char *[]"
EuAndreh
2024-04-16
2
-2
/
+2
*
src/{lib,pindaiba}.h: Change symlink direction
EuAndreh
2024-04-16
2
-6
/
+6
[next]