Commit Graph

18 Commits

Author SHA1 Message Date
61481a1fac allow building with zig cc/c++ 2025-05-29 23:10:28 +03:00
e86dd4781c Remove unnecessarily stored data 2025-05-04 02:02:45 +03:00
5539596929 Type and naming cleanup
Do not use Hi prefic for things that shouldn't be visible to outside code
2025-05-02 00:15:51 +03:00
466aac142c Create a new patch file for each patch and close old handle
This stopped a few misbehaviours
2025-04-30 23:44:10 +03:00
7d2ac662d0 only do local object copy for the local module 2025-04-28 00:07:45 +03:00
b0d3c57615 add rudimentary data copy. Breaks often. 2025-04-26 23:23:58 +03:00
69416bd25a attempts at reading an elf file 2025-04-19 00:31:36 +03:00
1a10f79b02 some logger changes 2025-04-12 22:28:16 +03:00
b63261a739 make filewatcher more robust 2025-04-12 01:15:30 +03:00
2015894068 add threaded filewatcher 2025-03-27 01:24:57 +02:00
fe095913f1 start of new reload setup 2025-03-24 00:32:11 +02:00
564d2490e5 remove the symbol-table walking
it wasn't feasible without knowledge of the size which I couldn't find without reading the elf file. Moreover, it wasn't really required and was halting progress
2025-03-23 01:39:34 +02:00
3c5cd9844d blind reformat all files 2025-03-21 21:24:46 +02:00
bf8c8f9dad Fixing merge conflict resolution 2025-03-18 19:30:14 +02:00
d75dd85209 Add visibility pragma to hiload library header.
Add hiload to minimal
2025-03-18 14:43:07 +02:00
db4b51ab2d some more info to minimal example 2025-03-18 13:24:40 +02:00
b0be5aec60 add some dependencies and test code 2025-03-17 22:54:34 +02:00
21bf4d8715 Init. Copied over heload, made a minimal tester. 2025-03-16 18:46:12 +02:00