5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Missing C++ dynamic exception specifiers replaced by LS_THROWS(...). More... over 1 year ago
* Replaced all so called C++ 'dynamic exception specifiers' by macro More... over 1 year ago
Debian: Added build dependency for flex, bison and perl. More... over 1 year ago
Revise build of auto generated source files. More... over 1 year ago
Fix 'clean' rule for Flex/Bison auto generated files. More... over 1 year ago
* Drop support for ancient lex (Flex only supported now). More... over 1 year ago
Make it clear that this shell script is for generating the NKSP parser. More... over 1 year ago
* Bison: treat all NKSP grammar conflicts as error. More... over 1 year ago
* NKSP: Fix misbehaviour with certain compilers: evaluation of expression More... over 1 year ago
NKSP test: adjust diagnostic output for strings More... over 1 year ago
* NKSP tests: fix -Wreorder-init-list errors with GCC. More... over 1 year ago
Fix compiler warning about unterminated warning text. More... over 1 year ago
* Drop support for ancient yacc (GNU Bison only supported now). More... over 1 year ago
* Silence Bison 3 warnings about deprecated features (using them More... over 1 year ago
NKSP tests: improve diagnostic output on test failures. More... over 1 year ago
ScriptVM::exec(): Rename argument execContex -> execContext. More... over 1 year ago
VM: Rename ExecContext::stackFrame -> ExecContext::opStackFrame. More... over 1 year ago
VM: Rename struct StackFrame -> OpStackFrame. More... over 1 year ago
VM: Rename stack -> opStack. More... over 1 year ago
VM: Refactor Op Stack methods. More... over 1 year ago
ScriptVM.h: Minor comment corrections only. More... over 1 year ago
VM: Rename IntArrayVarDef -> ArrayVarDef. More... over 1 year ago
VM: Drop unnecessary virtual keywords (override implies virtual). More... over 1 year ago
NKSP tests: Add more tests for new array type user function result. More... over 1 year ago
* NKSP language: add support for integer array and real array types as More... over 1 year ago
Bump copyright year (2025). More... over 1 year ago
Fix GCC compiler error (designator order for field). More... over 1 year ago
* VM: Simplify constructors of IntArrayVariable and RealArrayVariable. More... over 1 year ago
* VM optimization: when forking a script, only copy as much as really More... over 1 year ago
VM: Improve assertion in ExecContext::dataStackFrame(int framePtr). More... over 1 year ago