Ambroz Bizjak
|
462ed77f14
ncd: Implement object reference infrastructure and objref module.
|
11 years ago |
Ambroz Bizjak
|
98ed187623
ncd: Remove ComposedString type along with the buffer module.
|
11 years ago |
Ambroz Bizjak
|
9fec63e437
ncd: Add dummy functions for testing.
|
11 years ago |
ambrop7
|
126a47c586
ncd: add load_module()
|
13 years ago |
ambrop7
|
4aa8e8ba30
ncd: modules: add getenv
|
13 years ago |
ambrop7
|
c6f5c0c8df
ncd: modules: add buffer
|
13 years ago |
ambrop7
|
4290021aa3
ncd: modules: add log
|
13 years ago |
ambrop7
|
520cec03fd
ncd: modules: remove call module, and rename the call2() command from the call2 module to call(). This way the call() command
|
13 years ago |
ambrop7
|
6086c1f911
ncd: modules: add sys.start_process()
|
13 years ago |
ambrop7
|
eb298e5748
ncd: modules: add substr
|
13 years ago |
ambrop7
|
6583f5e8f6
ncd: modules: remove concatv, implement it in concat module instead, more efficiently
|
13 years ago |
ambrop7
|
a6af9a3364
ncd: modules: add depend_scope (like multidepend but with separate dependency scopes)
|
13 years ago |
ambrop7
|
b6088a6593
ncd: modules: add socket
|
13 years ago |
ambrop7
|
fbc464435b
ncd: modules: add backtrack
|
13 years ago |
ambrop7
|
c1af9df7c7
ncd: modules: add file_open
|
13 years ago |
ambrop7
|
250edb09f6
ncd: modules: add periodic_timer()
|
13 years ago |
ambrop7
|
1ebc9e1fa0
port NCD to Emscripten
|
13 years ago |
ambrop7
|
5e10dff851
oops, we need to make struct NCDModule non-const, not struct NCDModuleGroup. So revert previous commit.
|
13 years ago |
ambrop7
|
8ed78cb35d
ncd: make NCDModuleGroup structs non-const (for next commit which will need to modify them)
|
13 years ago |
ambrop7
|
1996f362b4
ncd: modules: remove ip_in_network.c and make ip_in_network() an alias for net.ipv4.addr_in_network()
|
13 years ago |
ambrop7
|
5d2c3cb7db
ncd: modules: add net_ipv4_addr_in_network and net_ipv6_addr_in_network
|
13 years ago |
ambrop7
|
f65800bfd1
ncd: modules: add net.ipv6.route()
|
13 years ago |
ambrop7
|
619288f673
ncd: modules: add net.ipv6.addr()
|
13 years ago |
ambrop7
|
7442f5c481
ncd: modules: add explode
|
13 years ago |
ambrop7
|
3c08174cbc
ncd: modules: add reboot
|
13 years ago |
ambrop7
|
577e83fa9c
ncd: modules: add assert
|
13 years ago |
ambrop7
|
190de5a91b
ncd: modules: add call2
|
13 years ago |
ambrop7
|
204281549c
ncd: modules: add implode
|
14 years ago |
ambrop7
|
2992ef627e
ncd: modules: add netmask
|
14 years ago |
ambrop7
|
6e20ec2a7d
ncd: modules: add file
|
14 years ago |