falsycat falsycat
falsycat pushed to dev at nf7/nf7 2022-11-19 08:42:07 +00:00
7f3e3e2064 add Value/Expr
falsycat pushed to dev at nf7/nf7 2022-11-19 08:38:42 +00:00
dd872da6ee add Value/Expr
falsycat pushed to dev at nf7/nf7 2022-11-19 08:13:06 +00:00
7c8764ca94 add Value/Expr
8b9b7f669f add new thirdparty lib, ExprTk
5bd00c97d2 fix Node/Network sanitization
2cbf0035f4 improve performance of nf7::Thread
cef93dabbc fix an issue that a file of unknown type destructs its parent
Compare 6 commits »
falsycat commented on issue nf7/nf7#63 2022-11-19 03:04:57 +00:00
LuaJIT/Expr proposal

worked but found no huge improvements in response delay

#include <filesystem>
#include <memory>
#include <optional>
#include <utility>

#include <imgui.h>
#include…
falsycat closed issue nf7/nf7#63 2022-11-19 03:04:57 +00:00
LuaJIT/Expr proposal
falsycat opened issue nf7/nf7#63 2022-11-19 03:04:52 +00:00
LuaJIT/Expr proposal
falsycat pushed to dev at nf7/nf7 2022-11-18 16:34:54 +00:00
80d33bd5d4 fix compiler errors on MSVC
5c1f41d874 stablize FPS by calculating suitable sleep duration
Compare 2 commits »
falsycat pushed to dev at nf7/nf7 2022-11-18 15:49:46 +00:00
c363ecbfe8 stablize FPS by calculating suitable sleep duration
c5c3ec769a improve LuaJIT/Node to run tasks synchronizedly
Compare 2 commits »
falsycat pushed to dev at nf7/nf7 2022-11-18 07:29:01 +00:00
ceff117781 allow nf7::Thread to work by a task of other types
8a78450bcf fix compiler errors
b24e7d0ca5 add nf7::Stopwatch
Compare 3 commits »
falsycat pushed to dev at nf7/nf7 2022-11-18 06:16:56 +00:00
6a28413ca0 temp
43fb7c7389 add nf7::Stopwatch
3901179b51 fix an issue that pulse can't be generated manually when 'emit on change' is disabled on Value/Imm
4851f1eb28 remove Node/Imm and Node/Network/Initiator
49f106a951 fit style vars to current zoom factor before drawing Node/Network canvas
Compare 8 commits »
falsycat opened issue nf7/nf7#62 2022-11-17 14:40:53 +00:00
remove Node/Imm and comon/gui_value.hh
falsycat pushed to dev at nf7/nf7 2022-11-17 14:39:22 +00:00
02d6814eaf improve Node/Network to ignore broken links
49565e657c add Value/Imm to replace Node/Imm
eeb7dabd1f fix an issue that the first element of tuple array is stored at zero index of table on LuaJIT
Compare 3 commits »
falsycat pushed to dev at nf7/nf7 2022-11-17 06:34:58 +00:00
1c2710a09c temp
falsycat pushed to dev at nf7/nf7 2022-11-16 05:23:21 +00:00
3c2ed1731a add Node/ZipTie
falsycat pushed to dev at nf7/nf7 2022-11-16 05:10:31 +00:00
fffb5ef19a add Node/ZipTie
falsycat pushed to dev at nf7/nf7 2022-11-15 12:18:47 +00:00
06400d4ea4 make LuaJIT/Context perform GC after each task done
de0f2a4a8a fix context leak by yielding LuaJIT thread
5b566acd10 enhance context leak detector
881704fc49 fix lambda leaks
63dd28ab76 fix an issue that Nf7 could be finished before all tasks done
Compare 12 commits »
falsycat pushed to dev at nf7/nf7 2022-11-15 02:45:26 +00:00
e7d37b0adb add Node/Mutex
falsycat pushed to dev at nf7/nf7 2022-11-14 14:28:45 +00:00
7f6fd26c71 fix an issue that a lambda of Node/Singleton could refer expired parent
d72ade7b37 fix linker error in freetype
Compare 2 commits »
falsycat pushed to dev at nf7/nf7 2022-11-13 20:15:25 +00:00
fb05b5a7d8 fix MSVC warnings
7489bad3f8 fix use of invalid memory in GL/Framebuffer
Compare 2 commits »
falsycat pushed to dev at nf7/nf7 2022-11-13 19:21:34 +00:00
e87c746e65 fix an issue that GL/Program doesn't emit 'done' output