Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed URI to URL | Stefan Radomski | 2014-12-14 | 4 | -4/+4 |
| | | | | Some fixes for Xincludes | ||||
* | Support for xinclude | Stefan Radomski | 2014-12-05 | 12 | -19/+19 |
| | |||||
* | Nested invokers and delayed events for PROMELA model checking | Stefan Radomski | 2014-12-01 | 3 | -4/+3 |
| | |||||
* | Support for DataModelExtensions | Stefan Radomski | 2014-11-13 | 1 | -0/+59 |
| | |||||
* | Updated Java exampled to access external XML per XPath | Stefan Radomski | 2014-11-12 | 1 | -3/+3 |
| | |||||
* | Hopefully fixed unfortunate document.evaluate bug in ECMAScript bindings | Stefan Radomski | 2014-11-12 | 1 | -2/+7 |
| | |||||
* | Data model access example in Java | Stefan Radomski | 2014-11-12 | 3 | -0/+101 |
| | |||||
* | Fixed the embedding examples | Stefan Radomski | 2014-08-26 | 3 | -6/+6 |
| | |||||
* | More issues being idenified via interpreter.validate() | Stefan Radomski | 2014-08-21 | 1 | -5/+3 |
| | |||||
* | New Interpreter::validate() to identify issues with a document before running it | Stefan Radomski | 2014-08-21 | 1 | -0/+35 |
| | |||||
* | Reactiveted new CMake policies and some more documentation | Stefan Radomski | 2014-08-21 | 1 | -11/+45 |
| | |||||
* | Updated documentation | Stefan Radomski | 2014-08-20 | 1 | -0/+36 |
| | |||||
* | Find JavaScriptCoreGTK3 as well | Stefan Radomski | 2014-08-19 | 1 | -0/+22 |
| | |||||
* | Support for ignoring libraries when building and minimal builds | Stefan Radomski | 2014-07-31 | 1 | -1/+3 |
| | |||||
* | More adhoc extensions for interpreters | Stefan Radomski | 2014-07-31 | 7 | -77/+308 |
| | |||||
* | Updated tests with new addIOProcessor function | Stefan Radomski | 2014-07-30 | 2 | -21/+9 |
| | |||||
* | interpreter.addIOProcessor | Stefan Radomski | 2014-07-30 | 1 | -1/+0 |
| | |||||
* | Stupid bug | Stefan Radomski | 2014-07-30 | 2 | -3/+7 |
| | |||||
* | See detailled log | Stefan Radomski | 2014-07-30 | 2 | -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 output | Stefan Radomski | 2014-07-21 | 1 | -0/+51 |
| | |||||
* | More fixes for language bindings | Stefan Radomski | 2014-07-15 | 1 | -1/+0 |
| | |||||
* | Made Blob into Pimpl to better support language bindings | Stefan Radomski | 2014-07-06 | 1 | -2/+28 |
| | |||||
* | Retriggering travis | Stefan Radomski | 2014-07-06 | 1 | -1/+6 |
| | |||||
* | Got ready for cmake3 and some minor fixes | Stefan Radomski | 2014-07-03 | 4 | -14/+19 |
| | |||||
* | More polishing for bindings C# and Java | Stefan Radomski | 2014-07-01 | 8 | -77/+302 |
| | |||||
* | More work on language bindings and C# examples | Stefan Radomski | 2014-06-26 | 4 | -14/+14 |
| | |||||
* | Work on bindings | Stefan Radomski | 2014-06-25 | 13 | -0/+954 |
- Introduced exceptions into C# and Java - Moved binding examples to /embedding - Interpreter will now throw exceptions, beware! |