1 commit 11fa72370c0df47e0d2195955585f70b7b1d8dde
2 Author: Johnny Willemsen <jwillemsen@remedy.nl>
3 Date: Mon Aug 17 10:04:18 2020 +0200
7 commit 7efc569616aa24652f316d6865fd92477b100f64
8 Merge: ba59fafa3df 189d83abb52
9 Author: Johnny Willemsen <jwillemsen@remedy.nl>
10 Date: Thu Aug 13 18:43:34 2020 +0200
12 Merge pull request #1192 from jwillemsen/jwi-news
14 List changes for next release
16 commit 189d83abb521e09c430a423273ea74cfd90774da
17 Author: Johnny Willemsen <jwillemsen@remedy.nl>
18 Date: Thu Aug 13 17:06:46 2020 +0200
24 commit bdd8646769bb0d8ae0b9b4c8f3bcc9b18ea84492
25 Merge: acd0ae9e29a 49cc1db8abe
26 Author: Johnny Willemsen <jwillemsen@remedy.nl>
27 Date: Thu Aug 13 16:29:36 2020 +0200
29 Merge pull request #1184 from jwillemsen/jwi-exportop-628571
31 Export TAO::ORB::default_svc_conf_entries so that it can be used according to t…
33 commit 3f58c71fbc520ed1bd96c94cbdb43e911f924e0c
34 Author: Johnny Willemsen <jwillemsen@remedy.nl>
35 Date: Thu Aug 13 13:53:22 2020 +0200
37 Extend default_svc_conf_entries documentation
39 * TAO/tao/TAO_Internal.h:
41 commit 7b58f9bc3ed08329f40f11f155cad3d7b8d1f2e4
42 Author: Johnny Willemsen <jwillemsen@remedy.nl>
43 Date: Thu Aug 13 13:16:48 2020 +0200
45 Fixed bugzilla 1214, only set the args which are set, makes it possible to only set one of directives
47 * TAO/tao/TAO_Internal.cpp:
49 commit f1f400942b2c70cd2dcf60af2102b89d4328290b
50 Author: Johnny Willemsen <jwillemsen@remedy.nl>
51 Date: Thu Aug 13 11:36:05 2020 +0200
53 Export default_svc_conf_entries so that it can be used according to the documentation, fixes debian bug #628571
55 * TAO/docs/configurations.html:
56 * TAO/tao/TAO_Internal.h:
58 commit fa519f628c37c88aa3406a9f1100cfe599a3b392
59 Merge: b9f92010342 c0359095a62
60 Author: Adam Mitz <mitza@objectcomputing.com>
61 Date: Wed Aug 5 08:58:41 2020 -0500
63 Merge pull request #1165 from knutpett/eval_memory
65 TAO_IDL: Memory management for eval
67 commit 570bea802eb8bfaa66f21dd3a3f42b0dd2a10e6f
68 Author: Johnny Willemsen <jwillemsen@remedy.nl>
69 Date: Fri Jul 31 10:41:28 2020 +0200
73 commit 80276cca0df86f6f83834f13e7fce48230dac8fd
74 Author: Kamil Sokolowski <ksokolowski95@gmail.com>
75 Date: Thu Jul 30 20:33:03 2020 +0200
77 removed trailing spaces
79 commit 405c82f37cc0ed868d40c9ff01bc8178b1d9c7a5
80 Author: Kamil Sokolowski <ksokolowski95@gmail.com>
81 Date: Thu Jul 30 17:59:53 2020 +0200
83 Added version check for deprecated function in OpenSSL 3.0
85 commit c0359095a621b4a595691aab1b17b65d3880af40
86 Author: Knut Petter Svendsen <knut@altuma.no>
87 Date: Thu Jul 30 15:55:38 2020 +0200
89 Remove the helper function pseudo_filename
91 UTL_String does not have a copy constructor so we cannot return
92 a copy from the helper function. Reverted to how it was earlier.
93 It worked by accident on linux with gcc, but not with visual studio.
95 commit c670c2326841ae7a23227b24fb38f6cc23452702
96 Author: Knut Petter Svendsen <knut@altuma.no>
97 Date: Tue Jul 28 16:42:43 2020 +0200
99 Break lines and add const
101 commit 376cb40d4c4870ac67670c3118320ec7863b654d
102 Author: Knut P <knut@altuma.no>
103 Date: Tue Jul 28 16:14:40 2020 +0200
105 Update TAO/TAO_IDL/util/utl_global.cpp
107 Co-authored-by: Adam Mitz <mitza@objectcomputing.com>
109 commit d8003817d0127bced4269fc88465a86a841abcf9
110 Author: Knut Petter Svendsen <knut@altuma.no>
111 Date: Tue Jul 28 13:04:40 2020 +0200
115 Fixed comments and improved some names.
117 commit 91a7b0528ebeabb58d19e4875510973c613cce3c
118 Author: Knut Petter Svendsen <knut@altuma.no>
119 Date: Mon Jul 27 16:30:21 2020 +0200
121 Remove code to provoke bug
123 commit fcf42d47b9616baf47dc47db3cf15c8e6a13a25f
124 Author: Knut Petter Svendsen <knut@altuma.no>
125 Date: Mon Jul 27 16:29:42 2020 +0200
127 OldState needs to work on a copy of idl_global->filename() to prevent segfault
129 commit b15d36b9ac6d8028ae30039d1c961d01baf961bb
130 Author: Knut Petter Svendsen <knut@altuma.no>
131 Date: Mon Jul 27 16:29:13 2020 +0200
133 Extract helper function
135 commit 3bb51a2c0ea16829154344f8f5f74e4427bbe4a5
136 Author: Knut Petter Svendsen <knut@altuma.no>
137 Date: Mon Jul 27 15:55:51 2020 +0200
139 Provoke bug in OldState helper class
141 OldState helper class has a bug related to memory handling.
142 old_filename should take a copy of idl_global->file_name ()
143 since set_filename() destroys the old value.
145 The problem surfaces if OldState is instanciated multiple times.
146 This can happen if the code calling on IDL_GlobalData::eval()
147 has a similar mechanism as OldState.
149 commit ade2a4b9b6726bcaa788947080905a072a5dfed6
150 Author: Johnny Willemsen <jwillemsen@remedy.nl>
151 Date: Sun Jul 19 10:15:21 2020 +0200
153 Reduce amount of statics generated, just generate the count directly.
155 * TAO/TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp:
156 * TAO/TAO_IDL/be/be_visitor_operation/exceptlist_ss.cpp:
157 * TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp:
159 commit d71083edb72d0c9f14927eb2e7fc6726e80ad74f
160 Author: Johnny Willemsen <jwillemsen@remedy.nl>
161 Date: Thu Jul 9 14:11:24 2020 +0200
163 Generate constants directly in the code where used instead of static consts
165 * TAO/TAO_IDL/be/be_visitor_operation/exceptlist_ss.cpp:
166 * TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp:
168 commit e12455c59d999fc6706194e6e2223837ee224a8d
169 Author: Johnny Willemsen <jwillemsen@remedy.nl>
170 Date: Wed Jul 1 12:28:04 2020 +0200
172 Fixed parameter not used warning
176 commit 037fcd8b25dbbe9a5b57ff5a59a9d1c7ca2ee07c
177 Merge: 8cc0b1f3410 bd23b03031b
178 Author: Johnny Willemsen <jwillemsen@remedy.nl>
179 Date: Wed Jul 1 11:13:06 2020 +0200
181 Merge pull request #1150 from jwillemsen/jwi-doxygenup
183 Upgrade all doxygen configuration files to latest version
185 commit 8cc0b1f34106e692404198d5b4a16e5b5ca86684
186 Merge: 0cce89f364e f20acf19c37
187 Author: Johnny Willemsen <jwillemsen@remedy.nl>
188 Date: Wed Jul 1 11:12:44 2020 +0200
190 Merge pull request #1148 from jwillemsen/jwi-iorman
192 Layout and doxygen changes
194 commit bd23b03031b3cdda2f9d58b24ba133028b46cbb2
195 Author: Johnny Willemsen <jwillemsen@remedy.nl>
196 Date: Wed Jul 1 10:00:11 2020 +0200
198 Upgrade all doxygen configuration files to latest version
200 commit 9196f33769b5b74d6b5710c24a8013769c66dd10
201 Merge: abde397eed9 d388f1d41d4
202 Author: Johnny Willemsen <jwillemsen@remedy.nl>
203 Date: Wed Jul 1 09:57:42 2020 +0200
205 Merge branch 'master' into jwi-acetaox510
207 commit f20acf19c37678e792335427a5fb8f97ba9545bf
208 Author: Johnny Willemsen <jwillemsen@remedy.nl>
209 Date: Tue Jun 30 12:16:41 2020 +0200
211 Layout and doxygen changes
213 * TAO/tao/IORManipulation/IOR.pidl:
214 * TAO/tao/IORManipulation/IORManipulation.cpp:
215 * TAO/tao/IORManipulation/IORManipulation.h:
217 commit 34ea5c270d25eaa2dc58296494074b065a7cc35e
218 Author: Johnny Willemsen <jwillemsen@remedy.nl>
219 Date: Fri Jun 26 13:59:51 2020 +0200
221 Make x.5.10 public available
224 * ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
225 * ACE/docs/Download.html:
226 * ACE/docs/bczar/bczar.html:
227 * ACE/etc/index.html: