]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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...
2012-08-24 Wolfgang (Blub... ir_builder_delete now causes the ..._delete_quick funct...
2012-08-24 Wolfgang (Blub... cache the IMMEDIATE string in the builder directly
2012-08-24 Wolfgang (Blub... copy the function context over to its ir_value as well
2012-08-24 Wolfgang (Blub... cache filenames as such instead of using code_cachedstring
2012-08-24 Wolfgang (Blub... not using cachedstring on generated string values anymo...
2012-08-24 Wolfgang (Blub... fixing token-reset in modelname
2012-08-24 Wolfgang (Blub... ir_value now checks if a name was specified
2012-08-24 Wolfgang (Blub... Not labeling temps/blocks if opts_dump isn't specified
2012-08-24 Wolfgang (Blub... better labelling in ast_function_labeling, this time...
2012-08-24 Wolfgang (Blub... ir: don't require a label on a block
2012-08-24 Wolfgang (Blub... the lexer now doesn't _allocate_ the token structure...
2012-08-24 Wolfgang (Blub... parse_variable refactored, moved out the parsing of...
2012-08-24 Wolfgang (Blub... renaming some parser functions, mainly shortining thing...
2012-08-24 Wolfgang (Blub... Adding static keyword to some more parser functions
2012-08-24 Wolfgang (Blub... create_vector_members sanitized
2012-08-24 Wolfgang (Blub... ir_value_life_merge_into: fix a possible underflow
2012-08-23 Wolfgang (Blub... Fixing handling of duplicate frame macros: 'continue...
2012-08-23 Wolfgang (Blub... slight change to ir_value_dump_life; fixing ir_value_li...
2012-08-23 Wolfgang (Blub... use the expression's linenumber for the 'statement...
2012-08-23 Wolfgang (Blub... -Weffectless-statement now also triggers on effectless...
2012-08-23 Wolfgang (Blub... for the sake of testing: -Wnone
2012-08-23 Wolfgang (Blub... -Weffectless-statement, on by default, creates 'stateme...
2012-08-23 Wolfgang (Blub... add 'X has been declared here:' too the too-few/many...
2012-08-23 Wolfgang (Blub... Warn about unused globals too, not about functions...
2012-08-23 Wolfgang (Blub... Warna bout unused variables - -Wunused-variable, on...
2012-08-23 Wolfgang (Blub... fixing up prevoius commit: cannot reference the parser...
2012-08-23 Wolfgang (Blub... Make the lexer use the correct error-printing mechanism
2012-08-23 Wolfgang (Blub... -Wframe-macros, warn about duplicate frame macro defini...
2012-08-23 Wolfgang (Blub... the -std=qcc set of operators, still have to verify...
2012-08-23 Wolfgang (Blub... Add the empty globaldef/fielddef to the object, savegam...
2012-08-23 Wolfgang (Blub... Don't add DEF_SAVEGLOBAL for locals actually...
2012-08-23 Wolfgang (Blub... Adding DEF_SAVEGLOBAL, marking globals as to-be-saved...
2012-08-23 Wolfgang (Blub... it's not the IR's job to fail when a local of the same...
2012-08-23 Wolfgang (Blub... removing some extra newlines in ast error messages
2012-08-23 Wolfgang (Blub... fix: check if parsing a variable initializer failed
2012-08-23 Wolfgang (Blub... fixing mem-vector resize function
2012-08-23 Wolfgang (Blub... qcvm won't print checksum or entity field area size...
2012-08-23 Wolfgang (Blub... -std=qcc now warns about variadic functions via -Wexten...
2012-08-23 Wolfgang (Blub... Removing print2 and print3 from data/parsing.qc, replac...
2012-08-23 Wolfgang (Blub... Variadic functions: works for builtins, warns for imple...
2012-08-23 Wolfgang (Blub... for the lexer 3 dots now become TOKEN_DOTS
2012-08-23 Wolfgang (Blub... Possibility to call a main function with parameters...
2012-08-23 Wolfgang (Blub... on linux we need -lm for sqrt
2012-08-23 Wolfgang (Blub... vtos should use the same quotes as we use in qc source
2012-08-22 Wolfgang (Blub... MUL_VF and MUL_FV get their special life-range handling
2012-08-22 Wolfgang (Blub... commenting on the quirks of MUL_VF and MUL_FV in gmqcc...
2012-08-22 Wolfgang (Blub... using %i for instruction opcode output is a little...
next