util/ProcessLogger.py
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
2016-11-28 Andrey Skvortsov fix translation strings with multiple parameters
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2016-10-05 Andrey Skvortsov fix syncronization issue during killing ProcessLoggers on IDE close
2016-08-24 Andrey Skvortsov fix race condition in ProcessLogger
2016-05-06 andrey fix bug: Beremiz IDE hangs during launching Beremiz_service
2016-04-28 Andrey Skvortsov fix issue with sometimes wrong return code of ProcessLogger
2016-04-28 Andrey Skvortsov Fix error about missing attribute 'timeout' that happens sometimes during compilation
2016-04-18 Andrey Skvortsov fixes sometimes happened error during project compilation
2014-06-10 Edouard Tisserant Allow specification of command line arguments encoding in ProcessLogger
2014-05-21 Edouard Tisserant Organized controller's _Build sub-methods layout. Many (unwanted) white space changes.
2013-03-06 Edouard Tisserant Added CWD to ProcessLogger, and make sure local runtime have CWD setup correctly
2012-07-17 laurent Fixing bug with filesystem encoding on Windows
2012-05-08 Edouard Tisserant refactoring