stage4/stage4.cc
Fri, 15 Jun 2012 19:54:33 +0100 Mario de Sousa Add ERROR_MSG macro && move extract_XXX() functions to constant_folding.cc
Thu, 14 Jun 2012 12:00:19 +0100 Mario de Sousa Clean up code (remove parsing of integers in stage 4).
Mon, 11 Jun 2012 18:48:58 +0100 Mario de Sousa Code for debugging const_value annotations in abstract syntax tree.
Wed, 09 May 2012 22:59:10 +0100 mjsousa Fix generation of output for iec2iec.
Wed, 18 Apr 2012 13:29:08 +0100 Mario de Sousa Start having nicer stage 4 error messages.
Wed, 25 Jan 2012 01:16:30 +0100 laurent Adding Common_Ticktime to informations printed in VARIABLES.csv file
Thu, 25 Aug 2011 08:56:28 +0200 Matteo Facchinetti Add iec2iec building in the project Makefiles.
Tue, 19 Apr 2011 09:36:59 +0100 Mario de Sousa Adding fflush capabilities. It is sometimes usefull when debuging the compiler...
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
Mon, 21 Sep 2009 12:04:15 +0200 laurent Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized
Thu, 27 Aug 2009 16:06:46 +0100 Catarina Boucinha Initial (very rough) version of semantic checker (stage3)
Thu, 21 Aug 2008 16:08:19 +0200 etisserant added missing includes on some platform (gentoo/gcc-4.3.1)
Wed, 29 Aug 2007 11:06:13 +0200 etisserant Started support for long long (LL suffix) 64 bit literals on 32 bit platforms (unfinished)
Wed, 25 Jul 2007 18:03:27 +0200 lbessard Adding support for generating files into an user-defined folder
Fri, 13 Jul 2007 19:20:26 +0200 etisserant First working IEC std lib test, actually test from string and to_string functions.
Wed, 16 May 2007 17:53:37 +0200 lbessard Multi-file configuration and resource generation finished
Tue, 15 May 2007 09:52:38 +0200 etisserant Now, stage4out can address files. Generate_cc have been split into one visitor per C file : pous, ressource and config. Work in progress.
Mon, 14 May 2007 09:48:25 +0200 etisserant Now, LOCATED variables do declare extern C variables the same way EXTERNAL variables do.
Wed, 31 Jan 2007 15:32:38 +0100 etisserant Initial commit. Last MatPLC CVS with some makefile inclusion removed in order to compile fine out of MatPLC.