summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/datamodel/ecmascript
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed the 100% CPU utilization bug and replaced the bool() cast operator for ↵Stefan Radomski2014-05-232-4/+4
| | | | data by empty()
* Introduced interpreter.step()Stefan Radomski2014-05-152-4/+4
|
* Retain interpreter instance for DataModels in Java (Rhino)Stefan Radomski2014-05-141-1/+1
|
* Fixed V8 datamodelStefan Radomski2014-05-141-1/+1
|
* Fixed some bugs with java bindingsStefan Radomski2014-05-142-1/+4
|
* Major refactoringStefan Radomski2014-04-2212-164/+189
| | | | | | - Moved tests - Changes to promela datamodel - Implemented Trie
* Started with promela datamodelStefan Radomski2014-04-094-2/+46
|
* Updated IM invoker for latest libpurpleStefan Radomski2014-01-0834-0/+41
|
* Performance and bugfix for WebSocketsStefan Radomski2013-12-201-7/+8
|
* Start tests with HTTP available, as some will fail otherwiseStefan Radomski2013-11-191-4/+4
|
* Moved endian functions into convenience headerStefan Radomski2013-11-162-137/+1
|
* First signs of WebSockets and some changes to milesStefan Radomski2013-11-035-0/+92
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-312-0/+2
|
* Bug fixes (see details)Stefan Radomski2013-10-281-1/+1
| | | | | | | - No more 100-continue HTTP header - Correctly delegate HTTP requests - More elaborate expressions when communicating via HTTP - Fixed off-by-one in JSCNodeSet
* Reverted preparation for current v8 trunkStefan Radomski2013-10-271-5/+5
|
* Added XML node to DataModel::evalAsBool signature to enable script cachingStefan Radomski2013-10-275-5/+13
|
* Nested XML Node with eventStefan Radomski2013-10-262-1/+11
|
* Improved mimetype handlingStefan Radomski2013-10-246-1/+58
|
* Added license information and bug fixesStefan Radomski2013-10-16158-1268/+2950
|
* Reduced compile timesStefan Radomski2013-10-072-0/+2
| | | | | - new commandline argument handling - compiles on windows again
* More work on IMInvoker, renamed Blob attributes and some XPath datamodel fixesStefan Radomski2013-09-252-24/+24
|
* Added instant messaging invokerStefan Radomski2013-09-232-11/+30
|
* Work on FFMpegInvokerStefan Radomski2013-09-182-4/+6
|
* New file element for executable contentStefan Radomski2013-09-024-63/+53
|
* Optional 2nd argument for TypedArray.subarray and more testsStefan Radomski2013-09-0220-36/+358
|
* Support for endianness in DataViewStefan Radomski2013-09-028-135/+542
|
* Added Data::BINARY and compile fixes for non MacOSX platformsStefan Radomski2013-09-015-12/+57
|
* More work on TypedArraysStefan Radomski2013-09-0189-3252/+7303
|
* Started work on ECMAScript TypedArraysStefan Radomski2013-08-3050-0/+4658
|
* Updated W3C tests and bug-fixesStefan Radomski2013-08-2510-50/+111
|
* Added WebStorage object to documentStefan Radomski2013-08-2161-361/+638
| | | | Some refinements to DotWriter
* Renamed event.type to eventType to avoid clash with send.type and invoker.typeStefan Radomski2013-08-138-20/+18
|
* Started Java datamodel and fixed memory leaksStefan Radomski2013-08-1329-169/+435
|
* Bug fixes and version bumpStefan Radomski2013-08-0116-61/+162
| | | | | | | - New calendar invoker - Fixed memory leaks with JavaScriptCore - Compiles on windows again - Beautified source code indentation
* Started calendar invoker and bug fixesStefan Radomski2013-07-262-2/+53
|
* Introduced type="query" attribute for prolog script elementStefan Radomski2013-07-234-50/+60
|
* Removed iOS project againStefan Radomski2013-07-222-9/+98
|
* Reactiveated umundo invokerStefan Radomski2013-07-041-5/+9
|
* Reactiveted miles components and some JSC fixesStefan Radomski2013-07-033-23/+27
|
* More complete JSC ECMA datamodelStefan Radomski2013-06-2130-127/+639
|
* More work on JSC implementation for ecma datamodelStefan Radomski2013-06-2139-320/+2334
|
* New version with XHTML invokerStefan Radomski2013-06-2040-2293/+2293
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-1041-2314/+2324
|
* Support for event.raw and more XPath datamodel refactoringsStefan Radomski2013-04-204-1/+36
|
* Refactoring for other datamodelsStefan Radomski2013-04-122-47/+125
|
* New DataModelsStefan Radomski2013-04-102-7/+37
|
* Reformatted and removed superfluous std::coutsStefan Radomski2013-04-071-1/+1
|
* Even more conformance fixesStefan Radomski2013-04-074-11/+22
|
* See detailled logStefan Radomski2013-04-062-6/+6
| | | | | | Added new revised W3C tests Hide Interpreter via PIMPL Implemented SCXMLIOProcessor
* Redownloaded tests and fixed some more w3c issuesStefan Radomski2013-04-052-12/+29
|