ambrop7
|
1ebc9e1fa0
port NCD to Emscripten
|
13 年之前 |
ambrop7
|
b872ade2c4
ncd: NCDModule: add a pass-through pointer for interpreter callbacks
|
13 年之前 |
ambrop7
|
0192497d91
ncd: NCDModule: remove unused NCDModuleProcess_Init()
|
13 年之前 |
ambrop7
|
fcc39d3581
ncd: NCDModule: pass template name for process creation as a string ID
|
13 年之前 |
ambrop7
|
55cc25ed3e
ncd: NCDModule: get rid of struct NCDModuleInitParams in favor of struct NCDModuleInst_iparams
|
13 年之前 |
ambrop7
|
7e29861b10
ncd: NCDObject: store object type as a string identifier instead of char pointer
|
13 年之前 |
ambrop7
|
7227efdfe4
ncd: make NCDModule structs non-const (for next commit which will need to modify them)
|
13 年之前 |
ambrop7
|
a157cf9829
ncd: use unique string identifiers when resolveing variable/object names. The goal is to improve
|
13 年之前 |
ambrop7
|
a3ea934a96
ncd: NCDModule: don't store a pointer to struct NCDModuleInst_iparams in NCDModuleInst. Instead, store it in struct
|
13 年之前 |
ambrop7
|
ed95b609d4
ncd: NCDModuleInst: don't store "args" and "method_user" in the NCDModuleInst struct. Instead, pass them at instance
|
13 年之前 |
ambrop7
|
0b235e7b6d
ncd: NCDModule: remove func_new and port all modules that used it to func_new2
|
13 年之前 |
ambrop7
|
9a7f7e0e1c
ncd: NCDModuleInst: don't store a user pointer (to the struct statement), and instead pass a pointer to NCDModuleInst to
|
13 年之前 |
ambrop7
|
e5173e0d23
cosmetic changes
|
13 年之前 |
ambrop7
|
52e2fa7766
dhcpclient: use BRandom2 instead of BRandom_randomize. This removes the OpenSSL dependency from NCD.
|
13 年之前 |
ambrop7
|
d95c751389
ncd: NCDModule: make interpreter-side process functions call the process creator callbacks directly, and remove a bunch ofstates made redundant
|
13 年之前 |
ambrop7
|
5f17ad3ef1
ncd: NCDModule: make interpreter-side functions call backend functions directly, and remove a bunch of
|
13 年之前 |
ambrop7
|
288834b8bd
ncd: implement memory preallocation for statements
|
13 年之前 |
ambrop7
|
cd0a213dae
ncd: NCDModule: add flags field and migrate "can_resolve_when_down" field into a flag
|
13 年之前 |
ambrop7
|
27c36e7859
ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal
|
13 年之前 |
ambrop7
|
e17ce6d957
ncd: NCDModule: use just one BPending object instead of 4. Saves some memory.
|
13 年之前 |
ambrop7
|
dd1df990c6
ncd: NCDModule: add NCDModuleProcess_SetNoArgs()
|
13 年之前 |
ambrop7
|
349e5744d1
ncd: NCDModule: add NCDModuleInst_Backend_InterpGetRetryTime()
|
14 年之前 |
ambrop7
|
d900614b60
ncd: NCDModule: move some parameters into NCDModuleInst_iparams
|
14 年之前 |
ambrop7
|
db1add0c62
ncd: NCDModule: add NCDModuleInst_Backend_GetUser()
|
14 年之前 |
ambrop7
|
a477bff51f
ncd: NCDModule: remove unused structure member
|
14 年之前 |
ambrop7
|
dd478b1a94
ncd: implement interface for modules to initiate interpreter termination and read extra command line arguments
|
14 年之前 |
ambrop7
|
3185994844
ncd: NCDModule: add NCDModuleProcess_AssertFree()
|
14 年之前 |
ambrop7
|
bfcd02f9e7
ncd: NCDModule: allow func_die to be set to NULL, and default to calling NCDModuleInst_Backend_Dead().
|
14 年之前 |
ambrop7
|
13717bfb28
ncd: NCDModule: add WARN_UNUSED to NCDModuleProcess_Init()
|
14 年之前 |
ambrop7
|
f007867b5f
ncd: NCDModule: pass some parameters to NCDModuleInst_Init() indirectly via a struct pointer. These are always the
|
14 年之前 |