Commit Graph

28 Commits

Author SHA1 Message Date
Lily Tsuru 70d90d4879 oops 2023-07-19 03:19:39 -04:00
Lily Tsuru 16ac661643 cleanup 2023-07-19 03:18:34 -04:00
Lily Tsuru e3ffcb02c2 revert loggingsystem usage until I feel safe requiring x64 gmod 2023-07-18 23:33:30 -04:00
Lily Tsuru 0d6646f8cb switch to Tier0 LoggingSystem_* 2023-07-18 17:38:33 -04:00
Lily Tsuru 3d9f9139ff move stdout sink to seperate source files 2023-07-18 06:08:49 -04:00
Lily Tsuru 9260acce31 oops 2023-07-18 06:01:32 -04:00
Lily Tsuru cd1a80e4e4 static link libstdc++ because it doesnt work if i dont... 2023-07-18 06:00:04 -04:00
Lily Tsuru c59dcfc614 Implement tier0 library logging bettererer 2023-07-18 05:48:59 -04:00
Lily Tsuru 55eb398b1c cut off lucore test 2023-07-18 02:08:00 -04:00
Lily Tsuru 9d7ef71d3b RamDevice is public
start skeleton gmod module
2023-07-18 02:05:39 -04:00
Lily Tsuru 6ebebae770 Use an output iterator for the lucore stdout sink 2023-07-18 00:47:10 -04:00
Lily Tsuru 58ee03c249 vastly improve logger 2023-07-17 16:27:27 -04:00
Lily Tsuru 22796b69bf implement a basic logger as a part of lucore
I could have implemented a spdlog sink, however spdlog isn't setup for standard format header being a thing yet.

This also introduces a temporary executable target for my own testing of lucore utilities.
2023-07-17 06:59:20 -04:00
Lily Tsuru daf29d4fd7 see previous commit 2023-07-17 03:01:31 -04:00
Lily Tsuru 20c15f4291 No longer specifically managing toolchain for if project system exists 2023-07-17 03:01:10 -04:00
Lily Tsuru e73f31818e ... after fixing that 2023-07-17 02:10:17 -04:00
Lily Tsuru 25aa8bd7da uh i guess try this 2023-07-17 02:09:59 -04:00
Lily Tsuru 7f82d7ce97 build compiler-rt 2023-07-17 01:47:51 -04:00
Lily Tsuru 5936c684b9 better limits 2023-07-17 00:40:00 -04:00
Lily Tsuru 8c5afad607 tell build script about llvm version
this will be needed to support compiler-rt build + installation later.
2023-07-17 00:21:20 -04:00
Lily Tsuru 42dcddafdb add container build system for llvm (we will work on stripping later) 2023-07-17 00:10:31 -04:00
Lily Tsuru 8d7e8c3a11 add scripts for building llvm (for inclusion in addon root) 2023-07-16 21:10:59 -04:00
Lily Tsuru 732ff5fef8 cleanup ideas document 2023-07-16 06:20:11 -04:00
Lily Tsuru 1d14a89fb7 begin actually setting up the repository as a GMod addon.. 2023-07-16 06:05:19 -04:00
Lily Tsuru b4a343e9db move all native projects to native/projects
this should make the folder structure a bit more navigatable
2023-07-16 05:46:49 -04:00
Lily Tsuru c20c852554 lucore now has its own assertion system
ripped off of how ive done it in like 10 different projects by now™️
2023-07-16 05:40:38 -04:00
Lily Tsuru a8fb72804c chore: remove vector bsearch code, seperate OptionalRef
to new `lucore` project.
2023-07-16 02:15:55 -04:00
Lily Tsuru 43d0ac9630 init 2023-07-16 01:58:32 -04:00