Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-23update project settingsAndreas Hubel
2016-11-27Update MumbleKit to Xcode 8.1 defaults.Mikkel Krautz
2014-03-11MumbleKit.xcodeproj: update for Xcode 5.Mikkel Krautz
2013-02-10MKConnectionController: remove; replace with 'main connection for audio' conc...Mikkel Krautz
2012-12-24MumbleKit: update OS X build to be usable.Mikkel Krautz
2012-12-21MKAudio: use stub MKAudioDevice to fix OS X build.Mikkel Krautz
2012-10-04MKAudio: rework device management to improve support for iOS 6's new VoicePro...Mikkel Krautz
2012-09-23Update .xcodeprojs, inhibit warnings from 3rdparty libs.Mikkel Krautz
2012-06-19Add administrative features (set/retrieve groups and ACLs, channel creation).Emilio Pavia
2012-06-15MKAudio*: add sidetone option.Mikkel Krautz
2012-05-02Fix Mac OS X build.Jeremy Knope
2012-04-08MKCertificate, MKDistinguishedNameParser: implement and use DN parser.Mikkel Krautz
2012-03-13MumbleKit: get rid of MKReadWriteLock.Mikkel Krautz
2012-03-12Update build to use xcconfig files.Mikkel Krautz
2012-03-11BetaDist build fixes.Mikkel Krautz
2012-03-11Remove MKAudio benchmark mode.Mikkel Krautz
2012-03-11Opus implementation.Mikkel Krautz
2012-02-11Add Opus build infrastructure (only tested on iOS, for now).Mikkel Krautz
2012-02-02Don't set GCC_VERSION in project files.Mikkel Krautz
2012-01-15Add MKTextMessage implementation.Mikkel Krautz
2011-11-20Add AppStore configuration so we can build mumble-iphoneos for App Store.Mikkel Krautz
2011-11-15Only allow 64-bit builds for Mac OS X.Mikkel Krautz
2011-08-09Add MKUserPrivate and MKChannelPrivate headers to .xcodeproj.Mikkel Krautz
2011-08-07Add static libs as direct depends on libMumbleKit.a (iOS)Mikkel Krautz
2011-08-02Update Mac OS X deployment target of MumbleKit to be 10.7Mikkel Krautz
2011-07-31Make more headers private.Mikkel Krautz
2011-07-30Don't expose ivars in class @interfaces in public headers.Mikkel Krautz
2011-07-26Update .xcodeprojs.Mikkel Krautz
2011-06-04Make sure to disable thumb for armv6 for Xcode 4 build.Mikkel Krautz
2011-06-01Conditionally disable preprocessor usage on ARMv6.Mikkel Krautz
2011-05-23SKIP_INSTALL for iOS targets.Mikkel Krautz
2011-05-23Add BetaDist targets to MumbleKit.Mikkel Krautz
2011-04-24Add MKServerPinger for doing UDP server pinging.Mikkel Krautz
2011-03-15Add Xcode 4 .xcodeprojs and make that the default build system. CMkake is sti...Mikkel Krautz
2010-09-18Remove MumbleKit.xcodeproj. Use CMake to generate it for your target platform.Mikkel Krautz
2010-09-16Make peerCertificates method return an NSArray of peerCertificates.Mikkel Krautz
2010-09-13Enable Thumb instructions for ARMv7 only.Mikkel Krautz
2010-09-13Universal armv6+armv7 build for MumbleKit.Mikkel Krautz
2010-09-12Fix MumbleKit Mac OS X build.Mikkel Krautz
2010-09-10There's no such thing as a configurable output codec.Mikkel Krautz
2010-08-26Fix CoreAudio.framework location in MumbleKit xcodeproj.Mikkel Krautz
2010-07-24Add OpenSSL CryptState implementation (from Mumble/libmumbleclient).Mikkel Krautz
2010-06-26Make MumbleKit default to iOS 4.0 SDK.Mikkel Krautz
2010-06-26Build OpenSSL for Mac OS X as well.Mikkel Krautz
2010-06-24Add MKCertificate for in-client certificate generation. (Also migrate OpenSSL...Mikkel Krautz
2010-06-20Add Audio benchmarking.Mikkel Krautz
2010-06-19Update protocol definition. Use GCD dispatch queues instead of ugly NSInvocat...Mikkel Krautz
2010-06-17Add MKAudioSettings. Change the public interface of MKAudio a bit.Mikkel Krautz
2010-06-12Xcode 3.2 compatible project.Mikkel Krautz
2010-06-12Move away from framework structure on iOS.Mikkel Krautz