runtime/__init__.py
2018-10-30 Edouard Tisserant Prevent PLCObject to be imported from IDE as a side effect of importing runtime package
2018-10-02 Edouard Tisserant Please pylint and pep8
2018-10-02 Edouard Tisserant Show more exceptions on stdout, particularly those that are raised by AutoLoad (first item in Main Thread worker)
2018-08-21 Edouard Tisserant Refactoring. Separated PLC Object, PYRO Server and MainWorker :
2018-04-12 Edouard Tisserant Intermediate state while implementing runtime worker to ensure that PLCObject Load and Unload methods always run main thread.
2017-10-09 Andrey Skvortsov fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
2017-03-27 Andrey Skvortsov runtime is licensed under LGPLv2.1
2016-05-06 Andrey Skvortsov add copyright notices to python files where there were missing, that
2009-05-18 greg Wait the debug thread has terminated before freeing PLC to avoid random segmentation fault.
2008-08-21 etisserant Moved template C code to targets dir. Cleaned up some forgotten print.
2008-08-19 etisserant Added concepts :
2007-09-21 etisserant On the long wat towards generated code comilation...