Tue, 09 Jul 2024 11:46:19 +0200 Edouard Tisserant MQTT: still WIP, generated C code builds and link.
Tue, 09 Jul 2024 11:44:49 +0200 Edouard Tisserant Extensions: add optional arguments to ThirdPartyPath
Thu, 04 Jul 2024 11:24:04 +0200 Edouard Tisserant GCC BUILD: Prevent Memory Error when compiling huge projects.
Wed, 03 Jul 2024 11:44:01 +0200 Edouard Tisserant MQTT WIP: intermediate state, added perfect hash to map topic to variables
Fri, 14 Jun 2024 15:56:12 +0200 Edouard Tisserant MQTT WIP: intermediate state, implementing MQTT client C code generator.
Wed, 12 Jun 2024 11:45:09 +0200 Edouard Tisserant WIP: Add skeleton for MQTT extension based on part of OPC-UA extension.
Tue, 20 Aug 2024 01:51:08 +0200 Edouard Tisserant Merge remote-tracking branch 'origin/python3' into python3
Fri, 16 Aug 2024 16:30:50 +0200 etisserant C runtime: Fix PLCObject.hpp preventing build.
Sat, 17 Aug 2024 18:44:12 +0200 Edouard Tisserant IDE: generalize EVT_GRID_CELL_CHANG{ING->ED} (WxPy4)
Tue, 20 Aug 2024 01:26:58 +0200 Edouard Tisserant IDE: hopefully last fix about float type being passed to WxPy4.
Tue, 20 Aug 2024 01:25:39 +0200 Edouard Tisserant IDE: enhance variable forcing contextual menu
Tue, 20 Aug 2024 01:13:14 +0200 Edouard Tisserant IDE: fix completion
Tue, 20 Aug 2024 00:35:00 +0200 Edouard Tisserant IDE: Workaround some reported WxPython/MacOS problems.
Tue, 20 Aug 2024 00:31:45 +0200 Edouard Tisserant IDE: Fix search result not showing single occurrences
Sun, 18 Aug 2024 18:23:18 +0200 Edouard Tisserant IDE: remove warning if editing location leads to no change
Tue, 20 Aug 2024 00:23:45 +0200 Edouard Tisserant IDE: Use 8x8 grid by default
Tue, 20 Aug 2024 00:20:59 +0200 Edouard Tisserant IDE: Fix exception when connecting complex types
Tue, 20 Aug 2024 00:02:27 +0200 Edouard Tisserant LocalRuntime: no crash if zombie PLC prevents erasing workdir
Mon, 19 Aug 2024 23:58:01 +0200 Edouard Tisserant IDE: Fix printing
Sun, 18 Aug 2024 23:36:56 +0200 Edouard Tisserant IDE: failsafe escaping for input not matching utf-8 encoding
Sun, 18 Aug 2024 18:23:18 +0200 Edouard Tisserant Update Nevow revision in requirements.txt
Thu, 15 Aug 2024 23:50:01 +0200 Edouard Tisserant Merge commit '2d061a66ddc737f5dffae82413b4f8573b7eee54' into HEAD
Thu, 15 Aug 2024 23:23:56 +0200 Edouard Tisserant Add "CONTINUE" ST statement.
Thu, 15 Aug 2024 23:20:16 +0200 Edouard Tisserant C runtime: cosmetic changes
Wed, 05 Jun 2024 15:18:15 +0200 Edouard Tisserant merge again
Tue, 04 Jun 2024 14:09:16 +0200 Edouard Tisserant Revert unwanted changes potentially breaking wxGlade support.
Tue, 04 Jun 2024 08:35:13 +0200 Edouard Tisserant Tests: add erpc source to GitHub tests
Mon, 03 Jun 2024 22:29:59 +0200 Edouard Tisserant C runtime: add autoload
Mon, 03 Jun 2024 22:29:20 +0200 Edouard Tisserant C runtime: fix logging, makes test pass
Mon, 03 Jun 2024 22:24:55 +0200 Edouard Tisserant Tests: Add minimal C runtime test
Wed, 05 Jun 2024 15:05:54 +0200 Edouard Tisserant merge
Mon, 27 May 2024 11:16:27 +0200 Edouard Tisserant Xenomai runtime: report and mitigate when PLC cycle overruns.
Fri, 26 Apr 2024 12:14:52 +0200 Edouard Tisserant SVGHMI: Do not generate Popen call when comamn is empty.
Sat, 25 May 2024 16:45:38 +0200 Edouard Tisserant Fix python path in readme.
Sat, 25 May 2024 15:28:48 +0200 Edouard Tisserant Python runtime: ensure that python thread finished before returning from StopPLC.
Fri, 24 May 2024 18:55:46 +0200 Edouard Tisserant C runtime: initial fixes. Now runs and traces first_steps example.
Fri, 24 May 2024 18:48:28 +0200 Edouard Tisserant IDE: fix eRPC exception handling
Fri, 24 May 2024 18:47:30 +0200 Edouard Tisserant All Runtimes: Now sizeof(tick)=4 on all platforms (unsigned int).
Fri, 24 May 2024 18:32:23 +0200 Edouard Tisserant eRPC: update erpc version, add readme
Sat, 18 May 2024 23:59:32 +0200 Edouard Tisserant C++ runtime: WIP. Continue PLCObject implementation.
Wed, 15 May 2024 18:50:26 +0200 Edouard Tisserant Tests: fix wx_widgets.pytest/test_CustomIntCtrl.py
Wed, 15 May 2024 08:59:38 +0200 Edouard Tisserant Merge commit 'e2df70b60b84031d3ccd3ae799a4e3aa8112f3ff' into python3
Fri, 26 Apr 2024 13:40:34 +0530 Nadim Khan Doc: Add about section (PR #33)
Tue, 14 May 2024 14:22:32 +0200 Edouard Tisserant ERPC: fix SetTraceVariablesList interface
Sat, 11 May 2024 19:27:28 +0200 Edouard Tisserant C++ runtime: WIP: untested PLCObject implementation. Still missing tracing.
Fri, 26 Apr 2024 09:45:02 +0200 Edouard Tisserant Update revisions used in tests running on GitHub.
Fri, 26 Apr 2024 09:24:26 +0200 Edouard Tisserant merge
Wed, 24 Apr 2024 02:15:33 +0200 Edouard Tisserant C++ runtime: add eRPC server, minimal CLI and Makefile. WIP.
Mon, 15 Apr 2024 19:13:17 +0200 Edouard Tisserant More documentation. Work in progress.
Thu, 25 Apr 2024 16:59:05 +0200 Edouard Tisserant IDE: Fix crashing non-thread safe code using Zeroconf
Thu, 25 Apr 2024 09:37:09 +0200 Edouard Tisserant BACnet: Fixed grid cell choice editor. Consequence of wxPython4.
Wed, 24 Apr 2024 17:02:28 +0200 Edouard Tisserant SVGHMI: fix font embedding with py3
Mon, 15 Apr 2024 09:09:59 +0200 Edouard Tisserant IDE: Fix Variable grid ignoring edits. WxPython4 consequence.
Mon, 15 Apr 2024 09:08:09 +0200 Edouard Tisserant IDE: Remove all occurrences of deprecated wx.grid.PyGrid
Fri, 05 Apr 2024 14:59:00 +0200 Edouard Tisserant Merge commit '80e123b34e488ffea851dc2168b366ba6124c09b' into python3
Fri, 05 Apr 2024 14:55:58 +0200 Edouard Tisserant Doc: start converting Standard Library documentation from old MC8 manual.
Fri, 05 Apr 2024 13:11:30 +0200 Edouard Tisserant merge
Thu, 04 Apr 2024 17:58:21 +0200 Edouard Tisserant Modbus: fix test: add missing filles and add Modbus source+build in GH CI
Thu, 04 Apr 2024 17:31:49 +0200 Edouard Tisserant Modbus: add CI test + test project
Wed, 03 Apr 2024 13:02:50 +0200 Edouard Tisserant Doc: re-organize existing, sketch outline, add SVGHMI intro.