ambrop7
|
9e1b1ebbfb
ncd: ncd.c: cosmetic changes
|
13 years ago |
ambrop7
|
574537745c
ncd: ncd.c: don't use a static variable main_exit_code
|
13 years ago |
ambrop7
|
5fd8a91309
ncd: ncd.c: only use syslog if it's available
|
13 years ago |
ambrop7
|
1ebc9e1fa0
port NCD to Emscripten
|
13 years ago |
ambrop7
|
06f48a4521
ncd: remove some debug prints that slipped through
|
13 years ago |
ambrop7
|
ae8c3f54d3
ncd: move the mechanical part of ncd.c into NCDInterpreter.{h,c}. This will allow embedding of the NCD interpreter,
|
13 years ago |
ambrop7
|
b872ade2c4
ncd: NCDModule: add a pass-through pointer for interpreter callbacks
|
13 years ago |
ambrop7
|
5854094b75
ncd: when specifying program without --config-file option, treat everything that follows as program options
|
13 years ago |
ambrop7
|
a382f83a07
ncd: allow specifying program file without --config-file option
|
13 years ago |
ambrop7
|
b7c2bab1e0
fix build under Windows/MSVC
|
13 years ago |
ambrop7
|
ac5c800244
examples: add cavl_test.c
|
13 years ago |
ambrop7
|
bbc30074ce
ncd: use default loglevel BLOG_INFO for all channels
|
13 years ago |
ambrop7
|
3ba18f4179
CMakeLists.txt: only pass -Wno-initializer-overrides to Clang
|
13 years ago |
ambrop7
|
51a6b7ecf1
ncd: modules: value: remove uninitialized variable warning
|
13 years ago |
ambrop7
|
8d14680c53
structure: CAvl, CHash: detect if CAvl.h or CHash.h is not included in _header.h
|
13 years ago |
ambrop7
|
e0519d87f6
version 1.999.125rc3
|
13 years ago |
ambrop7
|
2362c0c0ab
ncd: modules: more number generation updates
|
13 years ago |
ambrop7
|
bb03d3d244
ncd: modules: more number generation updates
|
13 years ago |
ambrop7
|
cf32d123ed
ncd: modules: file: use generate_decimal_repr_string()
|
13 years ago |
ambrop7
|
88f5990427
misc/parse_number.h: add generate_decimal_repr_string()
|
13 years ago |
ambrop7
|
1ee2f80760
ncd: modules: use ncd_make_uintmax() where appropriate
|
13 years ago |
ambrop7
|
d1eaf84490
ncd/value_utils.h: add ncd_make_uintmax()
|
13 years ago |
ambrop7
|
59606d85fd
ncd: modules: arithmetic: store the results as an integer rather than string, and use compute_decimal_repr_size() to
|
13 years ago |
ambrop7
|
3c72535ad2
examples/parse_number_test.c: add tests for generate_decimal_repr()
|
13 years ago |
ambrop7
|
e4efc82f9a
misc/parse_number.h: implement generation of decimal strings
|
13 years ago |
ambrop7
|
520ac5fc36
ncd: modules: value: pass through ID-strings instead of collapsing them to normal strings
|
13 years ago |
ambrop7
|
34f46fe94a
ncd: NCDVal: add NCDVal_IdStringStringIndex()
|
13 years ago |
ambrop7
|
4420e952c5
oops... NCDStringIndex_GetBin() requires that the string contains no nulls, but ncd_get_string_id() does not verify
|
13 years ago |
ambrop7
|
65c389a1e1
ncd: modules: make some modules not check if strings have nulls inside, but just pass them through to parsing
|
13 years ago |
ambrop7
|
dcf14442e2
ncd/value_utils.h: name value variables by what type they must be
|
13 years ago |