summaryrefslogtreecommitdiffstats
path: root/SetFlags.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update GCC on TravisTiger Wang2014-11-231-24/+11
|
* Fix flag name in gcc 4.6 and earlierworktycho2014-10-091-8/+32
|
* Enabled C++11 in gccworktycho2014-10-091-11/+9
|
* Cleaned up flagsTycho2014-09-101-5/+4
|
* Update SetFlags.cmakeworktycho2014-09-061-1/+0
|
* Added workaround for clang versionTycho2014-09-061-4/+15
|
* bumped cmake version min and fixed clang supportTycho2014-09-061-2/+2
|
* Wrong cmake varworktycho2014-09-061-2/+2
|
* Improve error messageworktycho2014-09-061-2/+2
|
* Should now compile in clang 3.0worktycho2014-09-061-5/+16
|
* First Implementatation of new Loggin frameworkTycho2014-08-101-0/+2
|
* Removed the new old-style-cast warning from error treatmentarchshift2014-07-261-1/+1
| | | | This is a new warning included in clang that ships with OS X 10.10 Yosemite.
* Made redundant semi not an error, fixed one more.archshift2014-07-241-1/+1
|
* Removed redundant semicolons and re-added warningarchshift2014-07-241-7/+7
|
* SetFlags.cmake: don't use ${} expansion on if STREQUALarchshift2014-07-031-1/+2
| | | | See http://stackoverflow.com/questions/19982340/cmake-compare-to-empty-string-with-strequal-failed
* Merge pull request #1129 from mc-server/CodeCoverageConditionworktycho2014-06-271-2/+9
|\ | | | | Moved CodeCoverage into a separate cmake condition.
| * Added MSVC guardworktycho2014-06-271-4/+6
| |
| * Update SetFlags.cmakeworktycho2014-06-271-1/+1
| |
| * Update SetFlags.cmakeworktycho2014-06-271-1/+1
| |
| * CMake: Added log message for coverage.madmaxoft2014-06-271-0/+1
| |
| * Moved CodeCoverage into a separate cmake condition.madmaxoft2014-06-271-2/+6
| |
* | CMake: pthread is used only on Unix.madmaxoft2014-06-271-4/+8
|/
* Fix cmake errors in msvcworktycho2014-05-281-1/+5
|
* Merge branch 'master' into chunksparsing/structsTycho2014-05-241-2/+2
|\
| * Fixed profiling flags for MSVC.Mattes D2014-05-231-2/+2
| | | | | | | | The profiler output contained no useful symbols before, because there were no symbols in the PDBs.
* | Maybe coverage working?Tycho2014-05-101-32/+47
|/
* Needs the -stdlib linker flag too.archshift2014-04-261-0/+1
|
* Move to line 47.archshift2014-04-251-3/+1
|
* Use libc++ on OSXarchshift2014-04-251-0/+3
| | | | | Fixes issues with https://github.com/mc-server/MCServer/commit/f3dfc0349d7008efa50855c739d86918bdbf4a88 in XCode. Tested on Mac (Makefile and XCode) and Linux.
* Revert moving gcc to g++11 in 18c3b1worktycho2014-04-221-8/+0
|
* Compile fix?Tiger Wang2014-04-171-0/+8
|
* Removed the exit-time-destructors flag from clang.madmaxoft2014-04-011-1/+1
| | | | We don't care about exit-time destructors, at least for now.
* Attempt at disabling the useless clang warnings.madmaxoft2014-04-011-0/+1
| | | | Ref.: #846, #847
* Merge branch 'master' into unreachableTycho2014-03-151-1/+0
|\ | | | | | | | | Conflicts: SetFlags.cmake
| * Merge branch 'master' into noreturnTycho2014-03-141-1/+1
| |\ | | | | | | | | | | | | Conflicts: SetFlags.cmake
| * | Added Noreturn attribtes to a couple of functions and made a missing noreturn an errorTycho2014-03-141-1/+1
| | |
* | | Merge branch 'master' into unreachableTycho2014-03-141-1/+1
|\ \ \ | | |/ | |/| | | | | | | Conflicts: SetFlags.cmake
| * | Fixed a couple of missing defsTycho2014-03-141-1/+1
| |/
* / Made unreachable code an errorTycho2014-03-141-1/+1
|/
* made format-nonliteral an errorTycho2014-03-111-1/+0
|
* Move commentTycho2014-03-111-1/+1
|
* Enable error on cast-align and unused macrosTycho2014-03-101-1/+0
|
* Only enable -Werror in gcc because gcc doesn't let you suppress enum missmatch warningsTycho2014-03-091-2/+2
|
* Treat enum missmatches as warnings for now as there is such a large number of them.Tycho2014-03-091-1/+1
|
* Globals.h is now warnings free again.Tycho2014-03-091-1/+1
| | | | Also turned off Wpadded as it is indicates potental performance issues rather than potential bugs
* Lots more warningsTycho2014-03-091-0/+9
|
* Enabled loads of clang warningsTycho2014-03-091-0/+2
|
* Turned off Wunused-parameterTycho2014-03-091-1/+1
|
* Turned on WerrorTycho2014-03-071-1/+1
|
* Fixed warningsTycho2014-03-071-1/+1
|
* Fixed clang compileworktycho2014-03-071-1/+6
|
* Only use fast-math in exesworktycho2014-03-071-6/+3
|
* Enabled -ffast-mathworktycho2014-03-071-1/+6
|
* Added -WextraTycho2014-02-161-1/+1
|
* Allow building MCADefrag at the same time as MCServerTycho2014-02-161-105/+86
|
* Added a seperate module for Setting flagsTycho2014-02-161-0/+208