Rekai Nyangadzayi Musuka
|
b4830326ff
|
chore: update SDL.zig and zgui
|
2024-03-22 12:53:11 -05:00 |
Rekai Nyangadzayi Musuka
|
ef93bbe084
|
ci: resolve ci build errors for the last time i promise
|
2024-03-06 18:21:00 -06:00 |
Rekai Nyangadzayi Musuka
|
66192daf6c
|
feat: target Zig v2024.1.0-mach
|
2024-02-09 01:25:13 -06:00 |
Rekai Nyangadzayi Musuka
|
d097dcc2f5
|
fix(gui): quit when emu thread exits first
|
2023-12-15 02:49:40 -06:00 |
Rekai Nyangadzayi Musuka
|
203971c91a
|
chore: zba-gdbstub as a git submodule
|
2023-12-15 02:35:33 -06:00 |
Rekai Nyangadzayi Musuka
|
dd3158bcfc
|
chore: update zgui
|
2023-10-07 03:24:11 -05:00 |
Rekai Nyangadzayi Musuka
|
64a30b190c
|
chore: update to Zig v0.11.0
|
2023-08-06 22:42:20 +01:00 |
Rekai Nyangadzayi Musuka
|
f73b096d62
|
chore: update dependencies
|
2023-07-17 01:09:54 -05:00 |
Rekai Nyangadzayi Musuka
|
d4b7167e29
|
chore: simply some zig fmt builtin changes
|
2023-07-17 01:09:54 -05:00 |
Rekai Nyangadzayi Musuka
|
d96c9c01ff
|
chore: update to latest builtin syntax
|
2023-07-10 22:09:48 -05:00 |
Rekai Nyangadzayi Musuka
|
10215d4e99
|
chore(config): switch toml library
TODO: find a lib that can serialize Zig structs to TOML
|
2023-06-21 17:59:59 -05:00 |
Rekai Nyangadzayi Musuka
|
a8cd510da6
|
chore: update depdendencies
ZBA now specifically targets Zig v0.11.0-dev.3395+1e7dcaa3a
|
2023-06-19 12:34:38 -05:00 |
Rekai Nyangadzayi Musuka
|
ccdc2cbad4
|
chore(ui): rewrite channel implementation
|
2023-05-23 22:48:58 -05:00 |
Rekai Nyangadzayi Musuka
|
21295b8d03
|
feat(ui): implement pausing
|
2023-05-23 01:39:06 -05:00 |
Rekai Nyangadzayi Musuka
|
89671f767e
|
chore: update dependencies
|
2023-05-21 11:30:59 -05:00 |
Rekai Nyangadzayi Musuka
|
c677957725
|
chore: update min ver. to v0.11.0-dev.2934+1b432072b
|
2023-05-02 00:09:46 -05:00 |
Rekai Nyangadzayi Musuka
|
f6527da948
|
fix: respond to change in GeneralPurposeAllocator's deinit fn signature
|
2023-04-24 21:50:49 -05:00 |
Rekai Nyangadzayi Musuka
|
df005d7fb6
|
chore(build): update to latest zig changes
|
2023-04-13 22:14:31 -05:00 |
Rekai Nyangadzayi Musuka
|
a66428f24e
|
chore: update dependencies
|
2023-04-02 21:05:45 -05:00 |
Rekai Nyangadzayi Musuka
|
b879c76510
|
chore: update zgui
|
2023-03-26 23:23:34 -05:00 |
Rekai Nyangadzayi Musuka
|
0dbba2fb9a
|
chore: update to 0.11.0-dev.2168+322ace70f
|
2023-03-26 23:23:34 -05:00 |
Rekai Nyangadzayi Musuka
|
aeefff86f8
|
chore: update dependencies
|
2023-03-16 00:27:08 -05:00 |
Rekai Nyangadzayi Musuka
|
5aa5ac2a8b
|
ci: update github actions config
|
2023-03-11 00:09:14 -06:00 |
Rekai Nyangadzayi Musuka
|
bd872ee1c0
|
fix: drop select atomics in favour of a thread-safe channel
|
2023-03-10 02:02:34 -06:00 |
Rekai Nyangadzayi Musuka
|
11eae091db
|
chore: introduce zba-util
In an effort to reuse code between zba and zba-gdbstub, move common util
code (like the SPSC Channel I implemented in this commit) in a new lib
|
2023-03-10 00:05:31 -06:00 |
Rekai Nyangadzayi Musuka
|
baa3fb7905
|
chore: update gui libs to latest zig master
|
2023-02-23 17:27:42 -06:00 |
Rekai Nyangadzayi Musuka
|
eef5a238a0
|
chore: update nfd-zig
respond to build.zig changes in zig master
|
2023-02-23 17:27:42 -06:00 |
Rekai Nyangadzayi Musuka
|
6048458f9b
|
feat: implement menu bar + add file picker dep
|
2023-02-23 17:27:42 -06:00 |
Rekai Nyangadzayi Musuka
|
3e98f4053a
|
chore: update zgui
|
2023-02-23 17:27:42 -06:00 |
Rekai Nyangadzayi Musuka
|
3dcc4cb385
|
fix: update zgui to work with sdl2 vcpkg package
|
2023-02-23 17:27:42 -06:00 |
Rekai Nyangadzayi Musuka
|
5e94cbfbea
|
feat: add imgui support using zgui
|
2023-02-23 17:27:42 -06:00 |
Rekai Nyangadzayi Musuka
|
ddf4599162
|
chore: update dependencies
|
2023-02-23 02:45:59 -06:00 |
Rekai Nyangadzayi Musuka
|
01f5410180
|
feat: allow gui and gdbstub to run in parallel
|
2023-02-23 02:40:24 -06:00 |
Rekai Nyangadzayi Musuka
|
2798a90d83
|
chore: update zba-gdbstub to zig master
|
2023-02-23 02:40:24 -06:00 |
Rekai Nyangadzayi Musuka
|
518b868249
|
feat: respond to API changes for software bkpts
|
2023-02-23 02:40:24 -06:00 |
Rekai Nyangadzayi Musuka
|
755115660b
|
feat: allow gdb writes to certain mem regions
|
2023-02-23 02:40:24 -06:00 |
Rekai Nyangadzayi Musuka
|
6709f8c551
|
chore: update gdbstub lib
|
2023-02-23 02:40:24 -06:00 |
Rekai Nyangadzayi Musuka
|
1f3cdd9513
|
feat: add gdb support to zba
|
2023-02-23 02:40:24 -06:00 |
Rekai Nyangadzayi Musuka
|
65af6aa499
|
feat: add gdbstub library
|
2023-02-23 02:40:23 -06:00 |
Rekai Nyangadzayi Musuka
|
024151a5c1
|
chore: update to latest zig master
|
2023-02-22 14:46:46 -06:00 |
Rekai Nyangadzayi Musuka
|
3fb351e762
|
chore: update SDL.zig
|
2023-02-17 00:05:42 -06:00 |
Rekai Nyangadzayi Musuka
|
c3be1c0a67
|
chore: update to latest zig build system
I feel like I'm misusing addAnonymousModule
|
2023-02-07 16:00:06 -06:00 |
Rekai Nyangadzayi Musuka
|
8112b1aab2
|
chore: update zig to latest master
|
2023-02-04 18:15:10 -06:00 |
Rekai Nyangadzayi Musuka
|
c27f487bf0
|
chore: update dependencies
|
2023-01-16 02:57:50 -06:00 |
Rekai Nyangadzayi Musuka
|
ed49d7c460
|
chore: update lib/gl.zig
|
2023-01-01 13:41:53 -06:00 |
Rekai Nyangadzayi Musuka
|
5a452d85c1
|
feat: update dependencies
|
2022-12-21 00:24:55 -06:00 |
Rekai Nyangadzayi Musuka
|
63fa972afa
|
chore: update dependencies
in response to zig master deprecations
|
2022-12-14 22:57:51 -04:00 |
Rekai Nyangadzayi Musuka
|
240fbcb1df
|
chore: update dependencies
|
2022-12-01 13:23:09 -04:00 |
Rekai Nyangadzayi Musuka
|
5bb25fe214
|
chore: update dependencies
|
2022-11-23 21:57:53 -04:00 |
Rekai Nyangadzayi Musuka
|
1e0ade8f55
|
chore: update depdendencies
|
2022-11-07 00:54:35 -04:00 |