summaryrefslogtreecommitdiffstats
path: root/embedding
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the embedding examplesStefan Radomski2014-08-264-7/+7
|
* More issues being idenified via interpreter.validate()Stefan Radomski2014-08-211-5/+3
|
* New Interpreter::validate() to identify issues with a document before running itStefan Radomski2014-08-211-0/+35
|
* Reactiveted new CMake policies and some more documentationStefan Radomski2014-08-211-11/+45
|
* Updated documentationStefan Radomski2014-08-201-0/+36
|
* Find JavaScriptCoreGTK3 as wellStefan Radomski2014-08-191-0/+22
|
* Support for ignoring libraries when building and minimal buildsStefan Radomski2014-07-311-1/+3
|
* More adhoc extensions for interpretersStefan Radomski2014-07-317-77/+308
|
* Updated tests with new addIOProcessor functionStefan Radomski2014-07-302-21/+9
|
* interpreter.addIOProcessorStefan Radomski2014-07-301-1/+0
|
* Stupid bugStefan Radomski2014-07-302-3/+7
|
* See detailled logStefan Radomski2014-07-302-0/+167
| | | | | | | - 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
* try / catch blocks for applications and work on dot outputStefan Radomski2014-07-211-0/+51
|
* More fixes for language bindingsStefan Radomski2014-07-151-1/+0
|
* First signs of Lua DatamodelStefan Radomski2014-07-081-0/+0
|
* Made Blob into Pimpl to better support language bindingsStefan Radomski2014-07-063-2/+57
|
* Retriggering travisStefan Radomski2014-07-061-1/+6
|
* Got ready for cmake3 and some minor fixesStefan Radomski2014-07-0310-41/+95
|
* More work on C# embedding examplesStefan Radomski2014-07-016-68/+308
|
* More polishing for bindings C# and JavaStefan Radomski2014-07-0116-104/+357
|
* Major header movementStefan Radomski2014-06-2711-45/+36
| | | | | | - Used IWYU to reorganize headers - Dropped PHP support - Updated tests
* More work on language bindings and C# examplesStefan Radomski2014-06-2612-20/+243
|
* Work on bindingsStefan Radomski2014-06-2519-0/+1123
- Introduced exceptions into C# and Java - Moved binding examples to /embedding - Interpreter will now throw exceptions, beware!