- 10 Jul, 2018 1 commit
-
-
Mathieu Giraud authored
See #3307 and next commit.
-
- 03 Jul, 2018 3 commits
-
-
Mikaël Salson authored
This variable is non-standard. We should prefer using CXXFLAGS instead. This eases passing the --coverage option to sub-makes while avoiding code duplication (for managing CXXFLAGS and OPTIM) However overriding CXXFLAGS is not a good idea as it keeps expanding the variable.
-
Mathieu Giraud authored
Replays 42e01d24. Thanks to @mikael-s.
-
Mathieu Giraud authored
Works with g++ 4.9. See #2935.
-
- 18 Jun, 2018 6 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Replays 86e788fc.
-
Mathieu Giraud authored
Some options will be not always displayed in the help message. Replays da89488c.
-
Mathieu Giraud authored
Replays d971892b. See #2739.
-
Mathieu Giraud authored
-
- 30 Jan, 2018 1 commit
-
-
Mikaël Salson authored
The cache was not freed creating memory leaks. This code comes from samtools (as all the code from unbam)
-
- 18 Jan, 2018 5 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Prepares next commit.
-
Mathieu Giraud authored
Some options will be not always displayed in the help message.
-
Mathieu Giraud authored
See #2739.
-
- 18 Oct, 2017 2 commits
-
-
Mathieu Giraud authored
From https://github.com/CLIUtils/CLI11 See #926.
-
Mathieu Giraud authored
See #926
-
- 18 Sep, 2017 1 commit
-
-
Mikaël Salson authored
Revert 717eea9e. Actually this produced more warnings for all gcc versions than we had for some versions of clang.
-
- 14 Sep, 2017 3 commits
-
-
Mathieu Giraud authored
See !72.
-
Mikaël Salson authored
The features we use seem to be working with g++ 4.8. See #2615
-
Mikaël Salson authored
Now compiles with g++ 7 (and also with older versions) See #2615
-
- 28 Aug, 2017 1 commit
-
-
Mikaël Salson authored
-
- 07 Jul, 2017 2 commits
-
-
Mikaël Salson authored
unbam is a C library, we thus have to include the *.c files
-
Mikaël Salson authored
Library to read bam files extracte from htslib
-
- 23 Jun, 2015 3 commits
-
-
Mathieu Giraud authored
"$(CXX) -M > dep.mk" also needs a "-std=c++11" flag
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 05 Jun, 2015 1 commit
-
-
Mathieu Giraud authored
This should be more portable than --std=gnu++11.
-
- 21 May, 2015 3 commits
- 20 Apr, 2015 2 commits
-
-
-
Mathieu Giraud authored
from https://github.com/docopt/docopt.cpp We need first to evaluate this on simple programs before deciding to use in vidjil.cpp.
-
- 03 Apr, 2015 1 commit
-
-
Mathieu Giraud authored
We want to be able to test coverage on different rules, without deleting previous coverage files.
-
- 26 Feb, 2015 1 commit
-
-
Mikaël Salson authored
-
- 07 Feb, 2015 1 commit
-
-
Mathieu Giraud authored
Append some flags to CXXFLAGS and use LDLIBS instead of LDFLAGS for -lm and -lz See https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
-
- 07 Nov, 2014 3 commits
-
-
Mikaël Salson authored
istream initializes the buffer buf while gzstreambase constructor opens the file and may set some flags (in case the file can't be opened). If istream is called last it will overwrite the flags that have been set
-
Mathieu Giraud authored
-
-