summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter
Commit message (Collapse)AuthorAgeFilesLines
* Work on FFMpegInvokerStefan Radomski2013-09-182-2/+4
|
* Updated W3C tests and bug-fixesStefan Radomski2013-08-251-3/+4
|
* Added WebStorage object to documentStefan Radomski2013-08-211-3/+26
| | | | Some refinements to DotWriter
* Renamed event.type to eventType to avoid clash with send.type and invoker.typeStefan Radomski2013-08-131-1/+1
|
* Started Java datamodel and fixed memory leaksStefan Radomski2013-08-131-2/+34
|
* Extended Java bindings and OpenAL invokerStefan Radomski2013-08-091-1/+1
|
* Bug fixes and version bumpStefan Radomski2013-08-011-2/+2
| | | | | | | - New calendar invoker - Fixed memory leaks with JavaScriptCore - Compiles on windows again - Beautified source code indentation
* Started calendar invoker and bug fixesStefan Radomski2013-07-261-1/+3
|
* Fixed setting intial configStefan Radomski2013-07-231-23/+47
|
* More work on JSC implementation for ecma datamodelStefan Radomski2013-06-211-2/+0
|
* New version with XHTML invokerStefan Radomski2013-06-201-1/+1
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-102-4/+12
|
* Protect parts of interpreter with mutexesStefan Radomski2013-04-181-10/+7
|
* Revert "Protect parts of interpreter with mutexes for thread-safety"Stefan Radomski2013-04-171-17/+1
| | | | This reverts commit eba3e69a20da96e527827ac83a537cde8bdc66ba.
* Protect parts of interpreter with mutexes for thread-safetyStefan Radomski2013-04-171-1/+17
|
* Fixed setConfiguration and started MMI archStefan Radomski2013-04-171-1/+1
|
* Apps working againStefan Radomski2013-04-141-7/+5
|
* Refactoring for other datamodelsStefan Radomski2013-04-122-57/+4
|
* New DataModelsStefan Radomski2013-04-103-13/+18
|
* Even more conformance fixesStefan Radomski2013-04-071-1/+2
|
* See detailled logStefan Radomski2013-04-063-27/+27
| | | | | | Added new revised W3C tests Hide Interpreter via PIMPL Implemented SCXMLIOProcessor
* Redownloaded tests and fixed some more w3c issuesStefan Radomski2013-04-051-1/+3
|
* More W3C tests passingStefan Radomski2013-04-052-140/+67
|
* Finally got preemption workingStefan Radomski2013-04-042-87/+163
|
* Fixed a bug with transition selectionStefan Radomski2013-04-041-4/+27
|
* More bug-fixes for W3C testsStefan Radomski2013-04-021-9/+4
|
* Still more bugfixes and added w3c testsStefan Radomski2013-04-011-5/+11
|
* Various bug-fixes for W3C test conformance and stack traces with exceptions ↵Stefan Radomski2013-03-311-14/+40
| | | | and segfaults
* Implemented fromDOM and various bug fisex for official testsStefan Radomski2013-03-311-4/+13
|
* Interpreter cannot be abstract for PHP wrappers to workStefan Radomski2013-03-301-1/+8
|
* Various bug fixesStefan Radomski2013-03-304-75/+75
| | | | | | - Removed scxml-test-framework related file - Array operator with V8NodeList - _event.data as DOM if content is XML
* Refactoring and W3C testsStefan Radomski2013-03-284-0/+1436
- Moved core of interpreter to support various versions - Added experimental setConfiguration() - There can be more than one initial state