0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
vdchost: break call chain when iterating over vdcs for collecting devices More... about 1 year ago
adapt to renamed getView to findView in P44View More... about 1 year ago
eliminate some warnings More... about 1 year ago
Use uequals everywhere instead of error-prone strucmp()==0, More... about 1 year ago
ledchaindevice: proper naming helps: "framing" is what former "wrapMode" actually does More... about 1 year ago
p44script: rename object to objectvalue and array to arrayvalue More... about 1 year ago
p44script: adapt to enhanced member accessor signature More... about 1 year ago
p44script: rename "any" to "anyvalue" to clarify intent More... about 1 year ago
valuesource: implement appendMemberNames (makes it iterable) More... about 1 year ago
apivalue: differentiate numeric p44script int/bool/double numeric values More... about 1 year ago
p44script: use ArrayValue and ObjectValue instead of (no longer existing) JsonValue More... about 1 year ago
evaluatordevice: activate mAction only for evaluators which are in fact action evaluators More... about 1 year ago
p44_vdcd_host: fix potential memory leak (unused descP allocated) More... about 1 year ago
p44_vdcd_host: add "leddata" API endpoint for p44lrgraphics debugger More... about 1 year ago
p44script: use IntegerValue() where appropriate More... about 1 year ago
P44ScriptManager: now can collect log text when debugger is enabled More... about 1 year ago
P44ScriptManager: add access to script breakpoints More... about 1 year ago
P44VdcHost, P44ScriptManager: add playground script, add debugger timeout watchdog, evalresult for scriptExec More... about 1 year ago
Rename digitalSTROM to Digital Strom More... about 1 year ago
P44ScriptManager: scriptexec now can really runs in a paused thread's context (and see e.g. function local vars) More... about 1 year ago
p44script: enhanced (but not backwards compatible) x-p44-scriptexec at P44ScriptManager level More... about 1 year ago
p44script: revert runX (for refactoring) back to run More... about 1 year ago
P44ScriptManager: provide script title in paused threads, annotation in result, full error text More... about 1 year ago
p44script: generalize calling scripts via ScriptHost, in particular for debugging/testing More... about 1 year ago
P44ScriptManager: single stepping basically working, but still WIP More... about 1 year ago
P44ScriptManager: unpause all paused threads when debugging is disabled More... about 1 year ago
P44ScriptManager: add pausedscripts representation in API More... about 1 year ago
p44script: ScriptSource is now ScriptHost More... about 1 year ago
bridgedevice: for undoable appartment scenes, use fixed 0 value as "undo" reference in off scene More... about 1 year ago
p44script: use deleteSource() when deleting devices to make sure related script files are not left in the storage More... about 1 year ago