tests/python/plc.xml
Sat, 09 Jun 2012 00:08:34 +0200 Edouard Tisserant Now, PYRO:// locations also accept MDNS service names
Sun, 20 May 2012 19:07:09 +0200 Edouard Tisserant Moved LPC sources to a separate project
Sat, 12 May 2012 12:11:42 +0200 Edouard Tisserant refactoring - c_ext stripped first stage
Sat, 12 May 2012 11:21:10 +0200 Edouard Tisserant refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
Sun, 06 Dec 2009 17:45:36 +0100 Edouard TISSERANT Debugger still doesn't work crash less...
Mon, 02 Nov 2009 17:41:12 +0100 edouard Wiped out references to Lolitech
Thu, 08 Oct 2009 11:26:40 +0200 laurent Bug on Debug trying to start (and stop) before PLC started fixed.
Wed, 29 Jul 2009 15:17:10 +0200 laurent Move python evaluator to create a python plugin containing any related python module
Tue, 30 Dec 2008 22:43:48 +0100 etisserant Added "runtime.py", a file that is executed in python thread in runtime, before handling python_eval FBs requests. Added small python editor taken from wxPython demo, and appropriate icon and button to launch it.
Wed, 24 Dec 2008 00:02:12 +0100 etisserant fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
Tue, 23 Dec 2008 19:37:44 +0100 etisserant Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.