2012-10-04 Mario de Sousa Remove deprecated search_expression_type_c
2012-10-04 Mario de Sousa Deprecate use of search_expression_type_c (prepare for complete removal!).
2012-10-04 Mario de Sousa Deprecate use of search_expression_type_c (prepare for complete removal!)
2012-10-04 Mario de Sousa Deprecating use of search_expression_type_c, so it may later be deleted!
2012-10-04 Mario de Sousa Merge
2012-10-04 Mario de Sousa Add new get_datatype_info_c (preparing to remove search_expression_type_c)
2012-10-04 Mario de Sousa Delete declaration of unused & undeclared functions.
2012-10-03 Mario de Sousa Delete class elements that are not used (clean up code).
2012-09-28 Manuele Conti Add check whether external var matches to global var.
2012-09-27 Mario de Sousa Also check FB passed as parameters in FB/Function calls (Thanks Andreas!)
2012-09-26 Manuele Conti Minor changes needed to build with pedantic flag.
2012-09-21 Mario de Sousa Also check external/global variable consistency in configurations and FBs.
2012-09-21 Mario de Sousa add method for printing class_name. USE ONLY FOR DEBUGING!
2012-09-19 Mario de Sousa store POU reference to POU declaration instead of global var declarations.
2012-09-18 Manuele Conti Start declaration check class.
2012-09-14 Manuele Conti Start declaration check class.
2012-09-13 Mario de Sousa Adjust coding style.
2012-09-08 agraeper list_c: initial capacity. ERROR_MSG(msg,...) supports optional arguments now.
2012-08-31 Mario de Sousa Deleting datatype checks no longer needed (with a view of making search_expression_type_c redundant).
2012-08-31 Mario de Sousa Start adding support for data type checking of enums.
2012-08-31 Mario de Sousa Remove comment no longer valid since introduction of constant folding.
2012-08-30 Mario de Sousa Add some comments.
2012-08-30 Manuele Conti Update configure script.
2012-08-30 Mario de Sousa More precise handling of const value status.
2012-08-30 Mario de Sousa Fix bug in checking array ranges.
2012-08-30 Mario de Sousa Add more info to error messages.
2012-08-30 Mario de Sousa Allow the use of PRId64, PRIu64 and PRIx64 printf formating macros globally.
2012-08-29 Mario de Sousa Merge.
2012-08-29 Mario de Sousa Fix constant folding: now handles INT_MIN and neg_integer_c correctly.
2012-08-28 Manuele Conti Replace test bison version without bash regular expression.
2012-08-16 Manuele Conti Fix Segmentation Fault FB var declaration in a single list.
2012-08-27 Mario de Sousa Add some comments.
2012-10-25 Edouard Tisserant Fix some warning about loss of precision data in iec_std_lib.h file.
2012-10-23 Laurent Bessard Fix bug with NE function for STRING variables
2012-10-22 Laurent Bessard Fix bug in code for pragma with double brackets
2012-10-22 Laurent Bessard Merged
2012-10-21 Laurent Bessard Adding support for direct array declaration in structure element declaration
2012-10-19 Edouard Tisserant Added double curly braces for pragma (kept single curly braces for compatibility). Added macro def and undef surrounding pragma to simplify user code. Moved useless comment from generated code back to code generator.
2012-09-13 Laurent Bessard Fix bug with task interval using fixed_point value for duration items
2012-09-13 Laurent Bessard Adding error message when task interval value is not supported
2012-09-13 Laurent Bessard Adding error message when task interval value is not supported
2012-09-11 Laurent Bessard Fix bug SFC action index declarations were different in POUS.c and VARIABLES.csv when boolean variables are used as action name in step action association
2012-09-11 Laurent Bessard Fix generated code when using boolean variable as action name in step action association
2012-09-10 Laurent Bessard Fix bug in SFC generated code. Action state was declared in the list of variables to debug, but wasn't stored using structure with flags. This error had side effects that makes Beremiz debug crash.
2012-09-04 Laurent Bessard Adding support for P0 and P1 qualifiers and fixing code generated for SL qualifier
2012-09-01 Edouard Tisserant Fixed VARIABLES.csv, was broken when using enumrated types
2012-08-22 Laurent Bessard Merge with c2546c6e0cfa5ad55b288895f17f1b9f2a228f3b
2012-08-17 Mario de Sousa Moving function to correct location (formating only).
2012-08-04 Manuele Conti Fix bug in code generation for FB IN_OUT structured parameter.
2012-07-30 Manuele Conti Add check bison version in configure.ac file.
2012-08-16 Mario de Sousa Remove remaining signed/unsigned comparison error messages when compiling.
2012-07-20 Manuele Conti Remove warning about comparisons between int and unsigned int.
2012-08-01 Mario de Sousa Support for data types of STEP.T and STEP.X in SFCs
2012-08-01 Mario de Sousa Remove dead code.
2012-08-01 Mario de Sousa Change code formatting (alignment)
2012-07-31 Mario de Sousa Aloow use of SFC STEPs as variables.
2012-07-28 Mario de Sousa Check lvalues in expressions passed to Function/FB IN parameters.
2012-07-20 Mario de Sousa Fix comment (bug found by Manuele).
2012-07-20 Mario de Sousa Remove warning about redefining "__STDC_LIMIT_MACROS" (bug found by Manuele).
2012-07-20 Mario de Sousa Constant folding for IL.