]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-09-11 Wolfgang Bumillerfix: declaring locals with the name of a parameter...
2013-09-10 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-09-10 Dale WeilerAdded check-proj misc tool that downloads various Quake...
2013-09-09 Wolfgang Bumillerdistro/archbsd/this - as we don't depend on glibc there...
2013-09-09 Wolfgang Bumillerdistro/archlinux/this: generate the .MTREE file
2013-09-08 Wolfgang Bumillerqcvm: exit on error
2013-09-08 Dale WeilerMerge branch 'master' into cooking
2013-09-08 Dale WeilerFix dependincies
2013-08-31 Dale WeilerAlways print the char the lexer fails on for a token.
2013-08-31 Dale WeilerVector cross product virtual instruction, now >< operat...
2013-08-31 Dale WeilerImplemented >< (vector cross product operator). Current...
2013-08-31 Dale WeilerPrevent divide by zero for / and % operations in consta...
2013-08-31 Dale WeilerThere is no bug since the testsuite uses -o for preproc...
2013-08-31 Wolfgang BumillerDon't allow a stale 'some_type;' declaration without...
2013-08-31 Wolfgang Bumillerthis one can be reached - make it a little more helpful
2013-08-31 Wolfgang Bumillermore thorough check for whether an ast node starts...
2013-08-31 Wolfgang Bumillerfactor check for assignment-to-constant into a function...
2013-08-31 Wolfgang Bumillerfix unhelpful error message; fixes #123
2013-08-30 Dale WeilerLogic elsewhere handles this (no need to duplicate)
2013-08-30 Dale Weilerintrinsic folding cleanups (and improvements.)
2013-08-30 Dale WeilerRid of util_debug
2013-08-29 Dale WeilerMake -fshort-logic -funtyped-nil -fvariadic-args defaul...
2013-08-29 Dale WeilerRemove &~= operator from gmqccs operator table, only...
2013-08-29 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-08-29 Dale WeilerSome changes changes
2013-08-29 Wolfgang Bumillerthis should allow for better detection of precedence...
2013-08-29 Wolfgang Bumilleralso warn about mixing logical and/or operations withou...
2013-08-29 Wolfgang Bumillerwarn when mixing different bitops without parenthesis...
2013-08-29 Dale WeilerFix folding logic for conditions.
2013-08-29 Dale WeilerImplement [[eraseable]] attribute. When used with a...
2013-08-28 Dale WeilerFix build on clang
2013-08-28 Dale WeilerConstant fold intrinsics if their arguments are constan...
2013-08-28 Dale WeilerImplemented a __builtin_fabs intrinsic.
2013-08-28 Dale WeilerFix fold-dce for if(0)
2013-08-28 Wolfgang BumillerAdd missing -width to .Bl in doc/gmqpak.1
2013-08-28 Wolfgang BumillerFix bad use of .D1 in doc/qcvm.1
2013-08-28 Wolfgang Bumillermisc/check-doc.sh: run mandoc -Tlint -Wall on the manpages
2013-08-28 Wolfgang Bumillerallow initializing shadowed locals outside of -std...
2013-08-28 Dale WeilerCleanups
2013-08-28 Dale WeilerHandle return status from compiler, this fixes false...
2013-08-28 Dale WeilerDon't ignore empty newlines when match in the testsuite...
2013-08-27 Dale WeilerSome style fixes for tests
2013-08-27 Dale WeilerForgot this one
2013-08-27 Dale WeilerA test for that xor stuff (the same one I used to cause...
2013-08-27 Rudolf PolzerFix XOR maths for overlapping inputs by setting the...
2013-08-27 Wolfgang Bumillerast_binary->right_first and an execution order check
2013-08-27 Dale WeilerMerge divVerent/ftypeless-stores, but rid of the macro...
2013-08-27 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-08-27 Wolfgang Bumillererror on uninitialized arrays of unspecified size;...
2013-08-27 Wolfgang Bumillerbail out when encountering an invalid array size in...
2013-08-27 Dale WeilerMerge branch 'divVerent/ftypeless-stores' of git:/...
2013-08-27 Wolfgang Bumillerfix testcase workarounds
2013-08-27 Dale WeilerAnd there she goes, them space swallowing whores.
2013-08-27 Rudolf PolzerNew options: -ftypeless-stores and -fsort-operands
2013-08-26 Dale WeilerAdd support for columns to LNOF files.
2013-08-26 Dale WeilerFix testsuite for when a process crashes (do not consid...
2013-08-26 Dale WeilerFix testsuite
2013-08-26 Wolfgang Bumillerreset the column counter on a newline
2013-08-26 Dale WeilerMerge branch 'divVerent/submit/vector-bitops' of git...
2013-08-26 Rudolf PolzerSupport vector bitor/bitand/bitxor. divVerent/submit/vector-bitops
2013-08-26 Wolfgang Bumillererror when trying to pass a TYPE_NOEXPR value to ir_ins...
2013-08-26 Wolfgang Bumillerir_builder now has a vinstr_temp array, a bunch of...
2013-08-22 Dale WeilerSome typos
2013-08-21 Dale WeilerMake makes output consistent with BSD makes output...
2013-08-21 Wolfgang Bumillerarchlinux PKGBUILDs: don't use install's -D switch...
2013-08-21 Dale WeilerGenerate PDF documentation from man pages for windows...
2013-08-19 Dale WeilerMark the beginning of the next release, master is now...
2013-08-19 Dale WeilerFix that
2013-08-19 Dale WeilerSlackware support to website generation.
2013-08-19 Dale WeilerMerge pull request #117 from matthiaskrgr/master_PKGBUILD 0.3.0
2013-08-19 Matthias KrügerMerge remote-tracking branch 'upstream/master' into...
2013-08-19 Matthias KrügerPKGBUILD: release: update
2013-08-19 Matthias KrügerPKGBUILD: git: update
2013-08-19 Dale WeilerThis should be the tag
2013-08-19 Dale WeilerMark release, ready to tag it and bag it. v0.3.0
2013-08-19 Dale WeilerAdded style + indent rule, fixed some indenting as...
2013-08-19 Dale WeilerNewline rule
2013-08-18 Dale WeilerPlease the Samual
2013-08-17 Dale WeilerFix that rule
2013-08-17 Dale WeilerAdded whitespace fix rule to include.mk
2013-08-17 Dale WeilerRemove some trailing whitespace
2013-08-17 Dale WeilerRemove that idiom, and use GMQCC_ARRAY_COUNT.
2013-08-17 Dale WeilerForgot about this one
2013-08-17 Dale WeilerThey don't go there, fuck you grep.
2013-08-17 Dale WeilerCleanups and update CHANGES
2013-08-16 Dale WeilerFix the build
2013-08-16 Dale WeilerMake it compile in visual studio again, without warnings.
2013-08-16 Dale WeilerUpdate documentation
2013-08-16 Dale WeilerSome testing for valgrind in the makefile
2013-08-16 Dale WeilerValgrind integration for our memory allocator.
2013-08-16 Dale WeilerUpdate the ini example, holy hell we have more options...
2013-08-16 Dale WeilerRework some build stuff for better output and to enable...
2013-08-15 Dale WeilerMake our allocator slightly faster with branch hinting.
2013-08-15 Dale WeilerTrack constant folds in opts_optimization list .. this...
2013-08-14 Dale WeilerPerform some strict aliasing all over this biatch....
2013-08-14 Wolfgang Bumillerremove the 'opts' global from test.c and exec.c as...
2013-08-14 Dale WeilerHandle some more errors
2013-08-14 Dale WeilerSome bug fixes
2013-08-14 Dale WeilerRemove my MT impl for PRNG, it's full of buffer overflo...
2013-08-14 Dale WeilerRemove vec_upload
next