jackdbus/example-clients
David Runge aa27576236
Fix wscripts syntax (#826)
* Add flake8 configuration

.flake8:
Add flake8 configuration that limits the line length to 120 chars and
outputs to flake8.txt

* Add flake8.txt to gitignore

.gitignore:
Add flake8.txt (flake8 output file) to ignore.

* Syntax fixes and cleanup for top-level wscript

wscript:
Fix syntax of wscript according to pep8 (but do not break long lines).
Remove unused imports and move all module level imports to the top of
the file.
Fix broken build target of IIO driver (source argument to
`create_driver_obj()` supplied an uninitialized variable).
Break lines at 120 chars.

* Fix common/wscript syntax

common/wscript:
Fix syntax problems, unneeded imports and break lines at 120 chars.

* Fix compat/alloca/wscript syntax

compat/alloca/wscript:
Fix compat/alloca/wscript syntax

* Fix compat/wscript syntax

compat/wscript:
Fix compat/wscript syntax

* Fix dbus/wscript syntax

dbus/wscript:
Fix syntax and break lintes at 120 chars.

* Fix example-clients/wscript syntax

example-clients/wscript:
Fix syntax and remove commented code.

* Fix tests/wscript syntax

tests/wscript:
Fix syntax and commented code.

* Fix tools/wscript syntax

tools/wscript:
Fix tools/wscript syntax.

* Add github workflow for linting wscripts

.github/workflows/lint.yml:
Add github workflow for linting wscripts using findutils and flake8.

* Fix project version extraction in CI

.github/workflows/build.yml:
Adapt the project version extraction in CI to the syntax changes in
the top-level wscript.
2022-04-13 18:29:29 +01:00
..
capture_client.c Tim Mayberry : Changes to get example-clients to build using MinGW compiler. 2013-07-23 14:23:20 +02:00
control.c Fix indentation 2014-07-27 10:07:26 +02:00
cpu_load.c Typo. 2011-11-04 15:07:23 +00:00
impulse_grabber.c Improve some of example-clients, cleanup. 2011-11-25 15:53:25 +00:00
inprocess.c Use JACK_LIB_EXPORT for inprocess example 2018-10-10 16:03:34 +02:00
internal_metro.cpp rebase from trunk 3930:3966 2010-03-24 11:07:52 +00:00
internal_metro.h rebase from trunk 3930:3966 2010-03-24 11:07:52 +00:00
latent_client.c Improve some of example-clients, cleanup. 2011-11-25 15:53:25 +00:00
metro.c NO-OP: tabs vs. spaces indentation 2019-02-20 20:44:38 +01:00
midi_latency_test.c Bad semaphore allocation in midi_latency_test. 2022-04-07 15:20:45 +01:00
midiseq.c Revert "Fix unused{,-but-set}-variable compiler warnings." 2018-10-06 13:15:11 +02:00
midisine.c Tim Mayberry : Changes to get example-clients to build using MinGW compiler. 2013-07-23 14:23:20 +02:00
netmaster.c Correct NetJack2 API. 2015-04-20 11:15:56 +02:00
netslave.c Cleanup netjack examples. 2011-11-30 13:26:39 +00:00
server_control.cpp Fix blocking DBus device reservation, so it plays nice with others 2019-10-28 11:16:09 +01:00
showtime.c Use PRIu64 to print jack_time_t 2019-02-07 20:33:56 +01:00
simdtests.cpp ALSA: convert properly S24_LE 2022-01-15 15:09:55 +00:00
simple_client.c Fix indentation 2014-07-27 10:11:29 +02:00
simple_session_client.c Tim Mayberry : Changes to get example-clients to build using MinGW compiler. 2013-07-23 14:23:20 +02:00
thru_client.c rebase from trunk 4238:4306 2011-04-15 09:39:09 +00:00
wscript Fix wscripts syntax (#826) 2022-04-13 18:29:29 +01:00
zombie.c Tim Mayberry : Changes to get example-clients to build using MinGW compiler. 2013-07-23 14:23:20 +02:00