2013-01-03 |
Mario de Sousa |
grand merge
|
file |
diff |
annotate
|
2012-12-03 |
Mario de Sousa |
Small code cleanup.
|
file |
diff |
annotate
|
2012-11-15 |
Laurent Bessard |
Adding support for declaring function block instances as global and external variables
|
file |
diff |
annotate
|
2012-10-04 |
Mario de Sousa |
Merge
|
file |
diff |
annotate
|
2012-09-26 |
Manuele Conti |
Minor changes needed to build with pedantic flag.
|
file |
diff |
annotate
|
2012-10-22 |
Laurent Bessard |
Merged
|
file |
diff |
annotate
|
2012-10-21 |
Laurent Bessard |
Adding support for direct array declaration in structure element declaration
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2012-09-13 |
Laurent Bessard |
Adding error message when task interval value is not supported
|
file |
diff |
annotate
|
2012-09-13 |
Laurent Bessard |
Adding error message when task interval value is not supported
|
file |
diff |
annotate
|
2012-08-22 |
Laurent Bessard |
Merge with c2546c6e0cfa5ad55b288895f17f1b9f2a228f3b
|
file |
diff |
annotate
|
2012-08-17 |
Mario de Sousa |
Moving function to correct location (formating only).
|
file |
diff |
annotate
|
2012-08-04 |
Manuele Conti |
Fix bug in code generation for FB IN_OUT structured parameter.
|
file |
diff |
annotate
|
2012-07-20 |
Mario de Sousa |
Constant folding for IL.
|
file |
diff |
annotate
|
2012-06-15 |
Mario de Sousa |
Add ERROR_MSG macro && move extract_XXX() functions to constant_folding.cc
|
file |
diff |
annotate
|
2012-06-14 |
Mario de Sousa |
Clean up code (remove parsing of integers in stage 4).
|
file |
diff |
annotate
|
2012-06-13 |
Mario de Sousa |
Add 'dimension' parameter to subrange_c, fill it correctly, and use it.
|
file |
diff |
annotate
|
2012-06-12 |
Manuele Conti |
Fix extract_integer_value.
|
file |
diff |
annotate
|
2012-05-09 |
mjsousa |
Merge changes.
|
file |
diff |
annotate
|
2012-05-09 |
mjsousa |
Fix parsing os TIME literals & rename the extract_integer() function.
|
file |
diff |
annotate
|
2012-04-24 |
Conti Manuele |
Fix code generation about __INIT_GLOBAL_LOCATED.
|
file |
diff |
annotate
|
2012-04-18 |
Mario de Sousa |
Start having nicer stage 4 error messages.
|
file |
diff |
annotate
|
2012-04-14 |
Mario de Sousa |
Fix typo in comparison expression.
|
file |
diff |
annotate
|
2012-03-31 |
Mario de Sousa |
merge with Laurent's changeset (essentially, ignore all changes).
|
file |
diff |
annotate
|
2012-03-31 |
Mario de Sousa |
merging with Laurent's revision 55b074ea7255 (essentially ignoring all changes)
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2012-08-14 |
Laurent Bessard |
Fix bug with InOut variable of structured type
|
file |
diff |
annotate
|
2012-02-24 |
laurent |
Fix bug with overloaded function due to literal input values
|
file |
diff |
annotate
|
2012-02-02 |
laurent |
Fix bug with functions like LEN and TRUNC that have overloaded return type for same inputs type
|
file |
diff |
annotate
|
2012-01-25 |
laurent |
Adding Common_Ticktime to informations printed in VARIABLES.csv file
|
file |
diff |
annotate
|
2011-12-30 |
laurent |
Fixing bug with external variables refering to global variables defined in configurations
|
file |
diff |
annotate
|
2011-11-18 |
laurent |
Fixing generated code for global variables. Adding support for defining global variables with complex type
|
file |
diff |
annotate
|
2011-10-09 |
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
|
2011-09-14 |
laurent |
Adding support for compiling direct array specification inside variable declaration
|
file |
diff |
annotate
|
2011-08-19 |
Mario de Sousa |
Merging with Laurent's repository.
|
file |
diff |
annotate
|
2011-07-29 |
Mario de Sousa |
Support for semantic verification of calls to standard functions.
|
file |
diff |
annotate
|
2011-07-12 |
laurent |
Fix bug with inline function call in POU programmed in IL
|
file |
diff |
annotate
|
2011-06-29 |
laurent |
Fix warning on nop statement at the end of function_block and program generated code
|
file |
diff |
annotate
|
2011-06-09 |
laurent |
Fix bug when generating initial value for function return type when it is a complex type
|
file |
diff |
annotate
|
2011-04-05 |
Mario de Sousa |
fixing C code generation of return_statement_c and exit_statement_c
|
file |
diff |
annotate
|
2011-04-05 |
Edouard Tisserant |
Re-generated std lib related code, with updated headers, updated all forgotten headers
|
file |
diff |
annotate
|
2011-04-04 |
Edouard Tisserant |
Merge
|
file |
diff |
annotate
|
2011-04-04 |
Mario de Sousa |
starting to add proper header file with declaration of standard functions
|
file |
diff |
annotate
|
2011-03-31 |
Mario de Sousa |
Do not crash when checking semantics of undeclared symbolic_variable.
|
file |
diff |
annotate
|
2011-03-31 |
Mario de Sousa |
Merging my Huge change with Edouards/Laurents version
|
file |
diff |
annotate
|
2011-03-30 |
Mario de Sousa |
Huge change.
|
file |
diff |
annotate
|
2011-04-01 |
laurent |
Modify code generated for avoiding warning while compiling when configuration or resource don't have any global variable
|
file |
diff |
annotate
|
2011-03-16 |
laurent |
Adding missing support for accessors and retain in configuration files (Bug and fix reported by Manuele Conti)
|
file |
diff |
annotate
|
2011-03-12 |
laurent |
Task single parameter code generation broken after addition of accessors fixed.
|
file |
diff |
annotate
|
2010-06-02 |
laurent |
Adding support for generating code for variable in step action association instead of action
|
file |
diff |
annotate
|
2010-05-19 |
laurent |
Bug with code generation of global located variables in resource fixed thanks to Mario
|
file |
diff |
annotate
|
2009-12-15 |
laurent |
Adding support for using arrays in POU interface
|
file |
diff |
annotate
|
2009-12-13 |
laurent |
Using function_call_iterator in generate_c_inlinefcall instead of creating a new visitor
|
file |
diff |
annotate
|
2009-12-11 |
laurent |
Adding support for forcing global without perturbation from setting external
|
file |
diff |
annotate
|
2009-12-02 |
laurent |
Adding support for flags on Function Block variables for marking which variable must be debugged, retained or is forced
|
file |
diff |
annotate
|
2009-11-29 |
laurent |
Adding support for declare, init, get and set macros
|
file |
diff |
annotate
|
2009-09-21 |
laurent |
Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized
|
file |
diff |
annotate
|
2009-08-27 |
Catarina Boucinha |
Initial (very rough) version of semantic checker (stage3)
|
file |
diff |
annotate
|
2009-06-09 |
lbessard |
Bug on function without input parameters fixed
|
file |
diff |
annotate
|
2009-06-04 |
lbessard |
Adding support for single resource scheduling
|
file |
diff |
annotate
|