)]}'
{
  "log": [
    {
      "commit": "b70b4b7f921e1842934ca3fd28fc6a606f0ea337",
      "tree": "d581e7394c626fae633e6b98e3a2e01c6a6d305b",
      "parents": [
        "6ef588fc201514b711506066c00a2048545d36fc",
        "8fde57e880174a401c7e711a584822c07ac434f8"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Dec 29 18:04:04 2021 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Dec 29 18:04:04 2021 +0100"
      },
      "message": "Merge branch \u00272.0.x\u0027\n\nChange-Id: Id31a80511f1a5f6ae9f832247b2c56b14f18a389\n"
    },
    {
      "commit": "8fde57e880174a401c7e711a584822c07ac434f8",
      "tree": "d581e7394c626fae633e6b98e3a2e01c6a6d305b",
      "parents": [
        "265fb822d1bf433d1e368e741f1af0dee2356050"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabralcochi@gmail.com",
        "time": "Tue Nov 16 06:04:27 2021 +0100"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabralcochi@gmail.com",
        "time": "Tue Nov 16 06:11:58 2021 +0100"
      },
      "message": "[575423] Fix nano vs milliseconds in opcua\n\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d575423\nChange-Id: I03691bc25b1e2d6a11ddb594c1561d52ab93d3b3\nSigned-off-by: Jose Cabral \u003ccabralcochi@gmail.com\u003e"
    },
    {
      "commit": "265fb822d1bf433d1e368e741f1af0dee2356050",
      "tree": "aff8655fce903ac76a8c413f47192f97ee9573b2",
      "parents": [
        "f983d950ac1273d0ee460b7fa732aed672ab964e"
      ],
      "author": {
        "name": "xzhaoybk",
        "email": "zhaoxin@hitrobotgroup.com",
        "time": "Mon Oct 18 15:29:19 2021 +0800"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Nov 15 09:07:04 2021 -0500"
      },
      "message": "[576551] socket resource leakage\n\nClose socket when tcp client connection failed\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d576551\nSigned-off-by: xzhaoybk \u003czhaoxin@hitrobotgroup.com\u003e\n"
    },
    {
      "commit": "6ef588fc201514b711506066c00a2048545d36fc",
      "tree": "2eedaee003475b7f654d5a715441074c383b3450",
      "parents": [
        "8eac7884985f6a6e97250463d9c8b35635ac9530",
        "f983d950ac1273d0ee460b7fa732aed672ab964e"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Thu Oct 14 21:19:36 2021 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Thu Oct 14 21:19:36 2021 +0200"
      },
      "message": "Merge branch \u00272.0.x\u0027 into master for 2.0.0 release\n\nChange-Id: I83cdaa0fea40ce361c58a94005e77999e74c5432\n"
    },
    {
      "commit": "f983d950ac1273d0ee460b7fa732aed672ab964e",
      "tree": "2eedaee003475b7f654d5a715441074c383b3450",
      "parents": [
        "3f5d37a272898ad25135004d900165b73c7eef21"
      ],
      "author": {
        "name": "xzhaoybk",
        "email": "zhaoxin@hitrobotgroup.com",
        "time": "Thu Sep 23 19:41:48 2021 +0800"
      },
      "committer": {
        "name": "xzhaoybk",
        "email": "zhaoxin@hitrobotgroup.com",
        "time": "Thu Sep 23 19:51:24 2021 +0800"
      },
      "message": "[575852] http compiled failed under msbuild2019\n\nWith this fix, we reuse the data infrasturcture of the CIEC_STRING to\nget the conversion done. And the msbuild2019 is happy too.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d575852\nSigned-off-by: xzhaoybk \u003czhaoxin@hitrobotgroup.com\u003e\n"
    },
    {
      "commit": "3f5d37a272898ad25135004d900165b73c7eef21",
      "tree": "d278061f10590d84771833a7e7a002e2ad085b4c",
      "parents": [
        "22e00fbff33ca19eddf7b87c6653e17b865b0610"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Sep 06 23:15:23 2021 +0200"
      },
      "committer": {
        "name": "Martin Melik-Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Tue Sep 07 08:33:29 2021 -0400"
      },
      "message": "[575618] Allow upcasts in literal parsing of ANY_ELEMENTARY\n\nwith this fix setting the value of any ANY_ELEMENTARY input will allow\nto use a literal defining a type which is implicitly castable according\nto the rules of IEC 61131-3.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d575618\nChange-Id: I01170b2e661f6c138b13d58c00e3fe852007b7be\n"
    },
    {
      "commit": "22e00fbff33ca19eddf7b87c6653e17b865b0610",
      "tree": "189b3e165ab5a35a1d82778a4beacbaccc8fa579",
      "parents": [
        "aee2483f6971727cde042555cd5593fcd3a573f3"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Sep 06 20:09:45 2021 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue Sep 07 14:13:36 2021 +0200"
      },
      "message": "[575842] Move monitoring response gen out of critical region\n\nWith this fix the monitoring response is not generated while holding the\nresource lock. This should reduce the impact of monitoring on the\nrunning application.\n\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d575842\nChange-Id: I9919893630dca6f9725f328856c501253478a98b\n"
    },
    {
      "commit": "aee2483f6971727cde042555cd5593fcd3a573f3",
      "tree": "e4a3734fa5f088750f3b5ae826da262e95849be1",
      "parents": [
        "ff49fcf6c617484360ac778afe33ca3cae8a0174",
        "e44cad50dd2508406406bbbc86d9575462a9771f"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sun Sep 05 14:39:15 2021 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sun Sep 05 14:39:15 2021 +0200"
      },
      "message": "Merge branch \u00271.14.x\u0027 into develop\n\n# Conflicts:\n#\tsrc/core/funcbloc.h\n\nChange-Id: I02c742eda2b7cefcbb6c5d5398428a8cbb7ed711\n"
    },
    {
      "commit": "ff49fcf6c617484360ac778afe33ca3cae8a0174",
      "tree": "83187121ddadf1f160046e65a18440b63d3d9219",
      "parents": [
        "b3f1f7b86d5966bebae14c75f00c9da2a621dc9f"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Sep 01 20:16:10 2021 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Sep 01 15:36:43 2021 -0400"
      },
      "message": "[releng] added missing background info files\n\nChange-Id: I4a600d0e406931b914b303e5a6139a05bd21cdba\n"
    },
    {
      "commit": "b3f1f7b86d5966bebae14c75f00c9da2a621dc9f",
      "tree": "f01232c58604f97580b192bfd46eac1c53d5383e",
      "parents": [
        "2e8fb6f32e9883dba138de27e81c40bff4b5ac3f",
        "ced3c3e0e4757837d970281b5649ad9c929c644c"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Sep 01 03:38:26 2021 -0400"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Wed Sep 01 03:38:26 2021 -0400"
      },
      "message": "Merge \"[575703] The buf is wrong for ANY to ANY_STRING\" into develop"
    },
    {
      "commit": "2e8fb6f32e9883dba138de27e81c40bff4b5ac3f",
      "tree": "0666dba572889a08c1e95fbf328feb963e1bd4d0",
      "parents": [
        "3ff4ba1fd48f7f4629b03197b3bd6849c0514f07",
        "1801dafec93c01bd0fdd02baec6c3d62bef11dbf"
      ],
      "author": {
        "name": "Martin Melik-Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Wed Sep 01 03:14:19 2021 -0400"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Wed Sep 01 03:14:19 2021 -0400"
      },
      "message": "Merge \"[575442] Increase visibility of PARTIAL_ACCESS_TYPE\" into develop"
    },
    {
      "commit": "ced3c3e0e4757837d970281b5649ad9c929c644c",
      "tree": "977458aa9fb9a61f62106cd6293334a88d5358f0",
      "parents": [
        "3ff4ba1fd48f7f4629b03197b3bd6849c0514f07"
      ],
      "author": {
        "name": "xzhaoybk",
        "email": "zhaoxin@hitrobotgroup.com",
        "time": "Mon Aug 30 10:55:16 2021 +0800"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Sep 01 03:13:53 2021 -0400"
      },
      "message": "[575703] The buf is wrong for ANY to ANY_STRING\n\nThe string buf is wrong when converting from CIEC_ANY to CIEC_ANY_STRING\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d575703\nSigned-off-by: xzhaoybk \u003czhaoxin@hitrobotgroup.com\u003e\n"
    },
    {
      "commit": "3ff4ba1fd48f7f4629b03197b3bd6849c0514f07",
      "tree": "46dbb9879bfb133fc0238d5ff4d8ea7ab1202081",
      "parents": [
        "0e57fe88d7ac83bc2ded71108dd5e684bae990a6"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabralcochi@gmail.com",
        "time": "Wed Aug 18 05:17:17 2021 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue Aug 31 14:56:04 2021 -0400"
      },
      "message": "[575467] Allow opening socket on used udp multicast endpoint in Mac\n\nSet SO_REUSEPORT on listening UDP socket\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d575467\nChange-Id: Ia8278511767f6144d56ef56272e21504b2dc7e43\nSigned-off-by: Jose Cabral \u003ccabralcochi@gmail.com\u003e"
    },
    {
      "commit": "0e57fe88d7ac83bc2ded71108dd5e684bae990a6",
      "tree": "d09ab1df437a03481579b7b866b1f889b8de88bf",
      "parents": [
        "a75eac87f932349cd866524560dc16d11856cc99"
      ],
      "author": {
        "name": "xzhaoybk",
        "email": "zhaoxin@hitrobotgroup.com",
        "time": "Sun Aug 29 22:46:14 2021 +0800"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Aug 30 06:51:54 2021 -0400"
      },
      "message": "[574318] External event queue becomes event locker after it is full\n\nTo solve the problem that after the queue is full,\nthe event chain logic cannot be executed any more\n\nBug:https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d574318\nSigned-off-by: xzhaoybk \u003czhaoxin@hitrobotgroup.com\u003e\n"
    },
    {
      "commit": "1801dafec93c01bd0fdd02baec6c3d62bef11dbf",
      "tree": "9a2788500bca925739410197370bf648e5a90253",
      "parents": [
        "a75eac87f932349cd866524560dc16d11856cc99"
      ],
      "author": {
        "name": "Ernst Blecha",
        "email": "ernst.blecha@jku.at",
        "time": "Mon Aug 23 12:55:43 2021 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Aug 23 07:16:01 2021 -0400"
      },
      "message": "[575442] Increase visibility of PARTIAL_ACCESS_TYPE\n\nCIEC_ANY_BIT::PARTIAL_ACCESS_TYPE is used in forte_array_at and therefore needs to be publicly visible.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d575442\nChange-Id: Ibc161376cf3485ff6b6fbf2b157707548e76ab83\n"
    },
    {
      "commit": "a75eac87f932349cd866524560dc16d11856cc99",
      "tree": "3b1b34985e4cc48a18d5f1164f803e655b382630",
      "parents": [
        "df8db7cccd1c87e8dcb9a79d0d6b4b781bcf455b"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabralcochi@gmail.com",
        "time": "Mon Aug 16 06:38:49 2021 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabralcochi@gmail.com",
        "time": "Mon Aug 16 06:38:49 2021 +0200"
      },
      "message": "[575424] Fix semaphore in Macos\n\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d575424\nChange-Id: Ia746036a63f8fb60c8c10f492b029a56639c25b8\nSigned-off-by: Jose Cabral \u003ccabralcochi@gmail.com\u003e\n"
    },
    {
      "commit": "df8db7cccd1c87e8dcb9a79d0d6b4b781bcf455b",
      "tree": "e772970cf0c37c1d65b6ed7eb83780559e0336bc",
      "parents": [
        "9b03b033217a1a368def6587db97a57d4d71835a"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabralcochi@gmail.com",
        "time": "Sat Jul 24 08:33:43 2021 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabralcochi@gmail.com",
        "time": "Sat Jul 24 08:33:43 2021 +0200"
      },
      "message": "[575013] Fix problems when compiling in macos\n\nAdd cmake settings to enable specific solutions for some cases,\napplicable to all archs\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d575013\nSigned-off-by: Jose Cabral \u003ccabralcochi@gmail.com\u003e\n"
    },
    {
      "commit": "8eac7884985f6a6e97250463d9c8b35635ac9530",
      "tree": "5e14178e4a2b56201a739a7755ba8525b290da9c",
      "parents": [
        "8c7e5e84ee4262892b0887d159e54914ff686124",
        "e44cad50dd2508406406bbbc86d9575462a9771f"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon May 03 21:14:20 2021 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon May 03 21:14:20 2021 +0200"
      },
      "message": "Merge branch \u00271.14.x\u0027\n\nChange-Id: I61116a2e1f076303c37b7d713460cd50ba299921\n"
    },
    {
      "commit": "9b03b033217a1a368def6587db97a57d4d71835a",
      "tree": "6dd2415ac0c8a282d7114baff48867bab82003e3",
      "parents": [
        "d1bff0d34a02ef969a61fc5749306fac17c97fc5"
      ],
      "author": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Tue Apr 06 12:45:08 2021 +0200"
      },
      "committer": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Tue Apr 06 12:45:08 2021 +0200"
      },
      "message": "[571658] Fixes broken forte_add_directory_module\n\nThe addition of the on/off switch broke this macro.\nThis fix adds a default OFF for modules created by forte_add_directory_module\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d571658\n\nChange-Id: I838cc6f2218a418a5a911f082ea09103407702b7\nSigned-off-by: Martin Melik Merkumians \u003cmelik-merkumians@acin.tuwien.ac.at\u003e\n"
    },
    {
      "commit": "e44cad50dd2508406406bbbc86d9575462a9771f",
      "tree": "5e14178e4a2b56201a739a7755ba8525b290da9c",
      "parents": [
        "1cc1f8570dfb3190c24c945a8f913387fa0aef8d"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sun Mar 28 18:11:23 2021 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sun Mar 28 18:11:23 2021 +0200"
      },
      "message": "[572371] Prefix all IN and OUT functions with st_\n\nIn order to avoid build problems on windows this fix prefixes all IN and\nOUT port accessor functions with st_. Furthermore all undefs for IN and\nOUT are removed as well.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d572371\nChange-Id: Iaa39aabae43b1a7b00c6410a5e445d7343e2e0e1\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "d1bff0d34a02ef969a61fc5749306fac17c97fc5",
      "tree": "ffcb39fcbaba4174bcc3ef67c31e76f188fc4f26",
      "parents": [
        "7d52744215202899312d5923230adb0fdc5fb472"
      ],
      "author": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Thu Mar 11 16:08:59 2021 +0100"
      },
      "committer": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Thu Mar 11 23:13:34 2021 +0100"
      },
      "message": "[571664] Enables use of internal FBs in FORTE\n\nProvides the means to enable the creation and use of FB-internal FBs in\nBFBs and SFBs\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d571664\n\nChange-Id: I132f1c2d5b5eed552141b47c9eb00511f547ee8d\nSigned-off-by: Martin Melik Merkumians \u003cmelik-merkumians@acin.tuwien.ac.at\u003e\n"
    },
    {
      "commit": "1cc1f8570dfb3190c24c945a8f913387fa0aef8d",
      "tree": "28ec31cfba829170fc6c5250fe21d8f922b27fce",
      "parents": [
        "5a5954a808263afdc8acdb90c6e84ab43d250eec"
      ],
      "author": {
        "name": "xzhaoybk",
        "email": "zhaoxin@hitrobotgroup.com",
        "time": "Thu Mar 04 18:54:02 2021 +0800"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Fri Mar 05 02:08:14 2021 -0500"
      },
      "message": "[571679] with visual studio build tools 2019, do not need to specify atls.lib (atlsd.lib) and headers in CMakeLists.txt\n\nSee \"https://docs.microsoft.com/en-us/cpp/porting/visual-cpp-change-history-2003-2015?redirectedfrom\u003dMSDN\u0026view\u003dmsvc-160#mfc-and-atl\" for atls library change. The webpages of 4diac for opc DA compilation are updated as well.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d571679\n\nChange-Id: I72364a2fae1e870b744fc5c4dc7d739622834aa8\nSigned-off-by: xzhaoybk \u003czhaoxin@hitrobotgroup.com\u003e\n"
    },
    {
      "commit": "7d52744215202899312d5923230adb0fdc5fb472",
      "tree": "9bfae3ac9bdcb65b32e19779b608a60eedf02a06",
      "parents": [
        "5a5954a808263afdc8acdb90c6e84ab43d250eec"
      ],
      "author": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Wed Mar 03 16:55:56 2021 +0100"
      },
      "committer": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Wed Mar 03 16:55:56 2021 +0100"
      },
      "message": "[571658] Adds a ON/OFF switch for module default\n\nThis commits provides the possibility to mark 4diac forte modules to be activated at default. This is done to simplify the build process for external modules.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d571658\n\nChange-Id: Idd18e716f1ab2dc795d2e8c6e2ca73f29a1cd7db\nSigned-off-by: Martin Melik Merkumians \u003cmelik-merkumians@acin.tuwien.ac.at\u003e\n"
    },
    {
      "commit": "5a5954a808263afdc8acdb90c6e84ab43d250eec",
      "tree": "2a2ca8241c361370faaaf9bc73c37e31dacf3e59",
      "parents": [
        "4a1646bc5a4614ec44e1e727ff59da4a87f213f0",
        "a412e743ee97b185929f8cacf7ad5ee79cb031a6"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Mar 01 21:17:57 2021 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Mar 01 21:25:28 2021 +0100"
      },
      "message": "Merge branch \u00271.13.x\u0027 into develop\n\nChange-Id: I15dad787598a84c05a04074666b784132d288e5f\n"
    },
    {
      "commit": "4a1646bc5a4614ec44e1e727ff59da4a87f213f0",
      "tree": "02c0ef06a1d8f8968ec20534b04d653ff3c5f9c8",
      "parents": [
        "bbc11236ed7c78677a1e167f6dd8cf9dc5c1ee79"
      ],
      "author": {
        "name": "Lisa Sonnleithner",
        "email": "lisa.sonnleithner@jku.at",
        "time": "Thu Feb 11 16:56:43 2021 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sun Feb 14 06:14:26 2021 -0500"
      },
      "message": "[571126] Fixed Issue with setup_lmsEv3.sh\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d571126\nChange-Id: Ia7801e4e89211df1ccb8ca75d1e73c7ab5300feb\nSigned-off-by: Lisa Sonnleithner \u003clisa.sonnleithner@jku.at\u003e"
    },
    {
      "commit": "bbc11236ed7c78677a1e167f6dd8cf9dc5c1ee79",
      "tree": "c540ed4517e51f4e071b080b1fb16ce0ed1df73c",
      "parents": [
        "eb8ec22c9328757208bdfe06584d1a9a83a06339"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Thu Jan 28 19:48:49 2021 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sat Feb 13 16:24:54 2021 -0500"
      },
      "message": "[570580] Removed doubled com modules\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d570580\nChange-Id: I7c826e0023e9f71376974a7586f6f530bd228007\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "a412e743ee97b185929f8cacf7ad5ee79cb031a6",
      "tree": "c4f4b09fa6dbb1f1307dbc3349af7512e3446e9b",
      "parents": [
        "a25f30d9be1217a6980f45f47a15f9ac34802db5"
      ],
      "author": {
        "name": "xzhaoybk",
        "email": "zhaoxin@hitrobotgroup.com",
        "time": "Thu Feb 04 14:54:14 2021 +0800"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Thu Feb 11 09:56:11 2021 -0500"
      },
      "message": "[570895] Ease the workload to compile OPC DA\n\nATL header path\u0026linked path are included in CMaekLists.txt\nso that only the ATL path specified with CMake gui.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d570895\nChange-Id: I42a14a44bed3c933e9cde2784b89f18a4ef412f7\nSigned-off-by: xzhaoybk \u003czhaoxin@hitrobotgroup.com\u003e\n"
    },
    {
      "commit": "a25f30d9be1217a6980f45f47a15f9ac34802db5",
      "tree": "4979182b49ab15726010b66fa3ed2f24d84d639a",
      "parents": [
        "b15c7fd18dd07df7a260d24c95d8acfd2554cb19"
      ],
      "author": {
        "name": "yguo1s3",
        "email": "guoys@hitrobotgroup.com",
        "time": "Thu Feb 04 14:57:48 2021 +0800"
      },
      "committer": {
        "name": "yguo1s3",
        "email": "guoys@hitrobotgroup.com",
        "time": "Mon Feb 08 17:31:00 2021 +0800"
      },
      "message": "[570829] Fix opc module compilation errors and deadlock bug\n\nopc da module has some compilation errors and deadlock problems.\nfix opc module compilation errors and deadlock bug\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d570829\nChange-Id: I7d4f791b0c0236d03f15049cc64697bdd724acb3\nSigned-off-by: yguo1s3 \u003cguoys@hitrobotgroup.com\u003e\n"
    },
    {
      "commit": "eb8ec22c9328757208bdfe06584d1a9a83a06339",
      "tree": "eade93be0d69e33b8ee19e33255f75ee90218665",
      "parents": [
        "504129d53783c2b9137cb7945969b418d986ed4a"
      ],
      "author": {
        "name": "xzhaoybk",
        "email": "zhaoxin@hitrobotgroup.com",
        "time": "Sun Feb 07 13:47:30 2021 +0800"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Feb 08 02:35:07 2021 -0500"
      },
      "message": "[570403] Piface module compile failed\n\nTo adapt to new hander infrastrue, make CPiFaceProcessInterface a friend\nof CDeviceExecution\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d570403\nChange-Id: Id77fcbc940b577a8b775a5fb657f22c2910e20ab\nSigned-off-by: xzhaoybk \u003czhaoxin@hitrobotgroup.com\u003e\n"
    },
    {
      "commit": "504129d53783c2b9137cb7945969b418d986ed4a",
      "tree": "0b313fd8d9f102f9d47f1a7fb0a340eec7ad91cd",
      "parents": [
        "d932a610598ce67b4c1c7afd583e56d1d1610b9d"
      ],
      "author": {
        "name": "Sergey Barsukov",
        "email": "senbarsukov@gmail.com",
        "time": "Sun Jan 31 18:47:57 2021 +0300"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sun Jan 31 11:52:39 2021 -0500"
      },
      "message": "[570792] Delete heap using\n\nAvoiding removing loops with -O2\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d570792\nSigned-off-by: Sergey Barsukov \u003csenbarsukov@gmail.com\u003e\nChange-Id: Ifd0f14b43b356dc4778b6fa8fe9dd9e7f3cbee75\n"
    },
    {
      "commit": "d932a610598ce67b4c1c7afd583e56d1d1610b9d",
      "tree": "6acd07a27337b93723fdb69b55fe5e4cd1918b52",
      "parents": [
        "6d5ac3292c9c71e0102812913f4e3f5f9696ecc5"
      ],
      "author": {
        "name": "Sergey Barsukov",
        "email": "senbarsukov@gmail.com",
        "time": "Thu Jan 28 19:29:41 2021 +0300"
      },
      "committer": {
        "name": "Sergey Barsukov",
        "email": "senbarsukov@gmail.com",
        "time": "Fri Jan 29 17:45:22 2021 +0300"
      },
      "message": "[569145] Avoid wrong types, and method\n\nSForteTime type not supported [see b6049c559788562b5817b0330142e55a7a4e3055]\nGet rid of CTimerHandler class\nNot correct argument type for CModbusClientConnection\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569145\nSigned-off-by: Sergey Barsukov \u003csenbarsukov@gmail.com\u003e\nChange-Id: Ic2106c11201b5ee976db255f4ef3c333b3208c0e\n"
    },
    {
      "commit": "6d5ac3292c9c71e0102812913f4e3f5f9696ecc5",
      "tree": "74cc23826ec34e8fe28ccc5e0229224f28112766",
      "parents": [
        "2f1700a1ee9833e69570f5ef2324f539dab1d0b9",
        "282a565bdc287a8b1925b099490b876aa651451f"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Thu Jan 07 02:47:15 2021 -0500"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Thu Jan 07 02:47:15 2021 -0500"
      },
      "message": "Merge \"[570155] Clean exit forte when boot file not found and set to do it\" into develop"
    },
    {
      "commit": "2f1700a1ee9833e69570f5ef2324f539dab1d0b9",
      "tree": "3ba676fccb9d1c4ad59c0d5fcfdbcd960d196035",
      "parents": [
        "03b78eb8bdfa16e0eddcb89beefbd44e373a8927",
        "75124d7a98d30da6c4a57bfeb19eb768d094a459"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Thu Jan 07 02:45:02 2021 -0500"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Thu Jan 07 02:45:02 2021 -0500"
      },
      "message": "Merge \"[549172] Fix failing time conversion tests in ming64w\" into develop"
    },
    {
      "commit": "282a565bdc287a8b1925b099490b876aa651451f",
      "tree": "c33d51835035e565f7702749c7a457532a9bc8cb",
      "parents": [
        "03b78eb8bdfa16e0eddcb89beefbd44e373a8927"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Thu Jan 07 06:22:48 2021 +0100"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Thu Jan 07 06:22:48 2021 +0100"
      },
      "message": "[570155] Clean exit forte when boot file not found and set to do it\n\nInstead of invoking exit, the exit command is passed to the Device so it\nexits cleanly\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d570155\nChange-Id: I4378d3f39e7320dd5ee4a2d3b163f1833653ff02\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e"
    },
    {
      "commit": "75124d7a98d30da6c4a57bfeb19eb768d094a459",
      "tree": "52c4a3f45353a41d0f4c5c6c6404445611461193",
      "parents": [
        "0b12f1443abdf0928060327553633de8d1e7b60d"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Thu Jan 07 06:14:05 2021 +0100"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Thu Jan 07 06:14:05 2021 +0100"
      },
      "message": "[549172] Fix failing time conversion tests in ming64w\n\nUse 64bits type to avoid overflow in calculations\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d549172\nChange-Id: I45ada0faa4bb348bff2a4f42b4f8225ee7ddbb2a\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e"
    },
    {
      "commit": "03b78eb8bdfa16e0eddcb89beefbd44e373a8927",
      "tree": "5d7cdec5d0981e4cabb341fffda87cfbe0bafd84",
      "parents": [
        "0b12f1443abdf0928060327553633de8d1e7b60d"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Fri Dec 11 18:26:20 2020 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sun Dec 13 12:25:24 2020 +0100"
      },
      "message": "[569648] Add missing initialization for mAddList in Timerhandler\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569648\nChange-Id: I99cf91b0bd57ef1c518c11ce59cbf37fc72058e1\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "b15c7fd18dd07df7a260d24c95d8acfd2554cb19",
      "tree": "61bca9d21c4ab8be819ca15e48d21c67e7e0cbf3",
      "parents": [
        "6f98386b3769d4f410805f3cd2dd496382f37227"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Dec 02 08:53:31 2020 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Dec 02 08:53:31 2020 +0100"
      },
      "message": "[569266] Fixed copy paste error in CBETread\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569266\nChange-Id: Id70b362248de28fa0e0346aabc8372701c944f2e\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "0b12f1443abdf0928060327553633de8d1e7b60d",
      "tree": "1cab5342218445a06ab09b6a2d9e98c7a05732ca",
      "parents": [
        "90f374ecfcab36222ae82006513db92aa6724a76"
      ],
      "author": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Tue Nov 24 23:20:22 2020 +0100"
      },
      "committer": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Mon Nov 30 22:09:29 2020 +0100"
      },
      "message": "[569141] Fix C++98 regressions\n\nFORTE is supposed to compile and run on C++98 compilers, since there are\nstill a few users without upgrade options.\n\nThis patch fixes some minor regression in the mqtt modules.  It also\nfixes incorrect initialisation of the MQTT sync object, and it enhances\nPOSIX sync objects in a C++98-compatible way to prevent being used\nincorrectly in the future.  Finally, it fixes incorrect feature\ndetection in presence of standard CMake settings for language\nfeatures (CMAKE_CXX_STANDARD etc.).\n\nConflicts:\n\tsrc/arch/posix/forte_sync.h\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569141\nSigned-off-by: Jörg Walter \u003cjoerg.walter@offis.de\u003e\nChange-Id: I143a7dbdf063646d31b64ad92d6415072527d4b9\n"
    },
    {
      "commit": "90f374ecfcab36222ae82006513db92aa6724a76",
      "tree": "995a287b154e321e56e25eaee3f3364b65fbeee1",
      "parents": [
        "8114081011d5e47ffede2ecdd22dd0902d0f725a"
      ],
      "author": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Thu Nov 26 03:26:10 2020 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Nov 30 13:08:43 2020 -0500"
      },
      "message": "[569184] Introduce WinXP compatibility setting\n\nAt least one major PLC vendor sold Windows XP based boxes, which means\nthat this is a relevant target for 4diac. Right now, the\nplatform-specific part of FORTE uses some \u003e\u003d Vista APIs.\n\nThis patch introduces a workaround which makes CPCSyncObject use a\ncritical section as backend. Due to possible performance degradation of\ncritical sections vs. SRW locks, this change is guarded by a CMake\nsetting.\n\nFurthermore, the patch replaces calls to InetPton with equivalent calls\nto WSAStringToAddressA.\n\nThis patch also silences a few warnings on MingW.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569184\nSigned-off-by: Jörg Walter \u003cjoerg.walter@offis.de\u003e\nChange-Id: I24eba08ffed89be13a8b0d66209407fa22e3bf7b\n"
    },
    {
      "commit": "8114081011d5e47ffede2ecdd22dd0902d0f725a",
      "tree": "9de533ad028f5b2ef9e62c12109edc796bb412d4",
      "parents": [
        "58487e767120b23569932dc080b3ff689c2e175c",
        "6c24339ad099652793462b360aec0b8bd2577ad7"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Nov 30 13:07:52 2020 -0500"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Mon Nov 30 13:07:52 2020 -0500"
      },
      "message": "Merge \"[569084] Changed plain mutex use in new posix semaphore\" into develop"
    },
    {
      "commit": "6f98386b3769d4f410805f3cd2dd496382f37227",
      "tree": "72fe132fd06b2f1c613fc485003ff10e07b6104d",
      "parents": [
        "63ddb70e3fb58835b3aa1095868b80dccecb5555"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sun Nov 29 21:25:07 2020 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sun Nov 29 15:25:45 2020 -0500"
      },
      "message": "[569266] Fixing CMakeLists.txt for Bachmann M1 architecture\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569266\nChange-Id: Ia4bc0abd7fa480eed2f75fcee42e8907e238a5f5\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "58487e767120b23569932dc080b3ff689c2e175c",
      "tree": "74e982334a7f2cf329de4f2ef6b11da2dfe5ae26",
      "parents": [
        "00b87b6bcb045fd7fc09a31cb824f6178dfff6fb"
      ],
      "author": {
        "name": "Ernst Blecha",
        "email": "ernst.blecha@jku.at",
        "time": "Fri Jun 19 13:06:57 2020 +0200"
      },
      "committer": {
        "name": "Ernst Blecha",
        "email": "ernst.blecha@jku.at",
        "time": "Thu Nov 26 07:54:17 2020 +0100"
      },
      "message": "[509302] CMake: add directory-modules\n\nAdds functions that make it possible that a directory strcture is used\nto define the contents of a forte module. This enables exporting a\nCMakeLists.txt with functionblocks from 4diac-ide.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d509302\nChange-Id: I68dcf18df78be1d52355dd371c6c625a9938bbb5\nSigned-off-by: Ernst Blecha \u003cernst.blecha@jku.at\u003e"
    },
    {
      "commit": "6c24339ad099652793462b360aec0b8bd2577ad7",
      "tree": "8f6e6b7822a625188d0d6b664603cfaa96080a32",
      "parents": [
        "00b87b6bcb045fd7fc09a31cb824f6178dfff6fb"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Nov 25 09:41:33 2020 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Nov 25 22:30:26 2020 +0100"
      },
      "message": "[569084] Changed plain mutex use in new posix semaphore\n\nIn order to make use of the CriticalRegion helper class the plain\npthread mutex used for the new semaphore implementation has been\nreplaced with our sycn object class. This removes a few lines of code in\nthe semaphore class.\n\nFurthermore the syncobject class was renamed to CPThreadSyncObject.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569084\nChange-Id: I900a0f0c87b34d47d7bd03a011fa91c46f4f40f4\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "00b87b6bcb045fd7fc09a31cb824f6178dfff6fb",
      "tree": "7cefe4d501a918d472e2d7a7e7b1fab4b2747c9c",
      "parents": [
        "e2288a57d0f7bdfd01c6bf42e7f68ddd2f74c6db",
        "9caceb1e3fcf394e38c78286ebacd020186b27e6"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Nov 25 03:02:02 2020 -0500"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Wed Nov 25 03:02:02 2020 -0500"
      },
      "message": "Merge \"[569144] Fix FORTE_LINKED_STRINGDICT definition\" into develop"
    },
    {
      "commit": "e2288a57d0f7bdfd01c6bf42e7f68ddd2f74c6db",
      "tree": "3bb4cabac0dd1b6da0d645f7da3c565f55a971e8",
      "parents": [
        "cddb20f435a12ead4adb98688645d4f9928b04d5",
        "cd8d0b730becee48a46f42938b43edf598c2ad86"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Nov 25 02:58:00 2020 -0500"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Wed Nov 25 02:58:00 2020 -0500"
      },
      "message": "Merge \"[569084] change POSIX semaphores to not busy-wait\" into develop"
    },
    {
      "commit": "9caceb1e3fcf394e38c78286ebacd020186b27e6",
      "tree": "52a0502d75a525cd4209e52f364c0d47c21af530",
      "parents": [
        "cddb20f435a12ead4adb98688645d4f9928b04d5"
      ],
      "author": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Tue Nov 24 23:34:04 2020 +0100"
      },
      "committer": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Tue Nov 24 23:34:04 2020 +0100"
      },
      "message": "[569144] Fix FORTE_LINKED_STRINGDICT definition\n\nA misplaced definition of build option FORTE_LINKED_STRINGDICT leads to\na superfluous recompile of all source files on the second build in a ny\ngiven build directory. Its value is referenced before it is defined.\n\nThis patch moves the option declaration in CMakeLists.txt up so that it\ncan take effect before FORTE_LINKED_STRINGDICT is referenced first.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569144\nSigned-off-by: Jörg Walter \u003cjoerg.walter@offis.de\u003e\nChange-Id: Ie0b964c9e143ac96d5aa2608f6ca61a8c4b7e7fc\n"
    },
    {
      "commit": "cd8d0b730becee48a46f42938b43edf598c2ad86",
      "tree": "4e098c0e820f00889e8d0075981d8bd204a00e92",
      "parents": [
        "c6519c8f24546eca2c3b266d7a97582d58c2cc2d"
      ],
      "author": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Tue Nov 24 02:07:27 2020 +0100"
      },
      "committer": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Tue Nov 24 22:55:46 2020 +0100"
      },
      "message": "[569084] change POSIX semaphores to not busy-wait\n\nThe current implementation of semaphores on the POSIX platform causes\n100% CPU load when timedWait() is called.  It is based on POSIX\nsemaphores and cannot be fixed due to API shortcomings.\n\nThis patch replaces the old implementation with one based on POSIX\ncondition variables, which allow bug-free waiting with timeout.  The\nsemaphore type is also changed to be a binary semaphore in order to be\nin line with other platforms.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569084\nSigned-off-by: Jörg Walter \u003cjoerg.walter@offis.de\u003e\nChange-Id: I215ccbe4130096bb759db309258bd2589bd66b81\n"
    },
    {
      "commit": "cddb20f435a12ead4adb98688645d4f9928b04d5",
      "tree": "078d8d5d78bbab2865de7c9f5fc7662e5c509fba",
      "parents": [
        "89b316e3da21d59b9f136a6b10faa7fe785ba9df",
        "230524899f810cb90963cd7a044a7f911e9499ec"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue Nov 24 07:38:45 2020 -0500"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Tue Nov 24 07:38:45 2020 -0500"
      },
      "message": "Merge \"[569093] Allow setting FORTE_IPLayerRecvBufferSize\" into develop"
    },
    {
      "commit": "63ddb70e3fb58835b3aa1095868b80dccecb5555",
      "tree": "c0a81d7e56ba09e71bd5a08f1ce35a7732663695",
      "parents": [
        "589231949facf0c68fe17fed534b0a2112180e1e"
      ],
      "author": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Tue Nov 24 02:44:46 2020 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue Nov 24 07:32:08 2020 -0500"
      },
      "message": "[569086] Make POSIX sercomm standards-conformant\n\nSome C libraries do not support the nonstandard struct termios fields\nc_ispeed and c_ospeed. musl libc is one such library.\n\nThis patch fixes the two offending usages by replacing them with a\nstandards-compliant alternative.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569086\nSigned-off-by: Jörg Walter \u003cjoerg.walter@offis.de\u003e\n(cherry picked from commit d31b4733b4175d3604e2f8a40bbcc40d0cfe5d0f)\n\nChange-Id: I82eac007953b44bde06b81d00589398ce6103925\n"
    },
    {
      "commit": "89b316e3da21d59b9f136a6b10faa7fe785ba9df",
      "tree": "04956bbfe37c5b8f7d8d9a12ca887c3c70acb0c5",
      "parents": [
        "ff9a386a2401d331f894d0a7a5c07c4753724498",
        "d31b4733b4175d3604e2f8a40bbcc40d0cfe5d0f"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue Nov 24 07:24:09 2020 -0500"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Tue Nov 24 07:24:09 2020 -0500"
      },
      "message": "Merge \"[569086] Make POSIX sercomm standards-conformant\" into develop"
    },
    {
      "commit": "589231949facf0c68fe17fed534b0a2112180e1e",
      "tree": "47279c531c2118a1c750455d755475ae9aa89428",
      "parents": [
        "57798af88ba7941a9d34f194b0e13c64ee441f9a"
      ],
      "author": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Tue Nov 24 02:33:17 2020 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue Nov 24 03:14:01 2020 -0500"
      },
      "message": "[569085] Fix assignment bug in Arrowhead module\n\nThe Arrowhead module contains a trivial assignment bug.\n\nThis patch fixes the bug.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569085\nChange-Id: I7399c4df4aae7a3bd2e08885f9811e2743bf48c0\nSigned-off-by: Jörg Walter \u003cjoerg.walter@offis.de\u003e\n"
    },
    {
      "commit": "230524899f810cb90963cd7a044a7f911e9499ec",
      "tree": "d540e93b4923757a9ec069263248ed51b2aa8a0b",
      "parents": [
        "c6519c8f24546eca2c3b266d7a97582d58c2cc2d"
      ],
      "author": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Tue Nov 24 04:13:04 2020 +0100"
      },
      "committer": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Tue Nov 24 04:13:04 2020 +0100"
      },
      "message": "[569093] Allow setting FORTE_IPLayerRecvBufferSize\n\nFORTE_IPLayerRecvBufferSize is a configurable CMake variable, thus users\nmight want to configure it.  Currently, CMakeLists.txt prevents that by\nusing the FORCE option to SET.\n\nThis patch removes the FORCE flag from the relevant SET calls.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569093\nSigned-off-by: Jörg Walter \u003cjoerg.walter@offis.de\u003e\n"
    },
    {
      "commit": "d31b4733b4175d3604e2f8a40bbcc40d0cfe5d0f",
      "tree": "4fc4d049ba7da92a8d009d5b354c0bdc7d5b1316",
      "parents": [
        "c6519c8f24546eca2c3b266d7a97582d58c2cc2d"
      ],
      "author": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Tue Nov 24 02:44:46 2020 +0100"
      },
      "committer": {
        "name": "Jörg Walter",
        "email": "joerg.walter@offis.de",
        "time": "Tue Nov 24 02:44:46 2020 +0100"
      },
      "message": "[569086] Make POSIX sercomm standards-conformant\n\nSome C libraries do not support the nonstandard struct termios fields\nc_ispeed and c_ospeed. musl libc is one such library.\n\nThis patch fixes the two offending usages by replacing them with a\nstandards-compliant alternative.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569086\nSigned-off-by: Jörg Walter \u003cjoerg.walter@offis.de\u003e\n"
    },
    {
      "commit": "ff9a386a2401d331f894d0a7a5c07c4753724498",
      "tree": "3d2675fd5e58c6f909d9991507e2fc52542de0f2",
      "parents": [
        "c6519c8f24546eca2c3b266d7a97582d58c2cc2d"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Nov 18 22:01:08 2020 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Fri Nov 20 17:28:23 2020 +0100"
      },
      "message": "[568902] reworked timer handler to reduce required mutex locks\n\nWith this change the timer handler only requires to acquire a mutex in\nits main loop when a new timed FB is added or removed. This reduces the\ncomputation time of the timerhandler and should bring less jitter to\ntimed fbs.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d568902\nChange-Id: If28d4a08a2a7f3ebafb6c6e8ad337a0e02e610cd\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "c6519c8f24546eca2c3b266d7a97582d58c2cc2d",
      "tree": "3bc8f4599e6441dd885fed19a98c27df75510015",
      "parents": [
        "57798af88ba7941a9d34f194b0e13c64ee441f9a"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Nov 18 13:12:42 2020 +0100"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Thu Nov 19 20:17:56 2020 +0100"
      },
      "message": "[568902] First jitter improvement of timer handler\n\nThis first step moves the first setting of the timeout out of the mutex.\nThis will reduce the jitter for E_DELAY.\n\nFurthermore a safety check is moved out of the main timer loop which\nshould reduce execution time for cyclic timer processing.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d568902\nChange-Id: I677c19f71cfa791c8607baf55558dca3a24c3929\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "8c7e5e84ee4262892b0887d159e54914ff686124",
      "tree": "3533a971b1da525c3e90d9027e8a30e116149657",
      "parents": [
        "f5415f1744319c15c8b8773ecbf7dd660a00f777",
        "57798af88ba7941a9d34f194b0e13c64ee441f9a"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Oct 12 21:39:13 2020 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Oct 12 21:39:13 2020 +0200"
      },
      "message": "Merge branch \u00271.13.x\u0027 into master for 1.13.0 release\n\nChange-Id: I203014c86c40490e99c002f811112403224d63f1\n"
    },
    {
      "commit": "57798af88ba7941a9d34f194b0e13c64ee441f9a",
      "tree": "3533a971b1da525c3e90d9027e8a30e116149657",
      "parents": [
        "9bfa333fc15d1cf5547a2ff3d88c382a74890b06",
        "1239aebe6616b9ecd5391d8fd4d27d9a15a3a97a"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Oct 07 04:21:18 2020 -0400"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Wed Oct 07 04:21:18 2020 -0400"
      },
      "message": "Merge \"[567611] Code generator produces invalid code for FBs with 0 event ins or outs\" into develop"
    },
    {
      "commit": "1239aebe6616b9ecd5391d8fd4d27d9a15a3a97a",
      "tree": "36b8fab8dc03ced70f3ddc6d26b26f99e88ed6b9",
      "parents": [
        "41502abae10d41209c399bbe0457224b48427bb1"
      ],
      "author": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Mon Oct 05 17:20:35 2020 +0200"
      },
      "committer": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Wed Oct 07 09:57:58 2020 +0200"
      },
      "message": "[567611] Code generator produces invalid code for FBs with 0 event ins or outs\n\nProvides the now corrected code for E_STOPWATCH, which was first\ngenerated with the faulty code generator. This version compiles also\nwith MSVC\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d567611\n\nChange-Id: I75b5704d98f5244f80e0ea9c45d5685bee1ecf8a\nSigned-off-by: Martin Melik Merkumians \u003cmelik-merkumians@acin.tuwien.ac.at\u003e\n"
    },
    {
      "commit": "9bfa333fc15d1cf5547a2ff3d88c382a74890b06",
      "tree": "4b036a2e3b71c76d49ebcf92801476c739c997d3",
      "parents": [
        "13ec0c2ab806746519e75205f49b4fc125b0e146"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Wed Sep 23 12:10:09 2020 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Wed Sep 23 13:10:15 2020 +0200"
      },
      "message": "[567282] Add support for PLC01A1 module\n\nThe module uses only linux libraries and headers to connect using SPI\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d567282\nChange-Id: Iaf5af8c87c53079620415144c094a1978e16d969\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e\n"
    },
    {
      "commit": "13ec0c2ab806746519e75205f49b4fc125b0e146",
      "tree": "827eb2f2f126edcb516fdc794206ae8d838b8d91",
      "parents": [
        "41502abae10d41209c399bbe0457224b48427bb1",
        "a036c74ff5333e1854815f3e1ad9c607cd23ac72"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Sep 21 18:18:10 2020 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Sep 21 18:18:10 2020 +0200"
      },
      "message": "Merge branch \u00271.12.x\u0027 into develop\n\nChange-Id: I57e185a059f65766f0eb71c14f424547a86aacee\n"
    },
    {
      "commit": "a036c74ff5333e1854815f3e1ad9c607cd23ac72",
      "tree": "8b0ac6755b4260912cdfc921398d3243d83108a5",
      "parents": [
        "08cd18b669db6bf0c91e2de6a712d4e67c7eac5d"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Jul 01 10:42:34 2020 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Fri Sep 18 22:27:41 2020 +0200"
      },
      "message": "[563535] Time literals in arrays or structs would not been parsed\n\nWith the last fix time literals in arrays or structs would not have been\nparsed correctly. This is improved now.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d563535\nChange-Id: Ib550a4e8192468f340022277c3607cddc9584be7\n"
    },
    {
      "commit": "41502abae10d41209c399bbe0457224b48427bb1",
      "tree": "93fa3580bed32e8047944c09312016af1e15bb89",
      "parents": [
        "a3a2e53e119070af6ccac4c35b61baf302e4927a"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Mon Aug 03 07:42:45 2020 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Wed Aug 12 13:45:47 2020 +0200"
      },
      "message": "[CLEAN] Clean some warnings from sonar\n\nChange-Id: If6b89f5c156c0792a8c5756fac23e4e762bc63a6\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e\n"
    },
    {
      "commit": "a3a2e53e119070af6ccac4c35b61baf302e4927a",
      "tree": "07349da0261d8029ee57c1c924cdb83316ae0106",
      "parents": [
        "607c193cb649c925121a2e68e638b3d7fb6cbcb7"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Wed Jul 29 12:00:08 2020 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Wed Aug 05 08:32:45 2020 +0200"
      },
      "message": "[564660] Add special cases for GEN_STRUCT_MUX and GEN_STRCUT_DEMUX\n\nSome special cases are checked in these FBs\n\nChange-Id: Ia826f47ec6f63b68e2443224880f8d16bf204cc7\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d564660\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e\n"
    },
    {
      "commit": "607c193cb649c925121a2e68e638b3d7fb6cbcb7",
      "tree": "2fc4f0985953fb4357ebd6e0b6a5b4d0c8bbcc40",
      "parents": [
        "17df070597a42f6ba5358c1fc09ef83c2a429fe2"
      ],
      "author": {
        "name": "Ernst Blecha",
        "email": "ernst.blecha@jku.at",
        "time": "Thu Jul 23 21:17:48 2020 +0200"
      },
      "committer": {
        "name": "Ernst Blecha",
        "email": "ernst.blecha@jku.at",
        "time": "Fri Jul 24 09:00:55 2020 +0200"
      },
      "message": "[] allow assigning the value of a partial accessor\n\nassigning a partial acessor to another partial accessor of the exact\nsame type is now implemented\n\nChange-Id: If98300b57b03997bdf6f56bf503dc36beae248c4\nSigned-off-by: Ernst Blecha \u003cernst.blecha@jku.at\u003e"
    },
    {
      "commit": "17df070597a42f6ba5358c1fc09ef83c2a429fe2",
      "tree": "5a5f4b8a8e13c0b733dce2c3d06d270ee1bb0653",
      "parents": [
        "972ec9d034fc4c7077f5cc124304db5f09e1246f"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Thu Jul 02 15:16:15 2020 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Mon Jul 06 15:48:58 2020 -0400"
      },
      "message": "[564768] Dealloacte Memory in extractLayerAndParamsTest\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d564768\nChange-Id: If2ecf8f2a5effa86663f1dcfe54047bdb09b370c\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e"
    },
    {
      "commit": "972ec9d034fc4c7077f5cc124304db5f09e1246f",
      "tree": "f5a38ad2c514230557ae18a742b0d2c03673ad63",
      "parents": [
        "744b7266b750dbe4d7cda57c8cfaec04f8829484"
      ],
      "author": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sat Jul 04 13:19:33 2020 +0200"
      },
      "committer": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sat Jul 04 13:19:33 2020 +0200"
      },
      "message": "[529313] removed eclipseSCADA\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d529313\nSigned-off-by: Monika Wenger \u003cmonika.wenger@gmx.net\u003e"
    },
    {
      "commit": "744b7266b750dbe4d7cda57c8cfaec04f8829484",
      "tree": "2c5c4d7dc28c127eec3df7d8043bb0970e262768",
      "parents": [
        "f69385be585184b977ed1654e51dc9af836ea64e"
      ],
      "author": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sat Jul 04 13:10:52 2020 +0200"
      },
      "committer": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sat Jul 04 13:10:52 2020 +0200"
      },
      "message": "[529313] moved ros to com folder\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d529313\nSigned-off-by: Monika Wenger \u003cmonika.wenger@gmx.net\u003e"
    },
    {
      "commit": "f69385be585184b977ed1654e51dc9af836ea64e",
      "tree": "61d24f07c3356fbb23d4d6ab8aaa20e84e4847e0",
      "parents": [
        "d98cb384d1e7c8e168b7130f6ff29ce3928e0534"
      ],
      "author": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sat Jul 04 13:10:37 2020 +0200"
      },
      "committer": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sat Jul 04 13:10:37 2020 +0200"
      },
      "message": "[529313] moved powerlink to com folder\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d529313\nSigned-off-by: Monika Wenger \u003cmonika.wenger@gmx.net\u003e"
    },
    {
      "commit": "d98cb384d1e7c8e168b7130f6ff29ce3928e0534",
      "tree": "11dc48e460d742914058f643fa7d6f64bacd69ad",
      "parents": [
        "c4b798722074c39626f6af25a4f7db5f2f45ab17"
      ],
      "author": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sat Jul 04 13:10:18 2020 +0200"
      },
      "committer": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sat Jul 04 13:10:18 2020 +0200"
      },
      "message": "[529313] moved opc to com folder\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d529313\nSigned-off-by: Monika Wenger \u003cmonika.wenger@gmx.net\u003e"
    },
    {
      "commit": "c4b798722074c39626f6af25a4f7db5f2f45ab17",
      "tree": "ff04ce5b2969a2ed7b8f7722a4c49b3298619aaf",
      "parents": [
        "0361d782d5b6757d12c10d73f03a05b7b7b54436"
      ],
      "author": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sat Jul 04 13:09:48 2020 +0200"
      },
      "committer": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sat Jul 04 13:09:48 2020 +0200"
      },
      "message": "[529313] moved modbus to com folder\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d529313\nSigned-off-by: Monika Wenger \u003cmonika.wenger@gmx.net\u003e"
    },
    {
      "commit": "08cd18b669db6bf0c91e2de6a712d4e67c7eac5d",
      "tree": "9b341254f4bb4e5e4c95c2bcd42643fc19a4061b",
      "parents": [
        "fe38155761515663892c4af095a6e8a22e06e1f6"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue Jun 09 20:16:27 2020 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Jul 01 09:58:35 2020 +0200"
      },
      "message": "[563535] Potential improvement for handling wrong time values\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d563535\nChange-Id: I595f1eee074d5a455b76ee59cb7583930ac5996d\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "0361d782d5b6757d12c10d73f03a05b7b7b54436",
      "tree": "012b344666757dd5d83e2be6b41443a0e5e16b42",
      "parents": [
        "3ce0e89e06dc8a47b121f1eb14141af40271b1a9"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Mon Jun 29 07:32:41 2020 +0200"
      },
      "committer": {
        "name": "Jose Maria Jesus Cabral Lassalle",
        "email": "cabral@fortiss.org",
        "time": "Wed Jul 01 01:34:33 2020 -0400"
      },
      "message": "[563968] Remove +11 code\n\nthe effort is not much in the modules and no much better code was\nimplemented. There was some remaining in the core\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d563968\nChange-Id: I94a391caec6853cc16c0564cd0af86cbb12d5e7b\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e"
    },
    {
      "commit": "3ce0e89e06dc8a47b121f1eb14141af40271b1a9",
      "tree": "7a1b03a041f1b461f9073e5ac16b65b7bb966eba",
      "parents": [
        "4009b013e0a28d1764588171513694b744bf790d",
        "fe38155761515663892c4af095a6e8a22e06e1f6"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue Jun 30 19:08:51 2020 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue Jun 30 19:08:51 2020 +0200"
      },
      "message": "Merge branch \u00271.12.x\u0027 into develop\n\nChange-Id: I64d4e867820e18a16ff7f4497428af16025d3033\n"
    },
    {
      "commit": "4009b013e0a28d1764588171513694b744bf790d",
      "tree": "33add4a1173e8b34e5193746cadaa33815922494",
      "parents": [
        "1f98196e240391e2abdee771ea22e35e1f218201"
      ],
      "author": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Tue Jun 30 17:06:47 2020 +0200"
      },
      "committer": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Tue Jun 30 17:06:47 2020 +0200"
      },
      "message": "[564588] Fixes DIV function\n\nDIV function was not properly upgraded to differntiate between scalar values and reference cases\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d564588\n\nChange-Id: I6abf94795b4647c9d6ff210798aab239bc38f5af\nSigned-off-by: Martin Melik Merkumians \u003cmelik-merkumians@acin.tuwien.ac.at\u003e\n"
    },
    {
      "commit": "1f98196e240391e2abdee771ea22e35e1f218201",
      "tree": "75b383e28c98522ac4163fe503ff724e12cf3223",
      "parents": [
        "348aaa4a0893862fe8e8b2faee7074b6680707d8"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sun Jun 28 22:02:18 2020 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue Jun 30 09:17:30 2020 +0200"
      },
      "message": "[564660] added generic struct handling fbs\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d564660\nChange-Id: I513f2da79a13bb5d2010dddd833c2d039c3a54e8\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "fe38155761515663892c4af095a6e8a22e06e1f6",
      "tree": "70bd134683e1ea703dc70c79e7052fe5d8f02435",
      "parents": [
        "f1af95ccae2a228c99a56c8679a276b9fbf84fba"
      ],
      "author": {
        "name": "kdorofeev",
        "email": "dorofeev@fortiss.org",
        "time": "Fri Jun 26 12:18:02 2020 +0200"
      },
      "committer": {
        "name": "kdorofeev",
        "email": "dorofeev@fortiss.org",
        "time": "Fri Jun 26 12:18:02 2020 +0200"
      },
      "message": "Fix adapter EI flag for BFB in lua\n\nSigned-off-by: kdorofeev \u003cdorofeev@fortiss.org\u003e"
    },
    {
      "commit": "348aaa4a0893862fe8e8b2faee7074b6680707d8",
      "tree": "6a57e42490e287850e69ef536807ab6acd109b1b",
      "parents": [
        "3127dc604290aa234e93099ce494a8f0945fca47",
        "7452865f9bf0e255bafe587168c2117f92545eab"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Thu Jun 25 12:23:27 2020 -0400"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Thu Jun 25 12:23:27 2020 -0400"
      },
      "message": "Merge \"[564588] Improves literal integration\" into develop"
    },
    {
      "commit": "3127dc604290aa234e93099ce494a8f0945fca47",
      "tree": "79d52c2ee55296b0a482545cca652af9ad5f794d",
      "parents": [
        "3df79493d8b898c216ae4072cead2c9a6b3d2d0f"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Wed Jun 24 12:41:26 2020 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Thu Jun 25 15:44:09 2020 +0200"
      },
      "message": "[564596] Added helper method for simplyfing struct generation\n\nAdded proteted member for accessing struct members. This makes the\ngenerated struct code nicer to read and easier to generate.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d564596\nChange-Id: I719d2ab083d672f444b37a46aeb700140a5cab9a\n"
    },
    {
      "commit": "7452865f9bf0e255bafe587168c2117f92545eab",
      "tree": "887b863416d9a59ec952721b6d5171ed7ca95bc0",
      "parents": [
        "3df79493d8b898c216ae4072cead2c9a6b3d2d0f"
      ],
      "author": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Wed Jun 24 13:25:35 2020 +0200"
      },
      "committer": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Wed Jun 24 13:57:49 2020 +0200"
      },
      "message": "[564588] Improves literal integration\n\nAdding two literals resulted in a compiler error, when ADD/SUB/MUL/DIV was used.\nBy checking the concrete types of the parameters, and generating and redirecting\nto different ADD/SUB/MUL/DIV functions, this problem should be resolved\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d564588\n\nChange-Id: I9786745e7006eb2c6f6a5d9cb3615077ca5e7020\nSigned-off-by: Martin Melik Merkumians \u003cmelik-merkumians@acin.tuwien.ac.at\u003e\n"
    },
    {
      "commit": "3df79493d8b898c216ae4072cead2c9a6b3d2d0f",
      "tree": "c582a9ffde0b53f7980ed7311c074db8c58889c0",
      "parents": [
        "6bc82f64f44df2a80d5f520cbe8358cfe915d4c5"
      ],
      "author": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Tue Jun 23 16:42:18 2020 +0200"
      },
      "committer": {
        "name": "Martin Melik Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Tue Jun 23 20:21:56 2020 +0200"
      },
      "message": "[564588] Make ADD, SUB, MUL, DIV work for built-in types\n\nRemoves type hierachy checks for these functions and\nadds upcasts from built-in types to CIEC_* types\n\nThis way each use of one of these operation, built-in types should be upcasted\nto CIEC types for further processing\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d564588\n\nChange-Id: I13f01e3c74653a19567e4f4cd87aaf8f3628bd07\nSigned-off-by: Martin Melik Merkumians \u003cmelik-merkumians@acin.tuwien.ac.at\u003e\n"
    },
    {
      "commit": "6bc82f64f44df2a80d5f520cbe8358cfe915d4c5",
      "tree": "a99768b74aa168a1ea65e8c7f51eb4074e45fd20",
      "parents": [
        "b9ad7e9a4d29267e564aa467aa4048215834d170"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Fri Jun 19 09:50:05 2020 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Fri Jun 19 09:50:05 2020 +0200"
      },
      "message": "[529313] fix path to http header in tests\n\nwith the move of the http folder, this quick fixes the path in the\ntester\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d529313\nChange-Id: I65fb3bf4e0ecb1e81a1ab59f6773a4b83e0a4bf3\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e"
    },
    {
      "commit": "b9ad7e9a4d29267e564aa467aa4048215834d170",
      "tree": "47bb12901e2df798100222e324c08ed3ce473097",
      "parents": [
        "2c5615f70654fb00d87c255b8775b682f27e2d8a",
        "780c221c6c2990f3ced6453c7e72d0cf31b83c3e"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Thu Jun 18 15:11:52 2020 -0400"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Thu Jun 18 15:11:52 2020 -0400"
      },
      "message": "Merge \"[clean-up] Remove SONAR warnings from opcua (missing const)\" into develop"
    },
    {
      "commit": "2c5615f70654fb00d87c255b8775b682f27e2d8a",
      "tree": "6ad38a69376e6805285401b969a795ba5aca6c07",
      "parents": [
        "ad4638be243e542c84d70b52c164e6a57a5746a0"
      ],
      "author": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Thu Jun 18 19:52:00 2020 +0200"
      },
      "committer": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Thu Jun 18 20:01:31 2020 +0200"
      },
      "message": "[529313] move tsn layer to com folder\n\nSigned-off-by: Monika Wenger \u003cmonika.wenger@gmx.net\u003e"
    },
    {
      "commit": "ad4638be243e542c84d70b52c164e6a57a5746a0",
      "tree": "74b767b49f0571846dd0607cda447ec7e98a0158",
      "parents": [
        "c4cab26b9a358b72440600e2262afcac30fc8c31"
      ],
      "author": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Thu Jun 18 19:50:50 2020 +0200"
      },
      "committer": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Thu Jun 18 20:01:23 2020 +0200"
      },
      "message": "[529313] move http handler to com folder\n\nSigned-off-by: Monika Wenger \u003cmonika.wenger@gmx.net\u003e"
    },
    {
      "commit": "c4cab26b9a358b72440600e2262afcac30fc8c31",
      "tree": "79647f802600cb6bc9baff7adb0735bdd6170cc2",
      "parents": [
        "0d108cf352eb8d1eca188d9131e08a300198cf5f"
      ],
      "author": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Tue Jun 16 23:18:39 2020 +0200"
      },
      "committer": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Thu Jun 18 20:01:14 2020 +0200"
      },
      "message": "[529313] move mqtt client to com folder\n\nSigned-off-by: Monika Wenger \u003cmonika.wenger@gmx.net\u003e"
    },
    {
      "commit": "0d108cf352eb8d1eca188d9131e08a300198cf5f",
      "tree": "0911e9d324168307ae0e2a30b6b30ceafac0ac3e",
      "parents": [
        "78a5e1ccc06bd358e61b6d4c5201ed0e033ddf42"
      ],
      "author": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sun Jun 14 23:43:03 2020 +0200"
      },
      "committer": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Thu Jun 18 20:00:59 2020 +0200"
      },
      "message": "[529313] remove empty external folder\n\nSigned-off-by: Monika Wenger \u003cmonika.wenger@gmx.net\u003e"
    },
    {
      "commit": "780c221c6c2990f3ced6453c7e72d0cf31b83c3e",
      "tree": "ef145e2c11fc380c6706ac4f523e0a60fe555c28",
      "parents": [
        "78a5e1ccc06bd358e61b6d4c5201ed0e033ddf42"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Wed Jun 17 10:32:02 2020 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Wed Jun 17 10:32:02 2020 +0200"
      },
      "message": "[clean-up] Remove SONAR warnings from opcua (missing const)\n\nChange-Id: I44167a635a5680c578abfafaac26ca24984723c2\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e"
    },
    {
      "commit": "78a5e1ccc06bd358e61b6d4c5201ed0e033ddf42",
      "tree": "a8ca305177b06270f2e127ed7ad6ca0bbacad697",
      "parents": [
        "6936c96e0e85daca4dd84b7248ab19505f6ba2af"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Tue Jun 16 08:52:05 2020 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Tue Jun 16 08:52:05 2020 +0200"
      },
      "message": "[clean-up] Remove SONAR warnings from opcua\n\nChange-Id: Ieee82c448e0149831023416c66f887039d78dae7\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e"
    },
    {
      "commit": "6936c96e0e85daca4dd84b7248ab19505f6ba2af",
      "tree": "0cf2d6b7c04fc2cf8d0dd4269fbbf41f0e842a8b",
      "parents": [
        "2bafd848f4c18886609438ae80da38965d8b9f73",
        "f1af95ccae2a228c99a56c8679a276b9fbf84fba"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Tue Jun 09 08:11:02 2020 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Tue Jun 09 08:19:36 2020 +0200"
      },
      "message": "Merge branch \u00271.12.x\u0027 into develop\n\nChange-Id: I4dc9931ca3293d03d335b0581abdee069d8236b5\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e"
    },
    {
      "commit": "f1af95ccae2a228c99a56c8679a276b9fbf84fba",
      "tree": "d46bb8a10af8e2dac3f50ceb7c59f47eb0e0a818",
      "parents": [
        "93af94a053dd66b66059688f3a8271312e346d75",
        "e8548b2e73205e5315de21f81eb59ec6d27a72c2"
      ],
      "author": {
        "name": "Martin Melik-Merkumians",
        "email": "melik-merkumians@acin.tuwien.ac.at",
        "time": "Mon Jun 08 04:02:34 2020 -0400"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Mon Jun 08 04:02:34 2020 -0400"
      },
      "message": "Merge \"[563446] Replaced E_STOPWATCH with a pure basic FB\" into 1.12.x"
    },
    {
      "commit": "93af94a053dd66b66059688f3a8271312e346d75",
      "tree": "43cdd87d00d8b90b3f5c42fe91da307ed90299be",
      "parents": [
        "2fde888f879ffbe032933594c7d6b3b12b06ff35"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Sat Jun 06 07:39:41 2020 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Sat Jun 06 07:39:41 2020 +0200"
      },
      "message": "[563323] Remove in-class initialization in forte_array_at\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d563323\nChange-Id: Idd11f98545f2755a028d32883b1434d91a07c1a5\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e"
    },
    {
      "commit": "e8548b2e73205e5315de21f81eb59ec6d27a72c2",
      "tree": "7dc58f32f15dfcb5d9c4f1fb56a9836e4fb554f0",
      "parents": [
        "2fde888f879ffbe032933594c7d6b3b12b06ff35"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sun May 24 18:20:06 2020 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Fri Jun 05 14:53:11 2020 -0400"
      },
      "message": "[563446] Replaced E_STOPWATCH with a pure basic FB\n\nWith the new NOW_MONOTONIC functions it is now possible to implement the\nE_STOPWATCH as pure basic FB with just ST algorithms.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d563446\nChange-Id: Iea9de2895325c8427230465b85133c408d4749c9\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "2fde888f879ffbe032933594c7d6b3b12b06ff35",
      "tree": "bea178e8991eac9bc1fd1b81c971082986df9c44",
      "parents": [
        "123543dd866307080f9719d10b2085ee1488a42f"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Fri Jun 05 10:22:26 2020 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Fri Jun 05 11:11:38 2020 +0200"
      },
      "message": "[563323] Remove static_assert and add +11 flag to opcua and http\n\n+11 code from the core was removed and HTTP and OPCUA add specifically\nthe flag to support +11\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d563323\nChange-Id: I4eaff036085313d4edd14ee16b975c9cca986a64\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e"
    },
    {
      "commit": "2bafd848f4c18886609438ae80da38965d8b9f73",
      "tree": "83faef7fcfabfdcedc5a28e3149a2acc3b168571",
      "parents": [
        "57f44440d4632c60baac540792258a7353255595"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Thu Jun 04 11:37:19 2020 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Thu Jun 04 11:37:19 2020 +0200"
      },
      "message": "[499051] Eliminate warnings from compiling and sonar in opcua\n\ncleanup the opcua code\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d499051\nChange-Id: Ic364630642a5f82d2225f685d160a841bbb07df3\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e"
    },
    {
      "commit": "123543dd866307080f9719d10b2085ee1488a42f",
      "tree": "49e07e08f8da2cf189ceffb1aba2df6e558b7081",
      "parents": [
        "5f1029bb4e3c275a5e3bd837cbc7b0211bb2d51c"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Thu May 21 21:33:36 2020 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Thu May 21 21:33:36 2020 +0200"
      },
      "message": "[563323] Changed member var initialisation to be C++98 compliant\n\nThe PARTIAL_ACCESS_TYPE template for ANY_BIT had a direct initilisation\nof a member var. This has been moved to the constructor where it was\nanyhow used. Should even result in less code.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d563323\nChange-Id: I8904600dab60d08e246ae0659142565fe997d047\n"
    },
    {
      "commit": "5f1029bb4e3c275a5e3bd837cbc7b0211bb2d51c",
      "tree": "27f22a18c391baeb49f26ea753c7e4a632addd2f",
      "parents": [
        "742de2c39e6e7f842b36438b01137807e61a65c0"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue May 19 15:35:22 2020 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue May 19 15:35:22 2020 +0200"
      },
      "message": "[563323] removed use of constexpr in any bit\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d563323\nChange-Id: Ie5840cd4bd11fc69e602e5ec737184131427117f\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "742de2c39e6e7f842b36438b01137807e61a65c0",
      "tree": "7477c3b0cbc6060a2a60710815446bfbba8f83b9",
      "parents": [
        "abf19e9c5937b315a71432fdf6bf064d51b35c07"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue May 19 09:54:07 2020 +0200"
      },
      "committer": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Tue May 19 09:54:07 2020 +0200"
      },
      "message": "[563323] Fixed compile issues of thread.cpp on older compilers\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d563323\nChange-Id: Ic38b6de7dd296a7ba514aaa0a3d0f2a023cdfaa9\nSigned-off-by: Alois Zoitl \u003calois.zoitl@gmx.at\u003e"
    },
    {
      "commit": "57f44440d4632c60baac540792258a7353255595",
      "tree": "75f6af5d0feadf70ef4e44953d2d3a9a80e4bd3b",
      "parents": [
        "fa205d686d461a3bdb0f47a12e419ecdbaf38ea2"
      ],
      "author": {
        "name": "kdorofeev",
        "email": "dorofeev@fortiss.org",
        "time": "Tue May 12 10:22:43 2020 +0200"
      },
      "committer": {
        "name": "kdorofeev",
        "email": "dorofeev@fortiss.org",
        "time": "Wed May 13 02:29:35 2020 +0200"
      },
      "message": "[563078] create opc ua variables\n\nthis commit adds support for creating opc ua variables in forte\u0027s opc ua\nserver by using PUBLISH_0 FB with [CREATE_VARIABLE;variable type;data\nvalue type; browse path of variable instance to create].\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d563078\nChange-Id: Ia8c02410d582d89910a96532d5bb8c930850c5c0\nSigned-off-by: kdorofeev \u003cdorofeev@fortiss.org\u003e"
    },
    {
      "commit": "fa205d686d461a3bdb0f47a12e419ecdbaf38ea2",
      "tree": "664c6fc33c878ee84e7ec452b8e667ce24febbe6",
      "parents": [
        "98d7925a6277786a990d41decc098d866a406612"
      ],
      "author": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sun May 10 17:47:27 2020 +0200"
      },
      "committer": {
        "name": "Monika Wenger",
        "email": "monika.wenger@gmx.net",
        "time": "Sun May 10 18:13:44 2020 +0200"
      },
      "message": "[529313] introduce module list, add external folder\n\ndo not add anything to the external folder, since it is only needed that\ncmake can add modules of an external directory into an own folder.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d529313\nChange-Id: Iea5a2d86f32bdba5d5287a15fc333066820612a3\nSigned-off-by: Monika Wenger \u003cmonika.wenger@gmx.net\u003e"
    },
    {
      "commit": "98d7925a6277786a990d41decc098d866a406612",
      "tree": "e5c9c6a75c058f4df403c48307c7ea9694882b88",
      "parents": [
        "b1d5120e9c444f61fb9be61ab2c852c18301ddee"
      ],
      "author": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Tue May 05 08:46:30 2020 +0200"
      },
      "committer": {
        "name": "Jose Cabral",
        "email": "cabral@fortiss.org",
        "time": "Tue May 05 08:46:30 2020 +0200"
      },
      "message": "[562161] Add missing waitConnection to opcua test\n\nThe success client Auth test was not waiting for the connection to\nexecute its tests, leading to random failures\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d562161\nChange-Id: I6dcfb8877d1fe7c88cb4fc539aa1238e511d5aea\nSigned-off-by: Jose Cabral \u003ccabral@fortiss.org\u003e"
    }
  ],
  "next": "b1d5120e9c444f61fb9be61ab2c852c18301ddee"
}
