Fri, 18 May 2007 14:11:09 +0200Adding location list generation
lbessard [Fri, 18 May 2007 14:11:09 +0200] rev 30
Adding location list generation

Wed, 16 May 2007 18:15:24 +0200Bug on resource global variables generation corrected
lbessard [Wed, 16 May 2007 18:15:24 +0200] rev 29
Bug on resource global variables generation corrected

Wed, 16 May 2007 17:53:37 +0200Multi-file configuration and resource generation finished
lbessard [Wed, 16 May 2007 17:53:37 +0200] rev 28
Multi-file configuration and resource generation finished

Tue, 15 May 2007 09:52:38 +0200Now, stage4out can address files. Generate_cc have been split into one visitor per C file : pous, ressource and config. Work in progress.
etisserant [Tue, 15 May 2007 09:52:38 +0200] rev 27
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 +0200Now, LOCATED variables do declare extern C variables the same way EXTERNAL variables do.
etisserant [Mon, 14 May 2007 09:48:25 +0200] rev 26
Now, LOCATED variables do declare extern C variables the same way EXTERNAL variables do.

Fri, 11 May 2007 16:29:22 +0200Adding support for internal variable call generating
lbessard [Fri, 11 May 2007 16:29:22 +0200] rev 25
Adding support for internal variable call generating

Fri, 11 May 2007 11:55:24 +0200Adding init function on programs
etisserant [Fri, 11 May 2007 11:55:24 +0200] rev 24
Adding init function on programs
Corrected in and out var access + struct ref passing on fonction block calls.

Thu, 10 May 2007 17:39:50 +0200Adding init function on functionBlock
etisserant [Thu, 10 May 2007 17:39:50 +0200] rev 23
Adding init function on functionBlock

Wed, 18 Apr 2007 16:43:18 +0200Bugs on SFC transition list generation and search expression type with structured_variables corrected
lbessard [Wed, 18 Apr 2007 16:43:18 +0200] rev 22
Bugs on SFC transition list generation and search expression type with structured_variables corrected

Fri, 06 Apr 2007 18:07:56 +0200Add time struct creation in variable initial value declaration
lbessard [Fri, 06 Apr 2007 18:07:56 +0200] rev 21
Add time struct creation in variable initial value declaration

Tue, 27 Mar 2007 09:39:31 +0200*** empty log message ***
mario [Tue, 27 Mar 2007 09:39:31 +0200] rev 20
*** empty log message ***

Wed, 28 Feb 2007 15:55:41 +0100Adding priority support for transitions in SFC
lbessard [Wed, 28 Feb 2007 15:55:41 +0100] rev 19
Adding priority support for transitions in SFC

Tue, 27 Feb 2007 17:24:10 +0100SFC generator improved
lbessard [Tue, 27 Feb 2007 17:24:10 +0100] rev 18
SFC generator improved

Fri, 23 Feb 2007 19:19:23 +0100SFC state machine first approach generator implemented
lbessard [Fri, 23 Feb 2007 19:19:23 +0100] rev 17
SFC state machine first approach generator implemented

Tue, 20 Feb 2007 18:17:21 +0100Support for struct Time data Types manipulation into ST and IL added
lbessard [Tue, 20 Feb 2007 18:17:21 +0100] rev 16
Support for struct Time data Types manipulation into ST and IL added

Wed, 14 Feb 2007 19:57:01 +0100Adding changes to make the compiler compatible with bison ver 2.3
mario [Wed, 14 Feb 2007 19:57:01 +0100] rev 15
Adding changes to make the compiler compatible with bison ver 2.3

Mon, 12 Feb 2007 14:06:59 +0100*** empty log message ***
lbessard [Mon, 12 Feb 2007 14:06:59 +0100] rev 14
*** empty log message ***

Fri, 09 Feb 2007 19:25:46 +0100Many major changes to support SFC!
mario [Fri, 09 Feb 2007 19:25:46 +0100] rev 13
Many major changes to support SFC!

Fri, 09 Feb 2007 08:26:32 +0100can now generate C programs instead off Cc
tib [Fri, 09 Feb 2007 08:26:32 +0100] rev 12
can now generate C programs instead off Cc

Fri, 02 Feb 2007 14:21:32 +0100Add support for correct syntax of direct variables.
mario [Fri, 02 Feb 2007 14:21:32 +0100] rev 11
Add support for correct syntax of direct variables.

Thu, 01 Feb 2007 19:02:24 +0100generate_iec completed
lbessard [Thu, 01 Feb 2007 19:02:24 +0100] rev 10
generate_iec completed

Thu, 01 Feb 2007 12:35:57 +0100Fixing bug - BEGIN(sfc_state) -> yy_push_state(sfc_state)
mario [Thu, 01 Feb 2007 12:35:57 +0100] rev 9
Fixing bug - BEGIN(sfc_state) -> yy_push_state(sfc_state)

Thu, 01 Feb 2007 11:43:09 +0100Added some more coments.
mario [Thu, 01 Feb 2007 11:43:09 +0100] rev 8
Added some more coments.

Thu, 01 Feb 2007 11:31:46 +0100Added some comments. Fixed some accesses to potential NULL pointers.
mario [Thu, 01 Feb 2007 11:31:46 +0100] rev 7
Added some comments. Fixed some accesses to potential NULL pointers.

Thu, 01 Feb 2007 11:04:56 +0100Changing from decl_state directly to sfc_state
mario [Thu, 01 Feb 2007 11:04:56 +0100] rev 6
Changing from decl_state directly to sfc_state
Calling cmd_goto_body_state() instead of yy_push_state()

Thu, 01 Feb 2007 10:59:57 +0100Removing 'transition_name' from 'action_time' definition
mario [Thu, 01 Feb 2007 10:59:57 +0100] rev 5
Removing 'transition_name' from 'action_time' definition
(also removes a reduce/reduce conflict!)

Thu, 01 Feb 2007 09:29:58 +0100stack overflow problem corrected
lbessard [Thu, 01 Feb 2007 09:29:58 +0100] rev 4
stack overflow problem corrected

Wed, 31 Jan 2007 19:23:46 +0100ST and IL parsing added into flex-bison analyser
lbessard [Wed, 31 Jan 2007 19:23:46 +0100] rev 3
ST and IL parsing added into flex-bison analyser

Wed, 31 Jan 2007 16:04:06 +0100Added useful .cvsignore
tib [Wed, 31 Jan 2007 16:04:06 +0100] rev 2
Added useful .cvsignore

Wed, 31 Jan 2007 16:00:18 +0100Changes made since Mario visit at LOLITECH. Thanks again !
etisserant [Wed, 31 Jan 2007 16:00:18 +0100] rev 1
Changes made since Mario visit at LOLITECH. Thanks again !