2012-04-03 |
Mario de Sousa |
Delete incorrect comments I had inserted previously (confusing EQ and NE functions)
|
file |
diff |
annotate
|
2012-03-29 |
Mario de Sousa |
Add coment warning about incorrect implementation of the NE standard function.
|
file |
diff |
annotate
|
2012-02-01 |
laurent |
Fix issues in standard library with MUX, MOD, NE and convertions to BOOL
|
file |
diff |
annotate
|
2011-12-09 |
laurent |
Fixing SUB standard function defined in standard library
|
file |
diff |
annotate
|
2011-11-16 |
Edouard Tisserant |
silenced warning on X86_64 build by casying numerical operand of snprintf
|
file |
diff |
annotate
|
2011-10-19 |
Edouard Tisserant |
fixed signedness warning on string slicing funcs in std lib
|
file |
diff |
annotate
|
2011-10-09 |
laurent |
Fix bug in definition of CONCAT standard function in iec_std_lib.h
|
file |
diff |
annotate
|
2011-09-28 |
Edouard Tisserant |
moved declaration __STR_CMP to prevent warning
|
file |
diff |
annotate
|
2011-09-08 |
laurent |
Merge with 01068ccb73b202b2872d4117ad01984bac956cbb
|
file |
diff |
annotate
|
2011-07-29 |
Mario de Sousa |
Support for semantic verification of calls to standard functions.
|
file |
diff |
annotate
|
2011-09-02 |
laurent |
Fix bugs in exponentiation
|
file |
diff |
annotate
|
2011-06-06 |
laurent |
Fixing REAL_TO_INT conversion (behaved like a trunc and not like a round)
|
file |
diff |
annotate
|
2011-06-06 |
Mario de Sousa |
fixing INSERT function: was inserting into incorrect position. (submitted by Manuele)
|
file |
diff |
annotate
|
2011-04-21 |
Edouard Tisserant |
Removed dead code
|
file |
diff |
annotate
|
2011-04-05 |
Mario de Sousa |
merging the Edouard's version.
|
file |
diff |
annotate
|
2011-04-05 |
Mario de Sousa |
Fixing code generation of standard conversion functions.
|
file |
diff |
annotate
|
2011-04-04 |
Edouard Tisserant |
Fixes to make handling of standard functions in Semantic analyser compatible with code generation of standard functions
|
file |
diff |
annotate
|
2011-03-31 |
Edouard Tisserant |
Initial TIME support in debugger
|
file |
diff |
annotate
|
2009-11-29 |
laurent |
Adding support for declare, init, get and set macros
|
file |
diff |
annotate
|
2009-10-22 |
greg |
Fix some warnings on compilation
|
file |
diff |
annotate
|
2009-09-02 |
laurent |
Applying patch from Iztok for old gcc versions
|
file |
diff |
annotate
|
2009-09-01 |
laurent |
Bug with type conversion EN/ENO not evaluated fixed
|
file |
diff |
annotate
|
2009-06-05 |
lbessard |
Warning when compiling abs functions for unsigned integer fixed
|
file |
diff |
annotate
|
2009-05-30 |
greg |
Bug on "abs" not working with float fixed
|
file |
diff |
annotate
|
2009-01-14 |
lbessard |
Bug on standard function not defined with EN/ENO fixed
|
file |
diff |
annotate
|
2009-01-04 |
etisserant |
Fixed errors in string_to_int.
|
file |
diff |
annotate
|
2008-12-23 |
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
|
2008-12-05 |
greg |
Warning conditions on win32 fixed
|
file |
diff |
annotate
|
2008-10-24 |
lbessard |
Adding support for EN/ENO in standard functions
|
file |
diff |
annotate
|
2008-09-07 |
etisserant |
Added __DEBUG global var to eventually change PLC code execution
|
file |
diff |
annotate
|
2008-08-19 |
etisserant |
Re-organized types headers, to ease debug code generation
|
file |
diff |
annotate
|
2008-07-17 |
etisserant |
removed __print statements. Not supposed to be in std lib.
|
file |
diff |
annotate
|
2008-07-17 |
etisserant |
added some type handling tools in iec_std_lib. To be tested
|
file |
diff |
annotate
|
2008-06-27 |
lbessard |
Bug on __TIME_CMP fixed
|
file |
diff |
annotate
|
2008-04-03 |
lbessard |
Changing SFC Transitions, Steps and Actions types
|
file |
diff |
annotate
|
2008-03-05 |
etisserant |
cast fir gcc4 fix in lib
|
file |
diff |
annotate
|
2008-02-08 |
etisserant |
Fixed headers of generated code
|
file |
diff |
annotate
|
2007-10-17 |
lbessard |
Bugs on SFC generation fixed
|
file |
diff |
annotate
|
2007-09-17 |
etisserant |
Splitted type declaration out of iec std lib, to avoid DWORD, BOOL, TIME ,... clash with windows.h
|
file |
diff |
annotate
|
2007-08-30 |
etisserant |
Now generated SoftPLC compiles with mingw32 and run windows.
|
file |
diff |
annotate
|
2007-08-29 |
etisserant |
Started support for long long (LL suffix) 64 bit literals on 32 bit platforms (unfinished)
|
file |
diff |
annotate
|
2007-08-01 |
etisserant |
Fixed some problems win 32 bits GCC and Long Long literals
|
file |
diff |
annotate
|
2007-07-18 |
etisserant |
Test IEC_LIB and fix bugs (EQ, GT et all)
|
file |
diff |
annotate
|
2007-07-17 |
etisserant |
IEC std lib test enhanced string ops, from string and to string conv.
|
file |
diff |
annotate
|
2007-07-13 |
etisserant |
First working IEC std lib test, actually test from string and to_string functions.
|
file |
diff |
annotate
|
2007-07-12 |
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
|