• Joined on 2024-04-25
Patedam pushed to debug-arena at Patedam/Juliet 2026-02-14 16:47:59 -05:00
c138fe98ce Updated the memory viewer to have better naming, tooltip, zoom, etc.
Patedam pushed to debug-arena at Patedam/Juliet 2026-02-14 15:57:09 -05:00
16120dd865 Made memory arena debugger show the new arenas. Made by gemini
Patedam created branch debug-arena in Patedam/Juliet 2026-02-14 12:13:30 -05:00
Patedam pushed to debug-arena at Patedam/Juliet 2026-02-14 12:13:30 -05:00
Patedam pushed to main at Patedam/Juliet 2026-02-14 11:30:12 -05:00
be113fa89d Cleaned up vector unit test useless lines
Patedam deleted branch Reallocate-Arena from Patedam/Juliet 2026-02-14 11:24:38 -05:00
Patedam pushed to main at Patedam/Juliet 2026-02-14 11:24:31 -05:00
96169123dd Merge pull request 'Reallocate-Arena' (#1) from Reallocate-Arena into main
5337d4cb66 Made gemini improve and fix unit tests
c6552d2def Allow reallocating when we use external arena.
6a6f34516c Fixed push back
536f6c5c60 Using reallocate for Vector. WIP, unit test not passing
Compare 8 commits »
Patedam merged pull request Patedam/Juliet#1 2026-02-14 11:24:30 -05:00
Reallocate-Arena
Patedam created pull request Patedam/Juliet#1 2026-02-14 11:24:11 -05:00
Reallocate-Arena
Patedam pushed to Reallocate-Arena at Patedam/Juliet 2026-02-13 23:00:21 -05:00
5337d4cb66 Made gemini improve and fix unit tests
Patedam pushed to Reallocate-Arena at Patedam/Juliet 2026-02-13 22:02:19 -05:00
c6552d2def Allow reallocating when we use external arena.
Patedam pushed to Reallocate-Arena at Patedam/Juliet 2026-02-13 21:56:36 -05:00
6a6f34516c Fixed push back
Patedam pushed to Reallocate-Arena at Patedam/Juliet 2026-02-12 21:51:26 -05:00
536f6c5c60 Using reallocate for Vector. WIP, unit test not passing
Patedam pushed to Reallocate-Arena at Patedam/Juliet 2026-02-10 23:01:50 -05:00
f73b8284bb Adding base to reallocate + unit test
679edf48ed Converted everything that was using the old "EngineArena" to our new Arena type
0876ed8205 Port all window management to the new memory arena
Compare 3 commits »
Patedam created branch Reallocate-Arena in Patedam/Juliet 2026-02-10 23:01:50 -05:00
Patedam pushed to main at Patedam/Juliet 2026-02-07 23:12:53 -05:00
16c3a6052f Adding more unit tests and fixing the last errors
Patedam pushed to main at Patedam/Juliet 2026-02-07 22:36:51 -05:00
76f094de4f fixing includes
Patedam pushed to main at Patedam/Juliet 2026-02-07 22:28:54 -05:00
f58a856308 Merge remote-tracking branch 'origin/main'
0a2310d18f clean vector unit tst
3edd23996e Unit test for vector
Compare 3 commits »
Patedam pushed to main at Patedam/Juliet 2026-02-07 22:27:45 -05:00
1d2b48c89e Supprimer log_direct.txt
Patedam pushed to main at Patedam/Juliet 2026-02-07 18:22:53 -05:00
6f4fc75b66 Added support for easily adding unit tests.