Block a user
0f131588b4
fix an issue that expired links wasn't removed on Node/Network
6eaab065aa
allow Node/Ref to accept drag&drop
5441846713
fix invalid memory reference at finishing program
19c70a05ff
improve LuaJIT/Context to use ExecAsync instead of std::thread
3522a0dc0a
fix issues in Future
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
f931547977
add LuaJIT/Node
470a653b11
add nf7::File::Touch()
c72f0761d6
improve nf7::Context constructor
932436abfe
add nf7::GenericWatcher
2ce5944a74
add Env::GetFileOrThrow()
35ff607bba
add LuaJIT/Node
64f2c423e5
add Env::GetFileOrThrow()
c92250cdad
improve Future interface
fe377689ae
add nf7::Task
f015b5766e
fix an issue that nf7::Context could be deleted before its tasks end
580b42c3fd
add luajit::Thread to support lua coroutine
8945eb8943
add LuaJIT/Obj
6d2e6a71a1
add Logger::shared()
e839457bfd
fix an issue that sub tasks aren't executed
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
8bd4da74c9
implement validation in rename popup of System/Dir
de6c1b6a6f
rename some common headers
712ebcab48
add System/NativeFile
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()
1640038ef2
add LuaJIT/Context
52babf1710
replace Context::parent() -> Context::children()
8ccc19d1cb
remove Env::ExecAsync()
3275e6280d
add Node/Network