]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-11-11 Wolfgang (Blub... index operator actually has 2 operands, not 0
2012-11-11 Wolfgang (Blub... lexer needs to fill the token for the index operator...
2012-11-11 Wolfgang (Blub... array index opening-paren can now return TOKEN_OPERATOR...
2012-11-11 Wolfgang (Blub... SY_PAREN_ constants to replace magic numbers
2012-11-11 Wolfgang (Blub... get-accessor calling in ast_array_index_codegen
2012-11-11 Wolfgang (Blub... Store accessors in the ast_value for access from within...
2012-11-11 Wolfgang (Blub... array accessor function genaration
2012-11-11 Wolfgang (Blub... properly in all situations where an array is part of...
2012-11-11 Wolfgang (Blub... Don't allow arrays and other unsupported parameter...
2012-11-11 Wolfgang (Blub... Starting to add error messages for when using array...
2012-11-11 Wolfgang (Blub... ast->ir for TYPE_ARRAY globals
2012-11-11 Wolfgang (Blub... need to use ast_unref rather than ast_delete on the...
2012-11-11 Wolfgang (Blub... Removed -O3 from Makefile again
2012-11-11 Wolfgang (Blub... adding opts_max_array_size with a default of 1024,...
2012-11-11 Wolfgang (Blub... for arrays, ast_value will contain several ir_values...
2012-11-11 Wolfgang (Blub... parse arrays
2012-11-11 Wolfgang (Blub... first parsing of [ - pushing temp changes
2012-11-11 Wolfgang (Blub... -fadjust-vector-fields is now on by default in -std...
2012-11-11 Wolfgang (Blub... array-subscript operator entries
2012-11-11 Wolfgang (Blub... Preparing to parse arrays: adding TYPE_ARRAY and union...
2012-11-11 Wolfgang (Blub... Support non-const initialized locals
2012-11-11 Wolfgang (Blub... Shouldn't require a 'local' keyword for local fieldpointers
2012-11-11 Wolfgang (Blub... Locals of type .vector will now also properly generate...
2012-11-11 Wolfgang (Blub... globals of type .vector will now properly generate...
2012-11-11 Wolfgang (Blub... Support in the AST for TYPE_FIELD globals which are...
2012-11-11 Wolfgang (Blub... added 'var' to the keywords when not in -std=qcc, suppo...
2012-11-11 Wolfgang (Blub... -std=qcc now errors on C-style function syntax
2012-11-11 Wolfgang (Blub... -std=qcc should error when the '=' is missing in a...
2012-11-11 Wolfgang (Blub... Removing old commented-out parsing code
2012-11-11 Wolfgang (Blub... Making the = in front of function bodies optional
2012-11-11 Wolfgang (Blub... Testcases for parameter shadowing
2012-11-11 Wolfgang (Blub... new-style syntax
2012-11-11 Wolfgang (Blub... Enable 'local-already-declared' check for locals even...
2012-11-11 Wolfgang (Blub... fixing a stupid typo - why doesn't any compiler warn...
2012-11-10 Dale WeilerTrash asm.c
2012-11-10 Dale WeilerMake warns.def and flags.def into a single opts.def.
2012-11-10 Dale WeilerTrash proposal, I'm not commited to this relationship...
2012-11-10 Dale WeilerTrash misinofmred README
2012-11-10 Dale WeilerTrash data/ (reason: see last commit)
2012-11-10 Dale WeilerDump old tests, test suite will take over .. It isn...
2012-11-10 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-10 Dale WeilerRemove execloop.h, we still use xmacros, but it's done...
2012-11-10 Wolfgang (Blub... util_memory_r with byte=0 will now call util_memory_d...
2012-11-10 Wolfgang (Blub... mem_r to realloc
2012-11-09 Wolfgang (Blub... the codegen has to use STORE_V for .vector, not STORE_F...
2012-11-09 Wolfgang (Blub... Merged parsing of variable and field declarations into...
2012-11-06 Wolfgang (Blub... Delete an explicit #define
2012-11-04 Wolfgang (Blub... gcc lost it's magic analyzer and now complains about...
2012-11-02 Wolfgang (Blub... error on more than 8 params for now since more need...
2012-11-02 Wolfgang (Blub... Delete the test preprocess.c file and get the use/build...
2012-11-02 Wolfgang (Blub... better test loop
2012-11-02 Wolfgang (Blub... Properly handle string and char constants when preproce...
2012-11-02 Wolfgang (Blub... Changed the TOKEN_WHITE to contain the actual data...
2012-11-02 Wolfgang (Blub... Changed the preprocess test to reproduce the input...
2012-11-02 Wolfgang (Blub... Finishing the preprocessing flag for the lexer, added...
2012-11-02 Wolfgang (Blub... -E switch to set opt_pp_only
2012-11-02 Wolfgang (Blub... preprocessing flag for the lexer
2012-11-02 Wolfgang (Blub... Fix a minor bug in the lexer
2012-11-02 Wolfgang (Blub... -disasm should show builtins as builtins rather than...
2012-11-02 Wolfgang (Blub... -disasm switch for qcvm
2012-11-01 Wolfgang (Blub... functions-as-parameters testcase 0.1-rc1
2012-11-01 Wolfgang (Blub... Test for entity-field-pointer function parameters
2012-11-01 Wolfgang (Blub... reserve the keywords 'switch,struct,union,break,continu...
2012-11-01 Wolfgang (Blub... string-literals now do not treat digraphs as digraphs
2012-10-31 Wolfgang (Blub... A comment/note/hint about how to deal with not-yet...
2012-10-30 Wolfgang (Blub... invalid-assign testcase for non-lvalue stores
2012-10-30 Wolfgang (Blub... If parser_finish fails, the exit-value must also indica...
2012-10-30 Wolfgang (Blub... Error when lvalues are requested where that's not possible
2012-10-29 Wolfgang (Blub... Actually use a di-graph in the ngraph test, and replace...
2012-10-29 Wolfgang (Blub... di/trigraph testcase
2012-10-29 Wolfgang (Blub... ast_call_check_types should not check more parameters...
2012-10-29 Wolfgang (Blub... digraphs
2012-10-29 Wolfgang (Blub... trigraphs
2012-10-28 Wolfgang (Blub... Pulling in a rudimentary testsuite - we have to find...
2012-10-28 Wolfgang (Blub... Error when trying to assign variables whose types are...
2012-10-28 Wolfgang (Blub... -Wassign-function-types - since in qcc you may assign...
2012-10-28 Wolfgang (Blub... ast_type_to_string function
2012-10-28 Wolfgang (Blub... ast_store needs to take over the type of its destination
2012-10-28 Wolfgang (Blub... a failing 'parse-statement' call should not print ...
2012-10-28 Wolfgang (Blub... The proper way to deal with error messages which did...
2012-10-28 Wolfgang (Blub... add error for function parameters of invalid types
2012-10-28 Wolfgang (Blub... When erroring while parsing a function and the function...
2012-10-27 Wolfgang (Blub... Remove the -benchmark option+code
2012-10-09 Wolfgang (Blub... Don't forget to set the _alloc in vector resize, also...
2012-10-02 Dale Weilersome awesome documentation about CRC for future viewers
2012-10-02 Wolfgang (Blub... Add the actual crc implementation
2012-10-02 Wolfgang (Blub... leaving the old crc in, commented out
2012-10-02 Wolfgang (Blub... Cleaner crc implementation
2012-10-02 Wolfgang (Blub... Generating checksums
2012-10-02 Wolfgang (Blub... code_crc added, initializing to 0
2012-10-02 Wolfgang (Blub... Print a warning if end_sys_fields was declared as a...
2012-10-02 Wolfgang (Blub... don't warn about unused end_sys_{globals,fields}
2012-10-02 Wolfgang (Blub... link with $(LIBS), so on linux you can easily add ...
2012-08-24 Wolfgang (Blub... removing some old unused stuff from lexer.h
2012-08-24 Wolfgang (Blub... forgot to put the -Werror in --help into the actual...
2012-08-24 Wolfgang (Blub... remove unimplemented -f flags from --help, add the...
2012-08-24 Wolfgang (Blub... Add -Werror to the --help message
2012-08-24 Wolfgang (Blub... alignment fix
2012-08-24 Wolfgang (Blub... -benchmark option to take the time in a rather simple way
2012-08-24 Wolfgang (Blub... etos builtin...
next