targets/toolchain_makefile.py
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-06 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
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-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E124 closing bracket does not match visual indentation
2017-08-17 Andrey Skvortsov clean-up: fix PEP8 E222 multiple spaces after operator
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E201 whitespace after '{'
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 E401 multiple imports on one line
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2017-06-27 Andrey Skvortsov fix build problem when make command have trailing whitespace(s)
2016-11-24 Andrey Skvortsov don't rebuild the makefile based project if only companyName, projectName or productName are changed
2016-10-24 Andrey Skvortsov add $(Beremiz installation)/mingw/bin in PATH on Windows platform
2016-10-14 Andrey Skvortsov fix issue with sequence of multiple whitespaces in makefile command
2016-05-06 Andrey Skvortsov add copyright notices to python files where there were missing, that
2014-03-29 Edouard Tisserant On windows, prepend CWD to PATH before invoking Generic target make command
2014-01-20 Edouard Tisserant Re-introduced toolchain_makefile.py. This time, it comes with a 'Generic' target, and a 'genericmake' example
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-16 smarteh-dev Fix bug with "Transfer" button
2012-02-02 laurent Fix 'Transfer" button state according to last build result
2011-02-17 edouard Fixed MD5 computation for makefile based toolchain, helps avoiding unnecessary builds - continued
2011-02-17 edouard Fixed MD5 computation for makefile based toolchain, helps avoiding unnecessary builds
2011-02-17 edouard Debug switch (file in CWD). LPC : better MD5 handling, Run button in boot mode, handling data feedback in boot protocol
2010-06-03 Lolitech Safer passing of PLC ID to make command line.
2010-06-02 edouard Moved LPC specific code from toolchain_makefile into LPC target, added FROM_BEREMIZ variable to tell LPC's makefile it is invoked from here.
2010-06-01 Lolitech Cosmetix fixes for LPC tests/build
2009-12-15 edouard LPC transfer tested, added PLCInfo along MD5 checksum while invoking makefile
2009-12-12 laurent Getting default target when no target defined fixed
2009-12-11 edouard Revamped LPC connector and toolchain
2009-10-22 greg Add new target (Makefile)