]> git.xonotic.org Git - xonotic/gmqcc.git/history - tests/xor.qc
Match C's preprocessor semantics for token pasting with '##'.
[xonotic/gmqcc.git] / tests / xor.qc
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-26 Dale WeilerMerge branch 'divVerent/submit/vector-bitops' of git...
2013-08-26 Rudolf PolzerSupport vector bitor/bitand/bitxor. divVerent/submit/vector-bitops
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.