]> git.xonotic.org Git - xonotic/gmqcc.git/history - test/ast-test.c
Working vector-field test
[xonotic/gmqcc.git] / test / ast-test.c
2012-08-11 Wolfgang (Blub)... Working vector-field test
2012-08-11 Wolfgang (Blub)... testing writing to multiple fields, including a vector...
2012-08-11 Wolfgang (Blub)... testcase for print(ftos(pawn.mema)) slightly changed...
2012-08-11 Wolfgang (Blub)... use the correct STORE instruction, make pawn a local
2012-08-11 Wolfgang (Blub)... ast macros to use the return value of a call, trying...
2012-08-11 Wolfgang (Blub)... ast macros to create a field, generating fields in...
2012-07-28 Wolfgang Bumillertest/ast-test.c must define opts_ variables since we...
2012-07-27 Wolfgang BumillerMerging master and adapting _MEM_* on new mem-vector...
2012-07-04 Wolfgang BumillerTesting CALLs in test-ast
2012-07-04 Wolfgang Bumillerast-macros: MKCONSTSTRING, added sHello hello world...
2012-07-04 Wolfgang BumillerEnabling the print builtin nodes, soon to be used to...
2012-07-04 Wolfgang Bumilleradd AINSTR_END to the end of functions so the debug...
2012-07-03 Wolfgang Bumillercreating and generating builtin functions, ast-macros...
2012-06-29 Wolfgang (Blub)... function in the ast now MUST have an output type in...
2012-06-25 Wolfgang (Blub)... Deleting the manually written ast-test which was '...
2012-06-25 Wolfgang (Blub)... Don't add the var_ prefix to function names in the...
2012-06-07 Dale WeilerMerge branch 'irgen'
2012-05-09 Wolfgang (Blub)... TYPE_VARIANT in codegen, writing code from ast-test
2012-05-05 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-05-04 Wolfgang (Blub)... A new ast-test, now using some macros to make them...
2012-05-03 Wolfgang (Blub)... ast-test should also finalize functions directly
2012-05-03 Wolfgang (Blub)... ast_test to build an IR
2012-05-02 Dale WeilerTrailing whitespace was imminent, pending editor config...
2012-04-29 Dale WeilerInvoke tests
2012-04-29 Dale Weileradded test_ast, test_ir, and test, as well as default...
2012-04-28 Dale WeilerMerge branch 'master' into ast-and-ir
2012-04-28 Wolfgang Bumillerast and ir testers - to use: compile into gmqcc and...