summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2024-11-19core: add an exit code listDanny Holman
2024-11-07core: add stack smashing protection and Win32 btDanny Holman
2024-10-29build: use lib name in version macrosDanny Holman
2024-10-25core: rune_init should only call subsystem initsDanny Holman
2024-10-25core: ANSI colors need additional setup on WindowsDanny Holman
2024-10-25core: call the system exit function when abortingDanny Holman
2024-10-14core: thread: make helper functions staticDanny Holman
2024-10-14core: alloc: move mem_block alloc to helper funcDanny Holman
2024-10-14core: mod: create a mod interfaceDanny Holman
2024-10-07core: alloc: fix a bug in reallocDanny Holman
2024-10-03core: thread: wrap the pthreads APIDanny Holman
2024-10-02core: logging: make color output optionalDanny Holman
2024-09-30core: callbacks: make error_callback use log_outputDanny Holman
2024-09-30core: abort: disable stack tracing on WindowsDanny Holman
2024-09-18core: logging: print errors and warnings in colorDanny Holman
2024-09-17core: add several new filesDanny Holman
2024-09-15build: break the engine into its subsystemsv0.60Danny Holman
2024-08-30Makefile: retool the build systemv0.55Danny Holman
2024-08-25core: refactor entire project rootDanny Holman