stage4/generate_c/generate_var_list.cc
Mon, 03 Apr 2017 22:18:22 +0100 Mario de Sousa Access elements[] in list_c through a new get_element() method.
Sat, 06 Dec 2014 19:11:32 +0000 mjsousa Add a new pou_typename_c object to the AST to store references to previously declared Functions, FB, and Programs.
Sun, 16 Nov 2014 12:54:10 +0000 mjsousa Add support for relaxed datatype model for array datatypes.
Sun, 01 Jun 2014 08:59:02 +0100 mjsousa Change the name of the variable with the step state to stepname.X (in the generated VARIABLES.csv file)
Wed, 13 Feb 2013 18:56:25 +0000 Mario de Sousa Add a new node to the abstract symtax tree, which will let us do datatype checking of FB variable declarations using the standard algorithm, and no special cases.
Tue, 22 Jan 2013 16:07:49 +0000 Mario de Sousa Use simple_spec_init_c inside en_param_declaration_c (will reduce need to handle it as a special case in the future).
Thu, 03 Jan 2013 18:23:07 +0000 Mario de Sousa grand merge
Tue, 13 Nov 2012 18:03:17 +0000 Mario de Sousa Change the base datatype of enumerations to an enumerated_type_declaration_c (for named types!)
Wed, 07 Nov 2012 20:07:11 +0000 Mario de Sousa Make search_base_type_c a singleton!
Thu, 15 Nov 2012 22:28:53 +0100 Laurent Bessard Adding support for declaring function block instances as global and external variables
Thu, 04 Oct 2012 15:10:45 +0100 Mario de Sousa Merge
Wed, 26 Sep 2012 20:12:39 +0200 Manuele Conti Minor changes needed to build with pedantic flag.
Thu, 16 Aug 2012 22:44:38 +0200 Manuele Conti Fix Segmentation Fault FB var declaration in a single list.
Sat, 01 Sep 2012 16:27:24 +0200 Edouard Tisserant Fixed VARIABLES.csv, was broken when using enumrated types
Fri, 27 Jul 2012 15:40:44 +0200 Laurent Bessard Fix bug with complex type inout variables while generating variable list
Wed, 14 Sep 2011 22:58:39 +0200 laurent Adding support for compiling direct array specification inside variable declaration
Thu, 09 Jun 2011 17:47:57 +0200 laurent Fix bug in debugging variable list compilation with structure and array disabling
Wed, 18 May 2011 13:20:24 +0200 laurent Fix bug when debugging located variables of type memory (%M) for all variable classes
Mon, 16 May 2011 11:57:41 +0200 laurent Fix bug when debugging located variables of type memory (%M)
Tue, 05 Apr 2011 15:14:19 +0200 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
Fri, 11 Dec 2009 13:01:17 +0100 laurent Adding support for making distinction between external variables and located variables for forcing
Tue, 08 Dec 2009 16:26:06 +0100 laurent Bug on SFC debugging fixed
Wed, 02 Dec 2009 16:11:01 +0100 laurent Adding support for flags on Function Block variables for marking which variable must be debugged, retained or is forced
Wed, 02 Sep 2009 17:35:02 +0200 laurent Bug with EN/ENO in generate_var_list that breaks parsing of variables.csv fixed
Fri, 19 Jun 2009 13:26:31 +0200 lbessard Fix segmentation fault when define global with location but no name (reported by brendan)
Wed, 14 Jan 2009 20:54:29 +0100 lbessard Bug with external variable declaration fixed
Fri, 19 Dec 2008 15:09:29 +0100 lbessard Adding support for compiling struct data types
Mon, 15 Dec 2008 17:23:22 +0100 etisserant fixed typo in generated VARIABLES.CSV
Fri, 12 Dec 2008 17:52:44 +0100 lbessard Adding Function Blocks in VARIABLES.csv
Mon, 08 Sep 2008 10:33:37 +0200 lbessard Adding support for transition debugging
Tue, 19 Aug 2008 18:04:28 +0200 etisserant Some miscelanous static, extern and pointer status variable changes in C generated code for configuration and resources
Mon, 04 Aug 2008 15:14:25 +0200 etisserant Fixed generation of VARIABLES.csv, some variables appeared in program section
Mon, 19 May 2008 14:07:31 +0200 lbessard Adding support for POU struct definition in POUS.h
Fri, 28 Mar 2008 10:06:20 +0100 lbessard Adding support to distinguish direct variables and pointed variables
Tue, 26 Feb 2008 10:59:48 +0100 lbessard Adding structure variable list generation module