]> git.xonotic.org Git - xonotic/gmqcc.git/history - test
Fedora spec files (0.2.9 and 0.3.0) + INSTALL documentation, thanks Igor Gnatenko.
[xonotic/gmqcc.git] / test
2013-07-27 Dale WeilerFedora spec files (0.2.9 and 0.3.0) + INSTALL documenta...
2012-11-15 Dale WeilerRemove test binary file
2012-11-15 Dale WeilerUse new console system everywhere.
2012-11-10 Dale WeilerDump old tests, test suite will take over .. It isn...
2012-08-21 Wolfgang (Blub)... let test_ast compile again
2012-08-12 Wolfgang (Blub)... Merging master to handle vector members, fields, and...
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-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-07-28 Wolfgang Bumillertest/ast-test.c must define opts_ variables since we...
2012-07-28 Wolfgang BumillerMerge branch 'master' into cmdline
2012-07-28 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-28 Wolfgang Bumillerast_store to take ast_expression on its left, rather...
2012-07-27 Wolfgang BumillerMerging master and adapting _MEM_* on new mem-vector...
2012-07-19 Wolfgang Bumillermerging master, and adapting
2012-07-19 Wolfgang Bumillerremoving params vector from ast_function, params are...
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)... ir_value_life_merge_into, to merge the liferange of...
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)... removing ast-test macro concept
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)... ir-test.c to use assertions, abort alone creates an...
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...
2012-04-24 Dale Weilertest/ -> data/
2012-04-15 Dale WeilerRemoved primitive AST tree generator ... I'm planning...
2012-04-14 Dale WeilerInclude now works
2012-04-14 Dale WeilerVector test
2012-04-14 Dale WeilerMore vector parsing (now supports sign)
2012-04-12 Dale WeilerI got parsing to work finally.
2012-04-12 Dale WeilerParsing fixes
2012-04-11 Dale WeilerMore parsing stuff (still totally broken)
2012-04-11 Dale WeilerImplemented support for #include, but it doesn't add...
2012-04-11 Dale WeilerSome perliminary code gen code (just writes a header)
2012-04-10 Dale Weilerdigraph and trigraph tests
2012-04-10 Dale WeilerMore test files
2012-04-10 Dale WeilerFixed parsing issues, added some parser tests.