2013-01-06 |
Dale Weiler | Add a "depend" rule for the makefile. It uses makedepe... |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | No need to +1 for comparision in correct_known_resize |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Fix comments |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Remove trailing shitspace |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Use -O2 by default |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Less pointer dereferences |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Screw you clang :-) |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | A little faster, plus some more research |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | This is a work of art, it deserve nice comments :) |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Fixes and more documentation |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Add a notice |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Use memcmp with strlen for correct_exists (it's a hell... |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | No more uninitialized |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Some more nicer loops |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Nicer loops |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Cleanups and documentation |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Remove override macros |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Remove an illegal mem_d |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dale Weiler | Cleanup the pool system for correct.c. Use blubs corre... |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Wolfgang Bumiller | Committing an evil allocator and a trie to speed up... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Wolfgang Bumiller | Merge branch 'master' of git://github.com/graphitemaste... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Wolfgang Bumiller | Get rid of correct_strndup and correct_concat altogethe... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Dale Weiler | Disable enhanced diagnostics as they're too slow. |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Dale Weiler | Implemented -f[no]enhanced-diagnostics, to enable/disab... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Dale Weiler | Remove constant string literal for correction check... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Dale Weiler | Merge branch 'correct' |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Dale Weiler | Got rid of all the memleaks. We can now merge with... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Dale Weiler | Itegration of corrector. Seems to be some leaks in... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Dale Weiler | Cleanups and add the corrector to the makefile. Starti... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Dale Weiler | Fix all the memleaks in the corrector. Holy shit, the... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Dale Weiler | Fix another two leaks |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Dale Weiler | Remove some memory leaks in the corrector. There is... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Dale Weiler | Work on "did you mean? <ident>" support for errors... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Wolfgang Bumiller | Merge remote-tracking branch 'origin/pp-unary-numbers' |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Wolfgang Bumiller | handling the ast-destruction in computed goto |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Dale Weiler | Merge branch 'master' of github.com:graphitemaster... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Dale Weiler | Add specialized diagnostics for when predefined macros... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Wolfgang Bumiller | check for TYPE_NOEXPR in general when applying an operator |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Wolfgang Bumiller | Introducing TYPE_NOEXPR so that these undefined labels... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Wolfgang Bumiller | parse_expression now takes a boolean flag on whether... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Dale Weiler | Fix argument padding for win_fputs and alike. |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Dale Weiler | More error checking and proper unreferencing of ast... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Dale Weiler | Some error checking for computed goto. |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Dale Weiler | Fix the testsuite bug, and implemented QCFLAGS envirome... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Dale Weiler | Implemented __TIME__ for ftepp |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Dale Weiler | Implemented __DATE__ for ftepp |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Dale Weiler | Remove "got" left behind from debugging. |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Dale Weiler | Implemented computed goto + added goto test for testsui... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | lex->flags.preprocessing causes the lexer to parse... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Dale Weiler | Fix some issues |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | Allow unary minus in ftepp_if_value |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | pragma code: signed correctness |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | remove ast.h-include from lexer.h to parser.c... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | Makefile: ftepp.o: lexer.h |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | lex.peek char->int |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | tests for __VA_ARGS__ |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | __VA_ARGS__ support |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | fix a leak: delete the output string of macro calls |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | update old_string on failure in ftepp_macro_expand... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | when recursinve into macros copy the previous line... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Dale Weiler | Implemented a optimized hash-set that can be used in... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Dale Weiler | Happy new years! |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Dale Weiler | Fix util_vasprintf. |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Dale Weiler | Add todo about util_vasprintf (too lazy to fix right... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Dale Weiler | Fix #include for <machine/endian.h> s/endiane/endian/ |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Actually allocate a nil-vector for nil |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | add codegen_output_type to ast_binary_codegen |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | fix store op for nil as parameter |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Adding '&~=' to the -std=gmqcc operator list |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Another hardcoded -std=gmqcc option removed and added... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | remove another hardcoded -std=gmqcc case |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | -std=gmqcc now implies -Werror-missing-return-values... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Just allow variable declarations in for-loop initialize... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Changing -Wtoo-few-parameters to -Winvalid-parameter... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Adding some more internal-error messages where they... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | nil in ternary, and fix ternary to honor -fcorrect... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Explicitly allow 'return nil' |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | This should actually cover all nil cases |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | nil check in paramter type checking |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Allow assigning nil to a field |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | gmqcc.ini.example: -Wparenthesis |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | manpage: -Wparenthesis |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Activate -Wparenthesis by default |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Adding -Wparenthesis, fixing constant folding of &... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Dale Weiler | Fix evaluation order bug |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Wolfgang Bumiller | Do we REALLY need to listen to splint? |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Wolfgang Bumiller | Clean up trailing whitespaces |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Dale Weiler | Merge branch 'master' of github.com:graphitemaster... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Dale Weiler | Add support for user defined messages for [[deprecated... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Wolfgang Bumiller | fix: ftepp_delete needs to ftepp_flush to not cause... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Dale Weiler | Implement [[deprecated]] general attribute, will mark... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | Properly support globals initialized to nil |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | improvie/fix \{x...} char parsing |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | gmqcc.ini.example: DIFFERENT_QUALIFIERS, DIFFERENT_ATTR... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | manpage: -Wdifferent-qualifiers -Wdifferent-attributes |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | -Wdifferent-qualifiers, -Wdifferent-attributes |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Dale Weiler | Merge branch 'master' of github.com:graphitemaster... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Dale Weiler | Fix uninitialized-global |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | Don't allow code like: v * '0 1 0' = 3; to actually... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | gmqcc.ini.example: VECTOR_COMPONENTS |
commit | commitdiff | tree | snapshot |
next |