2012-11-22 |
Mario de Sousa |
Start to move enumeration declaration checking to its own class.
|
changeset |
files
|
2012-11-22 |
Mario de Sousa |
Fix comments and code alignment
|
changeset |
files
|
2012-11-19 |
Mario de Sousa |
Fix warnings previous change introduced when compiling with gcc.
|
changeset |
files
|
2012-11-18 |
Manuele Conti |
Fix some important clang++ warnings.
|
changeset |
files
|
2012-11-15 |
Mario de Sousa |
Allow use of type#value syntax when defining default initial value inside a TYPE..END_TYPE declaration.
|
changeset |
files
|
2012-11-15 |
Mario de Sousa |
Do datatype verification of fully qualified enumerated values (e.g. ENUMTYPE#enumconst)
|
changeset |
files
|
2012-11-14 |
Mario de Sousa |
Add datatype checking of enumeration data type declarations.
|
changeset |
files
|
2012-11-14 |
Mario de Sousa |
Print const values of symbol.
|
changeset |
files
|
2012-11-14 |
Mario de Sousa |
Fix code generation of enum value constants (this is a temporary fix - it will be followed by a code cleanup).
|
changeset |
files
|
2012-11-14 |
Mario de Sousa |
Fix bug in datatype checking of enumerated datatypes delcarations.
|
changeset |
files
|
2012-11-14 |
Mario de Sousa |
Fix datatype checking of enumerated datatype declarations. We now follow the fill->narrow algorithm correctly.
|
changeset |
files
|
2012-11-14 |
Mario de Sousa |
Add method to determine the id (name) of a datatype.
|
changeset |
files
|
2012-11-13 |
Mario de Sousa |
Change the base datatype of enumerations to an enumerated_type_declaration_c (for named types!)
|
changeset |
files
|
2012-11-13 |
Mario de Sousa |
Change the public interface to debug functions.
|
changeset |
files
|
2012-11-09 |
Mario de Sousa |
Check for errors in enum datatype declarations. (This is not yet complete as it will not yet stop the compilation process if these errors are found)
|
changeset |
files
|
2012-11-09 |
Mario de Sousa |
Fix one more bug - upper_bound() works a little differently to what we want!
|
changeset |
files
|
2012-11-08 |
Mario de Sousa |
Fix more bugs in dsymtable_c (real semantics of std::multimap::lower_bound is not what was assumed!)
|
changeset |
files
|
2012-11-08 |
Mario de Sousa |
Fix counting bug in dsymbtable_c
|
changeset |
files
|
2012-11-08 |
Mario de Sousa |
Use duplicate symtable instead of symtable for enum constant value table (this will later allow us to detect semantic errors in IEC 61131-3 source code)
|
changeset |
files
|
2012-11-08 |
Mario de Sousa |
Move the enumerated_value_symtable to fill_candidate_datatypes_c, since it is only used there!
|
changeset |
files
|
2012-11-07 |
Mario de Sousa |
Make search_base_type_c a singleton!
|
changeset |
files
|
2012-11-07 |
Mario de Sousa |
Start datatype checking of variable declarations (for now, only seting symbol.datatype of enumerations)
|
changeset |
files
|
2012-11-07 |
Mario de Sousa |
Do datatype checking of enum values defined inside anonymous enumeration types (i.e. enum types defined inside a VAR ... END_VAR daclaration).
|
changeset |
files
|
2013-02-23 |
Laurent Bessard |
Added support for testing BCD value validity in BCD_TO_UINT function
|
changeset |
files
|
2013-02-23 |
Laurent Bessard |
Fixed bug in DATE_AND_TIME_TO_TIME_OF_DAY and DATE_AND_TIME_TO_DATE when date and time is before 1970-01-01-00:00:00
|
changeset |
files
|
2012-12-19 |
Laurent Bessard |
Fix warning message when declaring global variables in configuration
|
changeset |
files
|
2012-12-03 |
Laurent Bessard |
Removed unused variable
|
changeset |
files
|
2012-12-03 |
Laurent Bessard |
Replacing libc time functions for date <-> timespec translation by platform and localtime independant implementation
|
changeset |
files
|
2012-11-28 |
Edouard Tisserant |
Removed files generedted by autoconf, should not be in repo
|
changeset |
files
|
2012-11-28 |
Edouard Tisserant |
Fixed timegm usage incompatible with mingw, reverted to mktime in case mingw is detected
|
changeset |
files
|
2012-11-16 |
Laurent Bessard |
Fix in accessor undefined init methods for function block global instances
|
changeset |
files
|
2012-11-15 |
Laurent Bessard |
Fix undefined function toupper in iec_std_lib
|
changeset |
files
|
2012-11-15 |
Laurent Bessard |
Adding support for declaring function block instances as global and external variables
|
changeset |
files
|
2012-11-08 |
Laurent Bessard |
Fix DATE conversions standard functions
|
changeset |
files
|
2012-11-08 |
Laurent Bessard |
Fix definition of BCD to ANY_UINT and ANY_UINT to BCD conversion standard functions
|
changeset |
files
|
2012-11-06 |
Laurent Bessard |
Fix indentation in SFC SL qualifier code generated
|
changeset |
files
|
2012-11-06 |
Laurent Bessard |
Fix indentation and unused variable warning in SFC generated code
|
changeset |
files
|
2012-10-31 |
Laurent Bessard |
Fix pragma with double bracket token stripping
|
changeset |
files
|
2012-10-23 |
Manuele Conti |
Fix some warning about loss of precision data in iec_std_lib.h file.
|
changeset |
files
|
2012-10-26 |
Mario de Sousa |
Fix typo.
|
changeset |
files
|
2012-10-26 |
Mario de Sousa |
Remove deprecated class search_constant_type_c
|
changeset |
files
|
2012-10-26 |
Mario de Sousa |
replace call to search_constant_type_c with symbol.datatype
|
changeset |
files
|
2012-10-09 |
Manuele Conti |
Removing several warning in iec_std_lib.h
|
changeset |
files
|
2012-10-26 |
Mario de Sousa |
Code formating only.
|
changeset |
files
|
2012-10-06 |
Manuele Conti |
Fix stage4 for compare expressions.
|
changeset |
files
|
2012-10-26 |
Mario de Sousa |
Prepare to delete search_constant_type_c -> Move the static variables from search_constant_type_c to get_datatype_info_c
|
changeset |
files
|
2012-10-25 |
Mario de Sousa |
Remove no longer needed search_il_operand_type_c
|
changeset |
files
|
2012-10-25 |
Mario de Sousa |
Also force_narrow IL instructions inside IL expressions, i.e. inside parenthesis.
|
changeset |
files
|
2012-10-25 |
Mario de Sousa |
Correctly generate C code for IL expressions, i.e. IL instructions inside parenthesis.
|
changeset |
files
|
2012-10-25 |
Mario de Sousa |
Fix bug when handling IL expressions (i.e. IL instructions inside parenthesis).
|
changeset |
files
|
2012-10-25 |
Mario de Sousa |
Delete debugging code, introduced by mistake in previous commit.
|
changeset |
files
|
2012-10-25 |
Mario de Sousa |
Fix handling of IL parenthesized expressions in generate_c_il_c
|
changeset |
files
|
2012-10-25 |
Mario de Sousa |
Fix processing of TIME literals (submited by Andreas)
|
changeset |
files
|
2012-10-25 |
Mario de Sousa |
Fix flow control analysis of IL simple instructions (i.e. IL instructions inside parenthises!)
|
changeset |
files
|
2012-10-25 |
Mario de Sousa |
Comment out invalid assertion.
|
changeset |
files
|
2012-10-25 |
Mario de Sousa |
Code cleanup: get the datatype of each entity off symbol->datatype (set in stage3 datatype checking), instead of determining it again in stage4. (NOTE: handling of IL parenthesized expressions is not working! Will be fixed later.)
|
changeset |
files
|
2012-10-24 |
Mario de Sousa |
Major code cleanup: IL code generation now uses symbol.datatype (filled in during stage3 data type checking) instead of determining the symbol's datatype by itself.
|
changeset |
files
|
2012-10-18 |
Mario de Sousa |
Do not repeat narrow algorithm for ST code, and better comments.
|
changeset |
files
|
2012-10-16 |
Mario de Sousa |
New visitor classes missing from previous commit.
|
changeset |
files
|
2012-10-16 |
Mario de Sousa |
Remove line printing debug info.
|
changeset |
files
|