libneo/test
fef c797540dbc
string: rename string type to nstr_t
This might annoy a bunch of people, but it kinda
follows the "traditional" C coding style and i
like it more.  Also it reminds you that strings
are absolutely not a primitive data type.
2021-07-22 12:20:53 +02:00
..
string string: rename string type to nstr_t 2021-07-22 12:20:53 +02:00
CMakeLists.txt nbuf: add buffer type and utilities 2021-07-21 22:55:05 +02:00
list.cpp list: fix remaining macro errors and add tests 2021-07-19 15:19:19 +02:00
nbuf.cpp string: rename string type to nstr_t 2021-07-22 12:20:53 +02:00
neo_test.cpp set up Catch2 for testing 2021-07-14 21:30:10 +02:00
nref.cpp nref: put refcount at the end of the test struct 2021-07-19 15:20:09 +02:00