- 24 Jun, 2018 40 commits
-
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
now made on our own DECODE CI
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
Something fails even without changes, due likely to emscripten docker or travis system changes. This is too undeterministic to rely upon so we're moving the testing infrastructure over our own Jenkins based CI for DECODE.
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
function declaration wasn't consistent, triggered warming in emscripten build pointing to unpredictable behavior. also now made loading of libraries less verbose.
-
Jaromil authored
-
Jaromil authored
correctly loads files when configured (typo s/env/enc) accepts data as second argument
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
now prints to stderr when executed by read_json added new error() function to print out to stderr from lua added write_json() to wrap inspect.print() for DX
-
Jaromil authored
-
Jaromil authored
-
Christian Espinoza authored
-tag library name with ARCH VERSION BRANCH and HASH to get pedantic version tracking
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
also avoided some code replication in lua_modules with the zen_exec_extension function.
-
Jaromil authored
adds commandline '-p' option to parse source into an Abstract Source Tree and then return it in JSON format to the output. Uses lua-parser and lpeglabels which are now embedded.
-
Jaromil authored
-
Jaromil authored
now when printing ecp a json is produced with the curve point and metadata about curve type and software versions producing it. This is useful for debugging purposes and to track regressions.
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
also adds some minor umm memory check
-
Jaromil authored
-