summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Apps working againStefan Radomski2013-04-141-3/+3
|
* Windows port compiles againStefan Radomski2013-04-132-2/+2
|
* disabled arabica testsStefan Radomski2013-04-121-1/+1
|
* Reactivated coverage for nightly buildsStefan Radomski2013-04-123-8/+4
|
* Got prolog datamodel to compile againStefan Radomski2013-04-121-1/+3
|
* Refactoring for other datamodelsStefan Radomski2013-04-122-102/+98
|
* New DataModelsStefan Radomski2013-04-103-1/+205
|
* Even more conformance fixesStefan Radomski2013-04-071-2/+2
|
* See detailled logStefan Radomski2013-04-06253-290/+1085
| | | | | | Added new revised W3C tests Hide Interpreter via PIMPL Implemented SCXMLIOProcessor
* Redownloaded tests and fixed some more w3c issuesStefan Radomski2013-04-0521-35/+78
|
* More W3C tests passingStefan Radomski2013-04-053-0/+8
|
* Finally got preemption workingStefan Radomski2013-04-041-1/+1
|
* Fixed two stupid bugsStefan Radomski2013-04-031-0/+1
|
* New binary for w3c testsStefan Radomski2013-04-032-1/+169
|
* Setup ctest for the swedish owlStefan Radomski2013-04-031-1/+15
|
* More bug-fixes for W3C testsStefan Radomski2013-04-022-3/+5
|
* Still more bugfixes and added w3c testsStefan Radomski2013-04-01408-0/+13162
|
* New php wrapperStefan Radomski2013-03-301-1/+0
|
* Trying to get fixed test-predicates into gitStefan Radomski2013-03-301-0/+1
|
* Various bug fixesStefan Radomski2013-03-30685-19609/+11
| | | | | | - Removed scxml-test-framework related file - Array operator with V8NodeList - _event.data as DOM if content is XML
* Refactoring and W3C testsStefan Radomski2013-03-28463-787/+12709
| | | | | | - Moved core of interpreter to support various versions - Added experimental setConfiguration() - There can be more than one initial state
* Some more final touches for PHPStefan Radomski2013-03-271-1/+1
|
* Some final touches on PHP APIStefan Radomski2013-03-271-1/+1
|
* Polished PHP interface somewhatStefan Radomski2013-03-271-2/+22
|
* Various smaller bug-fixes (see details)Stefan Radomski2013-03-261-9/+13
| | | | | | | - 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-1/+1
|
* Use actual curl message for errors regarding URLsStefan Radomski2013-03-221-0/+1
|
* Added php directors and fixed Interpreter::fromStringStefan Radomski2013-03-221-1/+8
|
* Some minor bugfixesStefan Radomski2013-03-221-1/+13
| | | | | | - Disabled peer verification with ssl URLs - Fixed a buffer overrun with JSON parsing - Changed test.php url to github
* Removed dirmon testStefan Radomski2013-03-201-4/+6
|
* Started SyteminvokerStefan Radomski2013-03-201-0/+48
|
* Fixed http responses and added miles invokerStefan Radomski2013-03-171-4/+61
|
* Fixed issue with temporary filesStefan Radomski2013-03-061-0/+7
|
* Changed directory monitor to polling behaviour :(Stefan Radomski2013-03-062-0/+31
|
* Introduced postpone element and reorganized http request representation as ↵Stefan Radomski2013-02-253-2/+83
| | | | events
* Beautified source code againStefan Radomski2013-02-203-445/+502
|
* See detailled logStefan Radomski2013-02-20263-4344/+4325
| | | | | | | | | - 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-104-61/+67
|
* Fixed historyStefan Radomski2013-02-085-22/+81
|
* committed scxml-test-frameworkStefan Radomski2013-01-25249-0/+8703
|
* Started to resolve scxml-test-framework tests from SCION suiteStefan Radomski2013-01-2513-246/+1388
|
* See detailed commitlogStefan Radomski2013-01-213-11/+34
| | | | | | | | - 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-204-135/+137
|
* More work on Prolog datamodelStefan Radomski2013-01-163-21/+60
|
* Excluded arabica tests on windowsStefan Radomski2013-01-152-5/+9
|
* Bug fixes and tests for URL classStefan Radomski2013-01-151-0/+1
|
* Started prolog datamodelStefan Radomski2013-01-153-19/+102
|
* Fixed bugs intriduced by PIMPLStefan Radomski2013-01-132-2/+6
|
* Refactored to PIMPL patternStefan Radomski2013-01-122-0/+47
|
* Major changes - see detailsStefan Radomski2013-01-1013-10/+346
| | | | | | | - Dynamic SceneGraph ML - V8 DOM for ecmascript datamodel - New heartbeat invoker - Fixed various bugs