Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSL ES driver. Changing the queue processing strategy. #813

Open
wants to merge 31 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
685177d
Remove WIP comment
falkTX Jul 15, 2021
caf336a
Fix custom win32 detection, fixes missing HAVE_ASIO macro
falkTX Jul 28, 2021
70488cf
Better handling of optional asio
falkTX Jul 28, 2021
8d41e43
Start of v1.9.20
falkTX Jul 28, 2021
48558c0
example-clients: Use c++ compiler for jack_simdtests
kraj Jan 16, 2020
0ba8607
First step towards automated builds
falkTX Jul 31, 2021
8340794
CI: Add build jack2 step
falkTX Jul 31, 2021
7457966
Cleanup
falkTX Jul 31, 2021
d4a1c7b
Correct win32 build commands
falkTX Jul 31, 2021
5a776bc
Fix cache; Generate MSVC lib files
falkTX Jul 31, 2021
2d64d65
Generate macOS package
falkTX Jul 31, 2021
7991635
CI: Fix win64 build, no mixed just yet
falkTX Jul 31, 2021
37d0488
CI: Now try win64 mixed mode
falkTX Jul 31, 2021
116007c
Allow custom version on macOS generate-pkg script
falkTX Jul 31, 2021
ea69335
CI: Generate windows installers
falkTX Jul 31, 2021
ee3eeea
Update windows installers as artifacts
falkTX Jul 31, 2021
8e753dc
CI: Use xvfb-run for wine stuff
falkTX Jul 31, 2021
9a33cc2
CI: Use xvfb-run for wineboot too
falkTX Jul 31, 2021
8333ea5
Revert "CI: Use xvfb-run for wineboot too"
falkTX Jul 31, 2021
b3dd666
CI: Fix macOS package path
falkTX Aug 2, 2021
8820482
Begin ubuntu-20.04 automated deb packaging
falkTX Aug 2, 2021
da28e12
Fix syntax error
falkTX Aug 2, 2021
50e0b9e
Another syntax fix
falkTX Aug 2, 2021
721e502
Build deb packages
falkTX Aug 2, 2021
5ff97c8
Fix path to deb packages
falkTX Aug 2, 2021
ef2af68
Fix deb path
falkTX Aug 2, 2021
c742b43
Build netsource tool when celt or opus are available
falkTX Aug 10, 2021
1ab3445
macOS: Pass JackMachSemaphore send right via mach_msg IPC (#788)
p--b Aug 14, 2021
596b140
Update JackNetUnixSocket.cpp
ihsinme Sep 27, 2021
0727bbc
ALSA: convert properly S24_LE
camille-sound4 Oct 1, 2021
b3175e7
OpenSL ES driver. Changing the queue processing strategy.
PavelAtr Nov 27, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix path to deb packages
Signed-off-by: falkTX <falktx@falktx.com>
falkTX committed Aug 2, 2021
commit 5ff97c80f27cba9ebc346315545237373578acd0
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -313,4 +313,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: jack2-ubuntu-20.04-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
path: ./*.deb
path: ../*.deb