Commit | Date | |
---|---|---|
2011-08-03 18:24:06 | Tree | |
[r14091]
by
bugman
The STDOUT and STDERR streams are segregated in the LogCtrl and STDERR messages coloured red. |
2011-08-03 17:15:47 | Tree |
[r14090]
by
bugman
The relax controller log window can now distinguish between STDOUT and STDERR messages. STDOUT and STDERR are now being sent to separate instances of Redirect_text, and added to the log |
2011-08-03 16:37:17 | Tree |
[r14089]
by
bugman
The relax controller and auto-analysis threads are now active in debugging mode. The Redirect_text.write() method now sends the text to sys.__stdout__.write() prior to any other |
2011-08-03 16:27:58 | Tree |
[r14088]
by
bugman
Redirect_text is now placing all messages onto a log queue and the LogCtrl is reading from this queue. The log_queue Queue object is now used to store messages so that not every write() event to STDOUT |
2011-08-03 16:03:36 | Tree |
[r14087]
by
bugman
The new relax controller now appears to be thread safe. Random segfaults were occurring before these changes. Hopefully they are now completely gone. |
2011-08-03 15:25:35 | Tree |
2011-08-03 14:05:21 | Tree | |
2011-08-03 12:02:45 | Tree | |
[r14084]
by
bugman
Shifted the writer thread into the log control, and Redirect_text handles both STDOUT and STDERR. The Redirect_text class now is initialised twice, once for STDOUT and once for STDERR. This allows |
2011-08-03 10:06:22 | Tree |
[r14083]
by
bugman
Created a FIFO object for the relax controller log. This allows for asynchronous writing to sys.stdout and sending this output to the log controller, |
2011-08-03 09:17:22 | Tree |