Releases: ARPA-SIMC/wreport
Releases · ARPA-SIMC/wreport
v3.40
New in version 3.40
- Fixed an accidental API/ABI break introduced in 3.39 (#61)
- Added
varinfo_create_bufrandvarinfo_delete_bufrto createVarinfo
entries outside of tables. (#61) - Moved those internal functions that are not used by reverse dependencies to
wreport/internals - Add new WMO tables
- Allow to override master table version numbers via the
WREPORT_MASTER_TABLE_VERSIONenvironment variable (see
README.md for details) (#58) - Add a decoder trace snapshot in test data to detect unexpected behaviour
changes in the decoder - Fix incorrect padding when reading values of binary variables
- Redesign calculation of variable domain boundaries (#59)
- Updated code to use C++17 features
- Building against wreport requires C++17 from now on
- API and ABI are kept consistent, except for
wreport/utils/tests.h
v3.37
New in version 3.37
- Include cstdint in wreport/utils/string.cc (#55)
- Fixed a corner case in decoding of associated fields (#52)
- Fixed decoding of missing values in compressed MODES messages (#48)
- Conversion V <-> mV and NTU <-> LM
- Fixed decoding of associated fields in compressed messages (#47)
- Fixed dtable parser (#43)
- Improved documentation (#42)
- Implemented
var_hook_domain_errorsoption, required by dballe:#241 - Implemented
var_clamp_domain_errorsoption, required by dballe:#241
v3.27
v3.25
v3.24
v3.18
v3.9
v3.7
- integrated America Fuzzy Lop generated test case
- added table checking at build time (#10)
- fixed duplicate variable in table (#8)
- fixed compilation on i686 systems (#6)
- do exact comparison of variable values in tests (#9)
- large file support as a define
- other minor fixes and missing testcases added
v3.3
v2.15
v2.15-4628 Added table version 15. B table is from bufrdc, D table is a copy of …