- 14 Jul, 2019 3 commits
- 13 Jul, 2019 5 commits
- 10 Jul, 2019 1 commit
-
-
georg authored
-
- 05 Jun, 2019 1 commit
-
-
jvoisin authored
-
- 16 May, 2019 1 commit
-
-
jvoisin authored
-
- 15 May, 2019 1 commit
-
-
jvoisin authored
This shouldn't make a big difference in the CLI/extension usage, but might improve the performances of long-running instances, or people misusing the API.
-
- 13 May, 2019 5 commits
-
-
jvoisin authored
-
atenart authored
Rework the dependencies definition to include a 'required' flags, which is passed by the check_dependencies helper to the callers, so that they can distinguish between required and optional dependencies. This help in two ways: - The unit test for the dependencies was now failing when an optional one was missing, due to a previous rework. - Mat2's --check-dependencies was referring to "required dependencies" and was misleading for the user as some of them could be optional. Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
atenart authored
Remove the try/except logic when calling check_dependencies, as it cannot throw the exception anymore (it's caught already in the function). Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
jvoisin authored
-
jvoisin authored
-
- 10 May, 2019 2 commits
- 09 May, 2019 2 commits
- 08 May, 2019 3 commits
- 03 May, 2019 1 commit
-
-
fuzzy authored
-
- 01 May, 2019 1 commit
-
-
jvoisin authored
-
- 27 Apr, 2019 4 commits
- 14 Apr, 2019 2 commits
- 30 Mar, 2019 2 commits
- 29 Mar, 2019 4 commits
-
-
atenart authored
Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
atenart authored
Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
atenart authored
The command line checks for command line utilities are done by trying to access the executables and by throwing an exception when not found. This lead to: - The mat2 cmd line --check-dependencies option failing. - The ffmpeg unit tests failing when ffmpeg isn't installed (even though it's an optional dependency). This patch fixes it. Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
atenart authored
Invert the keys and values in DEPENDENCIES. It seems more natural to use the key as a key in check_dependencies(), and the value as the value. This also help in preparing for reworking the check_dependencies() helper. Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
- 26 Mar, 2019 2 commits
-
-
atenart authored
Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
atenart authored
Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-