2012-11-17 |
Wolfgang (Blub... | Merge branch 'master' into ftepp |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | install targets 0.1 |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | Temporary list of dependencies for objects |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | quick and dirty fix to lexerror for when fopen fails |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | removing mem.c from this branch in preparation for 0.1 |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Lexer should keep newlines in merged lines, so will... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | ## concatenation, -Wpreprocessor warning about redefini... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | don't error on non-EOL EOF at the end of a macro line |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | also use recursive-expansion on macros without parameters |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | recursively call the preprocessor on expanded macros |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Expand macros into a string buffer |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | moving ftepp_delete out of ftepp_preprocess so that... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | ftepp_out can now output to a string buffer |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Correctly handle nested #ifs |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Relax the preprocessor condition: # in the middle of... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Fix a bug in macro call parameter parsing |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Parsing parameters for a macro call |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | macro_body parse function shouldn't skip whitespace... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | moving ftepp_out further up, using it in ftepp_macro_ca... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | ftepp_macro_call/ftepp_skipallwhite |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Also allow empty-parameter-list macros |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Parsing basic macro body, no special tokens yet |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Set the mergelines flag only for preprocessor commands |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | mergelines flag for the lexer to handle a backslash... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | fixing up dtors, parsing parameters of macros |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Update #if description comment |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Unary NOT in #if |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | handling the noops flag better now |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Parsing some basic #ifs with defined() |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Fixing indentation |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Some #if parsing |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | using ftepp_out which will honor conditions |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | macro structure, parsing ifdefs and non-macro defines |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Basic structure of ftepp |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | importing initial ftepp.c; -E option now executes the... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Removing old make rules for ir/ast tests in deleted... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Wolfgang (Blub... | Free the 3 actual vectors, not the first 3 times |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Wolfgang (Blub... | Fixing util_memory_r |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Wolfgang (Blub... | moving _vec_remove above the 'exposed interface' comment |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Wolfgang (Blub... | Fix a typo causing NOTRACK to fail |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dale Weiler | This bug was what caused mem.c to crash, dear lord |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Wolfgang (Blub... | Replacing lexer's vectors and getting rid of the macros |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Wolfgang (Blub... | Replaced it all... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Wolfgang (Blub... | cleaned up empty lines |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dale Weiler | Some man page changes |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dale Weiler | Some more changes: added redirout/redirerr command... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dale Weiler | added --nocolor and fixed bug |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dale Weiler | Remove test binary file |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dale Weiler | Use new console system everywhere. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Dale Weiler | FIX TEH BLOCK |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Wolfgang (Blub... | Merging in new-syntax |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Dale Weiler | Remove the tput shit |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Dale Weiler | Fix teh bugs, thanks div0 |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Dale Weiler | Clever hack to determine terminal color support for... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Dale Weiler | preliminary segregated console subsystem |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Wolfgang (Blub... | if not() support |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Wolfgang (Blub... | 'not' is now a keyword |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Wolfgang (Blub... | if not() support |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Wolfgang (Blub... | 'not' is now a keyword |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Wolfgang (Blub... | improve the warning |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Wolfgang (Blub... | Warn (via -Wextensions) when accessing a field-of-array... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Dale Weiler | More buddy allocator changes |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | when finishing an array-indexing operation the parser... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | Fix a very stupid bug in the executor which prevented... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Dale Weiler | Some allocator changes (still doesn't work) |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | fix wrong const qualifier |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | allowing inexing of array-fields |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | array-field setter needs to use STOREP* |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | support for ast_entfield nodes with specific output... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | add an asterror message for ast_entfield_new with a... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | entity-array-field-setter generation |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | code to instantiate field-array accessors |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | Preparing to generate accessors for field arrays |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | more factorizing and shortening of code |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | shorten some code |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | genearting field arrays |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Dale Weiler | More work on buddy allocator |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Dale Weiler | JS stuff |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Dale Weiler | working on a buddy allocator for gmqcc (initial code... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | qcvm -trace now shows the current function name and... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | call ir_function_finalize on array accessors otherwise... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | apply the typemask where previously forgotten |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | show the function name for CALLs in disasm |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Generating function-local arrays |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | fix an uninitialized value |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | calling the array setter when required |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Fix array-index codegen conditions |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Fixing lexer to not classify wrong tokens as operators |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | handling of op-[ |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Handling [ in the SYA |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | index operator actually has 2 operands, not 0 |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | lexer needs to fill the token for the index operator... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | array index opening-paren can now return TOKEN_OPERATOR... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | SY_PAREN_ constants to replace magic numbers |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | get-accessor calling in ast_array_index_codegen |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Store accessors in the ast_value for access from within... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | array accessor function genaration |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | properly in all situations where an array is part of... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Don't allow arrays and other unsupported parameter... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Starting to add error messages for when using array... |
commit | commitdiff | tree | snapshot |
next |