stage4/generate_c/generate_c_st.cc
Sat, 06 Oct 2012 14:21:04 +0200 Manuele Conti Fix stage4 for compare expressions.
Fri, 26 Oct 2012 10:11:28 +0100 Mario de Sousa Prepare to delete search_constant_type_c -> Move the static variables from search_constant_type_c to get_datatype_info_c
Thu, 04 Oct 2012 16:53:02 +0100 Mario de Sousa Deprecating use of search_expression_type_c, so it may later be deleted!
Thu, 04 Oct 2012 15:10:45 +0100 Mario de Sousa Merge
Fri, 31 Aug 2012 19:30:48 +0100 Mario de Sousa Deleting datatype checks no longer needed (with a view of making search_expression_type_c redundant).
Wed, 22 Aug 2012 16:46:17 +0200 Laurent Bessard Merge with c2546c6e0cfa5ad55b288895f17f1b9f2a228f3b
Thu, 14 Jun 2012 12:00:19 +0100 Mario de Sousa Clean up code (remove parsing of integers in stage 4).
Wed, 25 Apr 2012 15:46:53 +0100 Mario de Sousa Make temporary fix to is_complex() method.
Sat, 14 Apr 2012 16:44:53 +0100 Mario de Sousa Removing code from search_varfb_instance_type_c (use search_var_instance_decl_c instead).
Fri, 13 Apr 2012 13:05:44 +0100 Mario de Sousa Edit formating and delete unused code.
Sat, 31 Mar 2012 21:34:20 +0100 Mario de Sousa merge with Laurent's changeset (essentially, ignore all changes).
Sat, 31 Mar 2012 15:36:08 +0100 Mario de Sousa merging with Laurent's changes.
Sat, 31 Mar 2012 15:30:38 +0100 Mario de Sousa merging with Laurent's revision 55b074ea7255 (essentially ignoring all changes)
Wed, 01 Feb 2012 19:49:11 +0000 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.
Sat, 28 Jul 2012 17:38:57 +0200 Laurent Bessard Fix bug while using complex type variables in Function and FunctionBlock interface
Fri, 27 Jul 2012 15:43:32 +0200 Laurent Bessard Fix bug while using complex type variables in Function and FunctionBlock interface
Fri, 24 Feb 2012 14:16:51 +0100 laurent Fix bug with overloaded function due to literal input values
Tue, 21 Feb 2012 22:31:38 +0100 laurent Fix bug wrong code generated when, in a pou, a located variable has the same name than a function block instance input variable
Fri, 03 Feb 2012 00:09:52 +0100 laurent Fix bug with functions like LEN and TRUNC that have overloaded return type for same inputs type
Fri, 18 Nov 2011 17:28:37 +0100 laurent Fixing generated code for global variables. Adding support for defining global variables with complex type
Sat, 29 Oct 2011 19:30:47 +0100 Mario de Sousa Fix code generation of FOR loops. Now handles negative values of BY correctly.
Tue, 11 Oct 2011 12:30:49 +0200 laurent Fix bug in parser while trying to use IL operator like S1, R1, etc... as standard function block interface variable in structured_variable syntax and bug in code generator while generating code for assignment of function block interface variable using structured_variable syntax
Wed, 14 Sep 2011 22:58:39 +0200 laurent Adding support for compiling direct array specification inside variable declaration
Fri, 09 Sep 2011 12:03:15 +0200 laurent Making case statement code generated safer
Thu, 08 Sep 2011 20:25:00 +0200 laurent Merge with 01068ccb73b202b2872d4117ad01984bac956cbb
Wed, 31 Aug 2011 19:29:47 +0100 Mario de Sousa delete code no longer needed.
Mon, 22 Aug 2011 16:08:07 +0100 Mario de Sousa Add support for '**' (power) operator in ST expressions
Fri, 19 Aug 2011 20:48:05 +0100 Mario de Sousa Merging with Laurent's repository.
Fri, 29 Jul 2011 16:03:28 +0100 Mario de Sousa Support for semantic verification of calls to standard functions.
Wed, 07 Sep 2011 19:28:10 +0200 laurent Fixing exponentiation used with symbol **
Fri, 02 Sep 2011 18:15:55 +0200 laurent Fix case statement in ST, adding support for enumerated types
Wed, 13 Jul 2011 12:44:12 +0200 laurent Fix bug in suffix of inlinefcall call in ST and IL
Fri, 08 Jul 2011 11:06:27 +0200 laurent Fix bug in function calls with literal parameters
Tue, 14 Jun 2011 14:53:37 +0100 Mario de Sousa Add better comments, and change name of functions to clarify what they do.
Tue, 31 May 2011 15:35:05 +0200 laurent Fix bug when declaring data type directly derived from array type
Fri, 27 May 2011 18:01:01 +0100 Mario de Sousa Fixing bug related to setting array variables with values coming from other variables
Tue, 17 May 2011 10:34:00 +0100 Mario de Sousa Fixing code generation of array indexes in Function Blocks.
Tue, 05 Apr 2011 18:31:55 +0100 Mario de Sousa fixing C code generation of return_statement_c and exit_statement_c
Tue, 05 Apr 2011 17:12:12 +0100 Mario de Sousa merging the Edouard's version.
Tue, 05 Apr 2011 14:24:07 +0100 Mario de Sousa fixing exit_statement_c: produce 'break' instead of 'exit(0); (Thanks to Manuele)
Tue, 05 Apr 2011 15:14:19 +0200 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
Thu, 31 Mar 2011 10:45:34 +0100 Mario de Sousa Merging my Huge change with Edouards/Laurents version
Wed, 30 Mar 2011 19:53:32 +0100 Mario de Sousa Huge change.
Thu, 22 Apr 2010 07:03:18 +0200 laurent Bugs fixed:
Tue, 15 Dec 2009 20:50:30 +0100 laurent Bug when trying to get type of elements in a big complex structure fixed
Tue, 15 Dec 2009 16:29:44 +0100 laurent Adding support for using arrays in POU interface
Tue, 15 Dec 2009 11:18:19 +0100 laurent Using InOut variables in functions fixed
Tue, 15 Dec 2009 08:51:44 +0100 laurent Bug on generate_c_inlinefcall fixed
Sat, 12 Dec 2009 20:41:32 +0100 laurent Bug on standard functions called with literals fixed
Fri, 11 Dec 2009 12:53:54 +0100 laurent Adding support for forcing global without perturbation from setting external
Mon, 07 Dec 2009 15:36:29 +0100 berem Adding support for setter and getter on complex datatype in IL
Sat, 05 Dec 2009 18:38:53 +0100 laurent Adding support for setter and getter on complex datatype in ST
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, 01 Dec 2009 09:03:33 +0100 laurent Bug with ULINT correction fixed
Sun, 29 Nov 2009 16:38:11 +0100 laurent Adding support for declare, init, get and set macros
Wed, 18 Nov 2009 10:53:15 +0100 laurent Bug with using non explicit literals as standard library functions input parameters fixed
Wed, 02 Sep 2009 18:23:40 +0200 laurent Modify code generated to fit latest modifications in matiec and useless symbol definitions
Thu, 27 Aug 2009 16:06:46 +0100 Catarina Boucinha Initial (very rough) version of semantic checker (stage3)
Mon, 19 Jan 2009 17:06:22 +0100 lbessard Bug when function with unconnected input fixed
Mon, 19 Jan 2009 08:27:30 +0100 etisserant Fixed parameter count error on variadic functions with EN/ENO