Commit Graph

628 Commits

Author SHA1 Message Date
Nils O. Selåsdal 1b61b3c6d0 Minor cleanups 2026-04-08 23:36:29 +02:00
Nils O. Selåsdal 055338b1e9 Cleanups 2026-04-08 23:26:28 +02:00
Nils O. Selåsdal 271c2a611f Use doubly linked list for O(1) free() 2026-04-08 22:26:33 +02:00
Nils O. Selåsdal 88e9f95988 Small general purpose allocator 2026-04-08 22:11:18 +02:00
Nils O. Selåsdal a4547f6736 spool: Clean up with gcc/clang specific features 2026-04-07 21:02:54 +02:00
Nils O. Selåsdal 4e28b2255c Remove main 2026-04-06 23:40:48 +02:00
Nils O. Selåsdal b2f834b7cd cmake: Debug build sets DEBUG, properly find check lib 2026-04-06 23:40:21 +02:00
Nils O. Selåsdal 85713d25c1 Add pool allocator 2026-04-06 22:20:49 +02:00
Nils O. Selåsdal 7cf73fe561 Fix sarena comments 2026-04-06 22:20:32 +02:00
Nils O. Selåsdal 3e4826cf36 Add simple static arena allocator 2026-04-06 15:02:34 +02:00
Nils O. Selåsdal 309787bc48 Merge branch 'cmake' 2025-10-04 21:41:41 +02:00
Nils O. Selåsdal 82e2337ecc Substitube build_type 2025-10-04 21:35:39 +02:00
Nils O. Selåsdal b2d56f8094 Macro safe slot_allocator.h 2025-07-21 20:30:33 +02:00
Nils O. Selåsdal 251246924d Add slot allocator 2025-07-21 19:57:26 +02:00
Nils O. Selåsdal 7408c48dff Add uc_bv_find_first_zero 2025-07-20 21:44:36 +02:00
Nils O. Selåsdal 5b5ca445e9 Nuke warnings in tests 2025-07-18 22:45:08 +02:00
Nils O. Selåsdal cfe647f85d Project setups 2025-07-18 22:00:03 +02:00
Nils O. Selåsdal abf430dabb Align osx&linux build 2025-07-17 14:04:14 +02:00
Nils O. Selåsdal 2bd91ae751 link with threads 2025-07-16 20:02:25 +02:00
Nils O. Selåsdal 2278080b69 Update tests for cmake 2025-07-16 19:51:06 +02:00
Nils O. Selåsdal b74a4ab663 Fix const warnings 2025-07-16 09:02:33 +02:00
Nils O. Selåsdal 6d7b80a6d2 Build on osx 2025-07-16 00:50:07 +02:00
Nils O. Selåsdal c0d46d31fb fix test/salloc_align.c 2025-07-16 00:40:14 +02:00
Nils O. Selåsdal e4a3654d98 osx cmake wip 2025-07-16 00:39:20 +02:00
Nils O. Selåsdal 0f6f6d4ccc Merge branch 'master' of https://sdal.tech/gitea/noselasd/libucore into cmake 2025-07-16 00:10:44 +02:00
Nils O. Selåsdal 393106ea4e fix test/salloc_align.c 2025-07-05 22:50:18 +02:00
Nils O. Selåsdal 97bf06b2e8 Refactor SAlloc 2025-07-05 20:09:12 +02:00
Nils O. Selåsdal 1f6dee3a9a Tidy up ringbuf and make tests 2025-07-05 20:03:24 +02:00
Nils O. Selåsdal 7373a93f9b Fix SAlloc warnings 2025-07-05 20:03:00 +02:00
Nils O. Selåsdal fb8979d695 Update tests for new check library & osx 2025-06-28 00:56:58 +02:00
Nils O. Selåsdal 9d2ed015f3 Better naming in iomux 2025-06-28 00:11:32 +02:00
Nils O. Selåsdal a6a7b67d72 build on osx 2025-06-27 23:29:09 +02:00
Nils O. Selåsdal f0685abf62 Support bsd in fd_utils 2025-06-27 23:14:38 +02:00
Nils O. Selåsdal 01db95842d Inline alloc the SAlloc struct 2025-06-27 23:05:56 +02:00
Nils O. Selåsdal 22e4bbd2f9 Bump to python 3 2025-06-27 23:05:46 +02:00
Nils O. Selåsdal 43f3a3372e Allow wquque to use callback to free an mbuf - so
mbufs can be reused/pooled
2016-12-07 20:58:39 +01:00
Nils O. Selåsdal a6fe01978c Propagate error back from iomux_select_update_events 2016-12-07 20:57:59 +01:00
Nils O. Selåsdal 422667aa7e Use CMAKE_C_STANDARD variable for setting C standard 2016-11-29 09:39:20 +01:00
Nils O. Selåsdal 70db91e0de Compile with -std=gnu99 2016-11-22 16:24:28 +01:00
Nils O. Selåsdal 542e6122d6 Remove Debug config, should rather use CMAKE_BUILD_TYPE variable rather 2016-10-06 20:06:35 +02:00
Nils O. Selåsdal b55c8d68a5 Add more compiler flags that was used with scons 2016-10-04 19:50:38 +02:00
Nils O. Selåsdal 55846a0e42 Initial conversion to CMake 2016-10-02 21:39:02 +02:00
Nils O. Selåsdal 260d2c67c2 Enable client based search engine for Doxygen 2016-04-26 10:11:01 +02:00
Nils O. Selåsdal 20a14306bb Clarify uc_timer_add docs 2016-03-19 18:57:49 +01:00
Nils O. Selåsdal c520b6caec Leave to SConscript files to decide default targets 2016-03-14 12:18:31 +01:00
Nils O. Selåsdal 0a34c799ce Add gettokens test for double " 2016-03-09 00:37:10 +01:00
Nils O. Selåsdal 57e8bfb156 Add --sanetizer to run with gcc sanitation 2016-03-09 00:31:54 +01:00
Nils O. Selåsdal 21703ded30 prefux gettokens/getfields with uc_ 2016-03-09 00:10:23 +01:00
Nils O. Selåsdal c3c9f25dc6 Add tests for getfields and gettokens 2016-03-09 00:06:59 +01:00
Nils O. Selåsdal fae2a60203 Small cmd progress 2016-03-07 22:18:15 +01:00