Releases: agordon/fastx_toolkit
Releases · agordon/fastx_toolkit
version-0.0.14
0.0.14-rc2 for testing purposes (tr1/c++11 auto-detection)
build: detect TR1 or C++11 with automake macros. Used in fastx-collapser, should ease compilation on newer systems.
0.0.14-rc1 for testing purposes
fastx: improve ugly 'fgets' hack to avoid compilation warnings. This change was already included in the previously released version 0.0.13.2 (but I forgot to add it here). Enables compiling with "-D_FORTIFY_SOURCE=2". Solves github issue #1.
0.0.14-rc1-no-tr1 for testing with HomeBrew
(Based on the "no_tr1") branch