targets/toolchain_gcc.py
Tue, 04 Dec 2018 11:31:58 +0100 Edouard Tisserant Chunk based transfer for PLC binary and extra files, and some collateral code refactoring.
Fri, 12 Oct 2018 12:06:45 +0300 Andrey Skvortsov python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
Tue, 09 Oct 2018 11:56:45 +0300 Andrey Skvortsov Fix pep8 warning: W605 invalid escape sequence ?x?
Fri, 25 May 2018 18:34:05 +0300 Andrey Skvortsov Build by default with optimization level -O2 for GCC
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`"
Thu, 05 Oct 2017 16:38:49 +0300 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
Tue, 03 Oct 2017 16:31:31 +0300 Andrey Skvortsov remove unused variables found by pylint
Thu, 28 Sep 2017 15:17:57 +0300 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
Thu, 28 Sep 2017 12:20:40 +0300 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
Sat, 19 Aug 2017 17:04:31 +0300 Andrey Skvortsov clean-up: fix PEP8 E131 continuation line unaligned for hanging indent
Fri, 18 Aug 2017 12:36:31 +0300 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
Thu, 17 Aug 2017 09:55:39 +0300 Andrey Skvortsov clean-up: fix PEP8 E222 multiple spaces after operator
Wed, 16 Aug 2017 13:49:02 +0300 Andrey Skvortsov clean-up: fix most PEP8 E266 too many leading '#' for block comment
Tue, 15 Aug 2017 16:48:49 +0300 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Tue, 15 Aug 2017 12:17:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 22:30:41 +0300 Andrey Skvortsov clean-up: fix PEP8 W293 blank line contains whitespace
Mon, 14 Aug 2017 22:23:17 +0300 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
Mon, 14 Aug 2017 21:20:32 +0300 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
Mon, 14 Aug 2017 21:09:48 +0300 Andrey Skvortsov convert some files from CRLF to LF
Fri, 28 Apr 2017 13:28:22 +0300 Paul Beltyukov add getCompiler and getLinker methods, to abstract from XSD.
Fri, 06 May 2016 14:05:44 +0300 Andrey Skvortsov add copyright notices to python files where there were missing, that
Wed, 11 Sep 2013 23:48:41 +0200 Laurent Bessard Fixed Beremiz for working with new xmlclass support using lxml
Tue, 09 Apr 2013 18:17:10 +0200 Laurent Bessard Fix bug when linking failed and trying to rebuild
Sat, 12 May 2012 11:21:10 +0200 Edouard Tisserant refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
Wed, 09 May 2012 00:12:40 +0200 Edouard Tisserant refactoring
Wed, 09 May 2012 00:00:50 +0200 Edouard Tisserant refactoring
Tue, 08 May 2012 17:16:37 +0200 Edouard Tisserant refactoring
Mon, 07 May 2012 18:47:29 +0200 Edouard Tisserant refactoring
Sun, 19 Feb 2012 02:20:24 +0100 Edouard Tisserant Added support for object files as a result of PlugGenerate_C
Thu, 02 Feb 2012 16:09:27 +0100 laurent Fix 'Transfer" button state according to last build result
Sat, 12 Dec 2009 20:51:56 +0100 laurent Getting default target when no target defined fixed
Fri, 23 Oct 2009 15:41:48 +0200 greg Check ProjectPath write permission
Mon, 19 Oct 2009 16:03:46 +0200 laurent Bugs with logger and stand-alone PluginRoot fixed
Thu, 08 Oct 2009 11:26:40 +0200 laurent Bug on Debug trying to start (and stop) before PLC started fixed.
Tue, 28 Jul 2009 17:43:19 +0200 laurent Adding support for internationalization
Mon, 23 Mar 2009 16:26:13 +0100 lbessard Fix bug preventing library to re-compiled when dependant files changed.
Fri, 16 Jan 2009 16:50:54 +0100 etisserant Fixed typo in (LD/C)FLAGS hendling in toolchain_gcc.py
Wed, 14 Jan 2009 16:41:14 +0100 etisserant Local Runtime (LOCAL://) now launched "on demand"
Sun, 04 Jan 2009 17:25:22 +0100 etisserant Added local C dependency dicovery and changes checking, to speed up build.
Wed, 20 Aug 2008 00:11:40 +0200 etisserant Added concepts :