runtime/__init__.py
2019-04-09 Edouard Tisserant pep8 white spaces
2019-04-09 Edouard Tisserant Continue fixing deadlock of previous commit, this time occuring when waiting for 'cleanup' python runtime call to finish. Now 'init' and 'cleanup' python runtime calls are called directly from main thread, and aren't anymore invoked in the context of wxMainloop and/or twisted reactor.
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...