- 12 Mar, 2015 4 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
Makefile: Allow to launch a single functional test with valgrind by prefixing its name with valgrind_
-
Mikaël Salson authored
This has no consequence since this rule is forced anyway.
-
Mikaël Salson authored
Relative path is less robust when changing directory.
-
- 11 Mar, 2015 4 commits
-
-
Mikaël Salson authored
valgrind_should: valgrind on functional tests valgrind_tests: valgrind on unit tests
-
Mathieu Giraud authored
This invocation should also be more portable See http://stackoverflow.com/questions/2792675/how-portable-is-mktemp1
-
Mikaël Salson authored
Makefile: For tests ensure that vidjil is rebuilt with -O0 -g so that we get useful information with Valgrind (slower...)
-
Mikaël Salson authored
-
- 01 Mar, 2015 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud 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 1 commit
-
-
Mathieu Giraud authored
-
- 22 Oct, 2014 1 commit
-
-
Mikaël Salson authored
-
- 07 Oct, 2014 1 commit
-
-
Mikaël Salson authored
Now you must compile with make COVERAGE=1 to compile with coverage information. There is another rule (called coverage) which compiles with coverage options and then runs gcovr (if available).
-
- 15 Apr, 2014 1 commit
-
-
Mikaël Salson authored
-
- 25 Mar, 2014 1 commit
-
-
Mikaël Salson authored
The library is now built in core, where we have the list of dependencies (dep.mk). Before dep.mk was in algo/ but the files it was refering to were in core/. Thus the dep.mk file was useless.
-
- 20 Feb, 2014 1 commit
-
-
Mathieu Giraud authored
* Refactored main vidjil.cpp (core/windows.cpp, core/windowExtractor.cpp) * Removed unused html output * Better json output (core/json.cpp) * Updated main stdout, with representative sequence for each clone * Updated parameters for FineSegmenter (delta_max) and dynprog (substition cost) * Bugs closed
-
- 07 Oct, 2013 1 commit
-
-
Mikaël Salson authored
* Better heuristic, segments more reads (core/segment.cpp) * Better and faster selection of representative read (vidjil.cpp, core/read_chooser.cpp) * Better display of reason of non-segmenting reads * New normalization against a standard (-Z) (core/labels.cpp) * New experimental lazy_msa multiple aligner * New .json output * New unit tests * Bugs closed
-
- 26 Apr, 2013 1 commit
-
-
Mikaël Salson authored
* First public release
-