Fri, 20 Jul 2012 15:50:49 +0100 |
Mario de Sousa |
Constant folding for IL.
|
file |
diff |
annotate
|
Fri, 15 Jun 2012 19:54:33 +0100 |
Mario de Sousa |
Add ERROR_MSG macro && move extract_XXX() functions to constant_folding.cc
|
file |
diff |
annotate
|
Thu, 14 Jun 2012 12:00:19 +0100 |
Mario de Sousa |
Clean up code (remove parsing of integers in stage 4).
|
file |
diff |
annotate
|
Wed, 13 Jun 2012 19:43:12 +0100 |
Mario de Sousa |
Add 'dimension' parameter to subrange_c, fill it correctly, and use it.
|
file |
diff |
annotate
|
Tue, 12 Jun 2012 22:32:09 +0200 |
Manuele Conti |
Fix extract_integer_value.
|
file |
diff |
annotate
|
Wed, 09 May 2012 23:04:03 +0100 |
mjsousa |
Merge changes.
|
file |
diff |
annotate
|
Wed, 09 May 2012 23:00:10 +0100 |
mjsousa |
Fix parsing os TIME literals & rename the extract_integer() function.
|
file |
diff |
annotate
|
Tue, 24 Apr 2012 16:49:43 +0200 |
Conti Manuele |
Fix code generation about __INIT_GLOBAL_LOCATED.
|
file |
diff |
annotate
|
Wed, 18 Apr 2012 13:29:08 +0100 |
Mario de Sousa |
Start having nicer stage 4 error messages.
|
file |
diff |
annotate
|
Sat, 14 Apr 2012 16:53:35 +0100 |
Mario de Sousa |
Fix typo in comparison expression.
|
file |
diff |
annotate
|
Sat, 31 Mar 2012 21:34:20 +0100 |
Mario de Sousa |
merge with Laurent's changeset (essentially, ignore all changes).
|
file |
diff |
annotate
|
Sat, 31 Mar 2012 15:30:38 +0100 |
Mario de Sousa |
merging with Laurent's revision 55b074ea7255 (essentially ignoring all changes)
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Tue, 14 Aug 2012 19:40:01 +0200 |
Laurent Bessard |
Fix bug with InOut variable of structured type
|
file |
diff |
annotate
|
Fri, 24 Feb 2012 14:16:51 +0100 |
laurent |
Fix bug with overloaded function due to literal input values
|
file |
diff |
annotate
|
Fri, 03 Feb 2012 00:09:52 +0100 |
laurent |
Fix bug with functions like LEN and TRUNC that have overloaded return type for same inputs type
|
file |
diff |
annotate
|
Wed, 25 Jan 2012 01:16:30 +0100 |
laurent |
Adding Common_Ticktime to informations printed in VARIABLES.csv file
|
file |
diff |
annotate
|
Fri, 30 Dec 2011 18:25:39 +0100 |
laurent |
Fixing bug with external variables refering to global variables defined in configurations
|
file |
diff |
annotate
|
Fri, 18 Nov 2011 17:28:37 +0100 |
laurent |
Fixing generated code for global variables. Adding support for defining global variables with complex type
|
file |
diff |
annotate
|
Sun, 09 Oct 2011 20:18:55 +0200 |
laurent |
Fix bug in code generation of directly declared array variables that generate wrong code when using located variables in a program POU
|
file |
diff |
annotate
|
Wed, 14 Sep 2011 22:58:39 +0200 |
laurent |
Adding support for compiling direct array specification inside variable declaration
|
file |
diff |
annotate
|
Fri, 19 Aug 2011 20:48:05 +0100 |
Mario de Sousa |
Merging with Laurent's repository.
|
file |
diff |
annotate
|
Fri, 29 Jul 2011 16:03:28 +0100 |
Mario de Sousa |
Support for semantic verification of calls to standard functions.
|
file |
diff |
annotate
|
Tue, 12 Jul 2011 22:20:28 +0200 |
laurent |
Fix bug with inline function call in POU programmed in IL
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 12:28:13 +0200 |
laurent |
Fix warning on nop statement at the end of function_block and program generated code
|
file |
diff |
annotate
|
Thu, 09 Jun 2011 17:51:00 +0200 |
laurent |
Fix bug when generating initial value for function return type when it is a complex type
|
file |
diff |
annotate
|
Tue, 05 Apr 2011 18:31:55 +0100 |
Mario de Sousa |
fixing C code generation of return_statement_c and exit_statement_c
|
file |
diff |
annotate
|
Tue, 05 Apr 2011 15:14:19 +0200 |
Edouard Tisserant |
Re-generated std lib related code, with updated headers, updated all forgotten headers
|
file |
diff |
annotate
|
Mon, 04 Apr 2011 17:19:35 +0200 |
Edouard Tisserant |
Merge
|
file |
diff |
annotate
|
Mon, 04 Apr 2011 10:42:03 +0100 |
Mario de Sousa |
starting to add proper header file with declaration of standard functions
|
file |
diff |
annotate
|
Thu, 31 Mar 2011 21:06:36 +0100 |
Mario de Sousa |
Do not crash when checking semantics of undeclared symbolic_variable.
|
file |
diff |
annotate
|
Thu, 31 Mar 2011 10:45:34 +0100 |
Mario de Sousa |
Merging my Huge change with Edouards/Laurents version
|
file |
diff |
annotate
|
Wed, 30 Mar 2011 19:53:32 +0100 |
Mario de Sousa |
Huge change.
|
file |
diff |
annotate
|
Fri, 01 Apr 2011 17:26:29 +0200 |
laurent |
Modify code generated for avoiding warning while compiling when configuration or resource don't have any global variable
|
file |
diff |
annotate
|
Wed, 16 Mar 2011 10:31:50 +0100 |
laurent |
Adding missing support for accessors and retain in configuration files (Bug and fix reported by Manuele Conti)
|
file |
diff |
annotate
|
Sat, 12 Mar 2011 18:38:41 +0100 |
laurent |
Task single parameter code generation broken after addition of accessors fixed.
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 18:21:15 +0200 |
laurent |
Adding support for generating code for variable in step action association instead of action
|
file |
diff |
annotate
|
Wed, 19 May 2010 21:51:52 +0200 |
laurent |
Bug with code generation of global located variables in resource fixed thanks to Mario
|
file |
diff |
annotate
|
Tue, 15 Dec 2009 16:29:44 +0100 |
laurent |
Adding support for using arrays in POU interface
|
file |
diff |
annotate
|
Sun, 13 Dec 2009 11:41:22 +0100 |
laurent |
Using function_call_iterator in generate_c_inlinefcall instead of creating a new visitor
|
file |
diff |
annotate
|
Fri, 11 Dec 2009 12:53:54 +0100 |
laurent |
Adding support for forcing global without perturbation from setting external
|
file |
diff |
annotate
|
Wed, 02 Dec 2009 16:11:01 +0100 |
laurent |
Adding support for flags on Function Block variables for marking which variable must be debugged, retained or is forced
|
file |
diff |
annotate
|
Sun, 29 Nov 2009 16:38:11 +0100 |
laurent |
Adding support for declare, init, get and set macros
|
file |
diff |
annotate
|
Mon, 21 Sep 2009 12:04:15 +0200 |
laurent |
Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized
|
file |
diff |
annotate
|
Thu, 27 Aug 2009 16:06:46 +0100 |
Catarina Boucinha |
Initial (very rough) version of semantic checker (stage3)
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 10:57:01 +0200 |
lbessard |
Bug on function without input parameters fixed
|
file |
diff |
annotate
|
Thu, 04 Jun 2009 09:47:35 +0200 |
lbessard |
Adding support for single resource scheduling
|
file |
diff |
annotate
|
Mon, 01 Jun 2009 21:08:44 +0200 |
mario |
Moving absyntax utility files out from stage4/generate_c
|
file |
diff |
annotate
|
Tue, 26 May 2009 18:04:27 +0200 |
mario |
Starting move of search utils to their own top level directory.
|
file |
diff |
annotate
|
Fri, 26 Sep 2008 14:42:05 +0200 |
lbessard |
Adding support for EN/ENO params in function and function blocks (standard function not supported yet)
|
file |
diff |
annotate
|
Thu, 25 Sep 2008 10:26:10 +0200 |
lbessard |
Adding support for ouput variables in functions
|
file |
diff |
annotate
|
Thu, 21 Aug 2008 16:08:19 +0200 |
etisserant |
added missing includes on some platform (gentoo/gcc-4.3.1)
|
file |
diff |
annotate
|
Tue, 19 Aug 2008 18:04:28 +0200 |
etisserant |
Some miscelanous static, extern and pointer status variable changes in C generated code for configuration and resources
|
file |
diff |
annotate
|
Mon, 19 May 2008 14:07:31 +0200 |
lbessard |
Adding support for POU struct definition in POUS.h
|
file |
diff |
annotate
|
Wed, 16 Apr 2008 09:49:28 +0200 |
lbessard |
Bug with D and L action qualifier and timing management in SFC generated fixed
|
file |
diff |
annotate
|
Thu, 28 Feb 2008 18:10:01 +0100 |
etisserant |
changed VARIABLES.h in VARIABLES.cvs
|
file |
diff |
annotate
|
Tue, 26 Feb 2008 10:59:48 +0100 |
lbessard |
Adding structure variable list generation module
|
file |
diff |
annotate
|
Thu, 06 Dec 2007 18:01:58 +0100 |
lbessard |
Adding support for derived data types.
|
file |
diff |
annotate
|
Wed, 24 Oct 2007 17:39:51 +0200 |
lbessard |
Change generate_cc to generate_c
|
file |
diff |
annotate
|