]> git.xonotic.org Git - xonotic/gmqcc.git/history - opts.def
More perliminary reworking for threading
[xonotic/gmqcc.git] / opts.def
2013-04-15 Dale WeilerRewrote memory tracking, now prints highest water mark...
2013-02-03 Wolfgang BumillerYes, that's what you are SUPPOSED to do in this case...
2013-02-03 Wolfgang BumillerReverting this awful unmaintainable mess of option...
2013-02-03 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-30 Dale WeilerDocument the options in the opts.def file
2013-01-30 Dale WeilerWork in progress options cleanup.
2013-01-30 Dale WeilerPrint off the documentation when -[f/W/O]help, also...
2013-01-30 Dale WeilerAdded documentation to all options inside the binary...
2013-01-30 Dale Weilers/WARN_PREPROCESSOR/WARN_CPP/g (to stay somewhat compat...
2013-01-30 Dale WeilerRemoved -Wcpp (not needed any more)
2013-01-25 Wolfgang Bumillernow moving -Ocall-stores to -O3
2013-01-25 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-25 Wolfgang Bumillermoving -Ocall-stores to -O4 until the vehicle issue...
2013-01-14 Wolfgang Bumiller-flegacy-vector-maths, enabled by default
2013-01-13 Wolfgang BumillerThis undef was missing there...
2013-01-12 Wolfgang BumillerRemoved -fenhanced-diagnostics - it's now --correct...
2013-01-12 Wolfgang Bumillerguarding vararg code by -fvariadic-args
2013-01-09 Wolfgang Bumiller-Wall now does not set -Wuninitialized-global
2013-01-08 Wolfgang BumillerSo it wasn't _reall_ the optimization... it just made...
2013-01-07 Wolfgang BumillerSeems like there's still a problem with it - -Olocal...
2013-01-07 Wolfgang BumillerMoving -Olocal-temps back to -O3
2013-01-07 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2013-01-07 Wolfgang Bumillermoving -Olocal-temps to -O4 until the issues are solved
2013-01-04 Dale WeilerImplemented -f[no]enhanced-diagnostics, to enable/disab...
2013-01-01 Dale WeilerHappy new years!
2012-12-31 Wolfgang BumillerChanging -Wtoo-few-parameters to -Winvalid-parameter...
2012-12-31 Wolfgang BumillerAdding -Wparenthesis, fixing constant folding of &...
2012-12-30 Dale WeilerImplement [[deprecated]] general attribute, will mark...
2012-12-29 Wolfgang Bumiller-Wdifferent-qualifiers, -Wdifferent-attributes
2012-12-29 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-29 Wolfgang Bumiller-Ovector-components
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-28 Wolfgang Bumiller'nil' global with -funtyped-nil
2012-12-27 Wolfgang Bumillerparsing of loop labels
2012-12-27 Wolfgang Bumillerthere's no -f flag named overlap-locals... removed...
2012-12-27 Wolfgang Bumiller-fbail-on-werror option
2012-12-27 Wolfgang BumillerMerge pull request #75 from matthiaskrgr/master
2012-12-26 Wolfgang Bumiller-Oglobal-temps
2012-12-26 Wolfgang Bumiller-Ovoid-return - the last INSTR_RETURN of a void functio...
2012-12-25 Wolfgang Bumiller-Ocall-stores as part of -O1: instead of having CALL...
2012-12-25 Wolfgang BumillerThe very aggressive -Ooverlap-strings
2012-12-24 Dale WeilerAdded ftepp predefs flag (ability to turn on/off predef...
2012-12-23 Wolfgang Bumiller-Ostrip-constant-names
2012-12-23 Wolfgang Bumiller-Olocaltemps -> -Olocal-temps for consistency; added...
2012-12-23 Wolfgang BumillerAdd -Ooverlap-locals to -O3
2012-12-23 Wolfgang Bumiller-futf8 implementation
2012-12-23 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
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 BumillerAdding -fcorrect-logic, -ftrue-empty-strings, -ffalse...
2012-12-20 Wolfgang BumillerTurn -fallow-unreachable-code into a -Wunreachable...
2012-12-20 Wolfgang Bumiller-fallow-unreachable-code
2012-12-19 Wolfgang (Blub)... Revert "Fix FTFBS stuff"
2012-12-19 Dale WeilerFix FTFBS stuff
2012-12-18 Wolfgang (Blub)... -fsingle-vector-defs to disable _x,_y,_z generation
2012-12-17 Dale WeilerAdded -Wunknown-pragmas
2012-12-06 Wolfgang (Blub)... -Ominor -> -Opeephole; added -Olocaltemps flag; using...
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.