Nedko Arnaudov
c298113078
Merge pull request #75 from mseeber/build
fix bug on building under path with whitespaces
10 years ago
Markus Seeber
d6db80c936
fix bug on building under path with whitespaces
- wrapping the path strings in quotes prevents interpretation as multiple files
or paths if there are whitespaces in the path.
10 years ago
Stephane Letz
9159e9f85f
Merge remote-tracking branch 'upstream/master'
10 years ago
Stephane Letz
3260d467e0
Robin Gareus patch for Windows JackRouter.
10 years ago
Adrian Knoth
d3c8e2d8d7
Fix FTBFS with clang++
Forwarded from http://bugs.debian.org/757820
10 years ago
Stephane Letz
a9a2ad16e1
Improve net.h documentation(2).
10 years ago
Stephane Letz
7e9ef34f79
Improve net.h documentation.
10 years ago
Stephane Letz
54ada6e545
Correct NetJack2 SyncSend.
10 years ago
Stephane Letz
450745678c
Correct NetJack2 init code.
10 years ago
Michał Szymański
a0c47206ce
Fix indentation
11 years ago
Michał Szymański
ab603e4333
Fix indentation
11 years ago
Stephane Letz
ce825c6a6b
Version 1.9.11 started.
11 years ago
Stephane Letz
3eb0ae6aff
Update changelog.
11 years ago
Stéphane Letz
d5973baf07
Merge pull request #67 from Igevorse/jack_transport_reposition_fix
jack_transport_reposition linkage fix
11 years ago
Igevorse
4e8101ebc7
jack_transport_reposition linkage fix
11 years ago
Stephane Letz
a48fea3c01
Correct JackWinMMEDriver and JackALSARawMidiDriver creation.
11 years ago
Stephane Letz
e24717e3ed
README updated.
11 years ago
Stéphane Letz
16c810d60c
Merge pull request #66 from KimJeongYeon/master
up-to-date jack2_android from OSRC(SM-G9008W_CHN).
11 years ago
KimJeongYeon
695bbaeb57
up-to-date jack2_android from OSRC(SM-G9008W_CHN).
11 years ago
Stéphane Letz
97e0e80bba
Merge pull request #65 from falkTX/master
Fix jack_port_uuid
11 years ago
falkTX
5fb7e2a191
Fix jack_port_uuid
11 years ago
Stéphane Letz
eb860f55dd
Merge pull request #64 from mojofunk/fixmingw
Add missing version of windows wscript file
11 years ago
Tim Mayberry
9e415ea8d5
Add missing version of windows wscript file
This file was supposed to be added quite some time ago to support
compiling jack with mingw.
11 years ago
Stephane Letz
dd97d19124
Fix for KillServer.
11 years ago
Stephane Letz
2e6344a32b
Use jack_free instead of free in inprocess.c.
11 years ago
Stéphane Letz
4813f1b5c3
Merge pull request #63 from valentindavid/master
Fix sample_move_d24_sS when using SSE4.1
11 years ago
Valentin David
967e913896
Fix sample_move_d24_sS when using SSE4.1
11 years ago
Stephane Letz
314e5f7d09
Pawel patch for MidiBufferMixdown.
11 years ago
Stéphane Letz
1fcdfed3ae
Merge pull request #62 from falkTX/master
stub/empty implementation of jack meta-data API
11 years ago
falkTX
f7543f05db
Missing jack_port_uuid. stub/empty implementation complete
11 years ago
falkTX
e49378dcb8
Fix last commit
11 years ago
falkTX
986d306275
Fix meta keys visibility
11 years ago
falkTX
619f1ebdb0
Missing constant define
11 years ago
falkTX
f1f40a0dc9
stub/empty implementation of metadata
11 years ago
falkTX
b214e1427f
Add uuid.h file
11 years ago
falkTX
84431c3748
Add jack_uuid_t type
11 years ago
falkTX
d0932a8f21
main header changes needed for uuid
11 years ago
falkTX
3cdf7071a5
Add metadata.h file
11 years ago
Stephane Letz
ae81d3cb41
Cleanup.
11 years ago
Stephane Letz
f90f76fb65
Correct jack_get_descriptor.
11 years ago
Stephane Letz
ab409a65df
Correct CreateAggregateDevice and libjacknet packet latency management.
11 years ago
Stéphane Letz
4b0ec971d9
Merge pull request #61 from KimJeongYeon/master
1) support auto-build via Travis. 2) sync with SM-G900M_LA_KK_Opensource.zip from OSRC.
11 years ago
KimJeongYeon
540a5ff8f5
upload .travis.yml
11 years ago
KimJeongYeon
319d24c314
upload .travis.yml
11 years ago
KimJeongYeon
717d16a14d
sync latest jack2_android branch
11 years ago
KimJeongYeon
5ae1bfd301
sync latest jack2_android branch
11 years ago
Adrian Knoth
3d7c67dc74
Update manpage to reflect dropped -c c option
11 years ago
Adrian Knoth
6ac255e077
Drop JACK_TIMER_CYCLE_COUNTER altogether
11 years ago
Adrian Knoth
2b829044df
Drop (c)ycle) from the list of allowed clock sources.
11 years ago
Adrian Knoth
c52f751b73
Make -c c an alias for -c s
The cycle counting clock is no longer supported. For backwards
compatibility with scripts, allow the user to request the cycle clock on
the command line, but use the system clock instead.
Cross-ported from jackd1.
11 years ago