2022-10-28 |
GP Orcullo |
fixed plcopen imports
python3
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
automated conversion using 2to3-3.9 tool
python3
|
file |
diff |
annotate
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
|
file |
diff |
annotate
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1625 # (raising-string) Raising a string exception
|
file |
diff |
annotate
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1649 # (deprecated-string-function) Accessing a deprecated function on the string module
|
file |
diff |
annotate
|
2018-10-09 |
Andrey Skvortsov |
python3 support: pylint, W1659 # (xreadlines-attribute) Accessing a removed xreadlines attribute
|
file |
diff |
annotate
|
2017-10-19 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
file |
diff |
annotate
|
2017-10-09 |
Andrey Skvortsov |
fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
|
file |
diff |
annotate
|
2017-10-05 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
2017-10-03 |
Andrey Skvortsov |
remove unused variables found by pylint
|
file |
diff |
annotate
|
2017-09-28 |
Andrey Skvortsov |
fix wrong-import-order. first standard modules are imported, then others
|
file |
diff |
annotate
|
2017-09-22 |
Andrey Skvortsov |
fix unnecessary parens after keyword
|
file |
diff |
annotate
|
2017-08-21 |
Andrey Skvortsov |
clean-up: fix PEP8 E265 block comment should start with '# '
|
file |
diff |
annotate
|
2017-08-18 |
Andrey Skvortsov |
clean-up: fix PEP8 E272 multiple spaces before keyword
|
file |
diff |
annotate
|
2017-08-18 |
Andrey Skvortsov |
clean-up: fix PEP8 E128 continuation line under-indented for visual indent
|
file |
diff |
annotate
|
2017-08-17 |
Andrey Skvortsov |
clean-up: fix PEP8 E222 multiple spaces after operator
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 E201 whitespace after '{'
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:'
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E225 missing whitespace around operator
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E231 missing whitespace after ':' or ','
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix some PEP8 E228 missing whitespace around modulo operator
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix PEP8 E401 multiple imports on one line
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up for PEP8: fix W291 trailing whitespace
|
file |
diff |
annotate
|
2016-11-18 |
Andrey Skvortsov |
fix license notices in source files and license files under GPLv2+
|
file |
diff |
annotate
|
2014-01-28 |
Edouard Tisserant |
Tidy PLCopen definitions
|
file |
diff |
annotate
|
2013-09-27 |
Laurent Bessard |
Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file
|
file |
diff |
annotate
|
2013-09-18 |
Laurent Bessard |
Used OrderedDict for keeping of standard function blocks library defined
|
file |
diff |
annotate
|
2013-09-10 |
Laurent Bessard |
Replaced standard function blocks library definition from dictionary to plcopen xml files
|
file |
diff |
annotate
|
2013-09-10 |
Laurent Bessard |
Removed obsolete process for customizing block code generated in extensions
|
file |
diff |
annotate
|
2013-08-30 |
Laurent Bessard |
Fixed SFC block edition and SFC to SFC_textual code generating
|
file |
diff |
annotate
|
2013-08-30 |
Laurent Bessard |
Fixed ST program generating module
|
file |
diff |
annotate
|
2013-08-04 |
Edouard Tisserant |
More optimization attemps in type handling
|
file |
diff |
annotate
|
2013-06-10 |
Laurent Bessard |
Fixed bug when generating ST code and connection is broken in POU using graphical language
|
file |
diff |
annotate
|
2013-05-15 |
Laurent Bessard |
Fixed bug in ST code generator with extensible standard functions
|
file |
diff |
annotate
|
2013-05-15 |
Laurent Bessard |
Fixed bug in ST code generator when function output variable has no name
|
file |
diff |
annotate
|
2013-05-14 |
Laurent Bessard |
Fixed PLC code generator when interface of an already used POU has changed
|
file |
diff |
annotate
|
2013-03-06 |
Laurent Bessard |
Fixed test identifier function
|
file |
diff |
annotate
|
2013-02-27 |
Laurent Bessard |
Fixed SFC keyword definition
|
file |
diff |
annotate
|
2012-09-07 |
Laurent Bessard |
Integration of PLCOpenEditor into Beremiz
|
file |
diff |
annotate
|