summaryrefslogtreecommitdiffstats
path: root/src/bindings
Commit message (Collapse)AuthorAgeFilesLines
* More issues being idenified via interpreter.validate()Stefan Radomski2014-08-211-0/+3
|
* New Interpreter::validate() to identify issues with a document before running itStefan Radomski2014-08-212-0/+4
|
* Reactiveted new CMake policies and some more documentationStefan Radomski2014-08-213-1/+29
|
* Updated docs and fixed a bug related to setDataModel in the language bindingsStefan Radomski2014-08-041-1/+1
|
* Got rid of more dynamic_castsStefan Radomski2014-08-033-7/+7
|
* Support for ignoring libraries when building and minimal buildsStefan Radomski2014-07-313-4/+8
|
* More adhoc extensions for interpretersStefan Radomski2014-07-312-0/+5
|
* interpreter.addIOProcessorStefan Radomski2014-07-302-0/+10
|
* See detailled logStefan Radomski2014-07-301-1/+19
| | | | | | | - 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
* Generic socket supportStefan Radomski2014-07-161-0/+1
|
* More fixes for language bindingsStefan Radomski2014-07-154-3/+20
|
* Small fix for java bindingsStefan Radomski2014-07-151-9/+5
|
* Small ant fix and retriggering travisStefan Radomski2014-07-151-1/+5
|
* Improved support for dot outputStefan Radomski2014-07-151-0/+1
|
* Made Blob into Pimpl to better support language bindingsStefan Radomski2014-07-063-3/+16
|
* Binary data in bindingsStefan Radomski2014-07-053-0/+69
|
* Introduced isLocation for datamodels to check for valid namelist entriesStefan Radomski2014-07-031-0/+4
|
* Got ready for cmake3 and some minor fixesStefan Radomski2014-07-036-52/+124
|
* More polishing for bindings C# and JavaStefan Radomski2014-07-0110-111/+446
|
* Major header movementStefan Radomski2014-06-2714-1681/+67
| | | | | | - Used IWYU to reorganize headers - Dropped PHP support - Updated tests
* More work on language bindings and C# examplesStefan Radomski2014-06-269-33/+416
|
* Work on bindingsStefan Radomski2014-06-2518-335/+591
| | | | | | - Introduced exceptions into C# and Java - Moved binding examples to /embedding - Interpreter will now throw exceptions, beware!
* - Prolog DM compiles with recent SWI release againStefan Radomski2014-06-241-2/+4
| | | | | - Bugfixes for stress test - Beautified code
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-2316-61/+766
|
* Changed getNames signature from set to listStefan Radomski2014-06-062-4/+4
|
* Retain interpreter instance for DataModels in Java (Rhino)Stefan Radomski2014-05-142-2/+17
|
* Fixed some bugs with java bindingsStefan Radomski2014-05-142-46/+28
|
* More work on RhinoStefan Radomski2014-05-141-0/+19
|
* More work on Rhino datamodelStefan Radomski2014-05-132-5/+13
|
* Only build SMTP invoker with current curlStefan Radomski2014-01-311-2/+2
|
* Performance and bugfix for WebSocketsStefan Radomski2013-12-201-12/+6
|
* Header file fixesStefan Radomski2013-10-312-0/+2
|
* Added XML node to DataModel::evalAsBool signature to enable script cachingStefan Radomski2013-10-271-0/+4
|
* Nested XML Node with eventStefan Radomski2013-10-262-2/+2
|
* Disabled unused label warningStefan Radomski2013-10-242-6/+8
|
* Added license information and bug fixesStefan Radomski2013-10-162-0/+2
|
* Reactivated cotire and some bug-fixesStefan Radomski2013-10-111-4/+4
|
* Reactivated plugin systemStefan Radomski2013-10-112-1/+19
|
* Got rid of some warnings with gccStefan Radomski2013-10-071-2/+53
|
* Reduced compile timesStefan Radomski2013-10-071-20/+48
| | | | | - new commandline argument handling - compiles on windows again
* Added Data::BINARY and compile fixes for non MacOSX platformsStefan Radomski2013-09-011-1/+3
|
* Some bug-fixes and enhancements to build-processStefan Radomski2013-08-293-0/+7
|
* Updated W3C tests and bug-fixesStefan Radomski2013-08-252-15/+7
|
* Added WebStorage object to documentStefan Radomski2013-08-211-1/+1
| | | | Some refinements to DotWriter
* More work on java datamodel interfaceStefan Radomski2013-08-132-2/+175
|
* Polished java datamodel exampleStefan Radomski2013-08-133-33/+7
|
* Renamed event.type to eventType to avoid clash with send.type and invoker.typeStefan Radomski2013-08-132-7/+65
|
* Started Java datamodel and fixed memory leaksStefan Radomski2013-08-135-6/+94
|
* Extended Java bindings and OpenAL invokerStefan Radomski2013-08-096-3/+209
|
* Bug fixes and version bumpStefan Radomski2013-08-012-0/+9
| | | | | | | - New calendar invoker - Fixed memory leaks with JavaScriptCore - Compiles on windows again - Beautified source code indentation