Peter Vranken - 2023-01-24

Bug fixes:

  • The implementation of the binary-search-handle-map used to be platform dependent (an invalid assumption about the order of bit fields in binary code had been made)
  • The code generator suffered from a null pointer exception when a template demanded frame sorting for a DBC file without any contained message. The exception was caught and reported but this hindered from completing the code generation and didn't lead to a meaningful error message

More details can be found in the project's SVN log for revisions 487-500.