summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Catch std::exception before ... and output e.what()Stefan Radomski2014-08-056-48/+98
|
* Beautified flattened state-machine idsStefan Radomski2014-08-045-115/+190
|
* Updated docs and fixed a bug related to setDataModel in the language bindingsStefan Radomski2014-08-041-1/+1
|
* Forgot to adapt V8 DMStefan Radomski2014-08-032-3/+3
|
* Forgot to remove InterpreterRC header referenceStefan Radomski2014-08-031-1/+1
|
* Got rid of more dynamic_castsStefan Radomski2014-08-0345-374/+469
|
* Support for ignoring libraries when building and minimal buildsStefan Radomski2014-07-3114-695/+733
|
* More adhoc extensions for interpretersStefan Radomski2014-07-317-14/+59
|
* interpreter.addIOProcessorStefan Radomski2014-07-302-0/+10
|
* Stupid bugStefan Radomski2014-07-301-1/+1
|
* See detailled logStefan Radomski2014-07-3025-346/+1433
| | | | | | | - 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
* More work on lua datamodelStefan Radomski2014-07-236-131/+130
|
* try / catch blocks for applications and work on dot outputStefan Radomski2014-07-216-243/+404
|
* bug fix for errnoStefan Radomski2014-07-171-0/+1
|
* Build fixes for gccStefan Radomski2014-07-162-1/+2
|
* Generic socket supportStefan Radomski2014-07-1616-9/+552
|
* More fixes for language bindingsStefan Radomski2014-07-155-4/+23
|
* 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-1513-184/+745
|
* First signs of Lua DatamodelStefan Radomski2014-07-086-5/+350
|
* Appr. 15% performance boost by avoiding dynamic_cast in DOMStefan Radomski2014-07-0710-190/+194
|
* Made Blob into Pimpl to better support language bindingsStefan Radomski2014-07-0618-119/+205
|
* Binary data in bindingsStefan Radomski2014-07-058-22/+109
|
* Stop registering a custom exception handlerStefan Radomski2014-07-041-5/+5
|
* Introduced isLocation for datamodels to check for valid namelist entriesStefan Radomski2014-07-0315-7/+77
|
* Got ready for cmake3 and some minor fixesStefan Radomski2014-07-0312-71/+144
|
* More polishing for bindings C# and JavaStefan Radomski2014-07-0132-467/+676
|
* Major header movementStefan Radomski2014-06-2768-3598/+2414
| | | | | | - Used IWYU to reorganize headers - Dropped PHP support - Updated tests
* More work on language bindings and C# examplesStefan Radomski2014-06-2611-36/+420
|
* Work on bindingsStefan Radomski2014-06-2524-355/+639
| | | | | | - 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-2437-2960/+3036
| | | | | - Bugfixes for stress test - Beautified code
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-2341-782/+1710
|
* Still with the getNames refactoringStefan Radomski2014-06-073-7/+7
|
* getNames() has to return a listStefan Radomski2014-06-073-6/+6
|
* Changed getNames signature from set to listStefan Radomski2014-06-0646-162/+326
|
* Builds as plugins againStefan Radomski2014-05-235-14/+43
|
* Merge pull request #36 from mathiasjohanson/masterStefan Radomski2014-05-231-2/+2
|\ | | | | not 100% cpu anymore and no crash on disconnect
| * crash in audio device close fixedMathias Johanson2014-05-231-1/+1
| |
| * audio thread polling issueMathias Johanson2014-05-231-1/+1
| |
* | Fixed the 100% CPU utilization bug and replaced the bool() cast operator for ↵Stefan Radomski2014-05-2317-34/+51
|/ | | | data by empty()
* input format for video encoder set to default valueMathias Johanson2014-05-231-1/+2
|
* Builds with MSVC againStefan Radomski2014-05-2212-2392/+2521
|
* Introduced interpreter.step()Stefan Radomski2014-05-1513-272/+467
|
* Retain interpreter instance for DataModels in Java (Rhino)Stefan Radomski2014-05-144-4/+21
|
* Fixed V8 datamodelStefan Radomski2014-05-141-1/+1
|
* Fixed some bugs with java bindingsStefan Radomski2014-05-149-68/+77
|
* More work on RhinoStefan Radomski2014-05-141-0/+19
|
* More work on Rhino datamodelStefan Radomski2014-05-132-5/+13
|
* Started with JavaScript DM in Java (Rhino)Stefan Radomski2014-05-122-2/+2
|