summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* covoar/wscript: Install covoar.css and table.jsVijay Kumar Banerjee2020-01-281-0/+1
* rtemstoolkit/path: Add support to copy single fileVijay Kumar Banerjee2020-01-281-2/+6
* tester: Prefer '_' as test state separator charSebastian Huber2019-12-191-9/+11
* linkers: Remove _Thread_Life_action_handlerSebastian Huber2019-12-191-3/+2
* record: Allow to compile with recent llvm version.Christian Mauderer2019-12-181-1/+6
* Fix build issues on Debian 10Sebastian Huber2019-12-181-2/+9
* tiers: Move bsps from tier-3 to tier-2Chris Johns2019-12-141-5/+8
* bin2c: Improve file name sanitationSebastian Huber2019-12-021-12/+12
* tester: Add basic support to generate JUnit test reportsHesham Almatary2019-11-221-1/+51
* record: Remove unused constantSebastian Huber2019-11-181-3/+0
* rld-rap: Ignore relocations with section index 0Hesham Almatary2019-11-121-0/+6
* rtems-syms: Use .quad instead of .long for riscv64Hesham Almatary2019-11-121-0/+8
* Add RISC-V machine to rld-elfHesham Almatary2019-11-121-0/+5
* rtemstoolkit: Interpolate realing rtems configuration files.Chris Johns2019-10-181-1/+1
* Fix exception when no output format is specifiedKinsey Moore2019-09-241-0/+2
* record: Fix use of std::minSebastian Huber2019-09-101-1/+2
* record: Optionally use LLVM to resolve addressesSebastian Huber2019-09-102-43/+185
* record: Windows compatibilitySebastian Huber2019-09-102-6/+22
* record: Add generic record eventsSebastian Huber2019-09-052-8/+57
* record: Use C++ header files and namespace stdSebastian Huber2019-09-053-27/+28
* record: Clean up metadataSebastian Huber2019-09-051-4/+4
* waf: Clean up trace's wscriptChris Johns2019-09-051-2/+1
* waf: Do not filter flags to be unique using set()Chris Johns2019-09-051-3/+3
* waf: Minor format clean up.Chris Johns2019-09-051-1/+0
* waf: Update to waf-2.0.18Chris Johns2019-09-051-7/+10
* bsp-builder: Do not clean the build space when starting with --no-cleanChris Johns2019-09-051-1/+1
* tester: Minor fix to prefix handling.Chris Johns2019-09-051-3/+1
* tester/tftp: Handle ctl-C when active.Chris Johns2019-09-051-7/+12
* record: Add limit optionSebastian Huber2019-09-043-9/+24
* record: Simplify command line optionsSebastian Huber2019-09-041-8/+18
* record: Simplify content and packet sizeSebastian Huber2019-09-041-10/+6
* record: Add support for interrupt handlersSebastian Huber2019-09-041-4/+85
* record: Simplify CopyThreadName()Sebastian Huber2019-09-041-3/+12
* record: Only create necessary stream filesSebastian Huber2019-09-041-16/+32
* record: Use exceptionsSebastian Huber2019-09-033-24/+78
* record: Add Client base classSebastian Huber2019-09-034-189/+309
* record: Convert to C++Sebastian Huber2019-09-033-586/+550
* record: Synchronize with RTEMSSebastian Huber2019-09-022-7/+7
* rtemstoolkit/dwarf: Fix some C++ handling issues.Chris Johns2019-09-022-62/+72
* record: Synchronize with RTEMSSebastian Huber2019-08-302-61/+61
* record: Synchronize with RTEMSSebastian Huber2019-08-302-19/+19
* record: Synchronize with RTEMSSebastian Huber2019-08-292-129/+129
* record: Support thread names on 32-bit targetsSebastian Huber2019-08-271-1/+1
* record: Add data size to clientSebastian Huber2019-08-272-0/+9
* record: Add CPU to idle thread namesSebastian Huber2019-08-271-0/+13
* record: Move base context to client contextSebastian Huber2019-08-271-36/+40
* record: Simplify packet context setupSebastian Huber2019-08-271-34/+30
* record: Move per-CPU variables to separate contextSebastian Huber2019-08-271-145/+135
* record: Fix client destructionSebastian Huber2019-08-261-2/+2
* record: Improve overflow handlingSebastian Huber2019-08-262-25/+63