2012-03-03 Mario de Sousa Fix filling candidate datatypes of JMP operations
2012-03-03 Mario de Sousa Remove spurious printf()s, used during debugging session.
2012-03-02 Mario de Sousa Add missing files.
2012-03-02 Mario de Sousa Continue adding support for semantic verification of JMP and RET.
2012-03-01 Conti Manuele iAdd warning for deprecated operations.
2012-02-27 Mario de Sousa Change prev_il_instruction to a vector<>
2012-02-27 Mario de Sousa Some small cleanups.
2012-02-25 Mario de Sousa Add support for semantic verification of CALC, CALCN, etc..
2012-02-23 Mario de Sousa Finish support for semantic verification of IL paranthesised expressions.
2012-02-21 Mario de Sousa More changes for support of semantic verification of il_expressions
2012-02-20 Mario de Sousa Start of support for IL expressions (parenthesis).
2012-02-20 Mario de Sousa Cleaning up the code.
2012-02-20 Mario de Sousa Fix a few more bugs related to FB/function calls in IL.
2012-02-19 Mario de Sousa Semantic verification: Add compatibility check for parameter direction in function invocation.
2012-02-18 Mario de Sousa Add support for semantic verification for implict FB calls in IL (e.g. PV ton_var)
2012-02-17 Mario de Sousa Start of support for semantic verification of FB calls in IL using special IL instructions.
2012-02-17 Mario de Sousa Delete some comments.
2012-02-16 Conti Manuele Change name help function.
2012-02-16 Mario de Sousa Update comments on general architecture.
2012-02-16 Mario de Sousa Narrow IL code backwords, so as to correctly handle invocations to overloaded functions from IL code.
2012-02-13 Mario de Sousa Code cleanup.
2012-02-13 Mario de Sousa Add printing of semantic errors when calling FB from IL.
2012-02-12 Manuele Conti Fix typo error in some il visit in fill_candidate_datatypes_c class.
2012-02-13 Mario de Sousa Add semantic verification of FB calls in IL (not yet complete - missing printing of errors!)
2012-02-10 Mario de Sousa Add support for semantic verification of function calls in IL.
2012-02-08 Mario de Sousa Add TODO comment, and delete unused debugging code.
2012-02-08 Mario de Sousa Delete un-used code.
2012-02-08 Mario de Sousa Change negation expression (neg_expression_c) to only allow signed data types.
2012-02-07 Mario de Sousa Move elementary_c::to_string() to datatype_functions.cc/hh
2012-02-07 Mario de Sousa Add, to types symbol table, string datatypes with limited length (my_string_type: STRING[33]) (Thanks Andreas!)
2012-02-07 Mario de Sousa Correctly return the initial value of a string datatype, with limited length (STRING[33] := 'hello')
2012-02-07 Mario de Sousa More detailed error messages for FB invocations in ST.
2012-02-06 Mario de Sousa More detailed error messages in function invocations in ST.
2012-02-06 Mario de Sousa Fix bug in analysing real literals (thanks Andreas!)
2012-02-06 Mario de Sousa Remove debugging messages, and code cleanup.
2012-02-06 Mario de Sousa Better error reporting in function invocations, and in invalid literal values.
2012-02-05 Mario de Sousa Better identification of erros in function/FB invocations.
2012-02-03 Mario de Sousa Print error messages when datatype erros found in ST function/FB calls.
2012-02-03 Mario de Sousa Continue checking data type compatibility inside expressions used to pass paramters to invalid function/FB calls
2012-02-03 Mario de Sousa Adding support for semantic verification of FB calls in ST.
2012-02-02 Mario de Sousa Delete wrong comment.
2012-02-02 Mario de Sousa Add support in stage 3 for checking function invocations in ST.
2012-02-02 Mario de Sousa Fix search_varfb_instance_decl to be able to find variables and FB when only given an identifier.
2012-02-02 Mario de Sousa Changing code indenting.
2012-02-01 Manuele Conti Add fill candidate method for fb_invocation_c symbol.
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.
2012-02-01 Mario de Sousa Merging with Laurent's repository.
2011-09-26 Manuele Conti Fix YYLTYPE declaration.
2011-11-20 Mario de Sousa Merging with Laurent's repository.
2011-11-04 Mario de Sousa Add list of things we must check for in stage 3 (TODO list!)
2012-08-14 Laurent Bessard Fix bug with InOut variable of structured type
2012-07-28 Laurent Bessard Fix bug while using complex type variables in Function and FunctionBlock interface
2012-07-27 Laurent Bessard Fix bug while using complex type variables in Function and FunctionBlock interface
2012-07-27 Laurent Bessard Fix bug with complex type inout variables while generating variable list
2012-03-21 laurent Fixing bug in inlinefcall when a transition is in ST and contains literals
2012-02-24 laurent Fix bug in code generated for MUL function
2012-02-24 laurent Fix bug with overloaded function due to literal input values
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
2012-02-21 laurent Fix bug pointed structure not declared for directly derived datatypes
2012-02-16 Edouard Tisserant removed forgotten prototype in __INIT_EXTERNAL accessor, causing warning ant build time