]> de.git.xonotic.org Git - xonotic/gmqcc.git/history - opts.c
Happy new years!
[xonotic/gmqcc.git] / opts.c
2013-01-01 Dale WeilerHappy new years!
2012-12-31 Wolfgang BumillerChanging -Wtoo-few-parameters to -Winvalid-parameter...
2012-12-31 Wolfgang BumillerActivate -Wparenthesis by default
2012-12-30 Dale WeilerImplement [[deprecated]] general attribute, will mark...
2012-12-29 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-29 Dale WeilerFix uninitialized-global
2012-12-28 matthiaskrgrMerge remote-tracking branch 'upstream/master'
2012-12-28 Wolfgang Bumiller-Wuninitialized-const, -Wuninitialized-global
2012-12-28 Wolfgang Bumiller-Wreserved-names, -fpermissive allows local variables...
2012-12-27 Wolfgang Bumiller-fbail-on-werror option
2012-12-26 Wolfgang BumillerSwitch over to LONGBIT
2012-12-24 Dale WeilerAdded ftepp predefs flag (ability to turn on/off predef...
2012-12-23 Dale WeilerMake compiler and virtual-machine compile as C++ code...
2012-12-23 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-23 Dale WeilerWrapper around FILE to take advantage of MSVC "secure...
2012-12-22 Wolfgang Bumiller-Wunknown-attribute; and don't error on unknown attributes
2012-12-21 Dale Weileradded -Wcpp (for turning off cpp warnings defined with...
2012-12-20 Wolfgang Bumiller-Werror-<warning> should actually use opts_setwerror
2012-12-20 Wolfgang Bumiller-Werror-<warning>, -Wno-error-<warning>, manpage updated
2012-12-20 Wolfgang BumillerReorder the warnings in opts.c to match their oder...
2012-12-20 Wolfgang BumillerTurn -fallow-unreachable-code into a -Wunreachable...
2012-12-20 Wolfgang Bumiller-fallow-unreachable-code
2012-12-18 Dale WeilerAllow setting configuration file via commandline
2012-12-18 Dale WeilerCleanups of compiler option configuration. Added ini...