| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.65
* HP64000 absolute file format contributed by fenugrec. Supports
file input, tests and documentation.
* Patch by dg1yfe as pulled from github via marcows. Updated man
page for srec_ppb. Updated PPB output to match checksum range
for output. Updated tests for PPB write and read including
files containing holes. Added test for prolog stripping.
* Verbose srec_info as suggested by Thomas. Display basic info
on the proportion of input files which data/holes.
* Bug fix from xiretza for COE generation falsly detecting holes
in input.
* Remove dependencies on boost moving to std shared_ptr and
static_assert. Remove doc references to boost.
* Fixed buffer overflow in four packed code output generator.
* Marksu Heidelberg <markus.heidelberg@web.de> contributed a
patch to fix a bug that he also found with the -generator
which resulted in an endless loop.
* Completely new build and config system to replace Aegis, Cook
and autoconf with cmake & git. Integration with cpack to
generate linux and windows packages. Integration with ctest to
sustain the regression test suite.
- Use groff-full required for HTML and PDF generation
- Clean up spec file
- use individual libboost-*-devel packages instead of boost-devel
- Update to version 1.64
* Fixed some warnings in test 38
* Fixed bugs regarding the formatting of some of the examples
where lines were wrapping the wrong way.
* Cleaned up a few recent compiler and doxygen warnings.
* Added prefix and postfix strings to the C Array format which
are applied at each end of the data array declaration. This
allows the user to add various compiler directives such as
location flags or non-standard load address specifiers.
* when converting from AOMF Fixed Sourceforge bug 11 raised by
patryks. In the analysis, it was discovered that a start address
(of zero) was being generated when converting from AOMF. AOMF
does not support the concept of an execution start address.
* Fixed the length field description in extended tektronix
documentation. The implementation was already correct.
* Added a regression test for calculated address for CRC
- spec file cleanup
- updated to 1.63
- updated to 1.62
- updated to 1.61
- initial specfile based on one provided by homepage