stage4/generate_c/generate_c_st.cc
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
Sun, 04 Jan 2009 17:21:33 +0100 etisserant Fixed typo in EN/ENO parameters handling for std library functions
Fri, 19 Dec 2008 15:09:29 +0100 lbessard Adding support for compiling struct data types
Fri, 24 Oct 2008 16:37:46 +0200 lbessard Adding support for EN/ENO in standard functions
Fri, 26 Sep 2008 14:42:05 +0200 lbessard Adding support for EN/ENO params in function and function blocks (standard function not supported yet)
Thu, 25 Sep 2008 10:26:10 +0200 lbessard Adding support for ouput variables in functions
Thu, 17 Jul 2008 19:07:26 +0200 etisserant Fixed missing return in XOR operator code gen.
Wed, 25 Jun 2008 18:47:07 +0200 lbessard Fixed some issues on:
Mon, 10 Dec 2007 16:25:42 +0100 lbessard Removing useless comment printout
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