Skip to content

libdivide-3.0

Compare
Choose a tag to compare
@kimwalisch kimwalisch released this 16 Oct 09:32
· 93 commits to master since this release

This release adds C++ support for all 32-bit and 64-bit integer types (#58). Unfortunately this code change required C++11 instead of C++98, hence the major version had to be increased (even though this is a small release). This version also improves libdivide's CMake build system which should make it easier to package libdivide.

  • BREAKING
    • libdivide.h now requires C++11 or later
  • BUG FIXES
    • Support all 32-bit and 64-bit integer types in C++ (#58)
    • Fix cross compilation (#59)
  • ENHANCEMENT
    • Add support for CMake find_package(libdivide)