]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-01-06 Dale WeilerLeave a space here for makedepend
2013-01-06 Dale WeilerAdd a "depend" rule for the makefile. It uses makedepe...
2013-01-06 Dale WeilerNo need to +1 for comparision in correct_known_resize
2013-01-06 Dale WeilerFix comments
2013-01-06 Dale WeilerRemove trailing shitspace
2013-01-06 Dale WeilerUse -O2 by default
2013-01-06 Dale WeilerLess pointer dereferences
2013-01-06 Dale WeilerScrew you clang :-)
2013-01-06 Dale WeilerA little faster, plus some more research
2013-01-06 Dale WeilerThis is a work of art, it deserve nice comments :)
2013-01-06 Dale WeilerFixes and more documentation
2013-01-06 Dale WeilerAdd a notice
2013-01-06 Dale WeilerUse memcmp with strlen for correct_exists (it's a hell...
2013-01-06 Dale WeilerNo more uninitialized
2013-01-06 Dale WeilerSome more nicer loops
2013-01-06 Dale WeilerNicer loops
2013-01-06 Dale WeilerCleanups and documentation
2013-01-06 Dale WeilerRemove override macros
2013-01-06 Dale WeilerRemove an illegal mem_d
2013-01-06 Dale WeilerCleanup the pool system for correct.c. Use blubs corre...
2013-01-05 Dale WeilerDon't use notices
2013-01-05 Dale WeilerBetter IRC hook
2013-01-05 Dale Weilernotifications
2013-01-05 Dale WeilerAdd irc to travis
2013-01-05 Dale WeilerAdd travis.yml
2013-01-05 Wolfgang BumillerCommitting an evil allocator and a trie to speed up...
2013-01-04 Wolfgang BumillerMerge branch 'master' of git://github.com/graphitemaste...
2013-01-04 Wolfgang BumillerGet rid of correct_strndup and correct_concat altogethe...
2013-01-04 Dale WeilerDisable enhanced diagnostics as they're too slow.
2013-01-04 Dale WeilerImplemented -f[no]enhanced-diagnostics, to enable/disab...
2013-01-04 Dale WeilerRemove constant string literal for correction check...
2013-01-04 Dale WeilerMerge branch 'correct'
2013-01-04 Dale WeilerGot rid of all the memleaks. We can now merge with...
2013-01-04 Dale WeilerItegration of corrector. Seems to be some leaks in...
2013-01-04 Dale WeilerCleanups and add the corrector to the makefile. Starti...
2013-01-04 Dale WeilerFix all the memleaks in the corrector. Holy shit, the...
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 Wolfgang BumillerMerge remote-tracking branch 'origin/pp-unary-numbers'
2013-01-03 Wolfgang Bumillerhandling the ast-destruction in computed goto
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 Wolfgang Bumillerlex->flags.preprocessing causes the lexer to parse...
2013-01-02 Dale WeilerFix some issues
2013-01-02 Wolfgang BumillerAllow unary minus in ftepp_if_value
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...
next