summaryrefslogtreecommitdiffstats
path: root/SetFlags.cmake (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-27Only enable werror for debug (#5501)KingCol131-3/+10
2022-02-17Disable u8 prefix C++20 warning since we need itTiger Wang1-2/+2
2022-01-13Fix build on Clang < 12Bond_0091-1/+10
2022-01-13Fix compilation with Clang 13.0.0Bond_0091-2/+2
2021-06-25Compile the entire Lua stack as C++Tiger Wang1-1/+6
2021-02-11Fix march=native not being enabledTiger Wang1-2/+11
2021-02-10MSVC warningsTiger Wang1-1/+10
2021-01-26Fix debug macro situation (#5114)Tiger Wang1-9/+0
2020-12-18Warnings improvementsTiger Wang1-16/+20
2020-10-05Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell101-1/+14
2020-07-13Reduce buildlogspamTiger Wang1-1/+4
2020-07-12Address commentsTiger Wang1-9/+9
2020-07-12FunktionsTiger Wang1-42/+37
2020-07-12More CMake cleanupTiger Wang1-230/+72
2020-05-16Upgrade to C++17 [CMake] (#4717)Tiger Wang1-0/+8
2020-05-09Enable C++17 in buildPeter Bell1-15/+0
2020-05-05Update fmt to 6.2.0 (#4718)peterbell101-3/+3
2018-10-15Support clang 10.0 (appleclang) and higher (#4302)Bond-0091-2/+2
2018-01-03Add the fmt library (#4065)peterbell101-1/+1
2017-08-24Use target_compile_options instead of variables to add -fomit-frame-pointer to mbedtlspeterbell101-7/+0
2017-08-18Add link to knowledge base.peterbell101-0/+2
2017-08-18SetFlags: Omit frame pointer in C arm debug buildspeterbell101-0/+1
2016-12-12Documented steps for compilationTiger Wang1-4/+4
2016-12-12Use CMake's Android generators to crosscompileTiger Wang1-1/+8
2016-07-30Change CROSSCOMPILE flag to NO_NATIVE_OPTIMIZATION (#3279)Alexander Harkness1-1/+5
2016-01-06Fixed Clang warnings.Mattes D1-0/+1
2016-01-01Renamed leftover strings to Cuberite / Server, as needed.Mattes D1-1/+1
2015-12-30Clang-3.8: Added ignore flag for double promotionLukas Pioch1-0/+6
2015-12-18Working coverage buildtycho1-0/+1
2015-11-19Fix musl + clang 3.6 compile errorworktycho1-0/+3
2015-09-26Added the _UNICODE flag on WindowsTiger Wang1-0/+3
2015-09-25Fixed flags for ARM native debug build.Mattes D1-9/+13
2015-08-22Revert Clang compiler flag that breaks OS X buildMatti Hänninen1-1/+0
2015-08-20Use container-based infrastructure for TravisTiger Wang1-0/+7
2015-07-24Fix compilation on ARMv7.Fixes #2387.Zack Piper1-0/+4
2015-06-04Skip unknown cflag for Apple clang & remove cSemaphoreCengiz Can1-5/+7
2015-05-30Moved shared cmake flags to the CMAKE_C_FLAGS vartycho1-8/+2
2015-05-25Support building on FreeBSDlinnemannr1-0/+5
2015-05-24Fix clang 3.6 flags to only be used in clang 3.6tycho1-10/+14
2015-05-24Made -Weverything an error.tycho1-1/+1
2015-05-23Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.Lukas Pioch1-0/+4
2015-05-23Added pthread as a link flag.tycho1-1/+2
2015-05-19Make -Werror disabling file onlytycho1-11/+23
2014-11-23Update GCC on TravisTiger Wang1-24/+11
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