summaryrefslogtreecommitdiff
path: root/rtemstoolkit/log.py (follow)
AgeCommit message (Collapse)Author
2019-06-11rtemstoolkit/log: Add info().Chris Johns
2018-11-23rtemstoolkit: Add unit testing for the python modulesChris Johns
- Add support to run the unit tests for the rtemstoolkit python modules from waf. Enter './waf test' for the tests to be run on python2 and python3. - Update the importing of rtemstoolkit modules to the standard method which works on python2 and python3. - Update the README.
2018-11-08python: Provide support to select a valid python version.Chris Johns
- Update imports after wrapping the code. - Fix python3 issues. - Fix config path issues for in repo and install runs. Closes #3537
2017-10-12rtemstoolkit: Add a capture hook to logging.Chris Johns
2017-05-24rtemstoolkit: Improve performance.Chris Johns
2016-03-09Python 2 and python 3 refactor fixes.Chris Johns
Updates #2619.
2016-03-03Update rtems-tool to support Python 2 and 3.Chris Johns
Add solaris and netbsd. Close #2619.
2016-02-19Disable installing PYO and PYC. Fix install paths.Chris Johns
Installing PYO and PYC does not work so disable this. Move the Python check to the top level and have a single place. Fix the install paths a revert the 'from . import' changes. This is resolved by installing into the correct paths.
2016-01-08rtemstoolkit: msys2 compatibilitySebastian Huber
2015-11-12Python 3 compatibilitySebastian Huber
2014-02-15rt: Add the rtems-tester.Chris Johns