summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/datamodel/ecmascript
Commit message (Collapse)AuthorAgeFilesLines
* Builds and links and tests ok on linux nowStefan Radomski2016-05-122-2/+14
|
* Major Refactoring v2.0Stefan Radomski2016-05-12164-21926/+19691
|
* Fixed issue 64 and beautified code againStefan Radomski2016-04-281-2/+2
|
* Some more preparations for current V8 APIStefan Radomski2016-03-071-1/+1
|
* Forgot to update pathsStefan Radomski2016-02-241-1/+1
|
* Some refactoring for improved compile timesStefan Radomski2016-02-238-14/+17
|
* More work on ANSI C transformationStefan Radomski2016-02-141-46/+64
|
* Beautified codeStefan Radomski2016-01-103-21/+21
|
* Builds with MSVC againStefan Radomski2016-01-101-29/+0
|
* Fixed compilation for gcc on Linux againStefan Radomski2016-01-082-1/+31
|
* Prepared ChartToC transformationStefan Radomski2016-01-064-10/+10
|
* All changes up to my dissertationStefan Radomski2015-12-041-1/+1
|
* Datamode Extensions for V8Stefan Radomski2014-11-143-1/+68
|
* Support for DataModelExtensionsStefan Radomski2014-11-132-1/+79
|
* Hopefully fixed unfortunate document.evaluate bug in ECMAScript bindingsStefan Radomski2014-11-122-2/+10
|
* Major work on PROMELA datamodelStefan Radomski2014-10-124-47/+47
|
* Retain ioProcs and invokers object in V8 and moved ctests from contrib to testsStefan Radomski2014-08-282-19/+33
|
* New Interpreter::validate() to identify issues with a document before running itStefan Radomski2014-08-214-5/+16
|
* More JVoiceXML integrationStefan Radomski2014-08-152-0/+332
|
* Forgot to adapt V8 DMStefan Radomski2014-08-032-3/+3
|
* Got rid of more dynamic_castsStefan Radomski2014-08-032-2/+2
|
* See detailled logStefan Radomski2014-07-302-5/+6
| | | | | | | - Forcing Data.Type for Data(String) constructor now, default used to be INTERPRETED. - setDataModel and addIOProcessor on interpreter now - fixed a bug with Data(bool) constructor - various smaller fixes
* Made Blob into Pimpl to better support language bindingsStefan Radomski2014-07-064-67/+68
|
* Binary data in bindingsStefan Radomski2014-07-051-1/+1
|
* Stop registering a custom exception handlerStefan Radomski2014-07-041-5/+5
|
* Introduced isLocation for datamodels to check for valid namelist entriesStefan Radomski2014-07-034-2/+33
|
* More polishing for bindings C# and JavaStefan Radomski2014-07-011-21/+10
|
* - Prolog DM compiles with recent SWI release againStefan Radomski2014-06-241-1/+1
| | | | | - Bugfixes for stress test - Beautified code
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-232-0/+25
|
* Changed getNames signature from set to listStefan Radomski2014-06-062-6/+6
|
* 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