Commit Graph
61 Commits
Author SHA1 Message Date
Abdelrahman Said ea689e7357 Bump version number
Release / release (push) Successful in 8s
2026-06-23 23:48:44 +01:00
Abdelrahman Said a97b8f742a Update logging 2026-06-23 23:48:19 +01:00
Abdelrahman Said 99902cfa99 Add utilities to write strings to file 2026-06-23 23:48:02 +01:00
Abdelrahman Said 270dbfe5ca Update README
Release / release (push) Successful in 7s
2026-03-09 22:32:04 +00:00
Abdelrahman Said 7fd808fe7b Add LICENSE file
Release / release (push) Successful in 11s
2026-03-09 22:17:05 +00:00
Abdelrahman Said 3d3452f523 Update queue implementation to use ring buffer 2026-01-24 20:46:05 +00:00
Abdelrahman Said 8e41b627bc Add function to create array from preallocated buffer 2026-01-24 20:45:52 +00:00
Abdelrahman Said 7a54c28c0f Update array allocation functions 2026-01-24 12:17:15 +00:00
Abdelrahman Said bd659e64fc Ensure array count is set correctly when allocating 2026-01-22 06:09:43 +00:00
Abdelrahman Said 21ac756fad Pass init flags to allocating array utilities 2026-01-19 06:09:36 +00:00
Abdelrahman Said 243f04c0ca Handle lseek64 not existing on macOS 2026-01-19 06:00:09 +00:00
Abdelrahman Said 432e4a48d5 Update Makefile to enable users to define per build type flags 2025-11-30 20:58:53 +00:00
Abdelrahman Said 9cbd0b29ef Fix build on macOS 2025-09-01 22:10:41 +01:00
Abdelrahman Said 81e3ab2c67 Switch to using intercept build since OSX [SIP](https://en.wikipedia.org/wiki/System_Integrity_Protection) stop bear from working 2025-08-16 13:25:38 +01:00
Abdelrahman Said 8ec0757b34 Add .venv to gitignore 2025-08-16 13:25:28 +01:00
Abdelrahman Said eb98de7c2b Unify build flags 2025-08-16 13:16:21 +01:00
Abdelrahman Said d452225d02 Don't use uchar.h on macos 2025-05-20 16:52:12 +01:00
Abdelrahman Said 3c32b247c0 Upgrade codegen 2025-04-17 09:03:30 +01:00
Abdelrahman Said aa04fab6ea Update codegen 2025-04-16 10:05:42 +01:00
Abdelrahman Said 2017f6de79 Start updating code for new Str8List 2025-04-16 08:14:02 +01:00
Abdelrahman Said 63acdd1336 Fix codegen bugs 2025-04-16 08:13:31 +01:00
Abdelrahman Said cfa8094260 Fix codegen hidden bugs 2025-04-16 08:06:05 +01:00
Abdelrahman Said 31373eba03 Update dbl_list functionality 2025-04-16 00:42:20 +01:00
Abdelrahman Said 778a4da092 Add utility to create list node from item 2025-04-16 00:27:01 +01:00
Abdelrahman Said 6fb078a868 Remove codegen and implement dbl_list as generic container 2025-04-16 00:07:11 +01:00
Abdelrahman Said 0e5942af34 Switch to using Makefile for *nix systems 2025-04-13 20:11:05 +01:00
Abdelrahman Said c83c652b37 Add UUIDv4 generator 2025-03-22 02:27:59 +00:00
Abdelrahman Said 74428f1caf Rename xorshift functions 2025-03-22 00:30:20 +00:00
Abdelrahman Said d661312cfa Add xorshift prng 2025-03-16 22:34:56 +00:00
Abdelrahman Said 82c23eed5e Use the wapp.h header in tests 2025-02-24 08:52:46 +00:00
Abdelrahman Said 9403193f09 Update build scripts 2025-02-24 07:58:42 +00:00
Abdelrahman Said fa1d9eec0d Fix files not using relative includes 2025-02-24 07:58:22 +00:00
Abdelrahman Said 4c14588d92 Update core headers and sources to use relative includes 2025-02-24 07:51:08 +00:00
Abdelrahman Said 9e66bd60bd Update testing headers to user relative includes 2025-02-24 07:24:26 +00:00
Abdelrahman Said ce4957d0a0 Update common headers to user relative includes 2025-02-24 07:21:28 +00:00
Abdelrahman Said a534d44db5 Reduce arena size in wapp_shell_commander_execute 2025-02-16 21:39:09 +00:00
Abdelrahman Said 8d89695fcc Test reserving a massive arena 2024-06-03 08:05:14 +01:00
Abdelrahman Said 6499dd7be9 Rename testing macros 2024-06-03 07:58:24 +01:00
Abdelrahman Said 32877cdeaa Fix platform detection on Apple platforms 2024-06-02 20:54:20 +01:00
Abdelrahman Said 7e2d7b28b7 Update .gitignore 2024-06-02 20:54:07 +01:00
Abdelrahman Said efe8a104de Add allocator functions 2024-03-24 21:06:41 +00:00
Abdelrahman Said 6f799c4330 Remove alloc_obj and pass double pointer to free function 2024-03-24 21:05:32 +00:00
Abdelrahman Said 8a58a1cc48 Implement Allocator wrapper for memory context 2024-03-24 20:30:14 +00:00
Abdelrahman Said 03d2a59948 Implement Allocator wrapper for Arena 2024-03-24 20:25:51 +00:00
Abdelrahman Said 5b8e9f8be6 Wrap libc memory functions in Allocator interface 2024-03-24 19:25:07 +00:00
Abdelrahman Said 9ec123c41b Start implementing allocator abstraction 2024-03-24 19:24:54 +00:00
Abdelrahman Said 7039b5437a Implement memory context realloc function 2024-03-24 19:24:36 +00:00
Abdelrahman Said ca36e0dc35 Fix bug in the function that searches for the allocation header 2024-03-24 17:24:33 +00:00
Abdelrahman Said 3fdd897291 Implement realloc function for Arena 2024-03-24 14:57:21 +00:00
Abdelrahman Said 08703b465c Add arena allocation header 2024-03-24 13:55:13 +00:00
Abdelrahman Said 49ce26a6c2 Switch to using calloc instead of malloc 2024-03-24 11:25:52 +00:00
Abdelrahman Said 0c07437ef2 Implement memory context with main and temp arenas 2024-03-24 07:59:46 +00:00
Abdelrahman Said 063bc03974 Fix bug with clearing arena function 2024-03-24 07:49:49 +00:00
Abdelrahman Said 09af7ec734 Update .gitignore 2024-03-24 07:21:08 +00:00
Abdelrahman Said 04e86d355d Rename output name in compile script 2024-03-24 07:20:50 +00:00
Abdelrahman Said 7bfaf53d4e Return false when initialising arena with 0 capacity 2024-03-24 07:15:39 +00:00
Abdelrahman Said 958df4b55a Update .gitignore 2024-03-24 07:09:17 +00:00
Abdelrahman Said 9179f9beaa Ensure arena has been allocated before attempting to free 2024-03-24 06:37:02 +00:00
Abdelrahman Said 7aaeb91fe1 Update compile script 2024-03-24 06:21:22 +00:00
Abdelrahman Said df4315cdcc Use echo instead of printf in compile script 2024-03-24 05:52:29 +00:00
Abdelrahman Said b3a174f26c Update compile script 2024-03-24 05:45:13 +00:00