index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SetFlags.cmake
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-09
Fix flag name in gcc 4.6 and earlier
worktycho
1
-8
/
+32
2014-10-09
Enabled C++11 in gcc
worktycho
1
-11
/
+9
2014-09-10
Cleaned up flags
Tycho
1
-5
/
+4
2014-09-06
Update SetFlags.cmake
worktycho
1
-1
/
+0
2014-09-06
Added workaround for clang version
Tycho
1
-4
/
+15
2014-09-06
bumped cmake version min and fixed clang support
Tycho
1
-2
/
+2
2014-09-06
Wrong cmake var
worktycho
1
-2
/
+2
2014-09-06
Improve error message
worktycho
1
-2
/
+2
2014-09-06
Should now compile in clang 3.0
worktycho
1
-5
/
+16
2014-08-10
First Implementatation of new Loggin framework
Tycho
1
-0
/
+2
2014-07-26
Removed the new old-style-cast warning from error treatment
archshift
1
-1
/
+1
2014-07-24
Made redundant semi not an error, fixed one more.
archshift
1
-1
/
+1
2014-07-24
Removed redundant semicolons and re-added warning
archshift
1
-7
/
+7
2014-07-03
SetFlags.cmake: don't use ${} expansion on if STREQUAL
archshift
1
-1
/
+2
2014-06-27
CMake: pthread is used only on Unix.
madmaxoft
1
-4
/
+8
2014-06-27
Added MSVC guard
worktycho
1
-4
/
+6
2014-06-27
Update SetFlags.cmake
worktycho
1
-1
/
+1
2014-06-27
Update SetFlags.cmake
worktycho
1
-1
/
+1
2014-06-27
CMake: Added log message for coverage.
madmaxoft
1
-0
/
+1
2014-06-27
Moved CodeCoverage into a separate cmake condition.
madmaxoft
1
-2
/
+6
2014-05-28
Fix cmake errors in msvc
worktycho
1
-1
/
+5
2014-05-23
Fixed profiling flags for MSVC.
Mattes D
1
-2
/
+2
2014-05-10
Maybe coverage working?
Tycho
1
-32
/
+47
2014-04-26
Needs the -stdlib linker flag too.
archshift
1
-0
/
+1
2014-04-25
Move to line 47.
archshift
1
-3
/
+1
2014-04-25
Use libc++ on OSX
archshift
1
-0
/
+3
2014-04-22
Revert moving gcc to g++11 in 18c3b1
worktycho
1
-8
/
+0
2014-04-17
Compile fix?
Tiger Wang
1
-0
/
+8
2014-04-01
Removed the exit-time-destructors flag from clang.
madmaxoft
1
-1
/
+1
2014-04-01
Attempt at disabling the useless clang warnings.
madmaxoft
1
-0
/
+1
2014-03-14
Added Noreturn attribtes to a couple of functions and made a missing noreturn an error
Tycho
1
-1
/
+1
2014-03-14
Disable global constructors and exit-time destructors warnings
Tycho
1
-2
/
+2
2014-03-14
Made unreachable code an error
Tycho
1
-1
/
+1
2014-03-14
Fixed a couple of missing defs
Tycho
1
-1
/
+1
2014-03-11
made format-nonliteral an error
Tycho
1
-1
/
+0
2014-03-11
Move comment
Tycho
1
-1
/
+1
2014-03-10
Enable error on cast-align and unused macros
Tycho
1
-1
/
+0
2014-03-09
Only enable -Werror in gcc because gcc doesn't let you suppress enum missmatch warnings
Tycho
1
-2
/
+2
2014-03-09
Treat enum missmatches as warnings for now as there is such a large number of them.
Tycho
1
-1
/
+1
2014-03-09
Globals.h is now warnings free again.
Tycho
1
-1
/
+1
2014-03-09
Lots more warnings
Tycho
1
-0
/
+9
2014-03-09
Enabled loads of clang warnings
Tycho
1
-0
/
+2
2014-03-09
Turned off Wunused-parameter
Tycho
1
-1
/
+1
2014-03-08
Disable -Werror on this branch
worktycho
1
-1
/
+1
2014-03-07
Turned on Werror
Tycho
1
-1
/
+1
2014-03-07
Fixed warnings
Tycho
1
-1
/
+1
2014-03-07
Fixed clang compile
worktycho
1
-1
/
+6
2014-03-07
Only use fast-math in exes
worktycho
1
-6
/
+3
2014-03-07
Enabled -ffast-math
worktycho
1
-1
/
+6
2014-02-16
Added -Wextra
Tycho
1
-1
/
+1
2014-02-16
Allow building MCADefrag at the same time as MCServer
Tycho
1
-105
/
+86
2014-02-16
Added a seperate module for Setting flags
Tycho
1
-0
/
+208