summaryrefslogtreecommitdiff
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Remove FreeBoB backend (superseded by FFADO)Thomas Brand2019-01-221-15/+0
* Cleanup some warningsfalkTX2018-11-132-5/+5
* Prepare 1.9.12 releasefalkTX2017-08-111-2/+2
* 1.9.11-RC1 releasev1.9.11-RC1falkTX2017-06-131-2/+2
* Merge branch 'master' into waf-macosx-fixes.waf-macosx-fixesKarl Linden2016-03-311-1/+1
|\
| * Update copyright date.Stephane Letz2016-03-181-1/+1
* | Merge branch 'master' into waf-macosx-fixesKarl Linden2016-02-204-10/+8
|\ \ | |/
| * Correct midiseq.c : better use jack_midi_reset_buffer instead of jack_midi_cl...Stephane Letz2016-02-101-2/+0
| * Merge remote-tracking branch 'upstream/master'Stephane Letz2016-01-011-91/+0
| |\
| * | String management fix.Stephane Letz2016-01-014-8/+8
* | | Fixed building AudioAdapter on OSXethe2015-12-191-4/+4
* | | Remember to add Foundation.h to use NS*ethe2015-12-151-0/+1
* | | Use mach semaphore rather than posixethe2015-12-151-4/+4
* | | Updated deprecated error handling functionethe2015-12-151-6/+8
* | | Renamed OSX C++ files to Objective-C++ filesethe2015-12-1514-0/+0
* | | Merge branch 'master' into waf-macosx-fixesKarl Linden2015-12-131-91/+0
|\ \ \ | | |/ | |/|
| * | Refactor duplicated code into toplevel wscript.Karl Linden2015-12-131-91/+0
| |/
* | Modernize MacTypes.h #includes.Karl Linden2015-12-132-2/+2
* | Drop (seemingly) unused and deprecated #include.Karl Linden2015-12-131-1/+0
|/
* Correct version.Stephane Letz2015-10-081-1/+1
* Correct instllations scripts.Stephane Letz2015-10-082-13/+13
* Framework moved in /Library again, using posing semaphores.Stephane Letz2015-10-082-18/+41
* Missing include, correct log message.Stephane Letz2015-10-051-0/+1
* Add JackProxyDriverCédric Schieli2015-04-271-0/+2
* Correct CoreAudio devices aggregation code.Stephane Letz2015-03-302-2/+2
* Version 1.9.11 started.Stephane Letz2014-07-201-2/+2
* Update changelog.v1.9.10Stephane Letz2014-07-191-1/+0
* Correct CreateAggregateDevice and libjacknet packet latency management.Stephane Letz2014-04-182-26/+36
* Correct XCode project(3).Stephane Letz2014-02-251-6/+4
* Correct XCode project(2).Stephane Letz2014-02-241-3/+2
* Correct XCode project.Stephane Letz2014-02-241-5/+5
* Swich to OPUS on OSX in progress.Stéphane Letz2014-02-142-31/+16
* Improve default input/ouput device selection in JackCoreAudioDriver.Stephane Letz2014-02-121-6/+23
* Back to CELT encoder.Stephane Letz2014-02-111-7/+10
* Correct XCode project NetJack2 options.Stephane Letz2014-02-051-11/+7
* Improve partial cycle support in NetJack2.Stephane Letz2014-01-281-8/+5
* Correct JackCoreMidiDriver.Stephane Letz2013-12-131-2/+2
* Cleanup backend class structure.Stephane Letz2013-10-161-1/+1
* std::exception used by reference.Stephane Letz2013-07-041-8/+8
* Use engine lock in JackCoreMidiDriver::Restart.Stephane Letz2013-05-161-10/+18
* Define NETWORK_PROTOCOL.Stephane Letz2013-05-151-2/+2
* Autosave mode in netjack2 netmanager.Stephane Letz2013-05-131-1/+1
* Correct XCode project.Stephane Letz2013-05-081-7/+7
* Correctly pass code parameter in InfoShutdown callback.Stephane Letz2013-04-221-3/+3
* Port naming fix in CoreMidiDriver.Stephane Letz2013-04-185-12/+16
* Improve JackDriver SaveConnections and RestoreConnections.Stephane Letz2013-04-163-9/+7
* Fix JackMachThread::Kill.Stephane Letz2013-04-061-3/+2
* Cleanup netjack2 code (in progress).Stephane Letz2013-03-252-0/+18
* Open one virtual in/out in CoreMidi driver, fix a state refresh issue.Stephane Letz2013-03-246-17/+46
* Correct auto-connect for audioadapter.Stephane Letz2013-03-162-13/+11