falsycat falsycat
falsycat pushed to dev at nf7/nf7 2022-06-16 02:41:00 +00:00
0f131588b4 fix an issue that expired links wasn't removed on Node/Network
6eaab065aa allow Node/Ref to accept drag&drop
Compare 2 commits »
falsycat pushed to dev at nf7/nf7 2022-06-15 03:00:55 +00:00
9ff6339fe4 add Node/Ref
falsycat pushed to dev at nf7/nf7 2022-06-14 01:45:14 +00:00
248405e722 add Node/Imm
falsycat pushed to dev at nf7/nf7 2022-06-14 01:36:09 +00:00
3d241266be add Node/Imm
falsycat pushed to dev at nf7/nf7 2022-06-11 16:29:00 +00:00
5441846713 fix invalid memory reference at finishing program
19c70a05ff improve LuaJIT/Context to use ExecAsync instead of std::thread
3522a0dc0a fix issues in Future
Compare 3 commits »
falsycat pushed to dev at nf7/nf7 2022-06-11 02:29:04 +00:00
241ac45f99 remove Lambda::self(), use std::enable_shared_from_this instead
173682cbf9 add LuaJIT/Node
34dff99a1b add nf7::File::Touch()
85f7eccdad improve nf7::Context constructor
d192d6cf91 add nf7::GenericWatcher
Compare 9 commits »
falsycat pushed to dev at nf7/nf7 2022-06-10 10:35:23 +00:00
f931547977 add LuaJIT/Node
470a653b11 add nf7::File::Touch()
c72f0761d6 improve nf7::Context constructor
932436abfe add nf7::GenericWatcher
2ce5944a74 add Env::GetFileOrThrow()
Compare 6 commits »
falsycat pushed to dev at nf7/nf7 2022-06-10 03:49:25 +00:00
35ff607bba add LuaJIT/Node
64f2c423e5 add Env::GetFileOrThrow()
c92250cdad improve Future interface
fe377689ae add nf7::Task
Compare 4 commits »
falsycat pushed to dev at nf7/nf7 2022-06-09 08:57:33 +00:00
f015b5766e fix an issue that nf7::Context could be deleted before its tasks end
580b42c3fd add luajit::Thread to support lua coroutine
Compare 2 commits »
falsycat pushed to dev at nf7/nf7 2022-06-08 15:06:10 +00:00
58ba3071c2 replace std::future with nf7::Future
falsycat pushed to dev at nf7/nf7 2022-06-08 06:38:33 +00:00
95fc5ec979 replace std::future with nf7::Future
falsycat pushed to dev at nf7/nf7 2022-06-06 16:19:57 +00:00
1e92ac27f8 make lua script calls sandboxed
falsycat pushed to dev at nf7/nf7 2022-06-06 08:58:40 +00:00
8945eb8943 add LuaJIT/Obj
6d2e6a71a1 add Logger::shared()
e839457bfd fix an issue that sub tasks aren't executed
Compare 3 commits »
falsycat pushed to dev at nf7/nf7 2022-06-05 11:22:52 +00:00
79e4f022ca add LuaJIT/Obj
d4032da975 fix an issue that sub tasks aren't executed
577eb99a36 rename Lock::Acquire() -> Lock::AcquireLock()
b70fbcb15f fix issues in File::Path
5ac6f58836 implement validation in rename popup of System/Dir
Compare 7 commits »
falsycat pushed to dev at nf7/nf7 2022-06-05 02:39:09 +00:00
8bd4da74c9 implement validation in rename popup of System/Dir
de6c1b6a6f rename some common headers
712ebcab48 add System/NativeFile
Compare 3 commits »
falsycat pushed to dev at nf7/nf7 2022-06-04 17:02:28 +00:00
076c2b3836 add System/NativeFile
falsycat pushed to dev at nf7/nf7 2022-06-04 03:33:45 +00:00
71162b98c1 add System/NativeFile
50b84e9b65 fix issues in gui::Window
b7240037d1 add LuaJIT/Context
763d884a2d divide WaitQueue from queue.hh
04d3dd67cf replace Context::parent() -> Context::children()
Compare 5 commits »
falsycat pushed to dev at nf7/nf7 2022-06-03 16:45:15 +00:00
1640038ef2 add LuaJIT/Context
52babf1710 replace Context::parent() -> Context::children()
8ccc19d1cb remove Env::ExecAsync()
3275e6280d add Node/Network
Compare 4 commits »
falsycat pushed to dev at nf7/nf7 2022-05-31 13:07:26 +00:00
f5b41fc291 add LuaJIT/Context
f2a3f1a170 remove Env::ExecAsync()
Compare 2 commits »
falsycat pushed to dev at nf7/nf7 2022-05-31 12:15:10 +00:00
2d7234f259 add Node/Network