absyntax_utils/search_varfb_instance_type.cc
Mon, 03 Apr 2017 22:18:22 +0100 Mario de Sousa Access elements[] in list_c through a new get_element() method.
Sun, 19 Oct 2014 21:30:58 +0100 mjsousa Do the full fill_candidate/narrow_datatype algorithm for all fields of a structured variable in the fill_candidate_datatypes_c
Sun, 19 Oct 2014 08:36:49 +0100 mjsousa Fix bug: Add support for de-referencing pointers to struct (struct_ptr^.elem1) when used inside FB.
Sat, 10 Aug 2013 09:10:06 +0100 mjsousa Handle buggy source code gracefully (do not bork when non-array variable is used as an array. e.g: int_var[42]:= 33)
Wed, 07 Nov 2012 20:07:11 +0000 Mario de Sousa Make search_base_type_c a singleton!
Fri, 26 Oct 2012 10:11:28 +0100 Mario de Sousa Prepare to delete search_constant_type_c -> Move the static variables from search_constant_type_c to get_datatype_info_c
Wed, 22 Aug 2012 16:46:17 +0200 Laurent Bessard Merge with c2546c6e0cfa5ad55b288895f17f1b9f2a228f3b
Wed, 01 Aug 2012 10:31:14 +0100 Mario de Sousa Support for data types of STEP.T and STEP.X in SFCs
Tue, 31 Jul 2012 12:39:04 +0100 Mario de Sousa Aloow use of SFC STEPs as variables.
Thu, 26 Apr 2012 11:12:19 +0100 Mario de Sousa Delete unecessary variable.
Wed, 25 Apr 2012 15:46:53 +0100 Mario de Sousa Make temporary fix to is_complex() method.
Sat, 14 Apr 2012 16:44:53 +0100 Mario de Sousa Removing code from search_varfb_instance_type_c (use search_var_instance_decl_c instead).
Thu, 02 Feb 2012 14:18:02 +0000 Mario de Sousa Fix search_varfb_instance_decl to be able to find variables and FB when only given an identifier.
Wed, 01 Feb 2012 19:49:11 +0000 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.
Tue, 14 Aug 2012 19:40:01 +0200 Laurent Bessard Fix bug with InOut variable of structured type
Tue, 11 Oct 2011 12:30:49 +0200 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
Wed, 14 Sep 2011 22:58:39 +0200 laurent Adding support for compiling direct array specification inside variable declaration
Wed, 31 Aug 2011 14:51:59 +0100 Mario de Sousa Implement get_type_decl(), as it seems Manuele will need it later...
Wed, 31 Aug 2011 14:10:53 +0100 Mario de Sousa Cleaning up: Getting some sense into the code handling structures.
Fri, 26 Aug 2011 10:48:09 +0100 Mario de Sousa Add checks for undefined structure elements used IEC 61131-3 source code being compiled.
Thu, 16 Jun 2011 11:14:13 +0100 Mario de Sousa Fix what I think is a bug (has not yet manifested itself).
Tue, 14 Jun 2011 14:53:37 +0100 Mario de Sousa Add better comments, and change name of functions to clarify what they do.
Tue, 05 Apr 2011 15:14:19 +0200 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
Fri, 01 Apr 2011 10:47:24 +0100 Mario de Sousa Updating license info (with Edouard's permission for relevant files).
Tue, 15 Dec 2009 20:50:30 +0100 laurent Bug when trying to get type of elements in a big complex structure fixed
Tue, 15 Dec 2009 08:51:44 +0100 laurent Bug on generate_c_inlinefcall fixed
Sat, 05 Dec 2009 18:38:53 +0100 laurent Adding support for setter and getter on complex datatype in ST
Thu, 27 Aug 2009 16:06:46 +0100 Catarina Boucinha Initial (very rough) version of semantic checker (stage3)
Mon, 01 Jun 2009 21:08:44 +0200 mario Moving absyntax utility files out from stage4/generate_c