|
| 1 | +commit eb7dd3b658e923c0d3eda9551fd487b514261098 |
| 2 | +Merge: 7f67b2c581f 5346abce57e |
| 3 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 4 | +Date: Fri Apr 5 13:27:50 2024 +0200 |
| 5 | + |
| 6 | + Merge branch 'jwi-defaultcpp17' of https://github.com/jwillemsen/ATCD into jwi-defaultcpp17 |
| 7 | + |
| 8 | +commit 7f67b2c581f39cdb88f8f18587fa0d49cfd82cd1 |
| 9 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 10 | +Date: Fri Apr 5 13:27:40 2024 +0200 |
| 11 | + |
| 12 | + Add news |
| 13 | + |
| 14 | + * ACE/NEWS: |
| 15 | + |
| 16 | +commit 5346abce57e2c202a54b5dd96261e8aed182ac23 |
| 17 | +Merge: 33d1703e35b 7add19fb5e6 |
| 18 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 19 | +Date: Fri Apr 5 13:26:29 2024 +0200 |
| 20 | + |
| 21 | + Merge branch 'master' into jwi-defaultcpp17 |
| 22 | + |
| 23 | +commit 33d1703e35bb65f9585109e674dbd25c9ca16879 |
| 24 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 25 | +Date: Fri Apr 5 13:25:07 2024 +0200 |
| 26 | + |
| 27 | + Changed the default to C++17 for QNX and g++ versions older as 11 (11 has C++17 as default) |
| 28 | + |
| 29 | + * ACE/include/makeinclude/platform_g++_common.GNU: |
| 30 | + * ACE/include/makeinclude/platform_qnx_gcc.GNU: |
| 31 | + |
| 32 | +commit 7add19fb5e62a1264a337e82af3ef9671d81d26e |
| 33 | +Merge: 28b43699c5f ac2dff71e56 |
| 34 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 35 | +Date: Tue Apr 2 21:10:47 2024 +0200 |
| 36 | + |
| 37 | + Merge pull request #2211 from jwillemsen/jwi-sockdgram2 |
| 38 | + |
| 39 | + Const/layout changes |
| 40 | + |
| 41 | +commit 28b43699c5f37ac829882193bd9160dc08f1fe6a |
| 42 | +Merge: f58af0a99d0 06a2c704908 |
| 43 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 44 | +Date: Tue Apr 2 21:10:04 2024 +0200 |
| 45 | + |
| 46 | + Merge pull request #2210 from jwillemsen/jwi-noaceroot |
| 47 | + |
| 48 | + Don't add ACE_ROOT implicitly to the compiler flags |
| 49 | + |
| 50 | +commit ac2dff71e56e828f86399d7acddc29290d3dade7 |
| 51 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 52 | +Date: Tue Apr 2 17:22:47 2024 +0200 |
| 53 | + |
| 54 | + Const/layout changes |
| 55 | + |
| 56 | + * ACE/ace/SOCK_Dgram_Mcast.cpp: |
| 57 | + |
| 58 | +commit 06a2c704908f4578afa97efe164f598d62ad47c3 |
| 59 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 60 | +Date: Tue Apr 2 17:22:20 2024 +0200 |
| 61 | + |
| 62 | + Don't add ACE_ROOT implicitly to the compiler flags |
| 63 | + |
| 64 | +commit 621e8ead430bd8e0831146c71870c92b1f6c7959 |
| 65 | +Merge: 40d6732cf4b 681b02679eb |
| 66 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 67 | +Date: Wed Feb 28 18:55:18 2024 +0100 |
| 68 | + |
| 69 | + Merge pull request #2204 from jwillemsen/jwi-sendfileqnx |
| 70 | + |
| 71 | + Enable Sendfile_Test for QNX |
| 72 | + |
| 73 | +commit 681b02679eb9dd489be1b5f4a418a20fbbeb52d9 |
| 74 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 75 | +Date: Wed Feb 28 11:39:42 2024 +0100 |
| 76 | + |
| 77 | + Enable Sendfile_Test for QNX |
| 78 | + |
| 79 | + * ACE/tests/run_test.lst: |
| 80 | + |
| 81 | +commit 1617445fab75aa81d07a0b1e42a99df4dfaf7724 |
| 82 | +Author: Like Ma <likemartinma@gmail.com> |
| 83 | +Date: Tue Feb 27 01:08:36 2024 +0800 |
| 84 | + |
| 85 | + Reset ACE_Process_Options std handles after closed |
| 86 | + |
| 87 | + When calling ACE_Process_Options::release_handles after |
| 88 | + ACE_Process::spawn, std handles must be reset after closed to avoid |
| 89 | + closing again in ACE_Process_Options dtor. |
| 90 | + |
| 91 | +commit 9ac320c9a8e6b5f412e8eefb7f2870b3bf225918 |
| 92 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 93 | +Date: Wed Feb 21 11:01:05 2024 +0100 |
| 94 | + |
| 95 | + Fixed typos |
| 96 | + |
| 97 | + * ACE/ace/Configuration.h: |
| 98 | + * ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h: |
| 99 | + * ACE/tests/Test_Output.cpp: |
| 100 | + * TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp: |
| 101 | + * TAO/orbsvcs/tests/HTIOP/BiDirectional/Test_Output.cpp: |
| 102 | + * TAO/orbsvcs/tests/HTIOP/Hello/Test_Output.cpp: |
| 103 | + * TAO/tao/PI/PICurrent_Impl.cpp: |
| 104 | + * TAO/tests/POA/FindPOA/FindPOA.cpp: |
| 105 | + |
| 106 | +commit e3d49b919d2958af6b3286c01de87e73c638fb50 |
| 107 | +Author: Adam Mitz <mitza@objectcomputing.com> |
| 108 | +Date: Fri Feb 9 15:06:03 2024 +0000 |
| 109 | + |
| 110 | + Avoid potential out-of-bounds read in ACE_CDR::Fixed::from_string |
| 111 | + |
| 112 | + (cherry picked from commit 90258afc7c510ead3ace1e30382bb5ba877610b3) |
| 113 | + |
| 114 | +commit 0c991b2a36431b2129dd3cab6f112b8ec60932bf |
| 115 | +Author: Iulian Serbanoiu <iulian-nicu.serbanoiu@atos.net> |
| 116 | +Date: Mon Jan 29 10:15:01 2024 +0200 |
| 117 | + |
| 118 | + don't use invalid references of temporary objects - scan-build report |
| 119 | + |
| 120 | +commit d18b19bc55dcb6d773405c94c7ef221d6afb8aa9 |
| 121 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 122 | +Date: Tue Jan 16 13:27:05 2024 +0100 |
| 123 | + |
| 124 | + Remove workaround for obsolete compiler |
| 125 | + |
| 126 | + * ACE/tests/Compiler_Features_27_Test.cpp: |
| 127 | + |
| 128 | +commit 1b193af01d5289f17269896566aba5acbd8eb145 |
| 129 | +Author: Johnny Willemsen <jwillemsen@remedy.nl> |
| 130 | +Date: Tue Jan 16 11:41:47 2024 +0100 |
| 131 | + |
| 132 | + Make 7.1.3 public available |
| 133 | + |
| 134 | + * ACE/NEWS: |
| 135 | + * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: |
| 136 | + * ACE/docs/Download.html: |
| 137 | + * ACE/etc/index.html: |
| 138 | + * TAO/NEWS: |
0 commit comments