Lumiera
0.pre.03
»edit your freedom«
|
Files | |
file | test-errorstate.c [code] |
C unit test to cover basic error handling in C code We manage an errorstate variable in thread local storage, which allows to set an global error state per thread. | |
file | test-llist.c [code] |
C unit test to cover a linked list library implementation. | |
file | test-locking.c [code] |
C unit test to cover convenience setup for POSIX locking primitives These convenience macros are intended for use in low-level C code, where minimal and precise locking is relevant for performance reasons. | |
file | test-luid.c [code] |
C unit test to cover generation of Lumiera Uniform Identifier hashes. | |
file | test-psplay.c [code] |
C unit test to cover a probabilistic splay tree library implementation. | |
file | test-safeclib.c [code] |
C unit test to cover size checked C operations. | |
file | test-time.c [code] |
C unit test to cover the basic low-level time handling operations. | |