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
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
2010-06-12Make MumbleKit build on iOS again.Mikkel Krautz
2010-06-12Working AudioInput on Mac OS X.Mikkel Krautz
2010-06-12Add forceTransmitting to MKAudioInput. For push-to-talk.Mikkel Krautz
2010-06-12Rename CELT to CELT-0.7.0. Only link MumbleKit against CELT 0.7.0 for now.Mikkel Krautz
2010-06-12Add CELT 0.8.0 to Mac OS X MumbleKit.Mikkel Krautz
2010-06-09Fix Mac OS X build and be able to link against test app.Mikkel Krautz
2010-06-09Copy and fixup dylibs in MumbleKit.framework on Mac OS X.Mikkel Krautz
2010-06-09Make MumbleKit build on Mac OS X (it compiles!)Mikkel Krautz
2010-06-09Remove some unneeded implementation details from our public headers.Mikkel Krautz
2010-06-03Update .xcodeproj's to iPhone SDK 3.2. Always deliver MumbleKit notifications...Mikkel Krautz
2010-04-22Introduce new experimental MKServerModelObject base class for MK{User,Channel...Mikkel Krautz
2010-04-17Implement more MKMessageHandler methods in MKServerModel, also add multicast ...Mikkel Krautz
2010-04-17Add MKVersion. Used for getting the Mumble protocol versions, etc.Mikkel Krautz
2010-03-17Initial split from mumble-iphoneos git repo.Mikkel Krautz