lib/iec_std_lib.h
Sun, 29 Nov 2009 16:38:11 +0100 laurent Adding support for declare, init, get and set macros
Thu, 22 Oct 2009 10:31:26 +0200 greg Fix some warnings on compilation
Wed, 02 Sep 2009 13:39:05 +0200 laurent Applying patch from Iztok for old gcc versions
Tue, 01 Sep 2009 17:01:08 +0200 laurent Bug with type conversion EN/ENO not evaluated fixed
Fri, 05 Jun 2009 16:11:25 +0200 lbessard Warning when compiling abs functions for unsigned integer fixed
Sat, 30 May 2009 16:42:41 +0200 greg Bug on "abs" not working with float fixed
Wed, 14 Jan 2009 19:47:41 +0100 lbessard Bug on standard function not defined with EN/ENO fixed
Sun, 04 Jan 2009 17:23:06 +0100 etisserant Fixed errors in string_to_int.
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)
Fri, 05 Dec 2008 16:22:15 +0100 greg Warning conditions on win32 fixed
Fri, 24 Oct 2008 16:37:46 +0200 lbessard Adding support for EN/ENO in standard functions
Sun, 07 Sep 2008 10:08:11 +0200 etisserant Added __DEBUG global var to eventually change PLC code execution
Tue, 19 Aug 2008 18:03:11 +0200 etisserant Re-organized types headers, to ease debug code generation
Thu, 17 Jul 2008 19:06:53 +0200 etisserant removed __print statements. Not supposed to be in std lib.
Thu, 17 Jul 2008 17:03:06 +0200 etisserant added some type handling tools in iec_std_lib. To be tested
Fri, 27 Jun 2008 09:29:27 +0200 lbessard Bug on __TIME_CMP fixed
Thu, 03 Apr 2008 18:28:10 +0200 lbessard Changing SFC Transitions, Steps and Actions types
Wed, 05 Mar 2008 09:26:42 +0100 etisserant cast fir gcc4 fix in lib
Fri, 08 Feb 2008 14:38:20 +0100 etisserant Fixed headers of generated code
Wed, 17 Oct 2007 17:51:24 +0200 lbessard Bugs on SFC generation fixed
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
Thu, 30 Aug 2007 16:40:20 +0200 etisserant Now generated SoftPLC compiles with mingw32 and run windows.
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, 01 Aug 2007 13:50:14 +0200 etisserant Fixed some problems win 32 bits GCC and Long Long literals
Wed, 18 Jul 2007 11:57:36 +0200 etisserant Test IEC_LIB and fix bugs (EQ, GT et all)
Tue, 17 Jul 2007 12:19:59 +0200 etisserant IEC std lib test enhanced string ops, from string and to string conv.
Fri, 13 Jul 2007 19:20:26 +0200 etisserant First working IEC std lib test, actually test from string and to_string functions.
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