falsycat falsycat
falsycat merged pull request nf7/nf7#183 2023-11-19 02:59:01 +00:00
179-imgui-drawlist-transpile
falsycat closed issue nf7/nf7#179 2023-11-19 02:59:01 +00:00
imgui4lua.py: transpile drawlist
falsycat pushed to 179-imgui-drawlist-transpile at nf7/nf7 2023-11-19 02:54:54 +00:00
1d6da56412 update unittest to try imgui drawlist in luajit
7b1f7d0b88 add udata to context data in lua
c22f5d87ff implement transpiling ImDrawList
Compare 3 commits »
falsycat created pull request nf7/nf7#183 2023-11-18 16:04:30 +00:00
WIP: 179-imgui-drawlist-transpile
falsycat created branch 179-imgui-drawlist-transpile in nf7/nf7 2023-11-18 16:03:43 +00:00
falsycat pushed to 179-imgui-drawlist-transpile at nf7/nf7 2023-11-18 16:03:43 +00:00
6d36cc7669 implement transpiling ImDrawList
a4a419c73b update ImGui to v1.9
c69e652716 tidy imgui4lua.py
Compare 3 commits »
falsycat pushed to main at nf7/nf7 2023-11-05 03:42:55 +00:00
f33a2cf32b Merge pull request 'fix/173-env' (#182) from fix/173-env into main
2eb17d8db9 fix an issue that tests for ImGuiLuaJITDriver doesn't finish
b4b121cebd install LeakDetector to LazyContainer
b9c1dc095f add FixedContainer
ac02773d60 improve LazyContainer to hold an ownership of the fallback instance
Compare 6 commits »
falsycat deleted branch fix/173-env from nf7/nf7 2023-11-05 03:42:55 +00:00
falsycat merged pull request nf7/nf7#182 2023-11-05 03:42:54 +00:00
fix/173-env
falsycat closed issue nf7/nf7#173 2023-11-05 03:42:54 +00:00
env fallback lifetime issue
falsycat pushed to fix/173-env at nf7/nf7 2023-11-05 03:41:18 +00:00
2eb17d8db9 fix an issue that tests for ImGuiLuaJITDriver doesn't finish
falsycat created pull request nf7/nf7#182 2023-11-03 11:19:44 +00:00
fix/173-env
falsycat pushed to fix/173-env at nf7/nf7 2023-11-03 11:19:32 +00:00
b4b121cebd install LeakDetector to LazyContainer
falsycat created branch fix/173-env in nf7/nf7 2023-11-03 11:04:45 +00:00
falsycat pushed to fix/173-env at nf7/nf7 2023-11-03 11:04:45 +00:00
b9c1dc095f add FixedContainer
ac02773d60 improve LazyContainer to hold an ownership of the fallback instance
0e1dc34937 rename SimpleEnv to LazyEnv
Compare 3 commits »
falsycat commented on issue nf7/nf7#174 2023-10-28 02:10:09 +00:00
use standard exceptions instead of MemoryException?

I decided not to catch std::bad_alloc

falsycat merged pull request nf7/nf7#181 2023-10-28 02:07:23 +00:00
improve a policy of exception handling
falsycat closed issue nf7/nf7#174 2023-10-28 02:07:23 +00:00
use standard exceptions instead of MemoryException?
falsycat pushed to main at nf7/nf7 2023-10-28 02:07:23 +00:00
56b37fad43 Merge pull request 'improve a policy of exception handling' (#181) from feat/174-exception into main
fb56d47260 improve a policy of exception handling
Compare 2 commits »
falsycat deleted branch feat/174-exception from nf7/nf7 2023-10-28 02:07:23 +00:00