summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-15linker/exeinfo: Optionally output full flags when listing object filesChris Johns2-1/+206
2020-09-11linker/rap: Ignore relocation records with no sectionChris Johns1-0/+3
2020-05-05linkers/ld: Output all reloc records to the RAP fileChris Johns1-9/+10
2020-03-30rtemstoolkit/execute: Handle unicode input on python2Chris Johns1-1/+12
2020-03-19execute.py: fix long lineGedare Bloom1-2/+4
2020-03-05rtemstoolkit: Detect native SPARCV9 ELF archSebastian Huber1-0/+2
2020-03-05rtemstoolkit: Use multiprocessing.cpu_count()Sebastian Huber1-14/+2
2020-03-05rtemstoolkit: Support more Linux distributionsSebastian Huber1-1/+2
2020-01-28rtemstoolkit/path: Add support to copy single fileVijay Kumar Banerjee1-2/+6
2019-11-12rld-rap: Ignore relocations with section index 0Hesham Almatary1-0/+6
2019-11-12Add RISC-V machine to rld-elfHesham Almatary1-0/+5
2019-10-18rtemstoolkit: Interpolate realing rtems configuration files.Chris Johns1-1/+1
2019-09-05waf: Do not filter flags to be unique using set()Chris Johns1-3/+3
2019-09-02rtemstoolkit/dwarf: Fix some C++ handling issues.Chris Johns2-62/+72
2019-06-12rtemstoolkit/configuration: Fix interpolation support.Chris Johns1-33/+44
2019-06-11rtemstoolkit/macros: Improve the macro output.Chris Johns1-8/+22
2019-06-11rtemstoolkit/configuration: Add get_sections() to get the sections.Chris Johns1-8/+20
2019-06-11rtemstoolkit/path: Merge RSB changes.Chris Johns1-61/+233
2019-06-11rtemstoolkit/log: Add info().Chris Johns2-2/+15
2019-06-11rtemstoolkit/host: Make the load() public.Chris Johns1-4/+4
2019-06-11rtemstoolkit/check: Optionally check exe silently.Chris Johns1-4/+4
2019-06-11rtemstoolkit/macros: Convert all keys to str from unicode.Chris Johns1-0/+2
2019-05-27waf: Update the check_cc tests to a newer method supported by waf.Chris Johns1-6/+13
2019-05-21rtemstoolkit/path : print OSError in mkdirVijay Kumar Banerjee1-6/+6
2019-05-21rtemstoolkit/path : Add listdir functionVijay Kumar Banerjee1-1/+28
2019-05-05rtemstoolkit: columns are only ints.Chris Johns1-1/+1
2019-02-21rtemstoolkit/mailer.py: Check for no --smtp-host arg being providedJoel Sherrill1-1/+3
2019-02-11linkers/syms: Add symbol filtering.Chris Johns1-2/+4
2019-02-08rtemstoolkit/execute: Print the trace exe command as a string and not list.Chris Johns1-17/+21
2018-11-29rtemstoolkit/host: Fix the darwin support.Chris Johns2-4/+3
2018-11-29rtemstoolkit/git: Use 'git' if no macro path is present.Chris Johns1-1/+1
2018-11-29rtemstoolkit/version: Remove the tailing - with a clean git repoChris Johns1-1/+3
2018-11-29rtemstoolkit: Fix unittests on WindowsChris Johns3-4/+6
2018-11-29rtemstoolkit:libelf: Removing warning for asprintf on Windows.Chris Johns1-1/+4
2018-11-29Fix warnings on Windows.Chris Johns2-19/+15
2018-11-29waf: Fix version paths on Windows.Chris Johns1-3/+5
2018-11-28rtemstoolkit: Fix mailer unittest.Chris Johns2-4/+4
2018-11-27fix native elf detection on x86_64 machinesChristian Spindeldreier1-1/+1
2018-11-26rtemstoolkit/git: Ignore untracked files in the dirty state.Chris Johns1-1/+4
2018-11-26rtemstoolkit: Fixes to the reader and writer threads for capturingChris Johns1-2/+3
2018-11-23rtemstoolkit: Add unit testing for the python modulesChris Johns19-224/+83
2018-11-23rtemstoolkit/execute: Use buffered output and improve performanceChris Johns1-22/+25
2018-11-17rtemstoolkit/path : Add support to copy single filesVijay Kumar Banerjee1-2/+3
2018-11-15rtemstoolkit: Add ARM and AArch64 support to Linux elftoolchain.Chris Johns1-1/+5
2018-11-08python: Provide support to select a valid python version.Chris Johns5-25/+98
2018-11-05rtemstoolkit: Fix the parsing of the revision string to a number.Chris Johns1-1/+1
2018-10-14rtemstoolkit/rld-cc.cpp: Accept -EL, -EB, and -Gn machine flagsJoel Sherrill1-0/+2
2018-10-03config: Consolidate the version information into a single configuration fileChris Johns4-36/+225
2018-10-02config: Create a config directory and move the RTEMS arch/bsp data to it.Chris Johns3-1/+384
2018-08-07rtemstoolkit/dwarf: Add types of inline. Report machine code size not span.Chris Johns2-1/+50