Thu, 03 May 2012 17:43:32 +0200 |
Conti Manuele |
Fix __dt_to_timespec primitive function.
|
file |
diff |
annotate
|
Wed, 02 May 2012 14:46:48 +0200 |
Conti Manuele |
Fix __dt_to_string primitive function.
|
file |
diff |
annotate
|
Tue, 03 Apr 2012 12:42:16 +0100 |
Mario de Sousa |
Delete incorrect comments I had inserted previously (confusing EQ and NE functions)
|
file |
diff |
annotate
|
Thu, 29 Mar 2012 19:03:40 +0100 |
Mario de Sousa |
Add coment warning about incorrect implementation of the NE standard function.
|
file |
diff |
annotate
|
Thu, 02 Feb 2012 00:34:04 +0100 |
laurent |
Fix issues in standard library with MUX, MOD, NE and convertions to BOOL
|
file |
diff |
annotate
|
Fri, 09 Dec 2011 10:01:48 +0100 |
laurent |
Fixing SUB standard function defined in standard library
|
file |
diff |
annotate
|
Wed, 16 Nov 2011 17:48:22 +0100 |
Edouard Tisserant |
silenced warning on X86_64 build by casying numerical operand of snprintf
|
file |
diff |
annotate
|
Thu, 20 Oct 2011 00:41:44 +0200 |
Edouard Tisserant |
fixed signedness warning on string slicing funcs in std lib
|
file |
diff |
annotate
|
Sun, 09 Oct 2011 20:12:05 +0200 |
laurent |
Fix bug in definition of CONCAT standard function in iec_std_lib.h
|
file |
diff |
annotate
|
Wed, 28 Sep 2011 14:55:26 +0200 |
Edouard Tisserant |
moved declaration __STR_CMP to prevent warning
|
file |
diff |
annotate
|
Thu, 08 Sep 2011 20:25:00 +0200 |
laurent |
Merge with 01068ccb73b202b2872d4117ad01984bac956cbb
|
file |
diff |
annotate
|
Fri, 29 Jul 2011 16:03:28 +0100 |
Mario de Sousa |
Support for semantic verification of calls to standard functions.
|
file |
diff |
annotate
|
Fri, 02 Sep 2011 18:16:33 +0200 |
laurent |
Fix bugs in exponentiation
|
file |
diff |
annotate
|
Mon, 06 Jun 2011 16:28:41 +0200 |
laurent |
Fixing REAL_TO_INT conversion (behaved like a trunc and not like a round)
|
file |
diff |
annotate
|
Mon, 06 Jun 2011 14:05:28 +0100 |
Mario de Sousa |
fixing INSERT function: was inserting into incorrect position. (submitted by Manuele)
|
file |
diff |
annotate
|
Thu, 21 Apr 2011 11:22:13 +0200 |
Edouard Tisserant |
Removed dead code
|
file |
diff |
annotate
|
Tue, 05 Apr 2011 17:12:12 +0100 |
Mario de Sousa |
merging the Edouard's version.
|
file |
diff |
annotate
|
Tue, 05 Apr 2011 14:17:16 +0100 |
Mario de Sousa |
Fixing code generation of standard conversion functions.
|
file |
diff |
annotate
|
Mon, 04 Apr 2011 17:13:03 +0200 |
Edouard Tisserant |
Fixes to make handling of standard functions in Semantic analyser compatible with code generation of standard functions
|
file |
diff |
annotate
|
Thu, 31 Mar 2011 19:11:16 +0200 |
Edouard Tisserant |
Initial TIME support in debugger
|
file |
diff |
annotate
|
Sun, 29 Nov 2009 16:38:11 +0100 |
laurent |
Adding support for declare, init, get and set macros
|
file |
diff |
annotate
|
Thu, 22 Oct 2009 10:31:26 +0200 |
greg |
Fix some warnings on compilation
|
file |
diff |
annotate
|
Wed, 02 Sep 2009 13:39:05 +0200 |
laurent |
Applying patch from Iztok for old gcc versions
|
file |
diff |
annotate
|
Tue, 01 Sep 2009 17:01:08 +0200 |
laurent |
Bug with type conversion EN/ENO not evaluated fixed
|
file |
diff |
annotate
|
Fri, 05 Jun 2009 16:11:25 +0200 |
lbessard |
Warning when compiling abs functions for unsigned integer fixed
|
file |
diff |
annotate
|
Sat, 30 May 2009 16:42:41 +0200 |
greg |
Bug on "abs" not working with float fixed
|
file |
diff |
annotate
|
Wed, 14 Jan 2009 19:47:41 +0100 |
lbessard |
Bug on standard function not defined with EN/ENO fixed
|
file |
diff |
annotate
|
Sun, 04 Jan 2009 17:23:06 +0100 |
etisserant |
Fixed errors in string_to_int.
|
file |
diff |
annotate
|
Tue, 23 Dec 2008 13:21:19 +0100 |
etisserant |
STRING max size and length type can now be overloaded (define STR_MAX_LEN and STR_LEN_TYPE before including iec_types.h)
|
file |
diff |
annotate
|
Fri, 05 Dec 2008 16:22:15 +0100 |
greg |
Warning conditions on win32 fixed
|
file |
diff |
annotate
|
Fri, 24 Oct 2008 16:37:46 +0200 |
lbessard |
Adding support for EN/ENO in standard functions
|
file |
diff |
annotate
|
Sun, 07 Sep 2008 10:08:11 +0200 |
etisserant |
Added __DEBUG global var to eventually change PLC code execution
|
file |
diff |
annotate
|
Tue, 19 Aug 2008 18:03:11 +0200 |
etisserant |
Re-organized types headers, to ease debug code generation
|
file |
diff |
annotate
|
Thu, 17 Jul 2008 19:06:53 +0200 |
etisserant |
removed __print statements. Not supposed to be in std lib.
|
file |
diff |
annotate
|
Thu, 17 Jul 2008 17:03:06 +0200 |
etisserant |
added some type handling tools in iec_std_lib. To be tested
|
file |
diff |
annotate
|
Fri, 27 Jun 2008 09:29:27 +0200 |
lbessard |
Bug on __TIME_CMP fixed
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 18:28:10 +0200 |
lbessard |
Changing SFC Transitions, Steps and Actions types
|
file |
diff |
annotate
|
Wed, 05 Mar 2008 09:26:42 +0100 |
etisserant |
cast fir gcc4 fix in lib
|
file |
diff |
annotate
|
Fri, 08 Feb 2008 14:38:20 +0100 |
etisserant |
Fixed headers of generated code
|
file |
diff |
annotate
|
Wed, 17 Oct 2007 17:51:24 +0200 |
lbessard |
Bugs on SFC generation fixed
|
file |
diff |
annotate
|
Mon, 17 Sep 2007 17:56:29 +0200 |
etisserant |
Splitted type declaration out of iec std lib, to avoid DWORD, BOOL, TIME ,... clash with windows.h
|
file |
diff |
annotate
|
Thu, 30 Aug 2007 16:40:20 +0200 |
etisserant |
Now generated SoftPLC compiles with mingw32 and run windows.
|
file |
diff |
annotate
|
Wed, 29 Aug 2007 11:06:13 +0200 |
etisserant |
Started support for long long (LL suffix) 64 bit literals on 32 bit platforms (unfinished)
|
file |
diff |
annotate
|
Wed, 01 Aug 2007 13:50:14 +0200 |
etisserant |
Fixed some problems win 32 bits GCC and Long Long literals
|
file |
diff |
annotate
|
Wed, 18 Jul 2007 11:57:36 +0200 |
etisserant |
Test IEC_LIB and fix bugs (EQ, GT et all)
|
file |
diff |
annotate
|
Tue, 17 Jul 2007 12:19:59 +0200 |
etisserant |
IEC std lib test enhanced string ops, from string and to string conv.
|
file |
diff |
annotate
|
Fri, 13 Jul 2007 19:20:26 +0200 |
etisserant |
First working IEC std lib test, actually test from string and to_string functions.
|
file |
diff |
annotate
|
Thu, 12 Jul 2007 11:24:32 +0200 |
etisserant |
Fixed -I library include path behavior + removed old lib implementation + added generated lib func names to stage 1_2 + added Makefile.Linux
|
file |
diff |
annotate
|