summaryrefslogtreecommitdiffstats
path: root/SetFlags.cmake (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-09Fix flag name in gcc 4.6 and earlierworktycho1-8/+32
2014-10-09Enabled C++11 in gccworktycho1-11/+9
2014-09-10Cleaned up flagsTycho1-5/+4
2014-09-06Update SetFlags.cmakeworktycho1-1/+0
2014-09-06Added workaround for clang versionTycho1-4/+15
2014-09-06bumped cmake version min and fixed clang supportTycho1-2/+2
2014-09-06Wrong cmake varworktycho1-2/+2
2014-09-06Improve error messageworktycho1-2/+2
2014-09-06Should now compile in clang 3.0worktycho1-5/+16
2014-08-10First Implementatation of new Loggin frameworkTycho1-0/+2
2014-07-26Removed the new old-style-cast warning from error treatmentarchshift1-1/+1
2014-07-24Made redundant semi not an error, fixed one more.archshift1-1/+1
2014-07-24Removed redundant semicolons and re-added warningarchshift1-7/+7
2014-07-03SetFlags.cmake: don't use ${} expansion on if STREQUALarchshift1-1/+2
2014-06-27CMake: pthread is used only on Unix.madmaxoft1-4/+8
2014-06-27Added MSVC guardworktycho1-4/+6
2014-06-27Update SetFlags.cmakeworktycho1-1/+1
2014-06-27Update SetFlags.cmakeworktycho1-1/+1
2014-06-27CMake: Added log message for coverage.madmaxoft1-0/+1
2014-06-27Moved CodeCoverage into a separate cmake condition.madmaxoft1-2/+6
2014-05-28Fix cmake errors in msvcworktycho1-1/+5
2014-05-23Fixed profiling flags for MSVC.Mattes D1-2/+2
2014-05-10Maybe coverage working?Tycho1-32/+47
2014-04-26Needs the -stdlib linker flag too.archshift1-0/+1
2014-04-25Move to line 47.archshift1-3/+1
2014-04-25Use libc++ on OSXarchshift1-0/+3
2014-04-22Revert moving gcc to g++11 in 18c3b1worktycho1-8/+0
2014-04-17Compile fix?Tiger Wang1-0/+8
2014-04-01Removed the exit-time-destructors flag from clang.madmaxoft1-1/+1
2014-04-01Attempt at disabling the useless clang warnings.madmaxoft1-0/+1
2014-03-14Added Noreturn attribtes to a couple of functions and made a missing noreturn an errorTycho1-1/+1
2014-03-14Disable global constructors and exit-time destructors warningsTycho1-2/+2
2014-03-14Made unreachable code an errorTycho1-1/+1
2014-03-14Fixed a couple of missing defsTycho1-1/+1
2014-03-11made format-nonliteral an errorTycho1-1/+0
2014-03-11Move commentTycho1-1/+1
2014-03-10Enable error on cast-align and unused macrosTycho1-1/+0
2014-03-09Only enable -Werror in gcc because gcc doesn't let you suppress enum missmatch warningsTycho1-2/+2
2014-03-09Treat enum missmatches as warnings for now as there is such a large number of them.Tycho1-1/+1
2014-03-09Globals.h is now warnings free again.Tycho1-1/+1
2014-03-09Lots more warningsTycho1-0/+9
2014-03-09Enabled loads of clang warningsTycho1-0/+2
2014-03-09Turned off Wunused-parameterTycho1-1/+1
2014-03-08Disable -Werror on this branchworktycho1-1/+1
2014-03-07Turned on WerrorTycho1-1/+1
2014-03-07Fixed warningsTycho1-1/+1
2014-03-07Fixed clang compileworktycho1-1/+6
2014-03-07Only use fast-math in exesworktycho1-6/+3
2014-03-07Enabled -ffast-mathworktycho1-1/+6
2014-02-16Added -WextraTycho1-1/+1
2014-02-16Allow building MCADefrag at the same time as MCServerTycho1-105/+86
2014-02-16Added a seperate module for Setting flagsTycho1-0/+208