platform/upstream/gstreamer.git
7 years agovalidate: Add safe guards to runner API
Thibault Saunier [Thu, 22 Dec 2016 13:08:32 +0000 (10:08 -0300)]
validate: Add safe guards to runner API

7 years agovalidate: Whitlist blacklisted test only when explicitely
Thibault Saunier [Thu, 22 Dec 2016 13:08:31 +0000 (10:08 -0300)]
validate: Whitlist blacklisted test only when explicitely

Otherwise running -t '.*reverse.*' will also run blacklisted
tests which is probably not what use wants.

7 years agolauncher: Make --update-media-info check if generating frames info or not
Thibault Saunier [Thu, 22 Dec 2016 13:08:30 +0000 (10:08 -0300)]
launcher: Make --update-media-info check if generating frames info or not

7 years agovalidate:launcher: Add an app handler for unit tests described in meson
Thibault Saunier [Thu, 22 Dec 2016 13:08:28 +0000 (10:08 -0300)]
validate:launcher: Add an app handler for unit tests described in meson

This way we can run all tests with the launcher which brings in many
features.

And add a testsuite for GStreamer unit tests.

7 years agovalidate:launcher: Allow specifying a timeout factor
Thibault Saunier [Thu, 22 Dec 2016 13:08:27 +0000 (10:08 -0300)]
validate:launcher: Allow specifying a timeout factor

7 years agovalidate:launcher: Print the iteration number when running forever
Thibault Saunier [Thu, 22 Dec 2016 13:08:26 +0000 (10:08 -0300)]
validate:launcher: Print the iteration number when running forever

7 years agovalidate:launcher: Add a -v option to print subprocesses to stdout
Thibault Saunier [Thu, 22 Dec 2016 13:08:25 +0000 (10:08 -0300)]
validate:launcher: Add a -v option to print subprocesses to stdout

7 years agovalidate:launcher: Run cpu_count test in parallel by default
Thibault Saunier [Thu, 22 Dec 2016 13:08:24 +0000 (10:08 -0300)]
validate:launcher: Run cpu_count test in parallel by default

7 years agovalidate:launcher: Do not list tests on unneeded testers
Thibault Saunier [Thu, 22 Dec 2016 13:08:23 +0000 (10:08 -0300)]
validate:launcher: Do not list tests on unneeded testers

7 years agovalidate:launcher: Allow specifying several testsuite dirs
Thibault Saunier [Thu, 22 Dec 2016 13:08:21 +0000 (10:08 -0300)]
validate:launcher: Allow specifying several testsuite dirs

7 years agovalidate:launcher: Stop running test subprocesses in a shell
Thibault Saunier [Thu, 22 Dec 2016 13:07:58 +0000 (10:07 -0300)]
validate:launcher: Stop running test subprocesses in a shell

And instead properly use a list of argument for the subprocesses.

7 years agotracer: gsttr-stats: don't average aggregated values
Stefan Sauer [Tue, 20 Dec 2016 20:00:58 +0000 (21:00 +0100)]
tracer: gsttr-stats: don't average aggregated values

Only collect the first/last values for them.

7 years agotracer/gsttr-stats: skip optional fields
Stefan Sauer [Tue, 20 Dec 2016 11:10:43 +0000 (12:10 +0100)]
tracer/gsttr-stats: skip optional fields

7 years agotracer/structure: handle boolean fields
Stefan Sauer [Tue, 20 Dec 2016 11:09:21 +0000 (12:09 +0100)]
tracer/structure: handle boolean fields

7 years agotracer/gsttr-stats: improve formatting
Stefan Sauer [Tue, 20 Dec 2016 09:27:45 +0000 (10:27 +0100)]
tracer/gsttr-stats: improve formatting

Add a headline and print the results as columns. Use ':' in ts format.

7 years agotracer/README: update docs
Stefan Sauer [Tue, 20 Dec 2016 09:26:55 +0000 (10:26 +0100)]
tracer/README: update docs

Update status of what is done and what we want to figure still.

7 years agotracer/parser: use local vars in the iterator function
Stefan Sauer [Tue, 20 Dec 2016 08:25:30 +0000 (09:25 +0100)]
tracer/parser: use local vars in the iterator function

This saves variable lookups in this thight loop.

7 years agotracer: pep8 cleanup
Stefan Sauer [Tue, 20 Dec 2016 07:24:32 +0000 (08:24 +0100)]
tracer: pep8 cleanup

7 years agotracer: update docstrings
Stefan Sauer [Tue, 20 Dec 2016 07:17:34 +0000 (08:17 +0100)]
tracer: update docstrings

7 years agotracer/structure: improve performance
Stefan Sauer [Mon, 19 Dec 2016 21:37:20 +0000 (22:37 +0100)]
tracer/structure: improve performance

Use local vars in the parser. This way we can make them static methods.

7 years agotracer/gsttr-stats: adding some filtering options
Stefan Sauer [Fri, 16 Dec 2016 14:00:04 +0000 (15:00 +0100)]
tracer/gsttr-stats: adding some filtering options

Also adding a way to show what is in the file.

7 years agotracer/Makefile: fix test invocation
Stefan Sauer [Fri, 16 Dec 2016 13:08:46 +0000 (14:08 +0100)]
tracer/Makefile: fix test invocation

And fix a deprecation warning.

7 years agotracer/structure: add more tests and a benchmark
Stefan Sauer [Fri, 16 Dec 2016 13:07:45 +0000 (14:07 +0100)]
tracer/structure: add more tests and a benchmark

7 years agotracer/gsttr-stats: move time unit hack into method
Stefan Sauer [Wed, 14 Dec 2016 20:28:12 +0000 (21:28 +0100)]
tracer/gsttr-stats: move time unit hack into method

7 years agotracer/gsttr-stats: split Analyzer into Analyzer and AnalysisRunner
Stefan Sauer [Wed, 14 Dec 2016 18:07:22 +0000 (19:07 +0100)]
tracer/gsttr-stats: split Analyzer into Analyzer and AnalysisRunner

This lets us run chain analyzers. Move the stats collection into the
gsttr-stats tool.

7 years agotracer: add a first tool to report aggregated findings
Stefan Sauer [Mon, 12 Dec 2016 21:41:23 +0000 (22:41 +0100)]
tracer: add a first tool to report aggregated findings

A tool to report min/max/avg values per scope and traced value.

7 years agotracer: add new python library to process tracer logs
Stefan Sauer [Mon, 12 Dec 2016 21:38:57 +0000 (22:38 +0100)]
tracer: add new python library to process tracer logs

This is the beginning of a python library for wrting tools that process tracer
logs. This library contains a structure parser written in python to avoid the
dependency on gobject introspection (and the slowness and non pythoness that
comes with it).

7 years agodebug-viewer: inline expression
Stefan Sauer [Tue, 13 Dec 2016 12:26:35 +0000 (13:26 +0100)]
debug-viewer: inline expression

7 years agovalidate-scenario: Properly get the rate for action validation
Edward Hervey [Mon, 19 Dec 2016 15:17:56 +0000 (16:17 +0100)]
validate-scenario: Properly get the rate for action validation

This issue was most likely introduced by the refactoring of the
position querying into a standalone function.

In execute_next_action() the rate variable was never replaced by
the current rate of the pipeline, this would result in all reverse
playback actions to trigger immediately instead of waiting for
the actual target time.

https://bugzilla.gnome.org/show_bug.cgi?id=776280

7 years agovalidate: Fix usage of get_stack)trace after API change
Thibault Saunier [Mon, 12 Dec 2016 18:07:30 +0000 (15:07 -0300)]
validate: Fix usage of get_stack)trace after API change

7 years agovalidate: transcode: No buffering handling when the sink is not synced on the clock
Thibault Saunier [Mon, 12 Dec 2016 15:27:42 +0000 (12:27 -0300)]
validate: transcode: No buffering handling when the sink is not synced on the clock

It makes no sense to pause the pipeline and wait for buffering to be
done when the pipeline is just processing the data as it comes
in without synchronizing on the clock.

7 years agomeson: Support building without Gst debug
Thibault Saunier [Fri, 9 Dec 2016 20:43:53 +0000 (17:43 -0300)]
meson: Support building without Gst debug

7 years agovalidate: fix small grammar nit
Reynaldo H. Verdejo Pinochet [Wed, 7 Dec 2016 23:11:33 +0000 (15:11 -0800)]
validate: fix small grammar nit

7 years agolauncher: Handle stack trace information as jenkins expect it in the xunit file
Thibault Saunier [Thu, 1 Dec 2016 13:51:56 +0000 (10:51 -0300)]
launcher: Handle stack trace information as jenkins expect it in the xunit file

7 years agovalidate:launcher: Handle missing media info file
Thibault Saunier [Wed, 30 Nov 2016 17:07:04 +0000 (14:07 -0300)]
validate:launcher: Handle missing media info file

7 years agovalidate: Properly handle proxy pads generating detailed info about NNEs
Thibault Saunier [Wed, 30 Nov 2016 16:32:09 +0000 (13:32 -0300)]
validate: Properly handle proxy pads generating detailed info about NNEs

In cases where we had a two consecutive bins with proxy pads, we could
segfault because we were dereferencing a NULL pointer to pad.

7 years agomeson: Modernize the way we set test env variables
Thibault Saunier [Fri, 18 Nov 2016 17:45:42 +0000 (14:45 -0300)]
meson: Modernize the way we set test env variables

Removing the now useless getplugindirs script

7 years agovalidate:launcher: Make sure that the IPC server is shutdown before closing the socket
Thibault Saunier [Wed, 30 Nov 2016 10:40:05 +0000 (07:40 -0300)]
validate:launcher: Make sure that the IPC server is shutdown before closing the socket

7 years agovalidate:launcher: Make sure to check string when verifying expected failures
Thibault Saunier [Tue, 29 Nov 2016 17:47:35 +0000 (14:47 -0300)]
validate:launcher: Make sure to check string when verifying expected failures

The value can potentially be None and we should handle that

7 years agovalidate:launcher: Allow specifying timeout as a known issue
Thibault Saunier [Sat, 26 Nov 2016 13:25:43 +0000 (10:25 -0300)]
validate:launcher: Allow specifying timeout as a known issue

And minor cleanups

7 years agovalidate:launcher: Properly report stack trace as such in the xunit file
Thibault Saunier [Sat, 26 Nov 2016 13:24:11 +0000 (10:24 -0300)]
validate:launcher: Properly report stack trace as such in the xunit file

7 years agovalidate:launcher: Remove now useless validatelog
Thibault Saunier [Sat, 26 Nov 2016 12:27:45 +0000 (09:27 -0300)]
validate:launcher: Remove now useless validatelog

We are now doing IPC to communicate with the launcher
so let it simply go to stdout.

7 years agovalidate:launcher: Handle checking bug status for expected failures
Thibault Saunier [Thu, 24 Nov 2016 13:29:53 +0000 (10:29 -0300)]
validate:launcher: Handle checking bug status for expected failures

7 years agocommon: use https protocol for common submodule
Tim-Philipp Müller [Sat, 26 Nov 2016 11:26:05 +0000 (11:26 +0000)]
common: use https protocol for common submodule

https://bugzilla.gnome.org/show_bug.cgi?id=775110

7 years agovalidate: Fix GI warnings
Thibault Saunier [Wed, 23 Nov 2016 11:38:49 +0000 (08:38 -0300)]
validate: Fix GI warnings

7 years agomeson: Move vs_module_defs_dir to the validate subdirectory
Sebastian Dröge [Sat, 19 Nov 2016 10:36:32 +0000 (12:36 +0200)]
meson: Move vs_module_defs_dir to the validate subdirectory

It's validate/win32/ and not just win32/

https://bugzilla.gnome.org/show_bug.cgi?id=774638

7 years agovalidate: make: include common/win32.mak
Scott D Phillips [Fri, 18 Nov 2016 18:06:14 +0000 (10:06 -0800)]
validate: make: include common/win32.mak

With the addition of the .def file for validate we need to make
sure the check-export script from common gets executed so that the
.def stays up to date.

https://bugzilla.gnome.org/show_bug.cgi?id=774638

7 years agomeson: Add ignored warnings for MSVC
Scott D Phillips [Fri, 18 Nov 2016 01:26:49 +0000 (17:26 -0800)]
meson: Add ignored warnings for MSVC

https://bugzilla.gnome.org/show_bug.cgi?id=774656

7 years agoEnable building with MSVC
Scott D Phillips [Thu, 17 Nov 2016 18:00:25 +0000 (10:00 -0800)]
Enable building with MSVC

https://bugzilla.gnome.org/show_bug.cgi?id=774638

7 years agopad-monitor: fix return type of get_range_func
Scott D Phillips [Thu, 17 Nov 2016 18:28:01 +0000 (10:28 -0800)]
pad-monitor: fix return type of get_range_func

The return type of GstPadGetRangeFunction is GstFlowReturn

https://bugzilla.gnome.org/show_bug.cgi?id=774638

7 years agovalidate: Remove #include <unistd.h>
Scott D Phillips [Thu, 17 Nov 2016 18:25:37 +0000 (10:25 -0800)]
validate: Remove #include <unistd.h>

It isn't needed and isn't present in non-posix environments like windows
with MSVC or mingw.

https://bugzilla.gnome.org/show_bug.cgi?id=774638

7 years agoFix MSVC const warnings
Scott D Phillips [Thu, 17 Nov 2016 18:24:08 +0000 (10:24 -0800)]
Fix MSVC const warnings

https://bugzilla.gnome.org/show_bug.cgi?id=774638

7 years agoPass gint/guint pointers instead of enum pointers
Scott D Phillips [Thu, 17 Nov 2016 18:19:22 +0000 (10:19 -0800)]
Pass gint/guint pointers instead of enum pointers

The underlying integer type for enums are implementation defined and may
not be the same size as gint/guint. So implicitly casting from pointers-
to-enum-types to pointers-to-int-types is unsafe. MSVC warns on these.

https://bugzilla.gnome.org/show_bug.cgi?id=774638

7 years agovalidate: Minor documentation fixes.
Thibault Saunier [Thu, 17 Nov 2016 18:43:15 +0000 (15:43 -0300)]
validate: Minor documentation fixes.

7 years agovalidate: launcher: Allow checking if bugs linked to blacklist is fixed
Thibault Saunier [Wed, 16 Nov 2016 13:47:21 +0000 (10:47 -0300)]
validate: launcher: Allow checking if bugs linked to blacklist is fixed

7 years agovalidate:launcher: Consider wanted tests as whitelisted
Thibault Saunier [Wed, 16 Nov 2016 13:48:26 +0000 (10:48 -0300)]
validate:launcher: Consider wanted tests as whitelisted

7 years agovalidate: meson: Do not mixup gstvalidate lib and tracer plugin
Thibault Saunier [Tue, 15 Nov 2016 21:55:09 +0000 (18:55 -0300)]
validate: meson: Do not mixup gstvalidate lib and tracer plugin

Even though it is mostly the same thing in the end

7 years agovalidate:launcher: Timeout if running gdb takes too much time
Thibault Saunier [Mon, 14 Nov 2016 21:41:34 +0000 (18:41 -0300)]
validate:launcher: Timeout if running gdb takes too much time

7 years agovalidate:launcher: Allow running the testsuite N number of times
Thibault Saunier [Sat, 29 Oct 2016 14:22:31 +0000 (11:22 -0300)]
validate:launcher: Allow running the testsuite N number of times

7 years agovalidate: Remove extra buffering status prints
Thibault Saunier [Mon, 14 Nov 2016 16:05:04 +0000 (13:05 -0300)]
validate: Remove extra buffering status prints

7 years agovalidate:launcher: Fix usage in an uninstalled environment
Thibault Saunier [Wed, 9 Nov 2016 20:37:24 +0000 (17:37 -0300)]
validate:launcher: Fix usage in an uninstalled environment

7 years agovalidate: Use gst_debug_get_stack_trace instead of our implementation
Thibault Saunier [Tue, 8 Nov 2016 21:06:19 +0000 (18:06 -0300)]
validate: Use gst_debug_get_stack_trace instead of our implementation

And remove now useless config.h.meson file

7 years agovalidate:launcher: Try to generate a backtrace on segfaults
Thibault Saunier [Mon, 7 Nov 2016 20:20:09 +0000 (17:20 -0300)]
validate:launcher: Try to generate a backtrace on segfaults

7 years agovalidate:launcher: Port to Python3
Thibault Saunier [Fri, 4 Nov 2016 21:04:37 +0000 (18:04 -0300)]
validate:launcher: Port to Python3

And sync logging.py with Pitivi version

7 years agomeson: Unset the plugin paths to generate the .gir files
Thibault Saunier [Fri, 4 Nov 2016 17:45:19 +0000 (14:45 -0300)]
meson: Unset the plugin paths to generate the .gir files

Avoiding problems when using subproject:

'Failed to load plugin something.so file too short'

7 years agovalidate: report: Do not unref an object where we do not own a ref
Thibault Saunier [Thu, 3 Nov 2016 19:17:08 +0000 (16:17 -0300)]
validate: report: Do not unref an object where we do not own a ref

g_io_stream_get_output_stream is transfer none

7 years agovalidate: gir: We should not depend on GstVideo
Thibault Saunier [Thu, 3 Nov 2016 14:22:08 +0000 (11:22 -0300)]
validate: gir: We should not depend on GstVideo

We do not depend on it at all in GstValidate itself

https://bugzilla.gnome.org/show_bug.cgi?id=773898

7 years agovalidate: Allow using json-glib as a subproject
Thibault Saunier [Wed, 2 Nov 2016 11:28:27 +0000 (08:28 -0300)]
validate: Allow using json-glib as a subproject

7 years agovalidate: media check: Always print runner infos when bailing out.
Thibault Saunier [Wed, 2 Nov 2016 20:25:21 +0000 (17:25 -0300)]
validate: media check: Always print runner infos when bailing out.

7 years agovalidate:launcher: Do not try to set DISPLAY envvar to None
Thibault Saunier [Wed, 2 Nov 2016 15:43:54 +0000 (12:43 -0300)]
validate:launcher: Do not try to set DISPLAY envvar to None

7 years agomeson: update version
Tim-Philipp Müller [Tue, 1 Nov 2016 18:11:13 +0000 (18:11 +0000)]
meson: update version

7 years agoBack to development
Sebastian Dröge [Tue, 1 Nov 2016 16:53:16 +0000 (18:53 +0200)]
Back to development

7 years agoRelease 1.10.0
Sebastian Dröge [Tue, 1 Nov 2016 16:16:13 +0000 (18:16 +0200)]
Release 1.10.0

7 years agoscenarios: Simplify Makefile
Edward Hervey [Wed, 26 Oct 2016 15:58:58 +0000 (17:58 +0200)]
scenarios: Simplify Makefile

7 years agoscenarios: Add a forward key-unit trick mode scenario
Edward Hervey [Wed, 26 Oct 2016 15:51:37 +0000 (17:51 +0200)]
scenarios: Add a forward key-unit trick mode scenario

Not enabled for the time being

7 years agobaseclasses: Also check for minimum number of video-tracks
Edward Hervey [Wed, 26 Oct 2016 15:34:49 +0000 (17:34 +0200)]
baseclasses: Also check for minimum number of video-tracks

Some scenarios might only be for video files and are meaningless for
audio-only files

7 years agomeson: Don't depend on gstreamer-check-1.0 on windows
Scott D Phillips [Tue, 25 Oct 2016 15:53:59 +0000 (08:53 -0700)]
meson: Don't depend on gstreamer-check-1.0 on windows

https://bugzilla.gnome.org/show_bug.cgi?id=773114

7 years agoRevert "meson: move gstreamer-check-1.0 dependency to validate/tests/check"
Nirbheek Chauhan [Tue, 25 Oct 2016 05:22:12 +0000 (10:52 +0530)]
Revert "meson: move gstreamer-check-1.0 dependency to validate/tests/check"

This reverts commit e8e51bdad499b38d2acc0216dc124bb82b0bd72b.

Does not actually work. See:
https://bugzilla.gnome.org/show_bug.cgi?id=773114#c31

7 years agomeson: move gstreamer-check-1.0 dependency to validate/tests/check
Scott D Phillips [Fri, 21 Oct 2016 07:48:47 +0000 (00:48 -0700)]
meson: move gstreamer-check-1.0 dependency to validate/tests/check

https://bugzilla.gnome.org/show_bug.cgi?id=773114

7 years agovalidate: Blacklist failing hls tests
Edward Hervey [Tue, 18 Oct 2016 13:41:11 +0000 (15:41 +0200)]
validate: Blacklist failing hls tests

See https://bugzilla.gnome.org/show_bug.cgi?id=773159

7 years agoAlso fix link issue in the plugin with libdw
Nicolas Dufresne [Fri, 14 Oct 2016 15:05:26 +0000 (11:05 -0400)]
Also fix link issue in the plugin with libdw

7 years agoFix non-C89 code
Nicolas Dufresne [Fri, 14 Oct 2016 14:52:53 +0000 (10:52 -0400)]
Fix non-C89 code

In the automake build system we force C89 which does not allow mixing
code and declaration.

7 years agoFix missing linker flags for libdw
Nicolas Dufresne [Fri, 14 Oct 2016 14:48:16 +0000 (10:48 -0400)]
Fix missing linker flags for libdw

This was added in the meson build but was only checked and not used in
the automake build.

7 years agodebug-viewer: window: add helper to get visible range
Stefan Sauer [Mon, 10 Oct 2016 13:59:49 +0000 (15:59 +0200)]
debug-viewer: window: add helper to get visible range

Move this code to the window class, as multiple plugins are going to need it.

7 years agodegbug-viewer: models: only temporarilly modify the row for filtering
Stefan Sauer [Sun, 9 Oct 2016 10:55:59 +0000 (12:55 +0200)]
degbug-viewer: models: only temporarilly modify the row for filtering

This avoid that we have to chek the type in the getter.
Also update the comment - we need the strip since the readline call
will not strip the newline.

7 years agogst-devtools/codecanalyser: Fix typo NO_CONFIGURE should be NOCONFIGURE
William Manley [Tue, 21 Jun 2016 16:56:58 +0000 (17:56 +0100)]
gst-devtools/codecanalyser: Fix typo NO_CONFIGURE should be NOCONFIGURE

For consistency with the rest of the autogen.sh scripts.

https://bugzilla.gnome.org/show_bug.cgi?id=772616

7 years agodebug-viewer: app: Switch for rc_parse to css
Stefan Sauer [Sat, 8 Oct 2016 20:23:39 +0000 (22:23 +0200)]
debug-viewer: app: Switch for rc_parse to css

This gets us the line shading back and some size savings.

7 years agodebug-viewer: models: allow filter to check COL_MESSAGE
Stefan Sauer [Sat, 8 Oct 2016 12:49:38 +0000 (14:49 +0200)]
debug-viewer: models: allow filter to check COL_MESSAGE

COL_MESSAGE contains the message offset as an internal optimization. When
preparing a row for filters, we need to replace this. Otherwise filters
get an 'int' instead of the 'string' they expect.

7 years agovalidate: fix typo
Jinwoo Ahn [Fri, 7 Oct 2016 04:42:02 +0000 (13:42 +0900)]
validate: fix typo

https://bugzilla.gnome.org/show_bug.cgi?id=772543

7 years agovalidate: fix typo in gst-validate-report.c
Jinwoo Ahn [Wed, 5 Oct 2016 05:50:53 +0000 (14:50 +0900)]
validate: fix typo in gst-validate-report.c

parametter -> parameter

https://bugzilla.gnome.org/show_bug.cgi?id=772439

7 years agodebug-viewer: small code cleanups
Stefan Sauer [Fri, 30 Sep 2016 20:29:43 +0000 (22:29 +0200)]
debug-viewer: small code cleanups

Inline a few statements. Remove unused variables.

7 years agodebug-viewer: add a few doc strings
Stefan Sauer [Fri, 30 Sep 2016 20:31:24 +0000 (22:31 +0200)]
debug-viewer: add a few doc strings

7 years agomeson: Setup pre commit hook and fix getpluginsdir for standalone case
Thibault Saunier [Fri, 30 Sep 2016 14:35:41 +0000 (11:35 -0300)]
meson: Setup pre commit hook and fix getpluginsdir for standalone case

7 years agomeson: update version
Tim-Philipp Müller [Fri, 30 Sep 2016 13:57:27 +0000 (14:57 +0100)]
meson: update version

7 years agoRelease 1.9.90
Sebastian Dröge [Fri, 30 Sep 2016 10:06:16 +0000 (13:06 +0300)]
Release 1.9.90

7 years agomeson: Fix gtkdoc using new meson features
Thibault Saunier [Fri, 23 Sep 2016 23:40:52 +0000 (20:40 -0300)]
meson: Fix gtkdoc using new meson features

7 years agodebug-viewer: initialize all features from tuples
Stefan Sauer [Wed, 28 Sep 2016 19:19:29 +0000 (21:19 +0200)]
debug-viewer: initialize all features from tuples

Also add a first doc string about the plugin initialisation.

7 years agoformatting: run autopep8 over all files
Stefan Sauer [Wed, 28 Sep 2016 18:38:55 +0000 (20:38 +0200)]
formatting: run autopep8 over all files

We have a commit hook on the repo. Get all files to match the pep8 guidelines.

7 years agodebug-viewer: cleanup imports in plugins
Stefan Sauer [Wed, 28 Sep 2016 18:34:53 +0000 (20:34 +0200)]
debug-viewer: cleanup imports in plugins

Don't use * imports. Don't rely on package level imports.

7 years agomeson: Fix installing configured files
Thibault Saunier [Wed, 21 Sep 2016 19:41:45 +0000 (16:41 -0300)]
meson: Fix installing configured files