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
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
2014-04-04compiler.pri: explicitly specify -ARCH:SSE for MSVS 2012 and 2013.Mikkel Krautz
2014-04-04compiler.pri: explicitly target Windows XP when specifying output binary's su...Mikkel Krautz
2014-02-08compiler.pri: tweak OS X SDK detection when building with Qt 4.Mikkel Krautz
2013-10-21compiler.pri: use default OS X SDK instead of hard-coding it.Mikkel Krautz
2013-08-26compiler.pri: allow version-less Boost to be used on Windows.Mikkel Krautz
2013-08-02compiler.pri: use short-form OS X SDKs for Qt 5.Mikkel Krautz
2013-08-02compiler.pri: update to Boost 1.54.0 on OS X.Mikkel Krautz
2013-06-29mumble: Qt 5 support for OS X.Mikkel Krautz
2012-12-27Make analyze config option also apply to release buildsStefan Hacker
2012-12-24WASAPINotificationClient singleton initialization wasn't threadsafe.Stefan Hacker
2012-12-23compiler.pri: add CONFIG=clang-analyzer for the clang-checker slave.Mikkel Krautz
2012-09-15compiler.pri: Update OS X Boost to 1.51.0.Mikkel Krautz
2012-08-19compiler.pri: fix mistakes from previous commit; use QMAKE_OBJECTIVE_C(XX)FLA...Mikkel Krautz
2012-08-18compiler.pri: cleanup -isystem includes, fix ObjC/ObjC++ FLAGS.Mikkel Krautz
2012-08-18compiler.pri: mark all external library include paths as system paths to supp...Mikkel Krautz
2012-08-05Boost 1.50.0 for OS X.Mikkel Krautz
2012-07-11OS X: use clang++ for QMAKE_CXX.Mikkel Krautz
2012-07-11OS X: update build for Xcode 4.4.Mikkel Krautz
2012-04-30Upgrade boostThorvald Natvig
2012-02-18OS X: Update compiler.pri to new Lion toolchainMikkel Krautz