2012-03-21 |
laurent |
Fixing bug in inlinefcall when a transition is in ST and contains literals
|
changeset |
files
|
2012-02-24 |
laurent |
Fix bug in code generated for MUL function
|
changeset |
files
|
2012-02-24 |
laurent |
Fix bug with overloaded function due to literal input values
|
changeset |
files
|
2012-02-21 |
laurent |
Fix bug wrong code generated when, in a pou, a located variable has the same name than a function block instance input variable
|
changeset |
files
|
2012-02-21 |
laurent |
Fix bug pointed structure not declared for directly derived datatypes
|
changeset |
files
|
2012-02-16 |
Edouard Tisserant |
removed forgotten prototype in __INIT_EXTERNAL accessor, causing warning ant build time
|
changeset |
files
|
2012-02-07 |
laurent |
Merge with Edouard's modifications
|
changeset |
files
|
2012-02-07 |
laurent |
Fix STEP and ACTION structure initialization value in SFC
|
changeset |
files
|
2012-02-03 |
Edouard Tisserant |
Applied anonymous contribution RTC, '[Beremiz-devel] RTC function', 29/06/11
|
changeset |
files
|
2012-02-02 |
laurent |
Fix bug with functions like LEN and TRUNC that have overloaded return type for same inputs type
|
changeset |
files
|
2012-02-01 |
laurent |
Fix issues in standard library with MUX, MOD, NE and convertions to BOOL
|
changeset |
files
|
2012-01-25 |
laurent |
Adding Common_Ticktime to informations printed in VARIABLES.csv file
|
changeset |
files
|
2011-12-30 |
laurent |
Fixing bug with external variables refering to global variables defined in configurations
|
changeset |
files
|
2011-12-23 |
Edouard Tisserant |
removed useless extern func declaration in __INIT_EXTERNAL, producing warning during build of POUS.c
|
changeset |
files
|
2011-12-09 |
laurent |
Fixing bug in generated code for complex type external variable
|
changeset |
files
|
2011-12-09 |
laurent |
Fixing SUB standard function defined in standard library
|
changeset |
files
|
2011-11-18 |
laurent |
Fixing generated code for global variables. Adding support for defining global variables with complex type
|
changeset |
files
|
2011-11-18 |
laurent |
Fixing bug in all SUB function definitions in standard_functions.txt
|
changeset |
files
|
2011-11-18 |
laurent |
Fix bug when using enumerated type in equ_expression or notequ_expression
|
changeset |
files
|
2011-11-16 |
Edouard Tisserant |
silenced warning on X86_64 build by casying numerical operand of snprintf
|
changeset |
files
|
2011-11-04 |
laurent |
Fix bug in generate_c_inlinefcall. Was not handling textual SFC elements
|
changeset |
files
|
2011-10-29 |
Mario de Sousa |
Fix code generation of FOR loops. Now handles negative values of BY correctly.
|
changeset |
files
|
2011-10-29 |
Mario de Sousa |
Fix semantic verification of enumerated data types.
|
changeset |
files
|
2011-10-28 |
Mario de Sousa |
Adding a line to a comment. Does not change any code.
|
changeset |
files
|
2011-10-19 |
Edouard Tisserant |
fixed signedness warning on string slicing funcs in std lib
|
changeset |
files
|
2011-10-12 |
laurent |
Fix bug generate_c_inlinefcall in inline function name generated
|
changeset |
files
|
2011-10-11 |
laurent |
Fix bug in parser while trying to use IL operator like S1, R1, etc... as standard function block interface variable in structured_variable syntax and bug in code generator while generating code for assignment of function block interface variable using structured_variable syntax
|
changeset |
files
|
2011-10-09 |
laurent |
Fix bug in code generation of directly declared array variables that generate wrong code when using located variables in a program POU
|
changeset |
files
|
2011-10-09 |
laurent |
Fix bug in generate_c_inlinefcall.cc that prevent to use extendible standard functions
|
changeset |
files
|
2011-10-09 |
laurent |
Fix bug in definition of CONCAT standard function in iec_std_lib.h
|
changeset |
files
|
2011-09-28 |
Edouard Tisserant |
moved declaration __STR_CMP to prevent warning
|
changeset |
files
|
2011-09-14 |
laurent |
Adding support for compiling direct array specification inside variable declaration
|
changeset |
files
|
2011-09-09 |
laurent |
Making case statement code generated safer
|
changeset |
files
|
2011-09-08 |
laurent |
Merge with 01068ccb73b202b2872d4117ad01984bac956cbb
|
changeset |
files
|
2011-09-01 |
Manuele Conti |
Fix make on system without mercurial installed.
|
changeset |
files
|
2011-08-31 |
Mario de Sousa |
delete code no longer needed.
|
changeset |
files
|
2011-08-31 |
Mario de Sousa |
Implement get_type_decl(), as it seems Manuele will need it later...
|
changeset |
files
|
2011-08-31 |
Mario de Sousa |
Cleaning up: Getting some sense into the code handling structures.
|
changeset |
files
|
2011-08-25 |
Matteo Facchinetti |
Add automatic HG changeset id information in "-v" param
|
changeset |
files
|
2011-08-25 |
Matteo Facchinetti |
Add iec2iec building in the project Makefiles.
|
changeset |
files
|
2011-08-26 |
Mario de Sousa |
Update which files to ignore due to new autotools building environment.
|
changeset |
files
|
2011-08-26 |
Mario de Sousa |
Add checks for undefined structure elements used IEC 61131-3 source code being compiled.
|
changeset |
files
|
2011-08-25 |
Mario de Sousa |
Ignore underscores when extracting value of integer.
|
changeset |
files
|
2011-08-23 |
Mario de Sousa |
Deleting unused code.
|
changeset |
files
|
2011-08-23 |
Mario de Sousa |
Removing Makefiles made redundant by autotools.
|
changeset |
files
|
2011-08-23 |
Mario de Sousa |
fix bug report email address.
|
changeset |
files
|
2011-08-23 |
Mario de Sousa |
Add print version command line option.
|
changeset |
files
|
2011-08-23 |
Mario de Sousa |
Remove debugging printf() added by mistake in previous commit.
|
changeset |
files
|
2011-08-23 |
Mario de Sousa |
Print error messages when data type errors in ST expressions are detected.
|
changeset |
files
|
2011-08-23 |
Mario de Sousa |
Include (again!) the declaration of standard functions (incorrectly removed -again- in previous commit)
|
changeset |
files
|
2011-08-22 |
Mario de Sousa |
Add support for '**' (power) operator in ST expressions
|
changeset |
files
|
2011-08-19 |
Mario de Sousa |
Some more comments on how to build, and correcting name of README.build file.
|
changeset |
files
|
2011-08-19 |
Mario de Sousa |
Include the declaration of standard functions (incorrectly removed in previous commit)
|
changeset |
files
|
2011-08-19 |
Mario de Sousa |
Merging with Laurent's repository.
|
changeset |
files
|
2011-08-19 |
Mario de Sousa |
Fixing automake configuration to work properly with flex and bison.
|
changeset |
files
|
2011-07-29 |
Mario de Sousa |
Building compiler with autoconf. Thanks go to Matteo of sirius-es.it
|
changeset |
files
|
2011-07-29 |
Mario de Sousa |
Support for semantic verification of calls to standard functions.
|
changeset |
files
|
2011-07-29 |
Mario de Sousa |
Support for semantic verification of calls to standard function calls.
|
changeset |
files
|
2011-07-29 |
Mario de Sousa |
Support for semantic verification of calls to standard functions.
|
changeset |
files
|
2011-09-07 |
laurent |
Fixing exponentiation used with symbol **
|
changeset |
files
|