]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-09-30 Dale WeilerAdd seperate warning flag for directive in macro.
2013-09-30 Dale WeilerWarn when preprocessor directive is found inside a...
2013-09-30 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-09-30 Dale WeilerFix negation type for VINSTR_NEG_V. Source operand...
2013-09-30 Wolfgang BumillerMerge branch 'master' into cooking
2013-09-30 Wolfgang BumillerMerge pull request #134 from Sicness/hyphen
2013-09-30 Anton BalashovFixed hyphen-used-as-minus-sign in gmqcc.1
2013-09-30 Dale WeilerHandle double negation case specially. Update TODO
2013-09-30 Dale WeilerSimplify parse stage for unary - operator.
2013-09-30 Dale WeilerRemove pointless thinking comment, fix builds for clang.
2013-09-30 Dale WeilerMake unary - operator act as an ast_unary node. This...
2013-09-28 Dale WeilerEh, only if peephole optimizations are turned on.
2013-09-28 Dale WeilerLess casts.
2013-09-28 Dale WeilerIt was much easier in the AST, really.
2013-09-28 Dale WeilerRemove the rest of it.
2013-09-28 Dale WeilerRemove it, maybe it can be done in the AST instead.
2013-09-28 Dale WeilerEh.
2013-09-28 Dale WeilerOptimize for superfluous cases of NOT, i.e !!!!x can...
2013-09-28 Dale WeilerMove it over
2013-09-28 Igor GnatenkoOptimizng compile flags
2013-09-28 Igor GnatenkoUpdate to 0.3.0 (improved new package: gmqpak)
2013-09-28 Igor GnatenkoInitial release
2013-09-26 Dale WeilerFix alias type check
2013-09-26 Dale WeilerImplement constant folding on ternary operations via...
2013-09-25 Dale WeilerConsistency
2013-09-25 Dale WeilerCheap quick hack for ignoring #pragma to EOL
2013-09-25 Wolfgang Bumillerremove -printf option from find; remove the misplaced...
2013-09-25 Wolfgang Bumillerthere's no pushd/popd in my sh
2013-09-25 Dale WeilerSome grammar
2013-09-25 Dale WeilerFix some stuff for xonotic and make check-proj actually...
2013-09-25 Dale WeilerAdd export utility for Nexuiz, now check-proj handles it.
2013-09-25 Dale WeilerGot Xonotic stuff for check-proj to function.
2013-09-24 Dale WeilerFix the xonotic export script for check-proj.sh
2013-09-24 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-09-24 Dale WeilerFix QuakeWorld compilation by treating assignment to...
2013-09-22 Dale WeilerUpdate .travis.yml
2013-09-22 Dale WeilerUpdate .travis.yml
2013-09-19 Wolfgang Bumillerthis is still there twice...
2013-09-19 Wolfgang Bumillermoving the QCVM_EXECUTOR ifdef in conout.c - these...
2013-09-18 Dale WeilerRemove debug printfs
2013-09-18 Dale WeilerGenerate (non_const_float * (1.0 / constant_float)...
2013-09-18 Wolfgang Bumillersince we don't bail on some of the warnings right away...
2013-09-18 Wolfgang Bumillermaking irwarning warn on an unused result
2013-09-12 Dale WeilerDon't need that, each directory already has its own...
2013-09-12 Dale WeilerOutput the dat name for xonotic export tool (first...
2013-09-12 Dale WeilerAdded -progsrc commandline switch to specify progs...
2013-09-12 Dale WeilerAdded xonotic_export.sh utility that when run from...
2013-09-11 Dale WeilerSupport options for check-proj now
2013-09-11 Dale WeilerAllow running from root of gmqcc repo as well.
2013-09-11 Dale WeilerProper gmqcc sourcing for check-proj
2013-09-11 Dale WeilerTest for gmqcc in check-proj
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;...
next