ambrop7
|
1fc023a1e4
ncd: modules: fix modules that used global (static) variables to allocate these interpreter-wide using the new support within
|
13 lat temu |
ambrop7
|
8ec7e1e67d
ncd: NCDModule: allow separating static module information from generated at runtime by the interpreter. Fix other stuff to work with
|
13 lat temu |
ambrop7
|
f49ecedd13
ncd: NCDModule: remove NCDModuleInst_Backend_SetError() and add NCDModuleInst_Backend_DeadError() instead. Fix modules.
|
13 lat temu |
ambrop7
|
8cbb080de0
ncd: modules: depend_scope, multidepend: fix immediate effect order when a depend finishes backtracking
|
13 lat temu |
ambrop7
|
3994260252
ncd: modules: multidepend: cosmetic changes
|
13 lat temu |
ambrop7
|
4661348dc2
ncd: modules: multidepend: allow any type of value as a dependency name, not just strings
|
13 lat temu |
ambrop7
|
c51fa9f27a
ncd: modules: multidepend: make documentation refer to the upcoming depend_scope module
|
13 lat temu |
ambrop7
|
c28c0d0819
ncd: NCDVal: don't provide a guarantee that strings are null terminated. Rename NCDVal_StringValue() to NCDVal_StringData() to
|
13 lat temu |
ambrop7
|
55cc25ed3e
ncd: NCDModule: get rid of struct NCDModuleInitParams in favor of struct NCDModuleInst_iparams
|
13 lat temu |
ambrop7
|
7227efdfe4
ncd: make NCDModule structs non-const (for next commit which will need to modify them)
|
13 lat temu |
ambrop7
|
5e10dff851
oops, we need to make struct NCDModule non-const, not struct NCDModuleGroup. So revert previous commit.
|
13 lat temu |
ambrop7
|
8ed78cb35d
ncd: make NCDModuleGroup structs non-const (for next commit which will need to modify them)
|
13 lat temu |
ambrop7
|
a157cf9829
ncd: use unique string identifiers when resolveing variable/object names. The goal is to improve
|
13 lat temu |
ambrop7
|
ed95b609d4
ncd: NCDModuleInst: don't store "args" and "method_user" in the NCDModuleInst struct. Instead, pass them at instance
|
13 lat temu |
ambrop7
|
20607b8e3a
fix bad copy-paste in previous commit
|
13 lat temu |
ambrop7
|
f9cb7b96a2
remove LinkedList2 and use LinkedList1 instead
|
13 lat temu |
ambrop7
|
0946e8dfdc
ncd: modules: port some more modules to func_new2
|
13 lat temu |
ambrop7
|
cd0a213dae
ncd: NCDModule: add flags field and migrate "can_resolve_when_down" field into a flag
|
13 lat temu |
ambrop7
|
8f4ede1dbb
ncd: cosmetic changes
|
13 lat temu |
ambrop7
|
27c36e7859
ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal
|
13 lat temu |
ambrop7
|
3f96e70617
ncd: modules: be aware of strings with null bytes
|
14 lat temu |
ambrop7
|
1de3b66b54
ncd: rework object/variable resolution. Rather than working with string object expressions, work with individual
|
14 lat temu |
ambrop7
|
0d99d6a26a
switch to using the New BSD License
|
14 lat temu |
ambrop7
|
d3c7136b07
ncd: modules: multidepend: allow resolving when down
|
14 lat temu |
ambrop7
|
6b607f8ed6
ncd: NCDModule: replace NCDModuleInst_Backend_Event with NCDModuleInst_Backend_Up,
|
14 lat temu |
ambrop7
|
c6729de943
ncd: simplify implementation of variable and object resolution
|
15 lat temu |
ambrop7
|
f9ed9f44fa
ncd: support calling methods on objects in dependencies
|
15 lat temu |
ambrop7
|
882ea81978
ncd/modules/depend.c, ncd/modules/multidepend.c: fix global variable conflict
|
15 lat temu |
ambrop7
|
1e408e6826
ncd: Fix NCDModule to signal module->NCD events directly instead of via jobs. Fixes possible
|
15 lat temu |
ambrop7
|
27053304b1
ncd/modules/multidepend: remove unneeded if
|
15 lat temu |