Skip to content

v2.4.2

Compare
Choose a tag to compare
@SoapZA SoapZA released this 02 Nov 03:04
· 58 commits to master since this release

BamTools 2.4.2 is a maintenance-only release.

  • Make codebase C++98/11/14 agnostic. Due to some C++98-era coding niggles, BamTools would not build when compiled in C++11 or C++14 mode. This has been fixed, such that the current codebase is C++ version agnostic.
  • CMake has been sanitized and made more modern, idiomatic and standardized. Out-of-source builds are guaranteed now. Instead of picking binaries/libraries from the build tree, users should stage and/or install BamTools instead.