main: rework preprocessor invocation
[cparser] / wrappergen /
2012-11-08 Christoph MallonAdd separator_t to aid printing lists with separators.
2012-10-30 Christoph MallonLet panic() print file, line and function.
2012-10-30 Matthias Braunclang static analyzer warning fixes
2012-10-18 Christoph MallonRename the member statement of struct function_t to...
2012-07-26 Matthias Braunimproved fix for integer expression printing
2012-07-26 Matthias Braunonly output digits in integer literals in write_jna
2012-07-26 Matthias BraunNew output mode to generate size (in bytes) of some...
2012-07-16 Matthias Braunprovide our own hashset implementation
2012-06-14 Christoph MallonUse is_type_compound().
2012-05-06 Christoph MallonRemove the (mostly) unnecessary distinction between...
2012-05-06 Christoph MallonDo not strip the 0x prefix from the textual representat...
2012-04-24 Christoph MallonReplace is_type_atomic(x, ATOMIC_TYPE_VOID) by the...
2012-04-24 Christoph MallonRename EXPR_REFERENCE_ENUM_VALUE to EXPR_ENUM_CONSTANT.
2012-03-28 Christoph MallonMake our multi-case macros nicer for code beautifiers.
2011-09-14 Christoph MallonUse streq() instead of strcmp() == 0.
2011-09-14 Christoph MallonUse strstart() instead of strncmp().
2011-08-13 Matthias Braunremove TYPE_INVALID, TYPE_ERROR is enough
2011-08-09 Matthias Braunbitfields are an entity attribute now, not a type
2011-07-28 Matthias Braunuse bool flag instead of UNARY_CAST_IMPLICIT
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-17 Matthias Braunfix a bunch of warnings (reported by cparser)
2011-06-09 Matthias Braunadded elf-visibility handling
2011-05-24 Matthias Braunremove pointless concept of a builtin-type
2011-03-15 Matthias Braunfix whitespace errors
2011-03-15 Matthias Braunremove broken/unused caml export
2010-12-03 Matthias Braunonly write out functions for the main file when generat...
2010-11-29 Matthias Braunlong double must not be exported as java double
2010-11-22 Matthias Braunadapt style of generated code to java coding conventions
2010-10-13 Matthias Braunavoid warning in generated jna code
2010-10-13 Andreas ZwinkauFix JNA direct-mode wrapper
2010-10-11 Andreas ZwinkauJNA generator now emits for JNA direct-mode
2010-07-02 Matthias Braundon't output builtin stuff to jna wrappers
2010-04-29 Matthias Braunupdate jna writer to new integer literals
2010-02-24 Matthias Braun- Rework the way literals are handled, these are now...
2010-01-04 Matthias Braunadd a printing abstraction layer so we can print type...
2009-06-19 Matthias Braunavoid warnings in the produced jna output
2009-04-07 Michael Beck- 2009 patch
2009-01-20 Matthias Braunfix of by 1 error, add a hack for pointer arrays
2008-12-15 Matthias Braunfix stupid memory error
2008-12-10 Matthias Braunfirst revision of jna writer