summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld.cpp (follow)
AgeCommit message (Collapse)Author
2018-06-18rtemstoolkit: Add an output routine for a std::exception.Chris Johns
The output routine is used by a number of tools.
2016-04-03rtemstoolkit: Add version number parsing to get major, minor, revision.Chris Johns
Add support to return the major, minor or revision numbers as numbers.
2015-12-09Add release versioning support.Chris Johns
Support a top level VERSION file that defines an RTEMS release. Fix the install of the python modules including thertems-test. Update the git python module to the RSB version. Fix the options to not call clean and to call dirty. Update the version python module. Fix the rtld C++ support to the VERSION file and the top level waf script.
2015-03-29rtemstoolkit: Add support to return the system path split as paths.Chris Johns
Seacch the path for the program name if not found and set it as an absolute path. This allow the prefix to be found.
2014-09-13Refactor code into the RTEMS Toolkit.Chris Johns