]> git.xonotic.org Git - xonotic/gmqcc.git/history - tests
destructor call order is important here
[xonotic/gmqcc.git] / tests /
2015-01-25 Wolfgang Bumilleradd another test that we just didn't have anywhere...
2015-01-20 Wolfgang Bumillerfix for loops
2014-12-10 Dale WeilerMerge branch 'cooking'
2014-10-18 Wolfgang Bumillersplit-vectors test
2014-10-18 Wolfgang Bumillerrenaming the length operator to _length and fixing...
2014-09-29 Dale WeilerFix tests
2014-09-27 Dale WeilerImplemented length operator. This closes #130
2014-09-27 Dale WeilerImplement support for indirect macro expansions in...
2014-07-31 Dale WeilerFix T...name
2014-07-31 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2014-07-31 Dale WeilerParameter omitting in fteqcc is disallowed.
2014-05-25 Dale WeilerMerge branch 'arithmetic_exceptions' into cooking
2014-05-25 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2014-05-25 Dale WeilerPut this back in global scope, we have a local scope...
2014-05-25 Dale WeilerSome CLZ for other toolchains.
2014-05-24 Wolfgang Bumillerlocal compile-time const values are now created as...
2014-05-24 Dale WeilerSome things. Fix testsuite as well. One test will fail...
2014-05-24 Wolfgang BumillerMerge branch 'master' into cooking
2014-05-24 Dale WeilerArithmetic exception flag and a plethora of tests.
2014-04-08 Wolfgang Bumilleradd tests for INSTR_STATE and -femulate-state
2014-04-07 Wolfgang BumillerMerge remote-tracking branch 'origin/master' into cooking
2014-04-07 Dale WeilerMatch C's preprocessor semantics for token pasting...
2014-03-17 Dale WeilerAdd qc_pow.
2014-01-26 Wolfgang BumillerMerge branch 'master' into cooking
2014-01-01 Wolfgang BumillerThat's not how it should fail :P
2014-01-01 Wolfgang Bumillerimproved test of last attribute
2014-01-01 Wolfgang Bumillerdefinite -> last keyword; testcase updated too
2013-12-06 Wolfgang Bumilleradding 'final'
2013-10-31 Dale WeilerMerge branch 'cooking'
2013-10-19 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-10-18 Wolfgang Bumillertype and argument parsing improved to handle the field...
2013-10-18 Dale WeilerFix
2013-10-18 Dale WeilerUndo fix and actually use a macro in the accumulation...
2013-10-18 Dale WeilerDoes this fix it?
2013-10-17 Dale WeilerImplement support for octal constants, this closes...
2013-10-17 Dale WeilerAdd a test for function accumulation attribute
2013-09-30 Wolfgang BumillerMerge branch 'master' into cooking
2013-09-08 Dale WeilerMerge branch 'master' into cooking
2013-08-31 Dale WeilerVector cross product virtual instruction, now >< operat...
2013-08-31 Dale WeilerImplemented >< (vector cross product operator). Current...
2013-08-29 Dale WeilerRemove &~= operator from gmqccs operator table, only...
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 Wolfgang Bumillerast_binary->right_first and an execution order check
2013-08-27 Dale WeilerMerge branch 'divVerent/ftypeless-stores' of git:/...
2013-08-27 Wolfgang Bumillerfix testcase workarounds
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-07-27 Dale WeilerMake COMPILER_QCC default to please the stuborn Quake...
2013-06-17 Dale WeilerMerge branch 'master' into cooking
2013-06-16 Dale WeilerAdd the good old xor swap trick to the xor test, yes...
2013-06-16 Dale WeilerMake ^ legal for vector ^ vector, and vector ^ float...
2013-06-15 Dale WeilerMake them tests work now
2013-06-15 Dale WeilerImplemented bitwise xor operator.
2013-06-12 Wolfgang Bumillerfixing double-free in initialzied string arrays, using...
2013-06-12 Wolfgang Bumillerarray testcase for previous commit
2013-06-12 Wolfgang Bumillererror about too many elements in initializer; added...
2013-06-12 Wolfgang Bumillerforgot to add that one
2013-06-06 Dale WeilerMerge branch 'cooking'
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-05-30 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-05-29 Wolfgang Bumillernow a bare 'return;' is not required anymore if return...
2013-05-29 Wolfgang Bumillermake sure missing return values still warn
2013-05-29 Wolfgang Bumillerreturn assignment factorial test
2013-05-29 Dale WeilerUpdate test template.
2013-05-29 Dale WeilerUpdate man page
2013-05-29 Dale WeilerExperimental support for implicit return assignments...
2013-04-25 Dale WeilerAdd expressions for builtins test
2013-04-24 Wolfgang BumillerAllow string concatenation in the parser as well, for...
2013-04-24 Dale WeilerShitty testsuite support for windows the hacky way...
2013-04-24 Wolfgang Bumillertest for the simple __FUNC__ case
2013-04-24 Dale WeilerMerge branch 'master' into cooking
2013-04-23 Wolfgang Bumillerfix noreturn testcase descriptions... those were mixed up
2013-04-21 Dale WeilerMerge branch 'cooking'
2013-04-21 Dale WeilerA more realistic preprocessor concatenation test.
2013-04-21 Dale WeilerUndo that fail
2013-04-21 Dale WeilerBetter output on failure
2013-04-21 Dale WeilerMore preprocessor testsuite support and our first prepr...
2013-04-21 Dale WeilerWe don't need to specify "-should fail" because we...
2013-03-09 Dale WeilerAdd floor to tests defs.qh
2013-03-09 Dale WeilerImplemented "reverse" enum attribute, e.g enum : revers...
2013-03-08 Dale WeilerImplemented concept of enumeration attributes (can...
2013-03-08 Dale WeilerImplemented __builtin_exp
2013-03-07 Dale WeilerActually generate an ast_call for __builtin_pow for...
2013-02-26 Wolfgang Bumillerhopefully fix an off-by-1 vararg copy issue
2013-02-20 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-12 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-06 Dale WeilerAliases to aliases is a bad idea, revert. Added better...
2013-02-06 Dale WeilerImplemented generalized attribute aliases. You can...
2013-02-05 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-02-05 Dale Weilerperl ops -> pops
2013-02-05 Dale Weilerast referencing
2013-02-05 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-02-05 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-02-05 Dale WeilerWork in progress <=> operator.
2013-02-03 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-02 Dale WeilerAdd bitnot test for testsuite.
2013-01-30 Dale WeilerAdded definition file for test-suite, used by default...
next