- 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
- Finish: Change order of SET_xxx() macros. (this will allow me to simplify the print_setter() methods later on) 2014-03-30, by mjsousa
- Change order of SET_xxx() macros. (this will allow me to simplify the print_setter() methods later on) 2014-03-29, by mjsousa
- More static declarations in POUS.c in order to avoid conflicting symbol definitions with new POUS.c inclusion scheme 2014-03-27, by Edouard Tisserant
- Fix multiple resources support, POUS.c now only contain static definitions. POUS.c is included in configuration C code as well as in resources to allow GLOBAL FBs to be declared in configurations 2014-03-26, by Edouard Tisserant
- Disable stage4 options with on windows since getsuboptr isn't supported in mingw 2014-03-20, by Edouard Tisserant
- merge 2014-03-20, by Edouard Tisserant
- Track of line number correctly when input file has code with very long lines. 2014-03-19, by mjsousa
- Fix memory leak in lexical parser. 2014-03-19, by mjsousa
- Make generation of #line directives optional. 2014-03-16, by mjsousa
- Insert #line directives in generated C code. 2014-03-16, by mjsousa
- Add support for parsing of REF_TO keyword (defined in IEC61131-3 v3). This support is currently inactive (in flex) until we get to add C code generation later on. 2014-03-15, by mjsousa
- Update files to be ignored by mercurial: ignore files generated by autoconf, directory test/, and *.orig 2014-03-15, by mjsousa
- Fix bug: do not print IL 'label' when generating inline functions (JMPxx label was generating erroneous C code) 2014-03-02, by mjsousa
- Add limited support for the REF() operator (defined in v3 of IEC 61131-3) 2014-03-02, by mjsousa
- Remove assertion being failed by IL labels (IL labels do not yet have specific datatypes). 2014-02-24, by mjsousa