mumble/src
Robert Adam 703af920d8 BUILD(cmake): Always keep absolute install paths around
Previously we would define our install paths as relative paths when
using the packaging option and turning them into absolute paths
otherwise.

While relative paths are required for CPack to work properly, we use
the paths e.g. for passing them in via macros and there we absolutely
require the full, absolute paths to be passed.

Thus, this commit removed the discrepancy of the results when built with
packagin=ON vs packagin=OFF and now always defines the install paths as
relative paths. However, we now keep an additional set of paths around
that are now always absolute.
2022-09-10 17:28:34 +02:00
..
benchmarks BUILD: Make benchmarks compile again 2022-09-08 10:47:53 +02:00
crypto MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
mumble BUILD(cmake): Always keep absolute install paths around 2022-09-10 17:28:34 +02:00
mumble_exe MAINT: Use separate directory for auxiliary files 2022-09-10 17:28:34 +02:00
murmur FIX(server): Look for mumble-server* files 2022-09-10 17:28:34 +02:00
tests BUILD: Produce more meaningful build output 2022-09-10 17:10:14 +02:00
ACL.cpp DOCS: Fix typos 2022-02-06 18:27:12 +01:00
ACL.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Ban.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Ban.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ByteSwap.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Channel.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Channel.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ChannelListenerManager.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ChannelListenerManager.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
CMakeLists.txt BUILD: Ensure aux files always use correct names 2022-09-10 17:28:34 +02:00
Connection.cpp CHANGE: Use Protobuf for UDP messages 2022-03-27 09:49:58 +02:00
Connection.h CHANGE: Use Protobuf for UDP messages 2022-03-27 09:49:58 +02:00
CryptState.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
EnvUtils.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
EnvUtils.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
FFDHE.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
FFDHE.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Group.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Group.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
HostAddress.cpp FEAT(client, ui): separate ipv4 and ipv6 in ServerItem tooltip 2022-06-05 20:03:35 +02:00
HostAddress.h FEAT(client, ui): separate ipv4 and ipv6 in ServerItem tooltip 2022-06-05 20:03:35 +02:00
HTMLFilter.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
HTMLFilter.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
License.cpp BUILD: Auto-generate licenses.h 2022-09-10 17:28:33 +02:00
License.h BUILD: Auto-generate licenses.h 2022-09-10 17:28:33 +02:00
LogEmitter.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
LogEmitter.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Mumble.proto FIX(client, server): Fix patch versions > 255 2022-09-08 10:45:47 +02:00
MumbleConstants.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
MumbleProtocol.cpp FIX(client, server): Fix patch versions > 255 2022-09-08 10:45:47 +02:00
MumbleProtocol.h FIX(client, server): Fix patch versions > 255 2022-09-08 10:45:47 +02:00
MumbleUDP.proto FIX(client, server): Fix patch versions > 255 2022-09-08 10:45:47 +02:00
Net.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Net.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
OSInfo.cpp FIX(client, server): Fix patch versions > 255 2022-09-08 10:45:47 +02:00
OSInfo.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
PacketDataStream.h CHANGE: Use Protobuf for UDP messages 2022-03-27 09:49:58 +02:00
PasswordGenerator.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
PasswordGenerator.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
PlatformCheck.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
PlatformCheck.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ProcessResolver.cpp BUILD(client): Plugin framework: Use correct struct kinfo_proc members on NetBSD/OpenBSD 2022-01-11 22:32:15 +01:00
ProcessResolver.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ProtoUtils.cpp FIX(client, server): Fix patch versions > 255 2022-09-08 10:45:47 +02:00
ProtoUtils.h FIX(client, server): Fix patch versions > 255 2022-09-08 10:45:47 +02:00
QtUtils.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
QtUtils.h FEAT(client): Add User and Listener volume slider to context menus 2022-08-17 19:08:04 +00:00
SelfSignedCertificate.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
SelfSignedCertificate.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ServerAddress.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ServerAddress.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ServerResolver.cpp FIX(client): properly verify certificates when SRV records are used 2022-07-20 18:48:12 +02:00
ServerResolver.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ServerResolverRecord.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ServerResolverRecord.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
SignalCurry.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
SSL.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
SSL.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
SSLLocks.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
SSLLocks.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Timer.cpp BUILD(client,server): Include time.h instead of sys/time.h 2022-02-04 20:06:09 +01:00
Timer.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
UnresolvedServerAddress.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
UnresolvedServerAddress.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
User.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
User.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Utils.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Version.cpp FIX(client, server): Fix patch versions > 255 2022-09-08 10:45:47 +02:00
Version.h FIX(client, server): Fix patch versions > 255 2022-09-08 10:45:47 +02:00
VolumeAdjustment.cpp FEAT(client): Add possibility to change notification volume 2022-08-01 12:27:08 +02:00
VolumeAdjustment.h FEAT(client): Add possibility to change notification volume 2022-08-01 12:27:08 +02:00
win.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00