]> de.git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-01-03 Dale WeilerFix another two leaks
2013-01-03 Dale WeilerRemove some memory leaks in the corrector. There is...
2013-01-03 Dale WeilerWork on "did you mean? <ident>" support for errors...
2013-01-03 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2013-01-03 Dale WeilerAdd specialized diagnostics for when predefined macros...
2013-01-03 Wolfgang Bumillercheck for TYPE_NOEXPR in general when applying an operator
2013-01-03 Wolfgang BumillerIntroducing TYPE_NOEXPR so that these undefined labels...
2013-01-03 Wolfgang Bumillerparse_expression now takes a boolean flag on whether...
2013-01-03 Dale WeilerFix argument padding for win_fputs and alike.
2013-01-02 Dale WeilerMore error checking and proper unreferencing of ast...
2013-01-02 Dale WeilerSome error checking for computed goto.
2013-01-02 Dale WeilerFix the testsuite bug, and implemented QCFLAGS envirome...
2013-01-02 Dale WeilerImplemented __TIME__ for ftepp
2013-01-02 Dale WeilerImplemented __DATE__ for ftepp
2013-01-02 Dale WeilerRemove "got" left behind from debugging.
2013-01-02 Dale WeilerImplemented computed goto + added goto test for testsui...
2013-01-02 Dale WeilerFix some issues
2013-01-02 Wolfgang Bumillerpragma code: signed correctness
2013-01-02 Wolfgang Bumillerremove ast.h-include from lexer.h to parser.c...
2013-01-02 Wolfgang BumillerMakefile: ftepp.o: lexer.h
2013-01-02 Wolfgang Bumillerlex.peek char->int
2013-01-02 Wolfgang Bumillertests for __VA_ARGS__
2013-01-02 Wolfgang Bumiller__VA_ARGS__ support
2013-01-02 Wolfgang Bumillerfix a leak: delete the output string of macro calls
2013-01-02 Wolfgang Bumillerupdate old_string on failure in ftepp_macro_expand...
2013-01-02 Wolfgang Bumillerwhen recursinve into macros copy the previous line...
2013-01-01 Dale WeilerImplemented a optimized hash-set that can be used in...
2013-01-01 Dale WeilerHappy new years!
2012-12-31 Dale WeilerFix util_vasprintf.
2012-12-31 Dale WeilerAdd todo about util_vasprintf (too lazy to fix right...
2012-12-31 Dale WeilerFix #include for <machine/endian.h> s/endiane/endian/
2012-12-31 Wolfgang BumillerActually allocate a nil-vector for nil
2012-12-31 Wolfgang Bumilleradd codegen_output_type to ast_binary_codegen
2012-12-31 Wolfgang Bumillerfix store op for nil as parameter
2012-12-31 Wolfgang BumillerAdding '&~=' to the -std=gmqcc operator list
2012-12-31 Wolfgang BumillerAnother hardcoded -std=gmqcc option removed and added...
2012-12-31 Wolfgang Bumillerremove another hardcoded -std=gmqcc case
2012-12-31 Wolfgang Bumiller-std=gmqcc now implies -Werror-missing-return-values...
2012-12-31 Wolfgang BumillerJust allow variable declarations in for-loop initialize...
2012-12-31 Wolfgang BumillerChanging -Wtoo-few-parameters to -Winvalid-parameter...
2012-12-31 Wolfgang BumillerAdding some more internal-error messages where they...
2012-12-31 Wolfgang Bumillernil in ternary, and fix ternary to honor -fcorrect...
2012-12-31 Wolfgang BumillerExplicitly allow 'return nil'
2012-12-31 Wolfgang BumillerThis should actually cover all nil cases
2012-12-31 Wolfgang Bumillernil check in paramter type checking
2012-12-31 Wolfgang BumillerAllow assigning nil to a field
2012-12-31 Wolfgang Bumillergmqcc.ini.example: -Wparenthesis
2012-12-31 Wolfgang Bumillermanpage: -Wparenthesis
2012-12-31 Wolfgang BumillerActivate -Wparenthesis by default
2012-12-31 Wolfgang BumillerAdding -Wparenthesis, fixing constant folding of &...
2012-12-30 Dale WeilerFix evaluation order bug
2012-12-30 Wolfgang BumillerDo we REALLY need to listen to splint?
2012-12-30 Wolfgang BumillerClean up trailing whitespaces
2012-12-30 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-30 Dale WeilerAdd support for user defined messages for [[deprecated...
2012-12-30 Wolfgang Bumillerfix: ftepp_delete needs to ftepp_flush to not cause...
2012-12-30 Dale WeilerImplement [[deprecated]] general attribute, will mark...
2012-12-29 Wolfgang BumillerProperly support globals initialized to nil
2012-12-29 Wolfgang Bumillerimprovie/fix \{x...} char parsing
2012-12-29 Wolfgang Bumillergmqcc.ini.example: DIFFERENT_QUALIFIERS, DIFFERENT_ATTR...
2012-12-29 Wolfgang Bumillermanpage: -Wdifferent-qualifiers -Wdifferent-attributes
2012-12-29 Wolfgang Bumiller-Wdifferent-qualifiers, -Wdifferent-attributes
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...
next