Bitsery v4.2.1 Release Notes

Release Date: 2018-03-09 // about 6 years ago
  • ๐Ÿ‘Œ Improvements

    • changed CMake structure, to follow Modern CMake principles.
      • bitsery now has install target and find_package(Bitsery) exports Bitsery::bitsery target.
      • GTest no longer downloads as external application, but tries to find via find_package.
      • removed ext folder, and instead added scripts folder that contains few helper scripts for development, currently tested on Ubuntu.
    • ๐Ÿ›  fixed/added few tests cases.

    Other notes

    • ๐ŸŽ some work was done on polymorphism support, but current solution, although working, but has many design and performance issues, and interfaces for extensibility might change drastically.