Releases: peterfpeterson/morebin
Releases · peterfpeterson/morebin
Version 2.3.4 - GoogleTest as an ExternalProject
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.
Version 2.3.3 - Improved packaging
Version 2.3.2 - Reworked rpm packaging
The source code is unchanged from v2.3.1, but there is now a proper spec file and a new target package_rpm
.
Version 2.3.1 - Bugfix
The only thing different with this and v2.3.0 is that the help returns 0 on exit rather than 1.
Version 2.3.0 - Adding support for RTDL files
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;