mumble/src
Chris Knadle 427c7464e6 src/mumble/mumble.pro: use PKG_CONFIG instead of hardcoding call to pkg-config
Patch supplied by Helmut Grohne <helmut@subdivi.de> in Debian bug #919453
https://bugs.debian.org/919453

Use set variable PKG_CONIFG to allow calling the pkg-config for the
architecture supplied in the build environment to allow cross building.
2019-01-19 05:43:59 +00:00
..
mumble src/mumble/mumble.pro: use PKG_CONFIG instead of hardcoding call to pkg-config 2019-01-19 05:43:59 +00:00
mumble_exe src: set custom build directory in relation to the global one 2018-02-18 23:56:34 +01:00
mumble_proto src: set custom build directory in relation to the global one 2018-02-18 23:56:34 +01:00
murmur Murmur: use dedicated domain for public list registration 2019-01-02 22:04:12 +01:00
murmur_grpcwrapper_protoc_plugin GRPC: use AsyncNotifyWhenDone instead of cleanup timer 2018-01-07 23:13:41 +01:00
tests src: set custom build directory in relation to the global one 2018-02-18 23:56:34 +01:00
ACL.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
ACL.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Ban.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Ban.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
ByteSwap.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Channel.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Channel.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Connection.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Connection.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
CryptographicHash.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
CryptographicHash.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
CryptographicRandom.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
CryptographicRandom.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
CryptState.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
CryptState.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
EnvUtils.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
EnvUtils.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
FFDHE.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
FFDHE.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
FFDHETable.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Group.cpp Fix and refactor problems found via GCC 7's -Wimplicit-fallthrough. 2018-01-21 22:54:47 +01:00
Group.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
HostAddress.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
HostAddress.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
HTMLFilter.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
HTMLFilter.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
License.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
License.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
licenses.h Update src/licenses.h via scripts/mklic.pl. 2018-01-01 23:10:04 +01:00
LogEmitter.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
LogEmitter.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Message.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
mumble.pri src/mumble.pri: remove unneeded call to pkg-config to allow cross building 2019-01-19 05:40:58 +00:00
Mumble.proto Introduce channelcountlimit to limit max channels per server 2018-06-14 00:50:50 +02:00
Net.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Net.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
OSInfo.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
OSInfo.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
PacketDataStream.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
PasswordGenerator.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
PasswordGenerator.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
PlatformCheck.cpp PlatformCheck: add a reference to the Wine wiki for our Wine detection code. 2018-01-04 16:58:02 +01:00
PlatformCheck.h Add PlatformCheck class, for runtime platform detection. 2018-01-04 11:21:23 +01:00
QAtomicIntCompat.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
qos2_mingw.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Qt4Compat.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
SelfSignedCertificate.cpp SelfSignedCertificate: only add email SAN to client certs if the passed-in email is non-empty. 2018-01-27 13:05:47 +01:00
SelfSignedCertificate.h SelfSignedCertificate: Fix automatic certificate generator, by specifying the certificate type with an enum 2018-01-25 00:55:31 +01:00
ServerAddress.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
ServerAddress.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
ServerResolver_nosrv.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
ServerResolver_qt5.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
ServerResolver.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
ServerResolverRecord.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
ServerResolverRecord.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
SignalCurry.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
SSL.cpp Fix build with OpenSSL 1.1.1a 2018-12-30 23:54:58 -06:00
SSL.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
SSLCipherInfo.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
SSLCipherInfo.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
SSLCipherInfoTable.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
SSLLocks.cpp Fix typo in comment 2018-07-03 18:20:01 +02:00
SSLLocks.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Timer.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Timer.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
UnresolvedServerAddress.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
UnresolvedServerAddress.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
User.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
User.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Version.cpp Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Version.h Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00