- 09 Mar, 2020 1 commit
-
-
Mikaël Salson authored
-
- 04 Mar, 2020 1 commit
-
-
Mikaël Salson authored
As the parameter is a reference, it may cause some problems if it is optimized out at some point (or something else, I won't pretend mastering compiler optimizations). Instead we pass a variable in parameter and instead of an empty string we give a string whose length is the same as the affectation string. This was causing issues with clang-4.0 and clang-6.0. See !612
-
- 03 Mar, 2020 2 commits
-
-
Mikaël Salson authored
Because of issue in should. See https://gitlab.bioinfo-diag.fr/vidjil/should/issues/47
-
Mikaël Salson authored
We have a docker image for gcc, fine (apart from apt-get that doesn't work with gcc:4.8 image). For clang we don't have a ready to use image so we need to install it by hand. Fix #4203
-
- 18 Feb, 2020 4 commits
-
-
Mathieu Giraud authored
Add a test with constant gene in the sequence to check we detect it See merge request !604
-
Mikaël Salson authored
doc/.gitlab-ci.yml: deploy_doc Closes #4143 See merge request !597
-
Mathieu Giraud authored
Backup of the current day only (and of yesterday) See merge request !605
-
Mikaël Salson authored
This will allow more lightweight backup strategies See vdj#96
-
- 13 Feb, 2020 1 commit
-
-
Mikaël Salson authored
See #2964
-
- 11 Feb, 2020 1 commit
-
-
Mathieu Giraud authored
Resolve "fichier vidjil avec clone null" Closes #4172 See merge request !599
-
- 07 Feb, 2020 1 commit
-
- 05 Feb, 2020 2 commits
-
-
Mikaël Salson authored
mkdocs.yml: reorganize doc Closes #4143 See merge request !583
-
Mikaël Salson authored
-
- 04 Feb, 2020 1 commit
-
-
Mathieu Giraud authored
Feature c/auto resize See merge request !598
-
- 03 Feb, 2020 1 commit
-
- 30 Jan, 2020 1 commit
-
-
marc duez authored
older browser does not support observer methods, use a setInterval recurrent check instead
-
- 29 Jan, 2020 4 commits
-
-
marc duez authored
-
marc duez authored
-add an observer on view and resize on change -use a 500ms delay
-
Mikaël Salson authored
doc/vidjil-algo.md: installation steps are different on releases and on git See merge request !594
-
Mikaël Salson authored
Feature c/conversion d3 v5 See merge request !561
-
- 28 Jan, 2020 5 commits
-
-
Mathieu Giraud authored
see #4148.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
as in !574, see #4131
-
Mathieu Giraud authored
Closes #4143
-
- 27 Jan, 2020 7 commits
-
-
Mathieu Giraud authored
clones.js : fix clones distribution loading time issue See merge request !595
-
marc duez authored
trim most extreme values before computing average
-
marc duez authored
-
marc duez authored
minimize call to axes_obj.available() axes_obj.available() does not return a struct pointer but rebuild the struct completely at each call
-
marc duez authored
-catch NaN from getSize() (can happen with distrib clones) -use object.clone function to compute max_size
-
Mathieu Giraud authored
Thanks to @axel_mercier See #4166.
-
- 25 Jan, 2020 1 commit
-
-
Mathieu Giraud authored
Release 2020.01 See merge request !563
-
- 24 Jan, 2020 7 commits
-
-
Mathieu Giraud authored
see #4035
-
Mikaël Salson authored
See !589
-
marc duez authored
-
marc duez authored
-
marc duez authored
fix or new feature ? there was already some code for this feature but it wasn't working.
-
marc duez authored
node movement are now made directly by the force simulation so it need to need to be applied after each computed frame
-
marc duez authored
-