]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-10-18 Dale WeilerDoes this fix it?
2013-10-17 Dale WeilerImplement support for octal constants, this closes...
2013-10-17 Dale WeilerFix 'declaration does not declare anything' regression...
2013-10-17 Dale WeilerIgnore generating a return instruction in accumulated...
2013-10-17 Dale WeilerUpdate deps
2013-10-17 Dale WeilerCleaner traces
2013-10-17 Dale WeilerFix memory dump console printing alignment and also...
2013-10-17 Dale WeilerUse "##" to ensure the names of the accumulated functio...
2013-10-17 Dale WeilerUpdate changes
2013-10-17 Dale WeilerAdd a test for function accumulation attribute
2013-10-17 Dale WeilerEnforce void type on accumulatable functions.
2013-10-17 Dale WeilerImplemented [[accumulate]] attribute. This will hopeful...
2013-10-17 Dale WeilerUse .dat extension on generated binaries in testsuite...
2013-10-17 Dale WeilerFix handling on intrinsic folding, this closes #118.
2013-10-17 Dale WeilerPrevent aliasing functions through forward declared...
2013-10-17 Dale WeilerAnother one
2013-10-17 Dale Weilerfloat and double shouldn't be used here, this is what...
2013-10-17 Dale WeilerFix option string allocated/non allocated storage.
2013-10-16 Dale WeilerMake it valid C++ code, such that it can compile as...
2013-10-16 Dale WeilerSome intrinsic code cleanup. The args check is handled...
2013-10-15 Dale WeilerdivVerent suggestion to use memcmp here
2013-10-15 Dale WeilerMake divVerent happy about handling divison by zero...
2013-10-15 Dale WeilerClang is so anal
2013-10-15 Dale WeilerCleanups
2013-10-14 Dale WeilerCleanup for builds
2013-10-11 Wolfgang Bumillerwho let the cat out?
2013-10-11 Dale WeilerFix windows builds, add strip target for makefiles...
2013-10-11 Dale WeilerSome cleanups
2013-10-11 Dale WeilerUpdate README
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...
next