- 08 Oct, 2010 2 commits
-
-
Johannes Winkelmann authored
-
Patrick Stählin authored
-
- 07 Oct, 2010 4 commits
-
-
Patrick Stählin authored
References #455
-
Patrick Stählin authored
-
Patrick Stählin authored
- Each entry point into the ScriptContext needs a ScriptLock of this context. - Don't create JSRequests all over the place - Use JS_SetContextThread on each entry-point (JSContextThread) - Create local roots when allocating values - Use reentrant-locks only with properties which need to be reentrant. - Fixed tests Closes #408, #436 References #455
-
Patrick Stählin authored
-
- 30 Sep, 2010 4 commits
-
-
Sergey 'Jin' Bostandzhyan authored
Added setFlag and getFlags calls: /json/property/getFlags?path=xxx /json/property/setFlag?path=xxx&flag=FLAG&value=boolean where flag can be READABLE, WRITEABLE or ARCHIVE
-
Patrick Stählin authored
But only do so if the node has the PropertyNode::ARCHIVE flag set.
-
Patrick Stählin authored
- Pass the caller as well as the changed node to listeners - Changes to flags are changes too
-
Patrick Stählin authored
-
- 28 Sep, 2010 1 commit
-
-
Patrick Stählin authored
Closes #432
-
- 27 Sep, 2010 5 commits
-
-
Sergey 'Jin' Bostandzhyan authored
Merge commit 'refs/merge-requests/169' of git://gitorious.digitalstrom.org/dss/dss-mainline into integration
-
Patrick Stählin authored
-
Sergey 'Jin' Bostandzhyan authored
Merge commit 'refs/merge-requests/169' of git://gitorious.digitalstrom.org/dss/dss-mainline into integration
-
Patrick Stählin authored
-
Patrick Stählin authored
Closes #427
-
- 24 Sep, 2010 2 commits
-
-
Patrick Stählin authored
References #463
-
Patrick Stählin authored
Fixes #463
-
- 23 Sep, 2010 8 commits
-
-
Patrick Stählin authored
References #188
-
Patrick Stählin authored
References #188
-
Patrick Stählin authored
References #188
-
Patrick Stählin authored
References #188
-
Patrick Stählin authored
-
Patrick Stählin authored
References #188
-
Patrick Stählin authored
References #188
-
Patrick Stählin authored
References #188
-
- 22 Sep, 2010 5 commits
-
-
Johannes Winkelmann authored
the previous commit to create-dss-release hardcoded a particular version of the dss; replace this with the parameter passed into the script
-
Johannes Winkelmann authored
Merge commit 'refs/merge-requests/166' of git://gitorious.digitalstrom.org/dss/dss-mainline into integration
-
Johannes Winkelmann authored
-
Patrick Stählin authored
Fixes #461
-
Sergey 'Jin' Bostandzhyan authored
Merge commit 'refs/merge-requests/164' of git://gitorious.digitalstrom.org/dss/dss-mainline into integration
-
- 20 Sep, 2010 1 commit
-
-
Patrick Stählin authored
Merge commit 'refs/merge-requests/165' of git://gitorious.digitalstrom.org/dss/dss-mainline into integration
-
- 16 Sep, 2010 1 commit
-
-
Patrick Stählin authored
-
- 15 Sep, 2010 2 commits
-
-
Patrick Stählin authored
References #75
-
Patrick Stählin authored
Also fixed an iterator-invalidation if a script added/removed subscriptions during event-interpretion.
-
- 07 Sep, 2010 3 commits
-
-
Sergey 'Jin' Bostandzhyan authored
As discussed, renamed blockingCallback() to startBlockingCall() and leavingBlockingCallback() to endBlockingCall()
-
Sergey 'Jin' Bostandzhyan authored
The cleanup code in the ScriptContextWrapper object was expecting an existing property node, which is not the case in the test environment. While the constructor was handling this correctly, the check in the destructor was not made. Fixed by adding the check to the destructor ScriptContextWrapper destructor.
-
Sergey 'Jin' Bostandzhyan authored
Merge commit 'refs/merge-requests/163' of git://gitorious.digitalstrom.org/dss/dss-mainline into integration
-
- 06 Sep, 2010 2 commits
-
-
Johannes Winkelmann authored
-
Johannes Winkelmann authored
-