]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-10-11 Dale WeilerSome more platform / compiler specific code refactoring.
2013-10-11 Dale WeilerInitial platform / compiler specific code refactoring.
2013-10-11 Dale WeilerThis can actually be much smaller, 204 bytes!
2013-10-11 Dale WeilerMore typos
2013-10-11 Dale Weilertypo
2013-10-11 Dale WeilerDocument what the utf8 table actually is
2013-10-11 Dale WeilerWrong operand order it's 0xf4u-0xc2u i.e 0x32.
2013-10-11 Dale WeilerLess flexible more economical utf8 decoder.
2013-10-06 Dale WeilerDon't echo it
2013-10-06 Dale WeilerFix some things: get all the Quake mods to compile...
2013-10-06 Dale WeilerUpdate CHANGES files
2013-10-04 Dale WeilerFix fold_superfluous
2013-10-04 Dale WeilerOnly when peephole optimization is on
2013-10-04 Dale WeilerHandle proper expression type assignment
2013-10-04 Dale WeilerAnother peephole optimization which removes superfluous...
2013-10-02 Dale WeilerRefactor intrinsic stuff
2013-09-30 Dale WeilerUpdate documentation
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...
next