]> de.git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-10-11 Wolfgang BumillerMerge branch 'cooking' of git://github.com/graphitemast...
2013-10-11 Wolfgang BumillerMerge branch 'cooking' of git://github.com/graphitemast...
2013-10-11 Wolfgang Bumillerfirst part of parsing TOKEN_DOTS as part of a type...
2013-10-11 Dale WeilerUpdate dependencies
2013-10-11 Dale WeilerI need to test this code on msvc now.
2013-10-11 Dale WeilerFix that (newer clang will fail on it)
2013-10-11 Dale WeilerMerge branch 'cleanup' into cooking
2013-10-11 Dale WeilerLast piece of documentation for platform.h
2013-10-11 Dale WeilerMore documentation for platform.h
2013-10-11 Dale WeilerSome documentation
2013-10-11 Dale WeilerSome more cleanup
2013-10-11 Dale WeilerRefactor some util/platform usage and extend file syste...
2013-10-11 Wolfgang Bumillerdistro/archlinux/this/Makefile: TARCOMP variable contai...
2013-10-11 Wolfgang Bumillerdistro/archlinux/this/Makefile: tar -> bsdtar
2013-10-11 Dale WeilerAdd back the correct directory handling for msvc
2013-10-11 Dale WeilerMake it compile with mingw32 again
2013-10-11 Dale WeilerAdd a porting guide
2013-10-11 Dale WeilerMore cleanups, gmqcc.h doesn't need to include stdio...
2013-10-11 Dale WeilerMore cleanups
2013-10-11 Dale WeilerMore cleanup
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...
next