Commit Graph

14 Commits

Author SHA1 Message Date
Nedko Arnaudov 72b81b8fcb Remove traces of jackaudio/jack2 macos and windows support in jackdbus codebase 2023-11-07 20:46:42 +02:00
Nedko Arnaudov bda7594532 Revert "Use jack2 git submodule for CI"
This reverts commit a307d5fa1d.
2022-08-28 01:32:15 +03:00
Nedko Arnaudov aeffa508d7 Upgrade waf to 2.0.24 2022-08-27 22:05:10 +03:00
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
falkTX 3d4027b1c7 CI: Generate windows installers
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-15 15:09:55 +00:00
falkTX ee7963e00f
Update gitignore
Signed-off-by: falkTX <falktx@falktx.com>
2020-09-24 20:13:44 +01:00
falkTX b9e215df96 Reword macos readme package, mention full file list 2020-06-22 22:37:23 +02:00
falkTX 21169219cf Add macosx package script 2020-06-15 01:07:23 +02:00
Luciano Iam cfb85b0143
1.9.14 on MinGW/waf + build guide (#495)
* Add guide for compiling on MinGW using waf

* Update wscripts and guide for MinGW

* Fix README_MINGW typos

* Add instructions for ASIO support

* Update jackd example

* Patch for metadata support on Windows

* Update VS project for building JackRouter

* JackRouter/VS: add int redefinition fix to all build configurations

* VS: ignore Visual Studio build files and user settings

* Revise and extend README_MINGW

* Fix typos in README_MINGW

* Update MinGW build guide

* Replace MAX_PATH with PATH_MAX (win32)

* Include limits.h in JackMetadata.h

Co-authored-by: Schrödinger's Cat <6382400+Schroedingers-Cat@users.noreply.github.com>
2020-05-31 13:29:53 +01:00
Karl Linden 87ccc8a883
Ignore *.pyc files. 2015-12-12 21:55:28 +01:00
Karl Lindén 89e6b8b71c update .gitignore to accomodate the switch from binary based waf distribution to source based 2015-05-02 13:23:15 +02:00
Matt Flax b4e13ea440 Added the codeBlocks key to the .gitignore file.
Added my name and those who helped me to the Changelog file.
Implemented various changes from a second code review by Stéphane;
JackIIODriver::Attach is now JackIIODriver::Open.
JackIIODriver::Detach is now JackIIODriver::Close.
driver_initialize now uses 'goto' on error to reduce replication.
2014-02-17 17:10:31 +11:00
KimJeongYeon 1f73394531 additional code cleanup for jack android 2014-02-07 23:52:58 +09:00
Adrian Knoth 7face7c29f Add .gitignore 2012-02-12 14:23:10 +01:00