targets/toolchain_gcc.py
2018-12-04 Edouard Tisserant Chunk based transfer for PLC binary and extra files, and some collateral code refactoring.
2018-10-12 Andrey Skvortsov python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
2018-10-09 Andrey Skvortsov Fix pep8 warning: W605 invalid escape sequence ?x?
2018-05-25 Andrey Skvortsov Build by default with optimization level -O2 for GCC
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-10-03 Andrey Skvortsov remove unused variables found by pylint
2017-09-28 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
2017-09-28 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
2017-08-19 Andrey Skvortsov clean-up: fix PEP8 E131 continuation line unaligned for hanging indent
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
2017-08-17 Andrey Skvortsov clean-up: fix PEP8 E222 multiple spaces after operator
2017-08-16 Andrey Skvortsov clean-up: fix most PEP8 E266 too many leading '#' for block comment
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 W293 blank line contains whitespace
2017-08-14 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
2017-08-14 Andrey Skvortsov convert some files from CRLF to LF
2017-04-28 Paul Beltyukov add getCompiler and getLinker methods, to abstract from XSD.
2016-05-06 Andrey Skvortsov add copyright notices to python files where there were missing, that
2013-09-11 Laurent Bessard Fixed Beremiz for working with new xmlclass support using lxml
2013-04-09 Laurent Bessard Fix bug when linking failed and trying to rebuild
2012-05-12 Edouard Tisserant refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
2012-05-08 Edouard Tisserant refactoring
2012-05-08 Edouard Tisserant refactoring
2012-05-08 Edouard Tisserant refactoring
2012-05-07 Edouard Tisserant refactoring
2012-02-19 Edouard Tisserant Added support for object files as a result of PlugGenerate_C
2012-02-02 laurent Fix 'Transfer" button state according to last build result
2009-12-12 laurent Getting default target when no target defined fixed
2009-10-23 greg Check ProjectPath write permission
2009-10-19 laurent Bugs with logger and stand-alone PluginRoot fixed
2009-10-08 laurent Bug on Debug trying to start (and stop) before PLC started fixed.
2009-07-28 laurent Adding support for internationalization
2009-03-23 lbessard Fix bug preventing library to re-compiled when dependant files changed.
2009-01-16 etisserant Fixed typo in (LD/C)FLAGS hendling in toolchain_gcc.py
2009-01-14 etisserant Local Runtime (LOCAL://) now launched "on demand"
2009-01-04 etisserant Added local C dependency dicovery and changes checking, to speed up build.
2008-08-19 etisserant Added concepts :