lib/C/iec_std_functions.h
Fri, 08 May 2020 10:20:04 +0200 Edouard Tisserant Fixed FIND Standard Character String Function. Now returns 0 in case empty string is given either for IN1 or IN2.
Wed, 13 Feb 2019 14:16:26 +0000 Mario de Sousa merge
Wed, 26 Dec 2018 19:36:03 +0000 Mario de Sousa fix issue #73: add missing overloaded functions ADD, SUB, MUL and DIV for TIME, TOD, DT, ...
Sun, 14 Oct 2018 20:14:13 +0300 Andrey Skvortsov revert commits improved performance of some extensible Standard Functions (ADD, MUL, AND, OR, XOR)
Fri, 02 Feb 2018 18:36:15 +0000 Mario de Sousa improve performance of some extensible Standard Functions (ADD, MUL, AND, OR, XOR) -- increase hardcoded limit to 499
Fri, 02 Feb 2018 18:31:40 +0000 Mario de Sousa improve performance of some extensible Standard Functions (ADD, MUL, AND, OR, XOR) -- Add comments!!
Fri, 02 Feb 2018 18:15:48 +0000 Mario de Sousa improve performance of some extensible Standard Functions (ADD, MUL, AND, OR, XOR)"
Wed, 20 Sep 2017 14:56:18 +0100 Andrey Skvortsov Fix bug: XOR operator was broken for ANY_BIT types. No XOR__[DL]WORD__[DL]WORD functions were generated.
Sun, 08 May 2016 20:01:15 +0100 mjsousa Add option to not add the EN and ENO parameters to every function and FB (generated C code becomes smaller, and uses less memory for function invocations)
Sun, 06 Jul 2014 11:39:20 +0100 mjsousa Move standard FBs to a pre-converted C file, insted of converting them every time along with the IEC source.