Tue, 30 Jan 2018 16:23:50 +0100 Edouard Tisserant modbus extension code cleanup, from smarteh's patch
Tue, 30 Jan 2018 16:06:58 +0100 Edouard Tisserant Merged Mario's modbus branch. Fixed line endings.
Fri, 24 Mar 2017 12:07:47 +0000 Mario de Sousa merge
Sun, 05 Mar 2017 00:38:25 +0000 Mario de Sousa Ignore bug report files.
Sun, 05 Mar 2017 00:37:54 +0000 Mario de Sousa Add support for Modbus (TCP and RTU) working as master & slave
Mon, 29 Jan 2018 13:31:14 +0100 Edouard Tisserant merge
Wed, 24 Jan 2018 16:12:49 +0100 Edouard Tisserant fixed erro introduced 2 commits ago (-e) : tuples have no reverse() method
Wed, 24 Jan 2018 15:44:36 +0100 Edouard Tisserant Trying to get better logging/display of exceptions at runtime's startup
Wed, 24 Jan 2018 14:48:49 +0100 Edouard Tisserant Changed way to deal with extensions arguments (-e) so that path and filename are stored independently and accessible for extensions themselves.
Mon, 29 Jan 2018 12:56:49 +0100 Edouard Tisserant Textviewer : moved call to Colourise in a better place, so that ST highlighting gets also updated when typing in some case, not only IL
Fri, 19 Jan 2018 15:12:23 +0100 Edouard Tisserant Main runtime template C code : Added HAVE_RETAIN preprocessor definition for customized build to signal it provides IEC-61131 Retain memory handling function. Removed targets/Xenomai/plc_Xenomai_noretain.c, now useless.
Mon, 15 Jan 2018 14:43:53 +0100 Edouard Tisserant Clarify licensing, and packaging of runtime only files :
Thu, 11 Jan 2018 15:41:20 +0100 Edouard Tisserant Enforced check_source.sh pep8 and pylint rules.
Thu, 11 Jan 2018 15:39:58 +0100 Edouard Tisserant runtime/WAMP: Fixed secret loading into configuration. Fixed secret commandline switch handling.
Thu, 11 Jan 2018 13:02:09 +0100 Edouard Tisserant runtime/WAMP : was 'Added time print on session left.' from dporopat. Purpose is to log (dis/re)connection, to help debugging connection problem
Thu, 11 Jan 2018 12:48:49 +0100 Edouard Tisserant runtime/Wamp : adapt to unicode being enforced in latest crossbar API. Updated some documentation, to explain why there is unused definitions like SubscribedEvents or DoOnJoin.
Wed, 10 Jan 2018 15:36:03 +0100 Edouard Tisserant Extend python<->PLC global variable description "GlobalDesc" to support Initial value setting.
Wed, 10 Jan 2018 14:35:04 +0100 Edouard Tisserant update tests/wamp README file, based on changes from dporopat.
Wed, 10 Jan 2018 13:23:40 +0100 Edouard Tisserant Fixed WAMP test (crossbar confile upgrade and use same ID on both PLC and IDE side)
Wed, 10 Jan 2018 13:21:42 +0100 Edouard Tisserant Fixed changes from dporopat and agregorcic about WAMP CRA and config.
Tue, 09 Jan 2018 15:08:08 +0100 Edouard Tisserant WAMP runtime : changes from dporopat and agregorcic, adding CRA (-s) and changed way to load WAMP conf (-c)
Tue, 09 Jan 2018 14:52:56 +0100 Edouard Tisserant Set WAMP registration option so that reconnecting while earlier session still didn't timeout is possible (in case of connection lost, for example).
Tue, 09 Jan 2018 14:50:41 +0100 Edouard Tisserant More canonical overload of ReconnectingClientFactory (according twisted doc)
Tue, 09 Jan 2018 14:42:23 +0100 Edouard Tisserant non significant print syntax change. ready for py3.
Tue, 09 Jan 2018 14:38:45 +0100 Edouard Tisserant whitespace cosmetic for pep8
Mon, 08 Jan 2018 11:09:02 +0100 Edouard Tisserant Added arbitrary timeout on Pyro, to force it to free memory after disconnect.
Fri, 05 Jan 2018 15:39:02 +0100 Edouard Tisserant Moved code from to Beremiz_service.py Server class Start method to Loop method to allow customisation by hot patching. Also renamed Stop method as _stop and use Restart instead of Stop from everywhere else to make it clear that _stop actually does restart...
Thu, 04 Jan 2018 16:00:35 +0100 Edouard Tisserant enforce PEP8 in previous commit
Fri, 20 Jan 2017 13:22:31 +0100 dporopat replaced normal panel with scrolled panel under project properties
Tue, 05 Dec 2017 12:38:04 +0300 Surkov Sergey fix missing root in empty search results panel
Mon, 04 Dec 2017 19:35:31 +0300 Surkov Sergey add possibility to specify subprocess stdout encoding
Mon, 04 Dec 2017 11:20:46 +0300 Andrey Skvortsov fix deadlock if method kill() is called after process is already finished
Wed, 25 Oct 2017 13:50:26 +0300 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
Mon, 23 Oct 2017 18:25:45 +0300 Andrey Skvortsov make CanFestival to be at the expected place in bitbucket pipelines container
Thu, 19 Oct 2017 13:33:01 +0300 Andrey Skvortsov fix pylint error '(unsubscriptable-object) Value 'X' is unsubscriptable'
Thu, 19 Oct 2017 11:03:03 +0300 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
Thu, 19 Oct 2017 10:57:35 +0300 Andrey Skvortsov force all python source code to have LF line ending
Wed, 18 Oct 2017 12:23:19 +0300 Andrey Skvortsov fix pylint warning '(expression-not-assigned) Expression "X" is assigned to nothing'
Tue, 17 Oct 2017 11:29:20 +0300 Andrey Skvortsov fix pylint warning '(redefine-in-handler) Redefining name 'X' from outer scope (line Y) in exception handler'
Tue, 17 Oct 2017 11:09:01 +0300 Andrey Skvortsov fix displaying result of update check during Beremiz startup
Tue, 17 Oct 2017 09:51:43 +0300 Andrey Skvortsov fix pylint warning '(no-init) Class has no __init__ method'
Mon, 16 Oct 2017 17:20:31 +0300 Andrey Skvortsov fix pylint error "(undefined-variable) Undefined variable 'X'"
Fri, 13 Oct 2017 13:17:42 +0300 Andrey Skvortsov fix problem happend when tests are running under python-coverage
Thu, 12 Oct 2017 16:18:05 +0300 Andrey Skvortsov fix pylint error '(too-many-function-args) Too many positional arguments for function call'
Wed, 11 Oct 2017 13:55:56 +0300 Andrey Skvortsov fix pylint error '(import-error) Unable to import X'
Wed, 11 Oct 2017 13:15:21 +0300 Andrey Skvortsov fix pylint error '(no-self-argument) Method should have "self" as first argument'
Wed, 11 Oct 2017 11:54:55 +0300 Andrey Skvortsov fix pylint error "(no-name-in-module) No name 'X' in module 'Y'"
Wed, 11 Oct 2017 11:41:32 +0300 Andrey Skvortsov fix pylint error '(bad-except-order) Bad except clauses order (X is an ancestor class of Y)'
Wed, 11 Oct 2017 11:35:19 +0300 Andrey Skvortsov fix pylint warning "(no-value-for-parameter) No value for argument 'X' in function call"
Wed, 11 Oct 2017 10:34:45 +0300 Andrey Skvortsov fix problems with unconnected input of InOut function variables and
Tue, 10 Oct 2017 16:38:57 +0300 Andrey Skvortsov fix error for functions with VAR_IN_OUT
Tue, 10 Oct 2017 14:01:46 +0300 Andrey Skvortsov fix pylint warning '(unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck'
Tue, 10 Oct 2017 13:49:13 +0300 Andrey Skvortsov fix pylint warning '(misplaced-bare-raise) The raise statement is not inside an except clause'
Tue, 10 Oct 2017 13:43:55 +0300 Andrey Skvortsov fix format string argument error found by pylint '(too-many-format-args) Too many arguments for format string'
Tue, 10 Oct 2017 13:33:46 +0300 Andrey Skvortsov fix pylint warning '(wrong-import-position) Import "import X" should be placed at the top of the module'
Tue, 10 Oct 2017 13:21:48 +0300 Andrey Skvortsov fix pylint warning '(import-self) Module import itself'
Tue, 10 Oct 2017 12:50:10 +0300 Andrey Skvortsov remove old code useless code found by pylint "(unnecessary-pass) Unnecessary pass statement"
Tue, 10 Oct 2017 12:34:50 +0300 Andrey Skvortsov fix error found by pylint 'W0104(pointless-statement) Statement seems to have no effect'
Tue, 10 Oct 2017 12:21:46 +0300 Andrey Skvortsov fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'"
Tue, 10 Oct 2017 11:58:30 +0300 Andrey Skvortsov fix pylint warning 'C0112(empty-docstring) Empty function docstring'