- fix platform identification when running CLI under Win32 python3 2022-11-10, by GP Orcullo
- silence compile warnings python3 2022-11-09, by GP Orcullo
- Preliminary OSX support python3 2022-11-09, by GP Orcullo
- pythonw is used on OSX python3 2022-11-09, by GP Orcullo
- switched to Pyro5 python3 2022-10-30, by GP Orcullo
- Add PLC stop command python3 2022-10-20, by GP Orcullo
- wx: replaced deprecated class python3 2022-11-07, by GP Orcullo
- wx fixes python3 2022-11-01, by GP Orcullo
- str encoding fixes python3 2022-11-01, by GP Orcullo
- ctypes fixes python3 2022-11-01, by GP Orcullo
- fixed missing import python3 2022-10-31, by GP Orcullo
- set executionOrderId default value to 0 python3 2022-10-31, by GP Orcullo
- replaced depreciated function python3 2022-10-31, by GP Orcullo
- upgrade fake_wx python3 2022-10-29, by GP Orcullo
- Update to wx.NewIdRef() python3 2022-10-28, by GP Orcullo
- fix for gc errors on shutdown python3 2022-10-28, by GP Orcullo
- wx fixes for controls python3 2022-10-28, by GP Orcullo
- Fix: wx._core.wxAssertionError: C++ assertion "CanBeToggled()" failed python3 2022-10-28, by GP Orcullo
- fix - TypeError: unhashable type: 'Colour' python3 2022-10-28, by GP Orcullo
- xmlclass.py: fix AttributeError python3 2022-10-28, by GP Orcullo
- AbsDir fix python3 2022-10-28, by GP Orcullo
- convert sort and cmp functions to Python3 python3 2022-10-28, by GP Orcullo
- switch to pickle from cPickle python3 2022-10-28, by GP Orcullo
- fix dynamic module loading python3 2022-10-28, by GP Orcullo
- fix ctypes encoding python3 2022-10-28, by GP Orcullo
- fix string encoding python3 2022-10-28, by GP Orcullo
- updated click api python3 2022-10-28, by GP Orcullo
- remove six.reraise python3 2022-10-28, by GP Orcullo
- removed Python2 modules python3 2022-10-28, by GP Orcullo
- fixed plcopen imports python3 2022-10-28, by GP Orcullo
- automated conversion using 2to3-3.9 tool python3 2022-10-28, by GP Orcullo
- Tests: Add preliminary IEC-61131 language test, to be continued. wxPython4 23 months ago, by Edouard Tisserant
- Tests: Add time emulation feature for tests with BEREMIZ_TEST_CYCLES CFLAG. wxPython4 23 months ago, by Edouard Tisserant
- IDE: fix exception when re-opening previously closed tab wxPython4 2023-03-12, by Edouard Tisserant
- IDE: fix again ruberband with gtk3. wxPython4 2023-03-12, by Edouard Tisserant
- Merged from default wxPython4 2023-03-10, by Edouard Tisserant
- merged 2023-03-10, by Edouard Tisserant
- Modbus web configuration: add check for valid delay and period parameters 2023-03-07, by Mario de Sousa
- IDE: Fix missing highlighted element in diagrams when using GTK3 wxPython4 2023-03-08, by Edouard Tisserant
- Merged default in wxPython4 branch wxPython4 2023-03-03, by Edouard Tisserant
- Linux runtime: overrun detection for real-time timers and for plc execution. 2023-03-01, by Edouard Tisserant
- Fix typo in toolchain_gcc.py : LDLAGS -> LDFLAGS wxPython4 2023-03-03, by Edouard Tisserant
- Merged from default wxPython4 2023-02-28, by Edouard Tisserant
- Merge. 2023-02-28, by Edouard Tisserant
- SVGHMI: add two more simple widgets to default widget library 2023-02-28, by Edouard Tisserant
- Cosmetic fix in plc_debug.c template 2023-02-28, by Edouard Tisserant
- Merge. 2023-02-27, by Tomaz Orac
- Modbus plugin: add optional delay between two consecutive modbus requests sent by master/client 2023-02-19, by Mario de Sousa
- Runtime: Add RealTime checkbox in Linux target options to enable PREEMPT_RT scheduling. 2023-02-21, by Edouard Tisserant
- Runtime: move LC_NUMERIC locale setting to Beremiz_service.py. 2023-02-21, by Edouard Tisserant
- Test: Customize Fluxbox launch to get rid of toolbar in IDE tests. wxPython4 2023-02-28, by Edouard Tisserant
- Tests: Use TESSERACT_LSTM_COMBINED, LSTM + Legacy OCR mode in Sikuli, more stable results. wxPython4 2023-02-28, by Edouard Tisserant
- Merged default in wxPython4 branch wxPython4 2023-02-17, by Edouard Tisserant
- Runtime: Fix bugs in Linux target. 2023-02-17, by Edouard Tisserant
- runtime: Change Linux target to use clock_nanosleep instead of timer (better rt-preempt perf). 2023-02-16, by Edouard Tisserant
- Linux runtime: fix thread waiting on wait_RT_to_nRT_signal not being waken-up when delete_RT_to_nRT_signal is invoked. 2023-02-14, by Edouard Tisserant
- Tests: docker image needs tesseract4, but opencv lib since sikuli.jar already contains it. wxPython4 2023-02-14, by Edouard Tisserant
- More explicit default value for generic makefile target command. Assume Makfile is located in project_files wxPython4 2023-02-14, by Edouard Tisserant
- IDE: prevent IDE/CLI process surviving to sys.exit() by using deamon threads to monitor external processes output streams. wxPython4 2023-02-03, by Edouard Tisserant
- Tests: allow overriding local host's hostname with BEREIS_LOCAL_HOST env variable. wxPython4 2023-02-02, by Edouard Tisserant