util/ProcessLogger.py
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Mon, 28 Nov 2016 16:47:01 +0300 Andrey Skvortsov fix translation strings with multiple parameters
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Wed, 05 Oct 2016 18:11:52 +0300 Andrey Skvortsov fix syncronization issue during killing ProcessLoggers on IDE close
Wed, 24 Aug 2016 13:06:52 +0300 Andrey Skvortsov fix race condition in ProcessLogger
Fri, 06 May 2016 22:21:22 +0300 andrey fix bug: Beremiz IDE hangs during launching Beremiz_service
Thu, 28 Apr 2016 13:05:57 +0300 Andrey Skvortsov fix issue with sometimes wrong return code of ProcessLogger
Thu, 28 Apr 2016 12:58:58 +0300 Andrey Skvortsov Fix error about missing attribute 'timeout' that happens sometimes during compilation
Mon, 18 Apr 2016 18:48:15 +0300 Andrey Skvortsov fixes sometimes happened error during project compilation
Tue, 10 Jun 2014 11:40:50 +0200 Edouard Tisserant Allow specification of command line arguments encoding in ProcessLogger
Wed, 21 May 2014 18:43:54 +0200 Edouard Tisserant Organized controller's _Build sub-methods layout. Many (unwanted) white space changes.
Wed, 06 Mar 2013 09:40:28 +0900 Edouard Tisserant Added CWD to ProcessLogger, and make sure local runtime have CWD setup correctly
Tue, 17 Jul 2012 21:25:28 +0200 laurent Fixing bug with filesystem encoding on Windows
Wed, 09 May 2012 00:12:40 +0200 Edouard Tisserant refactoring