]> git.xonotic.org Git - xonotic/gmqcc.git/history - opts.def
Get rid of a warning on Windows
[xonotic/gmqcc.git] / opts.def
2012-12-01 Wolfgang (Blub)... Removed -fomit-null-bytes
2012-12-01 Wolfgang (Blub)... -fcorrect-ternary; by default -std=fteqcc now uses...
2012-12-01 Wolfgang (Blub)... -Wternary-precedence; *sight* this is tough
2012-11-30 Wolfgang (Blub)... All ir_instrs now get their lex-context, so that we...
2012-11-30 Wolfgang (Blub)... -O now, additionally to taking a number, can work like...
2012-11-25 Wolfgang (Blub)... introducing -fassign-function-types, previously guarded...
2012-11-25 Wolfgang (Blub)... handling TOKEN_CHARCONST - -Wmultibyte-character
2012-11-25 Wolfgang (Blub)... constant flag, -finitialized-nonconstants to turn initi...
2012-11-25 Wolfgang (Blub)... Guard translatable strings by -ftranslatable-strings...
2012-11-25 Wolfgang (Blub)... -Wconst-var
2012-11-23 Wolfgang (Blub)... warn about double function declarations...
2012-11-21 Wolfgang (Blub)... -fperl-logic, off by default, so casting to boolean now
2012-11-21 Wolfgang (Blub)... experimental -fshort-logic, currently perl-like - might...
2012-11-19 Wolfgang (Blub)... -frelaxed-switch to enable switch on non-constant cases
2012-11-19 Dale WeilerMerge branch 'master' into test-suite
2012-11-18 Wolfgang (Blub)... The ftepp now always outputs into a string buffer,...
2012-11-18 Wolfgang (Blub)... Merge branch 'master' into ftepp
2012-11-18 Wolfgang (Blub)... Since like with parsing, the preprocessor state has...
2012-11-17 Wolfgang (Blub)... Merge branch 'master' into ftepp
2012-11-16 Wolfgang (Blub)... ## concatenation, -Wpreprocessor warning about redefini...
2012-11-10 Dale WeilerMake warns.def and flags.def into a single opts.def.