Mon, 19 Oct 2009 18:12:44 +0200Remove warnings when compiling IL generated C code
laurent [Mon, 19 Oct 2009 18:12:44 +0200] rev 211
Remove warnings when compiling IL generated C code

Mon, 21 Sep 2009 12:04:15 +0200Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized
laurent [Mon, 21 Sep 2009 12:04:15 +0200] rev 210
Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized

Mon, 21 Sep 2009 12:02:14 +0200Remove -pedantic flag to CFLAGS to allow unsigned long long to be compiled
laurent [Mon, 21 Sep 2009 12:02:14 +0200] rev 209
Remove -pedantic flag to CFLAGS to allow unsigned long long to be compiled

Wed, 02 Sep 2009 18:23:40 +0200Modify code generated to fit latest modifications in matiec and useless symbol definitions
laurent [Wed, 02 Sep 2009 18:23:40 +0200] rev 208
Modify code generated to fit latest modifications in matiec and useless symbol definitions

Wed, 02 Sep 2009 17:35:56 +0200Bug in eno_param_declaration error handle fixed
laurent [Wed, 02 Sep 2009 17:35:56 +0200] rev 207
Bug in eno_param_declaration error handle fixed

Wed, 02 Sep 2009 17:35:02 +0200Bug with EN/ENO in generate_var_list that breaks parsing of variables.csv fixed
laurent [Wed, 02 Sep 2009 17:35:02 +0200] rev 206
Bug with EN/ENO in generate_var_list that breaks parsing of variables.csv fixed

Wed, 02 Sep 2009 14:05:27 +0200Mario changes merged
'Laurent Bessard <laurent.bessard@lolitech.fr>' [Wed, 02 Sep 2009 14:05:27 +0200] rev 205
Mario changes merged

Thu, 27 Aug 2009 16:29:23 +0100Adding missing Stage3 files.
Catarina Boucinha <ccb@fe.up.pt> [Thu, 27 Aug 2009 16:29:23 +0100] rev 204
Adding missing Stage3 files.

Thu, 27 Aug 2009 16:18:56 +0100Merged changes
Catarina Boucinha <ccb@fe.up.pt> [Thu, 27 Aug 2009 16:18:56 +0100] rev 203
Merged changes

Thu, 27 Aug 2009 16:06:46 +0100Initial (very rough) version of semantic checker (stage3)
Catarina Boucinha <ccb@fe.up.pt> [Thu, 27 Aug 2009 16:06:46 +0100] rev 202
Initial (very rough) version of semantic checker (stage3)

Thu, 02 Jul 2009 11:26:25 +0100Introducing the search_il_operand_type files in the absyntax_utils folder.
Catarina Boucinha <ccb@fe.up.pt> [Thu, 02 Jul 2009 11:26:25 +0100] rev 201
Introducing the search_il_operand_type files in the absyntax_utils folder.
The Makefile from absyntax_utils folder and the generate_c_il.cc from the stage4/generate_c
folder was also modified to work with the new search_il_operand_type file.

Wed, 02 Sep 2009 13:39:05 +0200Applying patch from Iztok for old gcc versions
laurent [Wed, 02 Sep 2009 13:39:05 +0200] rev 200
Applying patch from Iztok for old gcc versions

Tue, 01 Sep 2009 17:01:08 +0200Bug with type conversion EN/ENO not evaluated fixed
laurent [Tue, 01 Sep 2009 17:01:08 +0200] rev 199
Bug with type conversion EN/ENO not evaluated fixed
Removing some warnings in iec_std_lib.h

Fri, 10 Jul 2009 11:41:29 +0200prevent eclipse to push .project with .hgignore
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Fri, 10 Jul 2009 11:41:29 +0200] rev 198
prevent eclipse to push .project with .hgignore

Fri, 10 Jul 2009 11:08:33 +0200removed dead hidden files
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Fri, 10 Jul 2009 11:08:33 +0200] rev 197
removed dead hidden files

Fri, 19 Jun 2009 13:27:26 +0200Fix problems with direct variables in expression while compiling resulting expression type
lbessard [Fri, 19 Jun 2009 13:27:26 +0200] rev 196
Fix problems with direct variables in expression while compiling resulting expression type

Fri, 19 Jun 2009 13:26:31 +0200Fix segmentation fault when define global with location but no name (reported by brendan)
lbessard [Fri, 19 Jun 2009 13:26:31 +0200] rev 195
Fix segmentation fault when define global with location but no name (reported by brendan)

Thu, 18 Jun 2009 19:18:54 +0200Removing un-necessary symbol direct_variable_type_name_c from abstract syntax tree
mario [Thu, 18 Jun 2009 19:18:54 +0200] rev 194
Removing un-necessary symbol direct_variable_type_name_c from abstract syntax tree

Thu, 18 Jun 2009 18:49:29 +0200Fixing indentification
mario [Thu, 18 Jun 2009 18:49:29 +0200] rev 193
Fixing indentification

Wed, 10 Jun 2009 15:02:14 +0200Adding inclusion of function blocks defined in AnnexF into library blocks
lbessard [Wed, 10 Jun 2009 15:02:14 +0200] rev 192
Adding inclusion of function blocks defined in AnnexF into library blocks

Wed, 10 Jun 2009 13:20:52 +0200Adding support for parsing standard function in standard function blocks code generation
lbessard [Wed, 10 Jun 2009 13:20:52 +0200] rev 191
Adding support for parsing standard function in standard function blocks code generation

Wed, 10 Jun 2009 13:19:51 +0200Adding inclusion of function blocks defined in AnnexF into library blocks
lbessard [Wed, 10 Jun 2009 13:19:51 +0200] rev 190
Adding inclusion of function blocks defined in AnnexF into library blocks

Tue, 09 Jun 2009 10:57:01 +0200Bug on function without input parameters fixed
lbessard [Tue, 09 Jun 2009 10:57:01 +0200] rev 189
Bug on function without input parameters fixed

Tue, 09 Jun 2009 10:14:17 +0200Removing failing error finding rule
lbessard [Tue, 09 Jun 2009 10:14:17 +0200] rev 188
Removing failing error finding rule

Fri, 05 Jun 2009 16:11:25 +0200Warning when compiling abs functions for unsigned integer fixed
lbessard [Fri, 05 Jun 2009 16:11:25 +0200] rev 187
Warning when compiling abs functions for unsigned integer fixed

Fri, 05 Jun 2009 14:06:53 +0200bug when compiling for windows (missing getopt.h) fixed
greg [Fri, 05 Jun 2009 14:06:53 +0200] rev 186
bug when compiling for windows (missing getopt.h) fixed

Thu, 04 Jun 2009 14:17:08 +0200Newer versions of g++ require access controls to be correct!
mario [Thu, 04 Jun 2009 14:17:08 +0200] rev 185
Newer versions of g++ require access controls to be correct!

Thu, 04 Jun 2009 09:47:35 +0200Adding support for single resource scheduling
lbessard [Thu, 04 Jun 2009 09:47:35 +0200] rev 184
Adding support for single resource scheduling

Thu, 04 Jun 2009 09:44:53 +0200Bug with bison versions earlier than 2.3 fixed
lbessard [Thu, 04 Jun 2009 09:44:53 +0200] rev 183
Bug with bison versions earlier than 2.3 fixed

Mon, 01 Jun 2009 21:11:12 +0200Moving absyntax utility functions out from stage4/generate_c
mario [Mon, 01 Jun 2009 21:11:12 +0200] rev 182
Moving absyntax utility functions out from stage4/generate_c