]> git.xonotic.org Git - xonotic/gmqcc.git/history - tests
Revert that trans stuff
[xonotic/gmqcc.git] / tests /
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
2012-11-22 Wolfgang (Blub)... Test for extended parameters
2012-11-22 Wolfgang (Blub)... Collapsing the switch tests into 1
2012-11-22 Wolfgang (Blub)... drop the E line from break.tmpl
2012-11-22 Wolfgang (Blub)... Collapse the break tests into 1
2012-11-19 Wolfgang (Blub)... Adding break/continue testcases
2012-11-19 Wolfgang (Blub)... *sigh*
2012-11-19 Wolfgang (Blub)... Fixing switch testcase 7
2012-11-19 Wolfgang (Blub)... switch testcases
2012-11-19 Dale WeilerMerge branch 'master' into test-suite
2012-11-19 Dale WeilerAdded test for variadic arguments
2012-11-17 Dale WeilerMerge branch 'master' into test-suite
2012-11-17 Dale WeilerMerge branch 'master' into test-suite
2012-11-17 Dale WeilerAdded more tests, fixed existing ones, and some more...
2012-11-17 Dale WeilerActually add the tests
2012-11-17 Dale WeilerTest system works, and added some working tests!
2012-11-17 Dale WeilerActually commit the new test stuff