summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/execute.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-30rtemstoolkit/execute: Handle unicode input on python2Chris Johns1-1/+12
2020-03-19execute.py: fix long lineGedare Bloom1-2/+4
2019-02-08rtemstoolkit/execute: Print the trace exe command as a string and not list.Chris Johns1-17/+21
2018-11-26rtemstoolkit: Fixes to the reader and writer threads for capturingChris Johns1-2/+3
2018-11-23rtemstoolkit/execute: Use buffered output and improve performanceChris Johns1-22/+25
2017-04-25rtemstoolkit: Set proc buffering to 0 to not block on smaller reads.Chris Johns1-0/+4
2017-04-25execute: Use the io python module for output capture.Chris Johns1-4/+11
2016-03-14rtemstoolkit: Fix execute's writer thread to not eval() the input.Chris Johns1-7/+12
2016-03-09Python 2 and python 3 refactor fixes.Chris Johns1-1/+2
2016-03-03Update rtems-tool to support Python 2 and 3.Chris Johns1-16/+43
2016-02-19Disable installing PYO and PYC. Fix install paths.Chris Johns1-2/+2
2016-01-08rtemstoolkit: msys2 compatibilitySebastian Huber1-2/+2
2015-11-12Python 3 compatibilitySebastian Huber1-14/+14
2014-05-31tester: Correctly handle contro-c.Chris Johns1-1/+46
2014-02-15rt: Add the rtems-tester.Chris Johns1-0/+517