- Add support for implicitly declared REF_TO datatypes. 2014-07-21, by mjsousa
- With -Op option --> Place implicitly defined datatypes in the .h file corresponding to the POU where they are used. 2014-07-20, by mjsousa
- Add name of POU as prefix to names of implicitly defined datatypes 2014-07-20, by mjsousa
- Implicitly defined array datatypes use new naming method (greatly simplifies stage 4 code). 2014-07-20, by mjsousa
- array_specification_c may be used as a datatype! Add it to spec_init_separator_c 2014-07-20, by mjsousa
- Change REF() operator to return the correct REF_TO datatype datatype. 2014-07-13, by mjsousa
- Narrow array subscripts correctly, even in the presence of other datatype errors (so we do not generate error messages for array subscripts that do not contain errors). 2014-07-13, by mjsousa
- Add support for REF_TO derived datatypes (along with datatype verification) 2014-07-13, by mjsousa
- Add option to place each POU in a distinct .c and .h file pair. 2014-07-06, by mjsousa
- code re-organisation. Preparing for the changes to come in the next commit (one C file for each POU) 2014-07-06, by mjsousa
- Remove un-used parameter from class constructor. 2014-07-06, by mjsousa
- Move standard FBs to a pre-converted C file, insted of converting them every time along with the IEC source. 2014-07-06, by mjsousa
- Move library files compiled to C to their own subdiectory. 2014-07-06, by mjsousa
- Fix stupid mistake in previous commit (use 'long double' instead of 'ld' in istandard library macro) 2014-07-06, by mjsousa
- merge 2014-07-05, by mjsousa
- Update build/compile instructions to reflect the fact that autoconf needs to be executed. 2014-07-05, by mjsousa
- Fix time conversion function in std library, and change into macro (so it may be used in variable initialisations) 2014-07-05, by mjsousa
- Add support for the stepname.T syntax. 2014-06-01, by mjsousa
- Change the name of the variable with the step state to stepname.X (in the generated VARIABLES.csv file) 2014-06-01, by mjsousa
- Add support for Stepname.X syntax. 2014-05-31, by mjsousa
- Remove dead code previously left in by mistake. 2014-05-31, by mjsousa
- Add error message for invalid datatype of transition condition. Generalize datatype narrowing algorithm for transition conditions. 2014-05-29, by mjsousa
- merge 2014-05-28, by Edouard Tisserant
- closed temporary fix branch 2014-05-28, by Edouard Tisserant
- Check VAR_EXTERN variables declared in FBs instantiated in a Program (and recursively too - FBs in FBs). 2014-05-20, by mjsousa
- Fix typo in as yet dormant code (related to REF_TO keyword, that is not yet active) 2014-05-20, by mjsousa
- Fix compilation error on platforms where real64_t is mapped onto 'long double' 2014-05-08, by mjsousa
- Correctly handle structured variables that include FB and external FBs (example: FB1.FB2.extFB3.FB4.extFB5.extFB6.structvar.field1 := 42;) (this commit fixes only ST code. TODO: IL and SFC) 2014-04-08, by mjsousa
- Remove call to type_is_complex() in ST code generation. 2014-04-04, by mjsousa
- A little code cleanup (reduce number of possible variable generation states) 2014-03-31, by mjsousa