summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/InterpreterDraft7.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Started with promela datamodelStefan Radomski2014-04-091-420/+0
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-0/+1
|
* Performance: replaced boost::iequals for strings by inline functionStefan Radomski2013-10-261-1/+1
|
* Added license information and bug fixesStefan Radomski2013-10-161-0/+20
|
* Work on FFMpegInvokerStefan Radomski2013-09-181-1/+2
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-101-2/+5
|
* Refactoring for other datamodelsStefan Radomski2013-04-121-54/+1
|
* New DataModelsStefan Radomski2013-04-101-8/+10
|
* Interpreter cannot be abstract for PHP wrappers to workStefan Radomski2013-03-301-1/+8
|
* Various bug fixesStefan Radomski2013-03-301-50/+50
| | | | | | - Removed scxml-test-framework related file - Array operator with V8NodeList - _event.data as DOM if content is XML
* Refactoring and W3C testsStefan Radomski2013-03-281-0/+439
- Moved core of interpreter to support various versions - Added experimental setConfiguration() - There can be more than one initial state