lbessard [Thu, 15 Nov 2007 10:21:19 +0100] rev 87
Bug on SFC transition parsing and generation fixed
mario [Wed, 14 Nov 2007 18:59:47 +0100] rev 86
Adding support for use of PRIORITY as identifier inside SFC.
mario [Wed, 14 Nov 2007 08:54:25 +0100] rev 85
Fixing handling of enumeration values;
Adding syntax check in formal and non-formal FB invocations
Cleaning up some rules.
mario [Sat, 10 Nov 2007 07:12:12 +0100] rev 84
fixing 'priority' in SFC.
mario [Thu, 08 Nov 2007 15:19:51 +0100] rev 83
commenting out code no longer required. To be deleted later.
mario [Sun, 04 Nov 2007 18:25:30 +0100] rev 82
Adding some comments.
mario [Sat, 03 Nov 2007 15:37:07 +0100] rev 81
removing debug messages left by mistake in previous commit.
mario [Sat, 03 Nov 2007 15:34:22 +0100] rev 80
fixing bug in handling of PRIVATE token.
mario [Sat, 03 Nov 2007 15:33:53 +0100] rev 79
fixing buf in FOR control variable.
mario [Fri, 02 Nov 2007 19:16:04 +0100] rev 78
removing 'identifier' from definition of symbolic_variable
mario [Thu, 01 Nov 2007 20:58:56 +0100] rev 77
adding some comments.
mario [Thu, 01 Nov 2007 20:58:38 +0100] rev 76
fixing include bug (only ocured for includes in main program file).
mario [Thu, 01 Nov 2007 09:42:33 +0100] rev 75
Fixing handling of task initialisation.
mario [Sun, 28 Oct 2007 22:44:20 +0100] rev 74
fixing identifier issues of PRIORITY, SINGLE, and INTERVAL
mario [Sun, 28 Oct 2007 22:03:27 +0100] rev 73
fixing infinite error loops at library level, and ...
mario [Sun, 28 Oct 2007 20:15:54 +0100] rev 72
Fixing small bug when determining ST or IL language
mario [Sun, 28 Oct 2007 16:07:52 +0100] rev 71
fixing formal function invocation in IL
lbessard [Wed, 24 Oct 2007 17:39:51 +0200] rev 70
Change generate_cc to generate_c
mario [Tue, 23 Oct 2007 10:35:58 +0200] rev 69
Adding basic error checking.
mario [Tue, 23 Oct 2007 10:33:09 +0200] rev 68
Adding basic error checking.
mario [Tue, 23 Oct 2007 10:28:50 +0200] rev 67
CVS Test - removed blank line
lbessard [Wed, 17 Oct 2007 17:51:24 +0200] rev 66
Bugs on SFC generation fixed
lbessard [Fri, 05 Oct 2007 17:58:44 +0200] rev 65
Lots of bugs fixed
etisserant [Fri, 05 Oct 2007 10:24:39 +0200] rev 64
Fixed Bitwise negation in ST
etisserant [Fri, 28 Sep 2007 07:45:03 +0200] rev 63
What is that empty ramp.cc file ?
etisserant [Fri, 28 Sep 2007 07:44:45 +0200] rev 62
Support for anonymous directly represented variables.
etisserant [Mon, 17 Sep 2007 17:57:50 +0200] rev 61
updated some .cvsignore
etisserant [Mon, 17 Sep 2007 17:57:34 +0200] rev 60
Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant [Mon, 17 Sep 2007 17:56:29 +0200] rev 59
Splitted type declaration out of iec std lib, to avoid DWORD, BOOL, TIME ,... clash with windows.h
lbessard [Mon, 17 Sep 2007 17:47:10 +0200] rev 58
Bugs with direct variable in Pou body fixed
etisserant [Thu, 30 Aug 2007 16:40:20 +0200] rev 57
Now generated SoftPLC compiles with mingw32 and run windows.
lbessard [Wed, 29 Aug 2007 11:19:44 +0200] rev 56
Bug on Program in ST and IL generation fixed
etisserant [Wed, 29 Aug 2007 11:06:13 +0200] rev 55
Started support for long long (LL suffix) 64 bit literals on 32 bit platforms (unfinished)
etisserant [Tue, 28 Aug 2007 08:42:54 +0200] rev 54
Updated Makefile to allow compilation with mingw32
lbessard [Mon, 27 Aug 2007 17:38:26 +0200] rev 53
Bug into generate_cc_sfc fixed
lbessard [Mon, 27 Aug 2007 14:52:15 +0200] rev 52
Adding SET (S) and RESET(R) to action qualifier
generate_cc_sfc rewritten for better code clarity
lbessard [Mon, 13 Aug 2007 18:03:06 +0200] rev 51
Adding R and S qualifier to SFC
lbessard [Thu, 02 Aug 2007 17:53:55 +0200] rev 50
Changing file header
lbessard [Thu, 02 Aug 2007 16:56:56 +0200] rev 49
Changing file headers
Modifying SFC generation
etisserant [Wed, 01 Aug 2007 13:50:14 +0200] rev 48
Fixed some problems win 32 bits GCC and Long Long literals
lbessard [Thu, 26 Jul 2007 17:18:36 +0200] rev 47
Help message updated
lbessard [Wed, 25 Jul 2007 18:03:27 +0200] rev 46
Adding support for generating files into an user-defined folder
etisserant [Fri, 20 Jul 2007 22:07:15 +0200] rev 45
Fixed verious problems with SFC, Globals and located variables.
etisserant [Thu, 19 Jul 2007 14:07:04 +0200] rev 44
Tests and various fixes
etisserant [Wed, 18 Jul 2007 11:57:36 +0200] rev 43
Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant [Tue, 17 Jul 2007 12:19:59 +0200] rev 42
IEC std lib test enhanced string ops, from string and to string conv.
etisserant [Fri, 13 Jul 2007 19:20:26 +0200] rev 41
First working IEC std lib test, actually test from string and to_string functions.
etisserant [Thu, 12 Jul 2007 11:24:32 +0200] rev 40
Fixed -I library include path behavior + removed old lib implementation + added generated lib func names to stage 1_2 + added Makefile.Linux
lbessard [Wed, 11 Jul 2007 09:53:27 +0200] rev 39
Bug on configuration generation fixed
etisserant [Sat, 07 Jul 2007 11:34:21 +0200] rev 38
Stage4 changes according to new STD lib implementation
etisserant [Sat, 07 Jul 2007 11:07:26 +0200] rev 37
*** empty log message ***
etisserant [Fri, 06 Jul 2007 17:42:39 +0200] rev 36
Early implementation of STD library.
lbessard [Thu, 21 Jun 2007 10:22:32 +0200] rev 35
Generated code for il finished
lbessard [Tue, 19 Jun 2007 08:42:10 +0200] rev 34
new generated files
etisserant [Mon, 18 Jun 2007 14:45:03 +0200] rev 33
preliminary std lib support for ST
lbessard [Thu, 14 Jun 2007 08:58:10 +0200] rev 32
Adding support for standard function block parsing
Need to be extend to all standard function blocks defined
lbessard [Tue, 29 May 2007 09:45:50 +0200] rev 31
Correct bug on location list generation
lbessard [Fri, 18 May 2007 14:11:09 +0200] rev 30
Adding location list generation
lbessard [Wed, 16 May 2007 18:15:24 +0200] rev 29
Bug on resource global variables generation corrected
lbessard [Wed, 16 May 2007 17:53:37 +0200] rev 28
Multi-file configuration and resource generation finished