stage4/generate_c/generate_c.cc
2011-06-09 laurent Fix bug when generating initial value for function return type when it is a complex type
2011-04-05 Mario de Sousa fixing C code generation of return_statement_c and exit_statement_c
2011-04-05 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
2011-04-04 Edouard Tisserant Merge
2011-04-04 Mario de Sousa starting to add proper header file with declaration of standard functions
2011-03-31 Mario de Sousa Do not crash when checking semantics of undeclared symbolic_variable.
2011-03-31 Mario de Sousa Merging my Huge change with Edouards/Laurents version
2011-03-30 Mario de Sousa Huge change.
2011-04-01 laurent Modify code generated for avoiding warning while compiling when configuration or resource don't have any global variable
2011-03-16 laurent Adding missing support for accessors and retain in configuration files (Bug and fix reported by Manuele Conti)
2011-03-12 laurent Task single parameter code generation broken after addition of accessors fixed.
2010-06-02 laurent Adding support for generating code for variable in step action association instead of action
2010-05-19 laurent Bug with code generation of global located variables in resource fixed thanks to Mario
2009-12-15 laurent Adding support for using arrays in POU interface
2009-12-13 laurent Using function_call_iterator in generate_c_inlinefcall instead of creating a new visitor
2009-12-11 laurent Adding support for forcing global without perturbation from setting external
2009-12-02 laurent Adding support for flags on Function Block variables for marking which variable must be debugged, retained or is forced
2009-11-29 laurent Adding support for declare, init, get and set macros
2009-09-21 laurent Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized
2009-08-27 Catarina Boucinha Initial (very rough) version of semantic checker (stage3)
2009-06-09 lbessard Bug on function without input parameters fixed
2009-06-04 lbessard Adding support for single resource scheduling
2009-06-01 mario Moving absyntax utility files out from stage4/generate_c
2009-05-26 mario Starting move of search utils to their own top level directory.
2008-09-26 lbessard Adding support for EN/ENO params in function and function blocks (standard function not supported yet)
2008-09-25 lbessard Adding support for ouput variables in functions
2008-08-21 etisserant added missing includes on some platform (gentoo/gcc-4.3.1)
2008-08-19 etisserant Some miscelanous static, extern and pointer status variable changes in C generated code for configuration and resources
2008-05-19 lbessard Adding support for POU struct definition in POUS.h
2008-04-16 lbessard Bug with D and L action qualifier and timing management in SFC generated fixed
2008-02-28 etisserant changed VARIABLES.h in VARIABLES.cvs
2008-02-26 lbessard Adding structure variable list generation module
2007-12-06 lbessard Adding support for derived data types.
2007-10-24 lbessard Change generate_cc to generate_c