Skip to content

Releases: peterfpeterson/morebin

Version 2.3.4 - GoogleTest as an ExternalProject

09 Sep 17:51
Compare
Choose a tag to compare

Building has been redone after discovering this article for building googletest which partially uses cmake's ExternalProject framework. This allows for building the tests on windows, even though there is a different issue that prevents them from being run.

DOI

Version 2.3.3 - Improved packaging

22 Apr 15:15
Compare
Choose a tag to compare

This version has moved more of the spec file generation into cmake in hopes of making better packages for other operating systems at some point.

There are some small fixes from automated tools (e.g. coverity and iwyu) as well.

DOI Badge

Version 2.3.2 - Reworked rpm packaging

17 Jul 14:32
Compare
Choose a tag to compare

The source code is unchanged from v2.3.1, but there is now a proper spec file and a new target package_rpm.

DOI Badge

Version 2.3.1 - Bugfix

03 Apr 12:45
Compare
Choose a tag to compare

The only thing different with this and v2.3.0 is that the help returns 0 on exit rather than 1.

DOI Badge

Version 2.3.0 - Adding support for RTDL files

02 Apr 20:07
Compare
Choose a tag to compare

This version added support for RTDL files. They are simple arrays of the struct

  typedef struct _RTDL_DATA
  {
    unsigned int pulseIDlow;
    unsigned int pulseIDhigh;
    unsigned int pulseType;
    unsigned int vetoStatus;
    unsigned int pulseCurrent;
    unsigned int spare;
  } RTDL_DATA;