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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-05Move .pri files and "toolchain" folder in "qmake"Davide Beatrici
2017-01-26compiler.pri: for win32-msvc, ignore C4091 when building against v140_xp tool...Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-11-27compiler.pri: add OpenBSD.Mikkel Krautz
2016-11-18Merge PR #2637: Fix Murmur build inside the Linux buildenvMikkel Krautz
2016-11-13compiler.pri: drop old modern C++ detection logic that is now handled by cplu...Mikkel Krautz
2016-11-13compiler.pri: use CONFIG(buildenv) instead of custom buildenv-detection logic.Mikkel Krautz
2016-11-13compiler.pri, buildenv.pri: add CONFIG+=buildenv when inside a Mumble buildenv.Mikkel Krautz
2016-11-13When using -isystem, also add the included path via the regular -I flag.Mikkel Krautz
2016-11-13compiler.pri, cplusplus.pri: improve modern C++ detection.Mikkel Krautz
2016-10-26compiler.pri: use -std=c++98 instead of -std=c++03.Mikkel Krautz
2016-10-22compiler.pri: explicitly default to C++03 on Unix-like systems.Mikkel Krautz
2016-08-25Merge PR #2526: compiler.pri: enable warnings-as-errors by default on Windows.Mikkel Krautz
2016-08-21compiler.pri: remove -Zc:strictStrings on MSVC2015 as well.Mikkel Krautz
2016-08-21compiler.pri: enable warnings-as-errors by default on Windows.Mikkel Krautz
2016-08-21compiler.pri: remove DXSDK sanity check.Mikkel Krautz
2016-06-28compiler.pri: enable warnings-as-errors by default if inside Mumble buildenv.Mikkel Krautz
2016-06-11Use 'contains(UNAME, FreeBSD)' instead of 'freebsd' (mkspec) to detect FreeBSD.Mikkel Krautz
2016-06-11uname.pri: introduce uname.pri, and use it in various .pri files.Mikkel Krautz
2016-05-10*.pri: update to use LICENSE.header.Mikkel Krautz
2016-03-15Do not enable warnings-as-errors by default.Mikkel Krautz
2016-03-13Do not use _FORTIFY_SOURCE for debug builds since they're not built with opti...Mikkel Krautz
2016-03-03compiler.pri: fix architecture checks for force-x86-toolchain and force-x86_6...Mikkel Krautz
2016-02-20compiler.pri: on Windows, treat MSVC linker warnings as errors.Mikkel Krautz
2016-02-17compiler.pri: pass '-compress 9' to rcc.Mikkel Krautz
2016-01-01compiler.pri: add CONFIG(verbose-linker) option for diagnosing MSVC runtime l...Mikkel Krautz
2015-12-30compiler.pri: disable warnings-as-errors when MSVC static analysis is enabled.Mikkel Krautz
2015-11-25Allow no-warnings-as-errors for vc tooStefan Hacker
2015-11-25compiler.pri: treat warnings as errors for MSVC (-WX).Mikkel Krautz
2015-11-23compiler.pri: ensure we only pass -pie as a linker flag.Mikkel Krautz
2015-11-23compiler.pri: fix erronous QMAKE_FLAGS overwrite.Mikkel Krautz
2015-11-22compiler.pri: fixups for FreeBSD.Mikkel Krautz
2015-11-22compiler.pri: undefine _FORTIFY_SOURCE before defiining it.Mikkel Krautz
2015-11-21compiler.pri: unsure that all our compiler.pri CFLAGS and CXXFLAGS are also a...Mikkel Krautz
2015-11-15compiler.pri: update non-universal deployment target to 10.7, as mandated by ...Mikkel Krautz
2015-10-28Drop -std=XXX directives for gccStefan Hacker
2015-10-28Consistently use -Wall -Wextra -Werror for C++ and CStefan Hacker
2015-09-19compiler.pri: increase MSVC PCH heap to up to 150MB (-Zm).Mikkel Krautz
2015-07-11Add CONFIG(unix)'s new SYSTEM_INCLUDES to CFLAGS and CXXFLAGS.Mikkel Krautz
2015-07-11Add $MUMBLE_PREFIX/include and $MUMBLE_PREFIX/lib when in a build env in CONF...Mikkel Krautz
2015-06-05Add rules to compiler.pri to fix FreeBSD builds w/ Qt5Jamie Fraser
2015-06-05Remove old "non-tagged" Boost include directories.Mikkel Krautz
2015-05-15Remove ICC support and some VC10 workaroundsStefan Hacker
2015-05-15Add /Zo to release flags for improved optimized build debuggingStefan Hacker
2015-05-15Drop support for VC10 by updating compiler.pri for VC12 default flagsStefan Hacker
2015-04-22Add force-x86-toolchain and force-x86_64-toolchain to compiler.pri.Mikkel Krautz
2014-12-31compiler.pri: only set explicit -ARCH:SSE for Windows x86.Mikkel Krautz
2014-12-31compiler.pri: use explicit subsystem versioning for Windows builds.Mikkel Krautz
2014-12-24Remove -Zc:strictStrings flag that Qt 5.4 adds when using MSVS 2013.Mikkel Krautz
2014-07-13Make Mumble and Murmur build on Windows/amd64.Mikkel Krautz