stage4/generate_c/generate_c_typedecl.cc
Thu, 03 Jan 2013 18:23:07 +0000 Mario de Sousa grand merge
Thu, 27 Dec 2012 15:31:01 +0000 Mario de Sousa moved class to obtain datatype name (in char *) to get_datatype_info_c
Wed, 14 Nov 2012 18:39:02 +0000 Mario de Sousa Add datatype checking of enumeration data type declarations.
Wed, 14 Nov 2012 15:25:03 +0000 Mario de Sousa Fix code generation of enum value constants (this is a temporary fix - it will be followed by a code cleanup).
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
Fri, 26 Oct 2012 13:52:16 +0100 Mario de Sousa Remove deprecated class search_constant_type_c
Fri, 26 Oct 2012 13:48:16 +0100 Mario de Sousa replace call to search_constant_type_c with symbol.datatype
Wed, 26 Sep 2012 20:12:39 +0200 Manuele Conti Minor changes needed to build with pedantic flag.
Thu, 14 Jun 2012 12:00:19 +0100 Mario de Sousa Clean up code (remove parsing of integers in stage 4).
Wed, 13 Jun 2012 19:43:12 +0100 Mario de Sousa Add 'dimension' parameter to subrange_c, fill it correctly, and use it.
Tue, 12 Jun 2012 22:32:09 +0200 Manuele Conti Fix extract_integer_value.
Wed, 09 May 2012 23:00:10 +0100 mjsousa Fix parsing os TIME literals & rename the extract_integer() function.
Wed, 14 Sep 2011 22:58:39 +0200 laurent Adding support for compiling direct array specification inside variable declaration
Fri, 29 Jul 2011 16:03:28 +0100 Mario de Sousa Support for semantic verification of calls to standard functions.
Wed, 29 Jun 2011 12:26:00 +0200 laurent Adding double underscore in computed enumerated value to avoid conflict with other user defined identifiers
Tue, 28 Jun 2011 19:03:15 +0200 laurent Add support for finding type of a constant enumerated value and managing conflict between same identifiers defined in different enumerated data types
Mon, 27 Jun 2011 18:01:43 +0200 laurent Fix bug in declaring variable of enumerated type
Tue, 14 Jun 2011 17:15:47 +0200 laurent Fix bug with array attribute in structure declaration
Wed, 01 Jun 2011 14:02:16 +0200 laurent Fix bug when using an enumerated or subrange type to define a structure element
Tue, 31 May 2011 15:35:05 +0200 laurent Fix bug when declaring data type directly derived from array type
Mon, 30 May 2011 19:24:09 +0100 Mario de Sousa Fix missing '(' when declaring new simple derived data type.
Tue, 05 Apr 2011 15:14:19 +0200 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
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
Tue, 26 May 2009 18:04:27 +0200 mario Starting move of search utils to their own top level directory.
Fri, 15 May 2009 10:23:20 +0200 lbessard Bug with array datatype definition fixed
Fri, 09 Jan 2009 17:05:24 +0100 lbessard Bug with structure of structure fixed
Fri, 19 Dec 2008 15:09:29 +0100 lbessard Adding support for compiling struct data types
Thu, 21 Aug 2008 16:08:19 +0200 etisserant added missing includes on some platform (gentoo/gcc-4.3.1)
Wed, 25 Jun 2008 18:47:07 +0200 lbessard Fixed some issues on:
Mon, 19 May 2008 14:07:31 +0200 lbessard Adding support for POU struct definition in POUS.h
Thu, 06 Dec 2007 18:01:58 +0100 lbessard Adding support for derived data types.
Wed, 24 Oct 2007 17:39:51 +0200 lbessard Change generate_cc to generate_c