]> git.xonotic.org Git - xonotic/gmqcc.git/history - tests
fix typo
[xonotic/gmqcc.git] / tests /
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...
2013-01-27 Dale WeilerSpiceing up the __VA_ARGS__ test
2013-01-27 Dale WeilerFix warning, and better tests for __VA_ARGS__
2013-01-27 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-01-27 Dale WeilerImplement subscripting for __VA_ARGS__, and added test...
2013-01-27 Dale WeilerRemove user-defined success/failure messages for the...
2013-01-25 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-18 Wolfgang Bumilleradding testcase for various parentheses and ternary...
2013-01-17 Wolfgang BumillerAdded counter-stability test to the varargs testcase
2013-01-13 Wolfgang Bumillertest for vec/float
2013-01-12 Wolfgang Bumillervararg testcases
2013-01-10 Dale WeilerBetter enumeration test
2013-01-10 Wolfgang Bumillerenum testcase
2013-01-08 Wolfgang Bumillertestcase for mul_vf/fv
2013-01-07 Wolfgang Bumilleradded a testcase for -Olocal-temps
2013-01-03 Wolfgang BumillerMerge remote-tracking branch 'origin/pp-unary-numbers'
2013-01-02 Dale WeilerImplemented computed goto + added goto test for testsui...
2013-01-02 Wolfgang Bumillertests for __VA_ARGS__
2012-12-28 matthiaskrgrMerge remote-tracking branch 'upstream/master'
2012-12-28 Wolfgang Bumillernoref testcase must use -Wno-uninitialized-global
2012-12-24 Wolfgang BumillerTests for the previous vector-liferange change
2012-12-23 Wolfgang Bumillerutf8 tests
2012-12-23 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-22 Wolfgang Bumillerfix -fshort-logic to cast to true boolean values
2012-12-22 Wolfgang Bumiller'noreturn' is now an attribute and parsed as [[noreturn]]
2012-12-22 Wolfgang BumillerTest cases for -fcorrect-logic
2012-12-22 Wolfgang BumillerAdding truth-flags testsuite for strings
2012-12-21 Dale WeilerImplemented preprocessing error directive tests (should...
2012-12-20 Wolfgang BumillerTestcases for -ftrue-empty-strings and -ffalse-empty...
2012-12-20 Wolfgang Bumillervector initialization tests
2012-12-20 Wolfgang BumillerAdded tests for 'noreturn'
2012-12-18 Wolfgang (Blub)... Tests for perl-logic _types_
2012-12-16 Dale WeilerFix testsuite. Also added an additional test to the...
2012-12-04 Wolfgang (Blub)... noref -compile testcase
2012-12-02 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-02 Dale WeilerAdded preprocessor test
2012-12-02 Wolfgang (Blub)... Copy the real test output to ternary-fte.tmpl
2012-12-02 Dale WeilerAdd whitespace to ternary-fte template so it matches...
2012-12-02 Wolfgang (Blub)... Updating ternary testcase to use -fcorrect-ternary...
2012-11-30 Wolfgang (Blub)... More ternary fixes
2012-11-26 Wolfgang (Blub)... Checking in test for nested ternaries; this is more...
2012-11-25 Dale WeilerFix the testsuite to properly error on failed loads
2012-11-25 Wolfgang (Blub)... Add the array tests, seem to have forgotten to add...
2012-11-25 Wolfgang (Blub)... multiple dots to start a field type, ie ..float for...
2012-11-25 Wolfgang (Blub)... Typedef testcases
2012-11-23 Wolfgang (Blub)... operator &~=
2012-11-23 Wolfgang (Blub)... operators &= and |=
2012-11-23 Wolfgang (Blub)... *= and /= operators
2012-11-23 Wolfgang (Blub)... Fixing operator precedence of suffices
2012-11-23 Wolfgang (Blub)... operator tests
2012-11-22 Wolfgang (Blub)... Adding short-logic testcase
next