]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-11-17 Dale WeilerMerge branch 'master' into test-suite
2012-11-17 Dale WeilerMore makefile changes
2012-11-17 Wolfgang (Blub... install targets 0.1
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 Wolfgang (Blub... Temporary list of dependencies for objects
2012-11-17 Wolfgang (Blub... quick and dirty fix to lexerror for when fopen fails
2012-11-17 Wolfgang (Blub... removing mem.c from this branch in preparation for 0.1
2012-11-17 Dale Weilersigh
2012-11-17 Dale WeilerFix test suite
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
2012-11-17 Dale WeilerNew test-suite initial implementation. Just need to...
2012-11-16 Wolfgang (Blub... Removing old make rules for ir/ast tests in deleted...
2012-11-15 Wolfgang (Blub... Free the 3 actual vectors, not the first 3 times
2012-11-15 Wolfgang (Blub... Fixing util_memory_r
2012-11-15 Wolfgang (Blub... moving _vec_remove above the 'exposed interface' comment
2012-11-15 Wolfgang (Blub... Fix a typo causing NOTRACK to fail
2012-11-15 Dale WeilerThis bug was what caused mem.c to crash, dear lord
2012-11-15 Wolfgang (Blub... Replacing lexer's vectors and getting rid of the macros
2012-11-15 Wolfgang (Blub... Replaced it all...
2012-11-15 Wolfgang (Blub... cleaned up empty lines
2012-11-15 Dale WeilerSome man page changes
2012-11-15 Dale WeilerSome more changes: added redirout/redirerr command...
2012-11-15 Dale Weileradded --nocolor and fixed bug
2012-11-15 Dale WeilerRemove test binary file
2012-11-15 Dale WeilerUse new console system everywhere.
2012-11-14 Dale WeilerFIX TEH BLOCK
2012-11-14 Wolfgang (Blub... Merging in new-syntax
2012-11-14 Dale WeilerRemove the tput shit
2012-11-14 Dale WeilerFix teh bugs, thanks div0
2012-11-14 Dale WeilerClever hack to determine terminal color support for...
2012-11-14 Dale Weilerpreliminary segregated console subsystem
2012-11-13 Wolfgang (Blub... if not() support
2012-11-13 Wolfgang (Blub... 'not' is now a keyword
2012-11-13 Wolfgang (Blub... if not() support
2012-11-13 Wolfgang (Blub... 'not' is now a keyword
2012-11-13 Wolfgang (Blub... improve the warning
2012-11-13 Wolfgang (Blub... Warn (via -Wextensions) when accessing a field-of-array...
2012-11-13 Dale WeilerMore buddy allocator changes
2012-11-12 Wolfgang (Blub... when finishing an array-indexing operation the parser...
2012-11-12 Wolfgang (Blub... Fix a very stupid bug in the executor which prevented...
2012-11-12 Dale WeilerSome allocator changes (still doesn't work)
2012-11-12 Wolfgang (Blub... fix wrong const qualifier
2012-11-12 Wolfgang (Blub... allowing inexing of array-fields
2012-11-12 Wolfgang (Blub... array-field setter needs to use STOREP*
2012-11-12 Wolfgang (Blub... support for ast_entfield nodes with specific output...
2012-11-12 Wolfgang (Blub... add an asterror message for ast_entfield_new with a...
2012-11-12 Wolfgang (Blub... entity-array-field-setter generation
2012-11-12 Wolfgang (Blub... code to instantiate field-array accessors
2012-11-12 Wolfgang (Blub... Preparing to generate accessors for field arrays
2012-11-12 Wolfgang (Blub... more factorizing and shortening of code
2012-11-12 Wolfgang (Blub... shorten some code
2012-11-12 Wolfgang (Blub... genearting field arrays
2012-11-12 Dale WeilerMore work on buddy allocator
2012-11-12 Dale WeilerJS stuff
2012-11-12 Dale Weilerworking on a buddy allocator for gmqcc (initial code...
2012-11-11 Wolfgang (Blub... qcvm -trace now shows the current function name and...
2012-11-11 Wolfgang (Blub... call ir_function_finalize on array accessors otherwise...
2012-11-11 Wolfgang (Blub... apply the typemask where previously forgotten
2012-11-11 Wolfgang (Blub... show the function name for CALLs in disasm
2012-11-11 Wolfgang (Blub... Generating function-local arrays
2012-11-11 Wolfgang (Blub... fix an uninitialized value
2012-11-11 Wolfgang (Blub... calling the array setter when required
2012-11-11 Wolfgang (Blub... Fix array-index codegen conditions
2012-11-11 Wolfgang (Blub... Fixing lexer to not classify wrong tokens as operators
2012-11-11 Wolfgang (Blub... handling of op-[
2012-11-11 Wolfgang (Blub... Handling [ in the SYA
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... Fixing execloop indentation
2012-11-11 Wolfgang (Blub... parser_compile_file vs parser_compile_string
2012-11-11 Wolfgang (Blub... lex_open_string
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...
next