stage4/generate_c/generate_c.cc
2013-01-03 Mario de Sousa grand merge
2012-12-03 Mario de Sousa Small code cleanup.
2012-11-15 Laurent Bessard Adding support for declaring function block instances as global and external variables
2012-10-04 Mario de Sousa Merge
2012-09-26 Manuele Conti Minor changes needed to build with pedantic flag.
2012-10-22 Laurent Bessard Merged
2012-10-21 Laurent Bessard Adding support for direct array declaration in structure element declaration
2012-10-19 Edouard Tisserant Added double curly braces for pragma (kept single curly braces for compatibility). Added macro def and undef surrounding pragma to simplify user code. Moved useless comment from generated code back to code generator.
2012-09-13 Laurent Bessard Adding error message when task interval value is not supported
2012-09-13 Laurent Bessard Adding error message when task interval value is not supported
2012-08-22 Laurent Bessard Merge with c2546c6e0cfa5ad55b288895f17f1b9f2a228f3b
2012-08-17 Mario de Sousa Moving function to correct location (formating only).
2012-08-04 Manuele Conti Fix bug in code generation for FB IN_OUT structured parameter.
2012-07-20 Mario de Sousa Constant folding for IL.
2012-06-15 Mario de Sousa Add ERROR_MSG macro && move extract_XXX() functions to constant_folding.cc
2012-06-14 Mario de Sousa Clean up code (remove parsing of integers in stage 4).
2012-06-13 Mario de Sousa Add 'dimension' parameter to subrange_c, fill it correctly, and use it.
2012-06-12 Manuele Conti Fix extract_integer_value.
2012-05-09 mjsousa Merge changes.
2012-05-09 mjsousa Fix parsing os TIME literals & rename the extract_integer() function.
2012-04-24 Conti Manuele Fix code generation about __INIT_GLOBAL_LOCATED.
2012-04-18 Mario de Sousa Start having nicer stage 4 error messages.
2012-04-14 Mario de Sousa Fix typo in comparison expression.
2012-03-31 Mario de Sousa merge with Laurent's changeset (essentially, ignore all changes).
2012-03-31 Mario de Sousa merging with Laurent's revision 55b074ea7255 (essentially ignoring all changes)
2012-02-01 Mario de Sousa Re-write of stage3 code (done by Manuele and I), re-write of search_varfb_instance_type_c (done by myself), and several other bug fixes.
2012-08-14 Laurent Bessard Fix bug with InOut variable of structured type
2012-02-24 laurent Fix bug with overloaded function due to literal input values
2012-02-02 laurent Fix bug with functions like LEN and TRUNC that have overloaded return type for same inputs type
2012-01-25 laurent Adding Common_Ticktime to informations printed in VARIABLES.csv file
2011-12-30 laurent Fixing bug with external variables refering to global variables defined in configurations
2011-11-18 laurent Fixing generated code for global variables. Adding support for defining global variables with complex type
2011-10-09 laurent Fix bug in code generation of directly declared array variables that generate wrong code when using located variables in a program POU
2011-09-14 laurent Adding support for compiling direct array specification inside variable declaration
2011-08-19 Mario de Sousa Merging with Laurent's repository.
2011-07-29 Mario de Sousa Support for semantic verification of calls to standard functions.
2011-07-12 laurent Fix bug with inline function call in POU programmed in IL
2011-06-29 laurent Fix warning on nop statement at the end of function_block and program generated code
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