470 Commits

Author SHA1 Message Date
d604ede99b fix default arguments of nf7::Env::Exec() 2022-12-21 23:07:41 +09:00
87b5e461b8 enhance Node C API 2022-12-21 23:07:41 +09:00
0e50b539e5 implement emitting from DLL in Node/DLL 2022-12-18 20:25:55 +09:00
c8feba19c0 update version number 2022-12-17 12:15:31 +09:00
66a2b4f552 add Node/DLL 2022-12-17 12:09:04 +09:00
ee718b09f4 add nf7::gui::NPathButton() function 2022-12-17 12:09:04 +09:00
014c09e788 add nf7::GenericDir::Clear() method 2022-12-16 12:45:23 +09:00
69cd19ebb4 improve System/Logger to be able to focus on the target file v0.4.1 2022-12-03 23:58:46 +09:00
c5d46f37d6 add nf7::File::RequestFocus() 2022-12-03 23:58:46 +09:00
5d796635b7 fix an issue that created Node goes away 2022-12-03 23:58:46 +09:00
fa6d7c36ed fix an issue that texture image displayed on tooltip is too huge 2022-11-30 17:50:59 +09:00
a0eaee59d7 fix an issue that GL/Program cannot take a texture by a file ID 2022-11-30 17:48:02 +09:00
1969f7cdbe add FileRef type to Value/Imm 2022-11-30 17:46:58 +09:00
a3e57406b9 fix an issue that context could leak when exit while loop script is running 2022-11-30 17:40:57 +09:00
382ecb374c display logo image on background 2022-11-30 17:15:09 +09:00
c053768146 add constants of app version 2022-11-30 17:06:40 +09:00
6ed9f7e463 set maximum duration for waiting finish of tasks while exitting Nf7 2022-11-29 13:00:52 +09:00
6e4f8aa114 add active indicator for Node/Network 2022-11-29 12:39:12 +09:00
1681e3ff32 improve usability of Value/Imm position 2D 2022-11-29 12:38:56 +09:00
62fc62da36 add Node/Comment 2022-11-29 11:38:43 +09:00
b2e5ccba8c remove unused thirdparty lib 2022-11-29 11:21:44 +09:00
7e5ebabe94 avoid compiler's fury
IDK what's going on but compiler said:

```
In static member function ‘static constexpr std::char_traits<char>::char_type* std::char_traits<char>::copy(char_type*, const char_type*, std::size_t)’,
    inlined from ‘static constexpr void std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::_S_copy(_CharT*, const _CharT*, size_type) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’ at /usr/include/c++/12.2.0/bits/basic_string.h:423:21,
    inlined from ‘constexpr std::__cxx11::basic_string<_CharT, _Traits, _Allocator>& std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::_M_replace(size_type, size_type, const _CharT*, size_type) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’ at /usr/include/c++/12.2.0/bits/basic_string.tcc:532:22,
    inlined from ‘constexpr std::__cxx11::basic_string<_CharT, _Traits, _Alloc>& std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::assign(const _CharT*) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’ at /usr/include/c++/12.2.0/bits/basic_string.h:1647:19,
    inlined from ‘constexpr std::__cxx11::basic_string<_CharT, _Traits, _Alloc>& std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::operator=(const _CharT*) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’ at /usr/include/c++/12.2.0/bits/basic_string.h:815:28,
    inlined from ‘void nf7::File::MakeAsRoot()’ at /home/user/nf7/nf7.cc:91:11:
/usr/include/c++/12.2.0/bits/char_traits.h:431:56: error: ‘void* __builtin_memcpy(void*, const void*, long unsigned int)’ accessing 9223372036854775810 or more bytes at offsets -4611686018427387902 and [-4611686018427387903, 4611686018427387904] may overlap up to 9223372036854775813 bytes at offset -3 [-Werror=restrict]
  431 |         return static_cast<char_type*>(__builtin_memcpy(__s1, __s2, __n));
      |                                        ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
```
v0.4.0
2022-11-25 23:41:38 +09:00
e3ccfcda3e update README 2022-11-25 23:08:17 +09:00
7f442e3acb fix an issue that inserting socket collapses the links in Node/ZipTie 2022-11-25 21:33:51 +09:00
c6c8bf96b6 improve Node/ExprTk to detect input type by the value dynamically 2022-11-25 20:56:28 +09:00
a6fdc76333 optimize Node/ExprTk by caching the expression 2022-11-25 00:51:59 +09:00
deee4f1e98 add load/store function to Node/ExprTk 2022-11-24 23:32:27 +09:00
3b3bdf834d fix reference of invalid memory in nf7::NodeRootLambda 2022-11-24 23:32:27 +09:00
86d0e2ed0b disable instruction limit of LuaJIT since speed costs a proper calling of hook 2022-11-24 22:19:55 +09:00
48e684b891 fix typo 2022-11-24 17:55:38 +09:00
a9345da3c4 fix wrong method to specify SYSTEM in target_include_directories 2022-11-24 17:55:29 +09:00
fce36b2c8f fix an issue that could refer an object already destructed 2022-11-24 13:21:29 +09:00
a08a02d71c fix System/Event to abort a lambda before dropping 2022-11-24 13:20:36 +09:00
6bca7d7909 fix compiler errors in old g++ 2022-11-24 13:04:08 +09:00
9b2ea8703e remove Value/Expr
Node/ExprTk is an alternative
2022-11-24 00:58:54 +09:00
dcc3668d6c add Node/ExprTk 2022-11-24 00:56:22 +09:00
1978d28316 implement full features of Node/ZipTie
I forgot to implement some cases for the switch
2022-11-23 14:21:58 +09:00
3346e1f9ba fix an issue that hot reloading doesn't occur after once GLSL compile failed 2022-11-23 14:03:19 +09:00
93312c6d04 add codes for profiling 2022-11-20 16:40:32 +09:00
d7fe51d946 fix an issue that thirdparty options are not applied 2022-11-20 16:07:42 +09:00
14db20fe67 fix an issue that cache is always dropped on LuaJIT/Node 2022-11-20 16:00:40 +09:00
482796bf60 decrease how often LuaJIT GC works 2022-11-20 15:59:57 +09:00
4f94ea4e3b fix nf7::Thread wasting SyncWorker 2022-11-20 14:15:09 +09:00
0c29b828c4 overload global new/delete to observe allocations 2022-11-20 13:21:02 +09:00
74207a0b63 fix wrong condition of cv 2022-11-20 12:59:27 +09:00
31924ce5b2 use tracy profiler's features 2022-11-20 12:30:40 +09:00
d33330b6c3 add new thirdparty lib, tracy 2022-11-20 11:37:06 +09:00
7f3e3e2064 add Value/Expr 2022-11-19 17:42:15 +09:00
8b9b7f669f add new thirdparty lib, ExprTk 2022-11-19 17:09:46 +09:00
5bd00c97d2 fix Node/Network sanitization 2022-11-19 13:24:38 +09:00