main: rework preprocessor invocation
[cparser] / types.h
2012-10-30 Christoph MallonImplement U, u and u8 strings.
2012-07-03 Matthias Braunslightly simplify wchar_t handling
2012-02-17 Matthias Braunimplement more builtins
2011-08-10 Matthias Braunrework architecture specific type handling
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-17 Matthias Braunfix a bunch of warnings (reported by cparser)
2010-06-17 Matthias Braunsome more builtins
2010-02-15 Matthias Brauncleanup builtin handling and put it into an own file...
2009-04-07 Michael Beck- 2009 patch
2009-01-03 Michael Beck- implemented va_copy(), needed for C99
2008-12-27 Michael Beck- more builtins
2008-11-19 Michael Beckadd unsigned char type
2008-11-14 Matthias Braun- Try to move OS/target specific stuff to lang_features...
2008-11-10 Christoph MallonParse C++ bool, false and true.
2008-08-31 Michael Beckadd type_unsigned_short
2008-08-31 Michael Beck- implemented -Wwrite-strings
2008-03-18 Michael Beckmicrosoft types are just synonyms for default types
2008-03-16 Michael Beckmicrosoft explicit types added
2008-02-18 Matthias Braunadd license comments
2008-02-13 Matthias Braun- first iteration of new initializer code
2007-12-17 Matthias Braunrename the statement_base_t statement to base in the...
2007-12-14 Christoph MallonImplement -Wmain.
2007-12-12 Michael Beck- create an error type
2007-12-05 Christoph MallonMissing files.