- 22 Oct, 2014 30 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
We should have better demo files.
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This is now very conservative, it should run on older Firefox/Chrome/Opera browsers...
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Marc Duez authored
-print vidjil.fuse cmd in scheduller output before start
-
Marc Duez authored
-
Mikaël Salson authored
Previously we created small arrays of three integers to store information for backtracking. Now we have a structure storing the same information so that we can allocate an array of structures. Therefore we can allocate the whole array at once, and we don't need anymore to have plenty of allocations of three integers
-
Mikaël Salson authored
* .data files are renamed to .vidjil * by default output filenames have the same basename as the input file Documentation and tests have been updated accordingly
-
Mikaël Salson authored
-
Mikaël Salson authored
Extracts the basename of a path. There is a basename() function in C but takes char * (not even const char*), which is not convenient with string in C++. And basename() doesn't remove extension. Unit tests added.
-
-
-
There was a bug because "messages" was not defined
-
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-display only most recent results_file -use only most recent result file for fuse
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This was hardcoded twice in the code.
-
Mathieu Giraud authored
This feature was not documented and not used. The browser offers better normalization features.
-
Mikaël Salson authored
Bash automatically strips backslashes. So we need them to be escaped to ensure that one \ will still be present.
-
- 21 Oct, 2014 9 commits
- 20 Oct, 2014 1 commit
-
-
Mathieu Giraud authored
-