2012-02-17 |
Mario de Sousa |
Delete some comments.
|
changeset |
files
|
2012-02-16 |
Conti Manuele |
Change name help function.
|
changeset |
files
|
2012-02-16 |
Mario de Sousa |
Update comments on general architecture.
|
changeset |
files
|
2012-02-16 |
Mario de Sousa |
Narrow IL code backwords, so as to correctly handle invocations to overloaded functions from IL code.
|
changeset |
files
|
2012-02-13 |
Mario de Sousa |
Code cleanup.
|
changeset |
files
|
2012-02-13 |
Mario de Sousa |
Add printing of semantic errors when calling FB from IL.
|
changeset |
files
|
2012-02-12 |
Manuele Conti |
Fix typo error in some il visit in fill_candidate_datatypes_c class.
|
changeset |
files
|
2012-02-13 |
Mario de Sousa |
Add semantic verification of FB calls in IL (not yet complete - missing printing of errors!)
|
changeset |
files
|
2012-02-10 |
Mario de Sousa |
Add support for semantic verification of function calls in IL.
|
changeset |
files
|
2012-02-08 |
Mario de Sousa |
Add TODO comment, and delete unused debugging code.
|
changeset |
files
|
2012-02-08 |
Mario de Sousa |
Delete un-used code.
|
changeset |
files
|
2012-02-08 |
Mario de Sousa |
Change negation expression (neg_expression_c) to only allow signed data types.
|
changeset |
files
|
2012-02-07 |
Mario de Sousa |
Move elementary_c::to_string() to datatype_functions.cc/hh
|
changeset |
files
|
2012-02-07 |
Mario de Sousa |
Add, to types symbol table, string datatypes with limited length (my_string_type: STRING[33]) (Thanks Andreas!)
|
changeset |
files
|
2012-02-07 |
Mario de Sousa |
Correctly return the initial value of a string datatype, with limited length (STRING[33] := 'hello')
|
changeset |
files
|
2012-02-07 |
Mario de Sousa |
More detailed error messages for FB invocations in ST.
|
changeset |
files
|
2012-02-06 |
Mario de Sousa |
More detailed error messages in function invocations in ST.
|
changeset |
files
|
2012-02-06 |
Mario de Sousa |
Fix bug in analysing real literals (thanks Andreas!)
|
changeset |
files
|
2012-02-06 |
Mario de Sousa |
Remove debugging messages, and code cleanup.
|
changeset |
files
|
2012-02-06 |
Mario de Sousa |
Better error reporting in function invocations, and in invalid literal values.
|
changeset |
files
|
2012-02-05 |
Mario de Sousa |
Better identification of erros in function/FB invocations.
|
changeset |
files
|
2012-02-03 |
Mario de Sousa |
Print error messages when datatype erros found in ST function/FB calls.
|
changeset |
files
|
2012-02-03 |
Mario de Sousa |
Continue checking data type compatibility inside expressions used to pass paramters to invalid function/FB calls
|
changeset |
files
|
2012-02-03 |
Mario de Sousa |
Adding support for semantic verification of FB calls in ST.
|
changeset |
files
|
2012-02-02 |
Mario de Sousa |
Delete wrong comment.
|
changeset |
files
|
2012-02-02 |
Mario de Sousa |
Add support in stage 3 for checking function invocations in ST.
|
changeset |
files
|
2012-02-02 |
Mario de Sousa |
Fix search_varfb_instance_decl to be able to find variables and FB when only given an identifier.
|
changeset |
files
|
2012-02-02 |
Mario de Sousa |
Changing code indenting.
|
changeset |
files
|
2012-02-01 |
Manuele Conti |
Add fill candidate method for fb_invocation_c symbol.
|
changeset |
files
|
2012-02-01 |
Mario de Sousa |
Re-write of stage3 code (done by Manuele and I), re-write of search_varfb_instance_type_c (done by myself), and several other bug fixes.
|
changeset |
files
|
2012-02-01 |
Mario de Sousa |
Merging with Laurent's repository.
|
changeset |
files
|
2011-09-26 |
Manuele Conti |
Fix YYLTYPE declaration.
|
changeset |
files
|
2011-11-20 |
Mario de Sousa |
Merging with Laurent's repository.
|
changeset |
files
|
2011-11-04 |
Mario de Sousa |
Add list of things we must check for in stage 3 (TODO list!)
|
changeset |
files
|
2012-08-14 |
Laurent Bessard |
Fix bug with InOut variable of structured type
|
changeset |
files
|
2012-07-28 |
Laurent Bessard |
Fix bug while using complex type variables in Function and FunctionBlock interface
|
changeset |
files
|
2012-07-27 |
Laurent Bessard |
Fix bug while using complex type variables in Function and FunctionBlock interface
|
changeset |
files
|
2012-07-27 |
Laurent Bessard |
Fix bug with complex type inout variables while generating variable list
|
changeset |
files
|
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
|