summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
Commit message (Collapse)AuthorAgeFilesLines
* Started Java datamodel and fixed memory leaksStefan Radomski2013-08-131-2/+2
|
* Bug fixes and version bumpStefan Radomski2013-08-011-3/+10
| | | | | | | - 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-2/+3
|
* added Interpreter::isLegalConfigurationStefan Radomski2013-07-231-1/+11
|
* New version with XHTML invokerStefan Radomski2013-06-201-3/+5
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-101-14/+24
|
* Removed conditional SWIG compile and polished PHP APIStefan Radomski2013-04-301-11/+14
|
* Protect parts of interpreter with mutexesStefan Radomski2013-04-181-1/+3
|
* Revert "Protect parts of interpreter with mutexes for thread-safety"Stefan Radomski2013-04-171-2/+0
| | | | This reverts commit eba3e69a20da96e527827ac83a537cde8bdc66ba.
* Protect parts of interpreter with mutexes for thread-safetyStefan Radomski2013-04-171-0/+2
|
* Refactored URLs and fixed Windows URL handlingStefan Radomski2013-04-141-6/+0
|
* Refactoring for other datamodelsStefan Radomski2013-04-121-2/+23
|
* New DataModelsStefan Radomski2013-04-101-1/+1
|
* Reformatted and removed superfluous std::coutsStefan Radomski2013-04-071-3/+3
|
* Fixed JSON in contentStefan Radomski2013-04-071-1/+4
|
* Even more conformance fixesStefan Radomski2013-04-071-14/+8
|
* Some more bugfixes for revised W3C testsStefan Radomski2013-04-071-0/+1
|
* See detailled logStefan Radomski2013-04-061-33/+296
| | | | | | Added new revised W3C tests Hide Interpreter via PIMPL Implemented SCXMLIOProcessor
* More W3C tests passingStefan Radomski2013-04-051-3/+2
|
* Finally got preemption workingStefan Radomski2013-04-041-3/+1
|
* More bug fixes and some comments on the testsStefan Radomski2013-04-031-0/+1
|
* More bug-fixes for W3C testsStefan Radomski2013-04-021-2/+6
|
* Still more bugfixes and added w3c testsStefan Radomski2013-04-011-0/+2
|
* Various bug-fixes for W3C test conformance and stack traces with exceptions ↵Stefan Radomski2013-03-311-2/+8
| | | | and segfaults
* Implemented fromDOM and various bug fisex for official testsStefan Radomski2013-03-311-10/+12
|
* Interpreter cannot be abstract for PHP wrappers to workStefan Radomski2013-03-301-1/+1
|
* Various bug fixesStefan Radomski2013-03-301-6/+6
| | | | | | - 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-55/+28
| | | | | | - Moved core of interpreter to support various versions - Added experimental setConfiguration() - There can be more than one initial state
* Polished PHP interface somewhatStefan Radomski2013-03-271-2/+2
|
* Implemented ParentQueues for PHPStefan Radomski2013-03-261-1/+4
|
* Various smaller bug-fixes (see details)Stefan Radomski2013-03-261-6/+6
| | | | | | | - Pass -DPHP_CONFIG=/usr/bin/zts-php-config for custom php-config - More php bug fixes - Fixed nasty "parse from string" bug - Reindented source code
* Fixed plugins building againStefan Radomski2013-03-221-2/+4
|
* Started SyteminvokerStefan Radomski2013-03-201-1/+13
|
* Fixed http responses and added miles invokerStefan Radomski2013-03-171-4/+4
|
* Introduced postpone element and reorganized http request representation as ↵Stefan Radomski2013-02-251-4/+21
| | | | events
* Beautified source code againStefan Radomski2013-02-201-45/+49
|
* See detailled logStefan Radomski2013-02-201-5/+35
| | | | | | | | | - Builds on windows again - All HTTP requests are no passed into interpreter - New response element to reply with data - Moved basichttp URL - New HTTP servlet invoker to register additional URLs - More bugfixes than I care to mention
* Various bug fixesStefan Radomski2013-02-101-1/+4
|
* Fixed historyStefan Radomski2013-02-081-0/+11
|
* Builds on linux againStefan Radomski2013-01-301-0/+1
|
* Started to resolve scxml-test-framework tests from SCION suiteStefan Radomski2013-01-251-10/+29
|
* See detailed commitlogStefan Radomski2013-01-211-7/+4
| | | | | | | | - Started DirectoryMonitor invoker - Refactored Invoker / IOProcessor interface - Started with JavaScriptCore bindings - Embedding applications can now use setParentQueue to receive events sent to #_parent
* Regenerated V8 DOM and beautified codeStefan Radomski2013-01-201-35/+35
|
* More work on Prolog datamodelStefan Radomski2013-01-161-0/+1
|
* Fixed race condition when setting up ioprocessorsStefan Radomski2013-01-151-0/+1
|
* Refactored to PIMPL patternStefan Radomski2013-01-121-14/+15
|
* Major changes - see detailsStefan Radomski2013-01-101-5/+7
| | | | | | | - Dynamic SceneGraph ML - V8 DOM for ecmascript datamodel - New heartbeat invoker - Fixed various bugs
* New scenegraph invoker using OpenSceneGraphStefan Radomski2012-12-271-5/+33
| | | | Ultimately, the scenegraph invoker ought to use x3d
* Got rid of xpath on critical pathStefan Radomski2012-12-221-167/+4
| | | | Improves performance by a factor of 8!
* Refactoring finishedStefan Radomski2012-12-201-312/+343
| | | | | | Support datamodels, invokers and ioprocessors as plugins Comply to HTTP1.1 by sending host header field Started prolog datamodel