Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed Interpreter::fromXML | Stefan Radomski | 2013-03-22 | 1 | -0/+2 | |
| | ||||||
* | Added php directors and fixed Interpreter::fromString | Stefan Radomski | 2013-03-22 | 3 | -3/+682 | |
| | ||||||
* | Enabled swig directors for php | Stefan Radomski | 2013-03-22 | 2 | -0/+3 | |
| | ||||||
* | add tsrm_ls to top of php wrapper for those following "the book" | Stefan Radomski | 2013-03-22 | 1 | -0/+4 | |
| | ||||||
* | Some minor bugfixes | Stefan Radomski | 2013-03-22 | 3 | -3/+7 | |
| | | | | | | - Disabled peer verification with ssl URLs - Fixed a buffer overrun with JSON parsing - Changed test.php url to github | |||||
* | Fixed php build for other platforms again | Stefan Radomski | 2013-03-22 | 2 | -1/+4 | |
| | ||||||
* | Resolved type error with swig for php | Stefan Radomski | 2013-03-22 | 3 | -0/+14 | |
| | ||||||
* | Compiled PHP module on MacOSX as well | Stefan Radomski | 2013-03-21 | 2 | -1/+43 | |
| | ||||||
* | Trying for a PHP module | Stefan Radomski | 2013-03-20 | 2 | -12/+13 | |
| | ||||||
* | Prepared php build target | Stefan Radomski | 2013-03-20 | 3 | -0/+69 | |
| | ||||||
* | Started Syteminvoker | Stefan Radomski | 2013-03-20 | 15 | -33/+170 | |
| | ||||||
* | Fixed http responses and added miles invoker | Stefan Radomski | 2013-03-17 | 13 | -45/+613 | |
| | ||||||
* | Fixed issue with temporary files | Stefan Radomski | 2013-03-06 | 3 | -15/+51 | |
| | ||||||
* | Fixed a concurrency related issue | Stefan Radomski | 2013-03-06 | 1 | -2/+8 | |
| | ||||||
* | Changed directory monitor to polling behaviour :( | Stefan Radomski | 2013-03-06 | 15 | -503/+861 | |
| | ||||||
* | Fixed a bug with firlname containing the whole path | Stefan Radomski | 2013-03-01 | 2 | -7/+21 | |
| | ||||||
* | Prepared everything for FE-Design demo | Stefan Radomski | 2013-02-28 | 12 | -96/+401 | |
| | ||||||
* | Introduced postpone element and reorganized http request representation as ↵ | Stefan Radomski | 2013-02-25 | 25 | -774/+861 | |
| | | | | events | |||||
* | Beautified source code again | Stefan Radomski | 2013-02-20 | 64 | -4103/+4192 | |
| | ||||||
* | Forgot to initialize boolean | Stefan Radomski | 2013-02-20 | 1 | -1/+1 | |
| | ||||||
* | See detailled log | Stefan Radomski | 2013-02-20 | 66 | -3411/+5092 | |
| | | | | | | | | | - Builds on windows again - All HTTP requests are no passed into interpreter - New response element to reply with data - Moved basichttp URL - New HTTP servlet invoker to register additional URLs - More bugfixes than I care to mention | |||||
* | Various bug fixes | Stefan Radomski | 2013-02-10 | 3 | -27/+279 | |
| | ||||||
* | Fixed history | Stefan Radomski | 2013-02-08 | 14 | -95/+533 | |
| | ||||||
* | Builds on linux again | Stefan Radomski | 2013-01-30 | 3 | -0/+8 | |
| | ||||||
* | Started to resolve scxml-test-framework tests from SCION suite | Stefan Radomski | 2013-01-25 | 6 | -375/+288 | |
| | ||||||
* | See detailed commitlog | Stefan Radomski | 2013-01-21 | 117 | -691/+4824 | |
| | | | | | | | | - Started DirectoryMonitor invoker - Refactored Invoker / IOProcessor interface - Started with JavaScriptCore bindings - Embedding applications can now use setParentQueue to receive events sent to #_parent | |||||
* | Removed std::cout on jsFinalize | Stefan Radomski | 2013-01-20 | 1 | -1/+0 | |
| | ||||||
* | Regenerated V8 DOM and beautified code | Stefan Radomski | 2013-01-20 | 73 | -3434/+3679 | |
| | ||||||
* | Completed V8 IDL to DOM generator | Stefan Radomski | 2013-01-20 | 60 | -616/+4583 | |
| | ||||||
* | Started JavaScriptCore datamodel | Stefan Radomski | 2013-01-16 | 11 | -18/+14 | |
| | ||||||
* | More work on Prolog datamodel | Stefan Radomski | 2013-01-16 | 6 | -32/+117 | |
| | ||||||
* | Started JavaScriptCore datamodel | Stefan Radomski | 2013-01-15 | 2 | -0/+160 | |
| | ||||||
* | Marked as altered version | Stefan Radomski | 2013-01-15 | 2 | -2/+2 | |
| | ||||||
* | Bug fixes and tests for URL class | Stefan Radomski | 2013-01-15 | 1 | -2/+14 | |
| | ||||||
* | Started prolog datamodel | Stefan Radomski | 2013-01-15 | 1 | -1/+1 | |
| | ||||||
* | Fixed race condition when setting up ioprocessors | Stefan Radomski | 2013-01-15 | 4 | -34/+70 | |
| | ||||||
* | Proper initialization enables proper destruction | Stefan Radomski | 2013-01-13 | 1 | -4/+7 | |
| | ||||||
* | Fixed bugs intriduced by PIMPL | Stefan Radomski | 2013-01-13 | 17 | -34/+39 | |
| | ||||||
* | Refactored to PIMPL pattern | Stefan Radomski | 2013-01-12 | 20 | -261/+351 | |
| | ||||||
* | Started to fix Windows compilation issues | Stefan Radomski | 2013-01-12 | 3 | -5/+8 | |
| | ||||||
* | Major changes - see details | Stefan Radomski | 2013-01-10 | 29 | -425/+1183 | |
| | | | | | | | - Dynamic SceneGraph ML - V8 DOM for ecmascript datamodel - New heartbeat invoker - Fixed various bugs | |||||
* | Fixed compile issues on linux for osginvoker | Stefan Radomski | 2012-12-27 | 3 | -1/+15 | |
| | ||||||
* | Support for rad, deg and % in rotation | Stefan Radomski | 2012-12-27 | 1 | -10/+35 | |
| | ||||||
* | New scenegraph invoker using OpenSceneGraph | Stefan Radomski | 2012-12-27 | 14 | -29/+735 | |
| | | | | Ultimately, the scenegraph invoker ought to use x3d | |||||
* | Got rid of xpath on critical path | Stefan Radomski | 2012-12-22 | 2 | -180/+46 | |
| | | | | Improves performance by a factor of 8! | |||||
* | Provided sample invoker as a starting point | Stefan Radomski | 2012-12-21 | 2 | -0/+89 | |
| | ||||||
* | Fixed automatic port selection when none given in URL | Stefan Radomski | 2012-12-21 | 1 | -1/+2 | |
| | ||||||
* | Do not return generated pseudo state with initial transition | Stefan Radomski | 2012-12-21 | 1 | -9/+24 | |
| | ||||||
* | Started SceneGraph invoker | Stefan Radomski | 2012-12-21 | 2 | -0/+90 | |
| | ||||||
* | Refactoring finished | Stefan Radomski | 2012-12-20 | 39 | -5915/+6122 | |
| | | | | | | Support datamodels, invokers and ioprocessors as plugins Comply to HTTP1.1 by sending host header field Started prolog datamodel |