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