]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-06-16 Dale WeilerA Makefile for BSD make.
2013-06-16 Dale WeilerMake it compile with g++ again
2013-06-16 Dale WeilerUhh forgot to save file
2013-06-16 Dale WeilerFix memleak
2013-06-16 Dale WeilerUpdate
2013-06-16 Dale WeilerAdd the good old xor swap trick to the xor test, yes...
2013-06-16 Dale WeilerMake ^ legal for vector ^ vector, and vector ^ float...
2013-06-15 Dale WeilerMake them tests work now
2013-06-15 Dale WeilerI added it for a reason, because I was smart. I forgot...
2013-06-15 Dale WeilerThis is easier
2013-06-15 Dale WeilerCorrect order
2013-06-15 Dale WeilerFix bug
2013-06-15 Dale WeilerImplemented bitwise xor operator.
2013-06-15 Dale WeilerLess terse, it confuses people.
2013-06-15 Wolfgang Bumilleragain with the comments...
2013-06-15 Wolfgang Bumillerfix a call typecheck issue
2013-06-15 Wolfgang Bumillermanpage update
2013-06-15 Wolfgang Bumillerworking on vararg piping: detecting several error cases...
2013-06-15 Dale WeilerLimit corrections on strings to <= 16 bytes. Otherwise...
2013-06-15 Dale WeilerFix a possible issue
2013-06-15 Dale WeilerSome fixes
2013-06-14 Dale WeilerFixed whitespace
2013-06-14 Dale WeilerWhat the fuck are we talking about?
2013-06-13 Dale WeilerRevert "Actually works now"
2013-06-13 Dale WeilerActually works now
2013-06-12 Wolfgang Bumillerfix pedantic compile issue
2013-06-12 Wolfgang Bumillerfixing double-free in initialzied string arrays, using...
2013-06-12 Wolfgang Bumillerarray testcase for previous commit
2013-06-12 Wolfgang Bumillerallow array size to be inferred from the initializer
2013-06-12 Wolfgang Bumillererror about too many elements in initializer; added...
2013-06-12 Wolfgang Bumillermake the ast use the initlist
2013-06-12 Wolfgang Bumillersetting initializing values
2013-06-12 Wolfgang Bumillerparsing array initializers
2013-06-12 Wolfgang Bumillerforgot to add that one
2013-06-09 Dale WeilerFix builds
2013-06-06 Dale WeilerMerge branch 'cooking'
2013-06-06 Dale WeilerFix indexing
2013-06-06 Dale WeilerStrict prototyping
2013-06-04 Dale WeilerUpdate
2013-06-04 Wolfgang BumillerMerge branch 'cooking' of git://github.com/graphitemast...
2013-06-04 Wolfgang Bumillerslackware pkg build files
2013-06-04 Dale WeilerConsistency
2013-06-04 Dale WeilerUpdate changelog
2013-06-04 Dale WeilerSome typos.
2013-06-04 Dale WeilerGentoo ebuilds
2013-06-04 Dale WeilerAdd license header
2013-06-04 Dale WeilerDoh
2013-06-04 Dale WeilerMajor header reworking, this respects the namespaces...
2013-06-02 Wolfgang Bumillerremove the ast tree earlier - saves over 3% peak memory...
2013-06-02 Dale WeilerFix a divide by zero error
2013-06-02 Dale WeilerFix output
2013-06-02 Dale WeilerFix two bugs
2013-06-02 Dale WeilerMerge pull request #112 from matthiaskrgr/master xonotic-v0.7.0
2013-06-02 Dale WeilerSome cleanups
2013-06-02 Dale WeilerFix the peak
2013-06-02 Matthias Krügergitignore: add gmqcc, gmqpak, qmcvm, testsuite, pak.
2013-06-02 Dale WeilerHoly whoops
2013-06-02 Dale WeilerMajor utility rewrite for compiler memory utilization...
2013-06-02 Dale WeilerSome static
2013-06-02 Dale WeilerHashtable statistics too
2013-06-02 Dale WeilerTrack hashtables too
2013-06-02 Dale WeilerTrack strdups too in the statistics
2013-06-02 Dale WeilerThis was an experiment that snuk it's way inside that...
2013-06-02 Dale WeilerVector tracing, step two in determining how to lower...
2013-06-02 Dale WeilerGuart statistics by option.
2013-06-02 Dale WeilerAdd statistics for vector usage to the output. Step...
2013-06-01 Wolfgang Bumillerfix a leak on a parse-error
2013-06-01 Dale WeilerDoh
2013-06-01 Dale WeilerFix some possible memleaks.
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-06-01 Wolfgang Bumillerfix the INCLUDE_DEF flag getting applied regardless...
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-06-01 Wolfgang Bumillerfix: dotranslate now sets AST_FLAG_INCLUDE_DEF to not...
2013-05-30 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-05-30 Dale Weilercolumn printing for warnings and errors now
2013-05-29 Wolfgang Bumillernow a bare 'return;' is not required anymore if return...
2013-05-29 Wolfgang Bumillermake sure missing return values still warn
2013-05-29 Wolfgang Bumillerreturn assignment factorial test
2013-05-29 Wolfgang Bumillerfixing that comment...
2013-05-29 Wolfgang Bumillerassignable return value now lives in ast_function,...
2013-05-29 Dale WeilerMake static
2013-05-29 Dale WeilerUpdate test template.
2013-05-29 Dale WeilerUpdate man page
2013-05-29 Dale WeilerExperimental support for implicit return assignments...
2013-05-29 Dale WeilerMerge branch 'union-replacement' into cooking
2013-05-29 Dale WeilerAdd back that splint flag
2013-05-29 Dale WeilerFix that memory leak that I spent hours trying to find...
2013-05-29 Dale WeilerMajor export cleanup. Anything that was exported but...
2013-05-29 Dale WeilerPrevent negitive numbers from being used as the left...
2013-05-29 Dale WeilerResult of shift operation on signed integers is bad.
2013-05-29 Dale WeilerCleanups and fixes
2013-05-11 Wolfgang Bumillerkilling the union types
2013-05-11 Wolfgang Bumillerfirst step to getting rid of those unions we don't...
2013-05-07 Wolfgang Bumillerless confusing
2013-05-07 Wolfgang Bumillerbe more strict here
2013-05-07 Wolfgang Bumillerremoving this dead code_init call
2013-05-07 Wolfgang Bumillerfixing a few leaks - code_write doesn't delete the...
2013-05-07 Wolfgang Bumillerchanging a few ast_delete to ast_unref in places where...
2013-05-05 Wolfgang BumillerMerge pull request #111 from matthiaskrgr/cooking_stuff
2013-05-05 Matthias Krüger.gitignore: add binarys
next