Skip to content

Releases: BioPP/bpp-raa

Version 3.00

04 Feb 04:53

Choose a tag to compare

Bio++ 2.4.1.

18 Aug 11:21

Choose a tag to compare

Compatible with gcc 8.0.

Bio++ 2.4.0.

28 Mar 07:47

Choose a tag to compare

Bio++ version 2.4.0.

v2.3.2

11 Dec 14:31

Choose a tag to compare

update doxyfile

Bio++ 2.3.1.

13 Jun 08:00

Choose a tag to compare

Merge pull request #3 from lereldarion/master

CMake: use GNUInstallDirs

Bio++ 2.3.0

25 May 19:32

Choose a tag to compare

Fixed unused variable warning.

char* return value, which was and is still not used, should maybe be stored and destroyed to avoid meory leak?
Unless the char* is stored and taken care off somewhere else...