]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-12-29 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-29 Dale WeilerFix uninitialized-global
2012-12-29 Wolfgang BumillerDon't allow code like: v * '0 1 0' = 3; to actually...
2012-12-29 Wolfgang Bumillergmqcc.ini.example: VECTOR_COMPONENTS
2012-12-29 Wolfgang Bumillermanpage: -Ovector-components
2012-12-29 Wolfgang Bumiller-Ovector-components
2012-12-29 Dale WeilerMerge pull request #80 from matthiaskrgr/master
2012-12-28 matthiaskrgrMerge remote-tracking branch 'upstream/master'
2012-12-28 matthiaskrgradd .gitignore file
2012-12-28 Wolfgang BumillerTypo...
2012-12-28 Wolfgang BumillerUpdating gmqcc.ini.example
2012-12-28 Wolfgang BumillerGMQCC_GITINFO
2012-12-28 Wolfgang Bumillermore general qualifier/attribute parsing, added not...
2012-12-28 Wolfgang Bumillermanpage: -Wuninitialized-constant -Wuninitialized-global
2012-12-28 Wolfgang Bumillernoref testcase must use -Wno-uninitialized-global
2012-12-28 Wolfgang Bumiller-Wuninitialized-const, -Wuninitialized-global
2012-12-28 Wolfgang Bumillermanpage: -Wreserved-names, -funtyped-nil, -fpermissive
2012-12-28 Wolfgang Bumiller-Wreserved-names, -fpermissive allows local variables...
2012-12-28 Wolfgang Bumiller'nil' global with -funtyped-nil
2012-12-28 Wolfgang BumillerTYPE_NIL, builder->nil, ast_value_codegen for TYPE_NIL
2012-12-28 Dale WeilerFix teh paren!
2012-12-28 Dale Weileradded util_vasprintf/util_asprintf .. so we can stop...
2012-12-28 Dale Weilermemleak
2012-12-28 Dale Weilers/\t/ /g - utf8.c
2012-12-28 Dale WeilerFix another Blub bug .. learn to use comments properly :P
2012-12-28 Dale WeilerFix a very possible bug
2012-12-28 Dale WeilerFixed another possible implementation specific bug...
2012-12-28 Dale WeilerFix another warning
2012-12-28 Dale WeilerFix another warning
2012-12-28 Dale WeilerFix one warning
2012-12-28 Dale WeilerAdded splint.sh (a progressive way to fix some possible...
2012-12-28 Wolfgang BumillerSo why doesn't any popular compiler complain about...
2012-12-28 Wolfgang Bumiller... This... I'll have to git rewrite-history at some...
2012-12-28 Dale WeilerWorking on getting gmqcc to work when compiled with tcc
2012-12-28 Dale WeilerReorder operands
2012-12-28 Dale WeilerQuoting of strings is forbid in some "make" implementations
2012-12-28 Dale WeilerGot it working on arm :)
2012-12-28 Dale WeilerAlways use -fsigned-char .. The compiler I was using...
2012-12-27 Wolfgang Bumillermanpage: -floop-labels
2012-12-27 Wolfgang BumillerSome default options for -std=gmqcc including -floop...
2012-12-27 Wolfgang Bumillerfinish parsing of labeled loops; ast support added
2012-12-27 Wolfgang Bumillerdistinguish between break/continue levels in the parser
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 BumillerMerge pull request #77 from matthiaskrgr/PKGBUILD
2012-12-27 matthiaskrgrPKGBUILDs: note myself as contributor.
2012-12-27 Wolfgang Bumillerbumping arch/release PKGBUILD to 0.2.2
2012-12-27 Wolfgang BumillerAnother bool->int fix; now clang-compiled gmqcc actuall...
2012-12-27 Wolfgang Bumillermanpage: -fbail-on-werror
2012-12-27 Wolfgang Bumiller-fbail-on-werror option
2012-12-27 Wolfgang Bumillerfix: when there are no additional temps the first one...
2012-12-27 Wolfgang BumillerMerge pull request #75 from matthiaskrgr/master
2012-12-26 Wolfgang Bumillermanpage: -Oglobal-temps
2012-12-26 Wolfgang Bumiller-Oglobal-temps
2012-12-26 Wolfgang Bumillerfix -v option parsing in qcvm
2012-12-26 Wolfgang Bumillerfactoring out temp-slot-assignment and using it for...
2012-12-26 matthiaskrgrmanpage: gmqcc: fix typo
2012-12-26 matthiaskrgrINSTALL: mention ArchLinux PKGBUILDs.
2012-12-26 Wolfgang BumillerSwitch over to LONGBIT
2012-12-26 Wolfgang BumillerMerge pull request #74 from matthiaskrgr/PKGBUILD
2012-12-26 matthiaskrgrPKGBUILD: formatting
2012-12-26 matthiaskrgradd PKGBUILD for release build.
2012-12-26 matthiaskrgrPKGBUILD: license is MIT
2012-12-26 Wolfgang Bumillerfix uninitialized warnings in ir.c
2012-12-26 matthiaskrgrPKGBUILD: install custom license file.
2012-12-26 matthiaskrgrPKGBUILD: license is not GPL actually
2012-12-26 Wolfgang BumillerFixing uninitialized warnings in parser.c
2012-12-26 Wolfgang Bumilleradding -fno-strict-aliasing
2012-12-26 matthiaskrgradd PKGBUILD for git build.
2012-12-26 Wolfgang Bumillermanpage: -dump, -dumpfin
2012-12-26 Wolfgang BumillerMerge pull request #73 from matthiaskrgr/master
2012-12-26 matthiaskrgrTODO: fix typos
2012-12-26 Wolfgang Bumillercounters for -Ocall-stores because we all love numbers
2012-12-26 Wolfgang BumillerDon't copy return values away from OFS_RETURN if they...
2012-12-26 Wolfgang Bumillermanpage: -Ovoid-return
2012-12-26 Wolfgang Bumillermanpage: added -v to the qcvm manpage
2012-12-26 Wolfgang Bumiller-Ovoid-return - the last INSTR_RETURN of a void functio...
2012-12-26 Wolfgang Bumillerverbose switches for the qcvm; makes -printfuns find...
2012-12-25 Wolfgang BumillerActually generate the vector member ir_values in ir_fun...
2012-12-25 Wolfgang Bumillermanpage: -Ocall-stores
2012-12-25 Wolfgang Bumiller-Ocall-stores as part of -O1: instead of having CALL...
2012-12-25 Wolfgang Bumillerdo the locking before processing the call-reads otherwi...
2012-12-25 Wolfgang Bumillerliferange calc now sets the 'locked' flag on values...
2012-12-25 Wolfgang BumillerThe very aggressive -Ooverlap-strings
2012-12-24 Wolfgang BumillerEnsure that the members[] array is filled for vector...
2012-12-24 Wolfgang BumillerTests for the previous vector-liferange change
2012-12-24 Wolfgang BumillerNow this should deal with vector life ranges more corre...
2012-12-24 Wolfgang Bumillerprint an error when static is used in global scope...
2012-12-24 Wolfgang BumillerAdded the 'static' keyword.
2012-12-24 Wolfgang Bumillermanpage: -q, --quiet
2012-12-24 Wolfgang Bumillermanpage: -fftepp-predefs
2012-12-24 Wolfgang Bumiller-q, --quiet option
2012-12-24 Dale Weilerone too many zeros
2012-12-24 Dale WeilerAdded my awesome MT1997 PRNG, and use it instead of...
2012-12-24 Dale WeilerAdded ftepp predefs flag (ability to turn on/off predef...
2012-12-24 Dale WeilerImplemented __FILE__, __LINE__, __RANDOM__, __RANDOM_LA...
2012-12-23 Wolfgang Bumiller-Ostrip-constant-names
2012-12-23 Wolfgang Bumillercode_genstring now caches strings, no need for code_cac...
2012-12-23 Wolfgang Bumiller-Olocaltemps -> -Olocal-temps for consistency; added...
2012-12-23 Wolfgang Bumillerrevert 3ef30e850da5e5
next