stage4/generate_c/generate_c_base.cc
Fri, 19 Oct 2012 12:10:32 +0200 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.
Thu, 14 Jun 2012 12:00:19 +0100 Mario de Sousa Clean up code (remove parsing of integers in stage 4).
Wed, 09 May 2012 23:00:10 +0100 mjsousa Fix parsing os TIME literals & rename the extract_integer() function.
Mon, 06 Jun 2011 11:01:47 +0200 laurent Fix bug when generating integer with leading zero (octal value for C compiler)
Mon, 30 May 2011 19:28:32 +0100 Mario de Sousa Fix conversion of binary digits to hex, when generating code.
Tue, 05 Apr 2011 15:14:19 +0200 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
Mon, 04 Apr 2011 10:42:03 +0100 Mario de Sousa starting to add proper header file with declaration of standard functions
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:
Sun, 29 Nov 2009 16:38:11 +0100 laurent Adding support for declare, init, get and set macros
Thu, 27 Aug 2009 16:06:46 +0100 Catarina Boucinha Initial (very rough) version of semantic checker (stage3)
Mon, 25 May 2009 12:17:10 +0200 mario Adding support for SAFEBOOL. Some code generation yet to do...
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, 21 Aug 2008 16:08:19 +0200 etisserant added missing includes on some platform (gentoo/gcc-4.3.1)
Tue, 08 Apr 2008 18:21:37 +0200 lbessard Problem with negated literals while compiling generated C file on 32bits systems fixed
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