]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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
2013-05-02 Dale WeilerEscape strings in executor for -printdefs
2013-04-28 Dale WeilerImplemented support for having codegen (and lno files...
2013-04-28 Dale WeilerFix deps (remove duplicates with clever make tricks)
2013-04-28 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-04-28 Dale WeilerLess general name for PAK utility, added install target...
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-27 Wolfgang BumillerMerge pull request #109 from matthiaskrgr/PKGBUILD_master
2013-04-27 Matthias KrügerPKGBUILD: archlinux: fix build by applying a patch...
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-27 Wolfgang Bumillerdup is marked as warn-unused-result
2013-04-27 Dale WeilerExpression has undefined behavior (left operand modifie...
2013-04-27 Wolfgang Bumillerdebian Makefile had the same flaw as archlinux/this...
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-27 Wolfgang Bumillerupdating archbsd and archlinux release/PKGBUILD files
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-27 Wolfgang BumillerUpdate CHANGES file
2013-04-27 Wolfgang BumillerStarting point of 0.3.0
2013-04-27 Wolfgang Bumillerthis should be tagged 0.2.9 0.2.9
2013-04-26 Wolfgang Bumillerfix distro/ Makefiles
2013-04-26 Wolfgang Bumillerdon't overwrite ldflags/libs env vars
2013-04-26 Dale WeilerFix OSX compiles
2013-04-26 Wolfgang Bumillerdon't overwrite ldflags/libs env vars
2013-04-26 Wolfgang Bumillerast_value now has an initializer list array, still...
2013-04-26 Wolfgang Bumilleran = before an { is also always required when the decla...
2013-04-25 Dale WeilerAdd expressions for builtins test
2013-04-25 Wolfgang Bumillersolve it, not hide it
2013-04-25 Wolfgang BumillerRevert "Just fucking initialize everything"
2013-04-25 Wolfgang Bumillermanpage and ini update
2013-04-25 Dale WeilerJust fucking initialize everything
2013-04-25 Dale WeilerPushing the -fexpressions-for-builtins stuff and the...
2013-04-25 Wolfgang Bumillerthis allows builtin numbers to be constant expressions...
2013-04-25 Wolfgang Bumillerchange the value of TOKEN_EOF
2013-04-25 Dale WeilerLess extern
2013-04-25 Dale Weilercleaner
2013-04-25 Dale Weilerless globals
2013-04-25 Dale WeilerNo more globals for codegen
2013-04-25 Wolfgang Bumillerthese can be const now before-library
2013-04-25 Dale WeilerThat is also not needed anymore
2013-04-25 Dale Weilernot needed for arm anymore
2013-04-25 Dale WeilerApply some static where it belongs
2013-04-25 Dale WeilerFix alignment issues (can remove a clang warning, and...
2013-04-25 Dale WeilerUse the LIBS properly
2013-04-24 Wolfgang BumillerGrrrr
2013-04-24 Wolfgang Bumillermanpage: document and explain __FUNC__ and __NULL__
2013-04-24 Wolfgang BumillerAllow string concatenation in the parser as well, for...
2013-04-24 Dale WeilerA nicer way of doing this
2013-04-24 Dale Weilerremove irrelevant comment
2013-04-24 Dale Weilerfree the memory for asprintf
2013-04-24 Dale WeilerShitty testsuite support for windows the hacky way...
2013-04-24 Wolfgang Bumillertest for the simple __FUNC__ case
2013-04-24 Wolfgang Bumillerrecognize the simple case of __FUNC__ in the parser
2013-04-24 Dale Weilerfix the intrinsic fail
2013-04-24 Dale Weilertypo
2013-04-24 Dale WeilerImplemented __TIME_STAMP__ predef, expands to a timesta...
2013-04-24 Dale WeilerMake ftepps __NULL__ translate to gmqccs untyped nil...
2013-04-24 Dale WeilerMerge branch 'master' into cooking
2013-04-24 Dale WeilerGet it compiling in visual studio again.
2013-04-23 Dale WeilerMake it compile as C++ code too
2013-04-23 Wolfgang Bumillerfix noreturn testcase descriptions... those were mixed up
2013-04-23 Wolfgang Bumillerinitialize the vector member array so that 'cleanup...
2013-04-23 Wolfgang BumillerMakefile: be more conformant: at link-time use LDFLAGS...
2013-04-22 Wolfgang Bumillermisc/check-doc.sh
2013-04-22 Dale WeilerWebsite target to distro makefile for updating gh-pages
2013-04-22 Dale WeilerAdd download.c (used for generating the download.html...
2013-04-22 Dale WeilerMerge branch 'master' into cooking
2013-04-22 Dale WeilerProper install names (preserve the .exe for win32 builds)
2013-04-21 Dale WeilerMerge pull request #105 from matthiaskrgr/icon
2013-04-21 Matthias Krügermake: gource: display gmqcc icon in video.
2013-04-21 Matthias Krügeradd gmqcc icon found on ohloh.
2013-04-21 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2013-04-21 Dale WeilerSome stuff for building win32 packages via mingw32
2013-04-21 Dale WeilerMerge pull request #104 from matthiaskrgr/PKGBUILD_master
2013-04-21 Matthias KrügerPKGBUILD: archlinux: git: install syntax files to respe...
2013-04-21 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-21 Dale WeilerRemove trailing whitespace
next