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
path:
root
/
src
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
src/trace.h: Fix position of TraceLevel_NONE
EuAndreh
2024-06-30
1
-5
/
+5
|
*
Add sorted-vector.c empty files
EuAndreh
2024-06-30
2
-0
/
+3
|
*
src/math.h: Add max_size() function
EuAndreh
2024-06-25
2
-0
/
+8
|
*
src/cmp.{c,h}: Add minimal implementation of cmp_size()
EuAndreh
2024-06-14
2
-0
/
+30
|
*
src/trace.h: Init tracing functions
EuAndreh
2024-06-14
2
-0
/
+103
|
*
Revert "src/int.h: Add minimized stdint.h types"
EuAndreh
2024-06-14
1
-8
/
+0
|
|
|
|
This reverts commit 56d62364184f2ce12e3f81c3831af3881feeda96.
*
src/logerr.h: Normalize code order
EuAndreh
2024-06-12
2
-4
/
+5
|
*
src/int.h: Add minimized stdint.h types
EuAndreh
2024-06-08
1
-0
/
+8
|
*
src/set.c: v0 for set_add()
EuAndreh
2024-06-06
1
-0
/
+24
|
*
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
1
-3
/
+3
|
*
src/: Use freeit() for set_free(), string_free() and vector_free()
EuAndreh
2024-06-04
3
-8
/
+7
|
*
src/set.c: Implement set_new() and set_free()
EuAndreh
2024-06-04
2
-2
/
+25
|
*
src/vector.h: Implement vector_assign()
EuAndreh
2024-06-04
2
-0
/
+26
|
*
src/string.h: Separate string_equals() from string_compare()
EuAndreh
2024-06-04
2
-2
/
+11
|
*
src/vector.h: Add vector_capacity()
EuAndreh
2024-06-02
2
-0
/
+8
|
*
src/hash.c: Add thread safe initialization of SipHash seed
EuAndreh
2024-06-02
2
-0
/
+112
|
*
tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functions
EuAndreh
2024-06-02
1
-3
/
+4
|
*
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
1
-1
/
+1
|
|
|
|
|
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()
EuAndreh
2024-05-31
1
-2
/
+2
|
*
Add initial private functions for src/set.c and src/tree.c
EuAndreh
2024-05-31
4
-0
/
+258
|
*
Use freeit() everywhere
EuAndreh
2024-05-31
5
-25
/
+25
|
*
src/vector.h: Revert back to doing vector_free(&v)
EuAndreh
2024-05-31
2
-5
/
+6
|
*
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
2
-2
/
+169
|
*
src/math.h: Add "add_size()"
EuAndreh
2024-05-31
2
-1
/
+20
|
*
src/util.h: Add EXIT_USAGE
EuAndreh
2024-05-27
2
-0
/
+6
|
*
src/catalog.h: Do bounds checking on calls to s()
EuAndreh
2024-05-24
4
-8
/
+23
|
*
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
1
-1
/
+1
|
*
Remove all remaining calls to logerr() that included a trailing newline
EuAndreh
2024-05-24
5
-34
/
+26
|
*
src/vector.h: Add implementation and tests for vector_contains()
EuAndreh
2024-05-24
2
-0
/
+15
|
*
src/vector.{c,h}: Improve code and tests
EuAndreh
2024-05-24
2
-95
/
+50
|
*
src/math.c: Add mul_size()
EuAndreh
2024-05-24
2
-0
/
+29
|
*
Add some version of vector.c
EuAndreh
2024-05-23
5
-0
/
+301
|
*
Rename "pindaiba" -> "pindaibabs"
EuAndreh
2024-05-23
3
-10
/
+10
|
*
Normalize all "color" to "colour"
EuAndreh
2024-05-09
1
-1
/
+1
|
*
src/logerr.c: Add trailing newline by default
EuAndreh
2024-04-30
1
-0
/
+4
|
*
src/util.c: Add freeit()
EuAndreh
2024-04-19
2
-0
/
+9
|
*
src/testing.c: Fix show_colour() logic; add it to tests
EuAndreh
2024-04-18
1
-1
/
+1
|
*
src/string.c: Add new empty file structure
EuAndreh
2024-04-16
2
-0
/
+12
|
*
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
5
-4
/
+11
|
*
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
|
*
src/random.c: Simplify error messages
EuAndreh
2024-04-16
1
-3
/
+3
|
[next]