- Continue changing STRING length from int8_t to uint8_t. 11 months ago, by Edouard Tisserant
- merge 12 months ago, by Edouard Tisserant
- Add .gitignore 20 months ago, by Edouard Tisserant
- Fix C++11 invalid suffix on literal warning 20 months ago, by Edouard Tisserant
- Change STRING length from int8_t to uint8_t. 12 months ago, by Edouard Tisserant
- In VARIABLES.CSV, RETAIN variable were only flagged as such for GLOBALS, now local POU variable shoud be as well. 2022-07-22, by Edouard Tisserant
- Fixed logic for REPEAT..UNTIL 2022-02-15, by Edouard Tisserant
- Added RETAIN qualifier to VARIABLES.CSV 2021-12-14, by Edouard Tisserant
- Variable forcing now uses limited list and buffer instead of systematical instance tree traversal and in-tree "fvalue" to keep track of forced value for pointed variables (external, located). Pointer swapping is performed when forcing externals and located, with backup being restored when forcing is reset. Match Beremiz commit 93ad018fb602. 2021-12-14, by Edouard Tisserant
- Fixed __SET_EXTERNAL_FB declaration in accessor.h, invoked when accessing EXTERNAL_BLOCK.VARIABLE. Macro was invoking __SET_VAR with wrong parameter count. Fixed corresponding code generator for ST. Seems similar codegen for IL is also broken, but fix would affect other (unknown) behviours -> didn't touch it. 2021-11-24, by Edouard Tisserant
- Remove RETAIN qualifier for F_TRIG and R_TRIG 'M' variable. This is not following standard, and implicitely consumes a lot of RETAIN memory. User can explicitely qualify R_TRIG of F_TRIG instance as RETAIN if needed. 2021-10-04, by Edouard Tisserant
- Fix in standard function library: forgot static linkage for inline __str_cmp() 2020-07-06, by Edouard Tisserant
- Fixed in standard function library: NE_BOOL was missing. 2020-06-30, by Edouard Tisserant
- Fixed in standard function library: String comparison was retrurning wrong result whith strings of different sizes but starting the same, or with zero length strings. 2020-06-18, by Edouard Tisserant
- Fixed FIND Standard Character String Function. Now returns 0 in case empty string is given either for IN1 or IN2. 2020-05-08, by Edouard Tisserant
- Reworked get_greatest_tick_count computation 2019-08-30, by Edouard Tisserant
- Add a column to VARIABLES.CSV, containing variable (derived) type name, additionally to current last column contyaining base type name 2019-07-09, by Edouard Tisserant
- add default NULL value to references (as suggested by anonymous in issue 62) 2019-02-13, by Mario de Sousa
- merge 2019-02-13, by Mario de Sousa
- fix issue #73: add missing overloaded functions ADD, SUB, MUL and DIV for TIME, TOD, DT, ... 2018-12-26, by Mario de Sousa
- remove debugging printf() introduced in previous commits 2018-12-26, by Mario de Sousa
- merge 2018-12-26, by Mario de Sousa
- fix bug introduced in previous commit (force literals to unsigned log long) 2018-12-26, by Mario de Sousa
- return storage of task interval back to 1 ns resolution (when calculating least common multiple et. al. of task intervals). 2018-12-26, by Mario de Sousa
- addendum to issue #76: detect overflow when calculating least common multiple of task intervals. 2018-12-26, by Mario de Sousa
- definitive fix of issue #76: remove internal overflow of u64 when calculating least common multiple of task intervals. 2018-12-26, by Mario de Sousa
- Test for overflow when translating task periods/intervals to integer variable. 2018-12-26, by Mario de Sousa
- partial fix to issue #76 - calculate task periods with 1ms (instead of 1ns) resolution. Allows for tasks with periods larger than 4.295s, but smaller than 50 days. 2018-12-25, by Mario de Sousa
- partial fix for issue 74: allow deref of REF in left hand side of assignment (only works in FUNCTIONS for now) 2018-12-25, by Mario de Sousa
- fix issue #78: IL NOT operator not working 2018-12-21, by Mario de Sousa