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
/
tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/trace.c: Add explicit cast for uintptr_t
EuAndreh
2025-01-17
1
-1
/
+1
*
src/trace.c: Replace thread_local with pthreads
EuAndreh
2025-01-16
1
-2
/
+10
*
Makefile: Normalize alongside other projects; fix $(integration-tests)
EuAndreh
2025-01-15
1
-0
/
+2
*
Revamp lib, simplify it a bit and address some FIXMEs
EuAndreh
2025-01-12
16
-386
/
+558
*
src/random.h: Add initial implementation of random_{new,free,generate}()
EuAndreh
2024-07-05
1
-0
/
+34
*
src/util.c: Tolerate be given a NULL pointer
EuAndreh
2024-06-30
1
-0
/
+10
*
src/vector.c: Tolerate NULL values to be given to vector_free()
EuAndreh
2024-06-30
1
-30
/
+19
*
Add sorted-vector.c empty files
EuAndreh
2024-06-30
1
-0
/
+3
*
src/math.h: Add max_size() function
EuAndreh
2024-06-25
1
-0
/
+14
*
Fix clang warnings
EuAndreh
2024-06-16
1
-1
/
+1
*
src/cmp.{c,h}: Add minimal implementation of cmp_size()
EuAndreh
2024-06-14
1
-0
/
+47
*
src/trace.h: Init tracing functions
EuAndreh
2024-06-14
1
-0
/
+269
*
src/logerr.h: Normalize code order
EuAndreh
2024-06-12
1
-16
/
+11
*
tests/set.c: Add broken test for HASH_OUTPUT_LENGTH
EuAndreh
2024-06-12
1
-0
/
+18
*
src/set.c: v0 for set_add()
EuAndreh
2024-06-06
1
-0
/
+15
*
src/hash.c: Update to correct latest siphashbs names
EuAndreh
2024-06-06
1
-1
/
+1
*
tests/: Use freeit() and do not use NULL as a boolean false value
EuAndreh
2024-06-04
2
-11
/
+11
*
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
1
-0
/
+76
*
src/vector.h: Implement vector_assign()
EuAndreh
2024-06-04
1
-3
/
+100
*
src/string.h: Separate string_equals() from string_compare()
EuAndreh
2024-06-04
1
-26
/
+64
*
src/vector.h: Add vector_capacity()
EuAndreh
2024-06-02
1
-0
/
+52
*
src/hash.c: Add thread safe initialization of SipHash seed
EuAndreh
2024-06-02
1
-0
/
+63
*
tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functions
EuAndreh
2024-06-02
11
-26
/
+33
*
tests/tree.c: Add test for tree_contains()
EuAndreh
2024-06-01
1
-12
/
+102
*
tests/tree.c: Add first test for tree_contains()
EuAndreh
2024-05-31
2
-1
/
+27
*
Add initial private functions for src/set.c and src/tree.c
EuAndreh
2024-05-31
2
-0
/
+92
*
Use freeit() everywhere
EuAndreh
2024-05-31
3
-55
/
+46
*
src/vector.h: Revert back to doing vector_free(&v)
EuAndreh
2024-05-31
1
-40
/
+25
*
src/string.h: Add implementation for some basic functions
EuAndreh
2024-05-31
1
-1
/
+350
*
src/math.h: Add "add_size()"
EuAndreh
2024-05-31
1
-1
/
+65
*
src/util.h: Add EXIT_USAGE
EuAndreh
2024-05-27
1
-0
/
+14
*
src/catalog.h: Do bounds checking on calls to s()
EuAndreh
2024-05-24
1
-9
/
+11
*
tests/vector.c: Add most missing tests
EuAndreh
2024-05-24
1
-24
/
+146
*
Remove all remaining calls to logerr() that included a trailing newline
EuAndreh
2024-05-24
5
-38
/
+37
*
src/vector.h: Add implementation and tests for vector_contains()
EuAndreh
2024-05-24
1
-0
/
+69
*
src/vector.{c,h}: Improve code and tests
EuAndreh
2024-05-24
1
-84
/
+56
*
src/math.c: Add mul_size()
EuAndreh
2024-05-24
1
-0
/
+67
*
Add some version of vector.c
EuAndreh
2024-05-23
1
-0
/
+458
*
Normalize all "color" to "colour"
EuAndreh
2024-05-09
1
-6
/
+6
*
src/logerr.c: Add trailing newline by default
EuAndreh
2024-04-30
1
-8
/
+8
*
src/util.c: Add freeit()
EuAndreh
2024-04-19
1
-0
/
+37
*
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
1
-3
/
+8
*
src/string.c: Add new empty file structure
EuAndreh
2024-04-16
1
-0
/
+6
*
tests/i18n.c: Remove duplicate #include
EuAndreh
2024-04-16
1
-1
/
+0
*
Organaze imports
EuAndreh
2024-04-16
1
-0
/
+1
*
src/util.c: Add slurp(), with a simple test
EuAndreh
2024-04-07
4
-17
/
+89
*
src/lib.c: Print project metadata on pindaiba_main
EuAndreh
2024-04-07
1
-0
/
+13
*
Start "rc = -1" instead of 0
EuAndreh
2024-04-06
6
-66
/
+28
[next]