- 31 Jan, 2018 21 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Closes #2635.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2635.
-
Mathieu Giraud authored
See #2635.
-
Mathieu Giraud authored
See #2635, but also #3027.
-
Mathieu Giraud authored
See #2635.
-
Mathieu Giraud authored
Closes #3012 and opens #3026.
-
Mathieu Giraud authored
-
Mikaël Salson authored
The {} initializer was buggy on some g++-4.8 versions. Closes #3023
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2247 and #3010.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #3012.
-
Mikaël Salson authored
-
Mikaël Salson authored
The previous solution was not correct as the variable was expanded when it was used in the Makefile. Therefore all the processes were (over)writing their results in the same file. Fixes #3018.
-
Mikaël Salson authored
-
Mikaël Salson authored
Verbosity brings noise rather than signal
-
- 30 Jan, 2018 18 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-e → -r \s → [[:space:]]
-
Mikaël Salson authored
Make sure that the output directory does exist or create it.
-
Mathieu Giraud authored
Makefile, algo/Makefile: simplify 'make release' through 'git archive' Closes #2255 and #2720 See merge request !97
-
Mikaël Salson authored
Because of files such as ../INSTALL.org a algo directory will be created (it appears that mkdir -p algo/.. does create a algo directory). Therefore we need to remove it.
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
Fix valgrind issues See merge request !146
-
Mikaël Salson authored
When the add() method raises an exception the reader was not deleted. This is now corrected. Fixes 3d8ff242
-
Mikaël Salson authored
bam_entry was not properly deleted. We need to call bam_destroy1 so that it is correcly deleted. Fixes a3175eb0
-
Mikaël Salson authored
The cache was not freed creating memory leaks. This code comes from samtools (as all the code from unbam)
-
Mikaël Salson authored
By default Valgrind should be launched in a “classical” way. The --error-exitcode=1 is added so that the Gitlab job can fail with Valgrind errors. To have the XML output, one should add XML_OUTPUT=1 on the command line when invoking make.
-
Mathieu Giraud authored
See #3015.
-
Mathieu Giraud authored
-
Mikaël Salson authored
The fa_read could be uninitialised causing a warning.
-
Mikaël Salson authored
Fixes #3013
-
Mathieu Giraud authored
See #3003.
-
Mathieu Giraud authored
-
- 29 Jan, 2018 1 commit
-
-
Mathieu Giraud authored
-