1 commit f082edff2b464aa48cbf7c4221e04b03a4e4e0fc
2 Author: Johnny Willemsen <jwillemsen@remedy.nl>
3 Date: Tue Jun 30 08:24:35 2020 +0200
5 Revert "Replacing use of ::select in favor of ::poll"
7 commit c61e51e5d135a2950fba52e7fc55983f2b46ef28
8 Author: Johnny Willemsen <jwillemsen@remedy.nl>
9 Date: Mon Jun 29 19:35:48 2020 +0200
11 Changed ready flags of ACE::handle_ready from int to bool
16 * ACE/ace/Cached_Connect_Strategy_T.cpp:
17 * ACE/ace/SSL/SSL_SOCK_Stream.inl:
18 * ACE/tests/SOCK_Test.cpp:
20 commit fe244776c888db6c91c7fe56e5bc25c7603ab780
21 Author: Johnny Willemsen <jwillemsen@remedy.nl>
22 Date: Mon Jun 29 17:20:02 2020 +0200
26 * ACE/ace/Cached_Connect_Strategy_T.cpp:
28 commit 885ffbb0d51c93cec57ff50433ad95e8b79e6a32
29 Merge: 7cf3f1283ef 98ab6f28e52
30 Author: Steve Huston <shuston@riverace.com>
31 Date: Mon Jun 29 08:12:07 2020 -0400
33 Merge pull request #1044 from johnjanthony/Replace-select-with-poll-in-SOCK-Connector-and-Acceptor
35 Replacing use of ::select in favor of ::poll
37 commit ef7fc87642a65e385ca9819e7550b708e0a68bb1
38 Author: Johnny Willemsen <jwillemsen@remedy.nl>
39 Date: Mon Jun 15 19:47:59 2020 +0200
45 commit f18c85a3c30f519f7f26689ac5a144ac427b5446
46 Author: Johnny Willemsen <jwillemsen@remedy.nl>
47 Date: Mon Jun 15 19:47:51 2020 +0200
51 * ACE/ace/Functor_T.h:
53 commit dad285f2c4e0ed6b6f568539cd7b1a07412542bf
54 Author: Johnny Willemsen <jwillemsen@remedy.nl>
55 Date: Mon Jun 15 19:47:36 2020 +0200
57 sys/sysctl.h got deprecated in glibc 2.30, removed in kernel 5.5, so updated version check to use glibc
59 * ACE/ace/config-linux-common.h:
61 commit efac498d689122d0e6246cfe48dd85d0541f5ff4
62 Author: Johnny Willemsen <jwillemsen@remedy.nl>
63 Date: Mon Jun 15 13:26:14 2020 +0200
65 Only include os_sysctl.h when ACE_HAS_SYSCTL has been defined and with linux kernel >= 5.5.0 sys/sysctl.h has been marked deprecated
67 * ACE/ace/OS_NS_unistd.cpp:
68 * ACE/ace/config-linux-common.h:
70 commit a1f0b95dd2a59c385e3f1a74911651fd0c92805c
71 Author: Johnny Willemsen <jwillemsen@remedy.nl>
72 Date: Wed Jun 10 17:34:57 2020 +0200
74 Use ACE_OS_Dirent instead of ACE_OS
76 * ACE/ace/Dirent_Selector.h:
78 commit adb4749455ef87e39e9629d6dbe0026c074dbe08
79 Author: Johnny Willemsen <jwillemsen@remedy.nl>
80 Date: Wed Jun 10 17:33:22 2020 +0200
82 Use ACE_OS instead of ACE_OS_Memory
84 * ACE/tests/ARGV_Test.cpp:
86 commit 27e4f2f6b65a17333a930c844c80409b072b821d
87 Author: Johnny Willemsen <jwillemsen@remedy.nl>
88 Date: Wed Jun 10 17:32:28 2020 +0200
90 Use ACE_OS instead of ACE_OS_String
92 * ACE/ace/OS_NS_time.inl:
93 * ACE/examples/APG/Config/ARGV_Example.cpp:
94 * ACE/examples/APG/Config/Get_Opt.cpp:
95 * ACE/examples/APG/Config/Get_Opt_Long.cpp:
96 * ACE/tests/ARGV_Test.cpp:
97 * TAO/orbsvcs/DevGuideExamples/Security/ParticipatingApp/Messenger_i.cpp:
98 * TAO/orbsvcs/orbsvcs/Event/EC_Thread_Flags.cpp:
99 * TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/TimeStamp.cpp:
100 * TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/receiver.cpp:
101 * TAO/orbsvcs/tests/Event/ThreadFlags/testflags.cpp:
102 * TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp:
103 * TAO/orbsvcs/tests/HTIOP/BiDirectional/Test_Output.cpp:
104 * TAO/orbsvcs/tests/HTIOP/Hello/Test_Output.cpp:
105 * TAO/tests/Bug_3941_Regression/test.cpp:
107 commit 02af73cfc64c1dcf73dd907b25fcd67b80b88203
108 Author: Johnny Willemsen <jwillemsen@remedy.nl>
109 Date: Wed Jun 10 16:59:49 2020 +0200
111 Use ACE_OS::strcmp instead of ACE_OS_String::strcmp
113 * ACE/tests/Message_Queue_Test.cpp:
114 * TAO/docs/ec_options.html:
115 * TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp:
116 * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Completion_Handler.h:
117 * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.h:
118 * TAO/orbsvcs/orbsvcs/HTIOP/README.txt:
119 * TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp:
120 * TAO/tao/Connection_Purging_Strategy.h:
121 * TAO/tao/GIOP_Message_Base.cpp:
122 * TAO/tao/Invocation_Retry_Params.cpp:
123 * TAO/tao/Invocation_Retry_State.cpp:
124 * TAO/tao/Invocation_Retry_State.h:
125 * TAO/tao/Strategies/FIFO_Connection_Purging_Strategy.h:
126 * TAO/tao/Strategies/LFU_Connection_Purging_Strategy.h:
127 * TAO/tao/Synch_Invocation.cpp:
128 * TAO/tao/Transport_Cache_Manager_T.cpp:
129 * TAO/tao/Transport_Cache_Manager_T.h:
130 * TAO/tests/Bug_1495_Regression/server_interceptor.cpp:
131 * TAO/tests/DII_AMI_Forward/server_interceptor.cpp:
132 * TAO/tests/ForwardOnceUponException/README:
133 * TAO/tests/Portable_Interceptors/Benchmark/Interceptor_Type.cpp:
134 * TAO/tests/Portable_Interceptors/Bug_1559/server_interceptor.cpp:
135 * TAO/tests/Portable_Interceptors/Bug_2510_Regression/server_interceptor.cpp:
136 * TAO/tests/Portable_Interceptors/Bug_3079/Client_Request_Interceptor.cpp:
138 commit 328c87c87e1e4f29561cfcd182c328377ef81a16
139 Merge: 5650c5ce9e2 a4dc39467c6
140 Author: Johnny Willemsen <jwillemsen@remedy.nl>
141 Date: Tue Jun 9 16:03:19 2020 +0200
143 Merge pull request #1136 from jwillemsen/jwi-azureubuntu
145 Move some jobs to ubuntu 20.04
147 commit 3aef14966f96bddba2ef9c4e25d435a08bce3f8a
148 Author: Johnny Willemsen <jwillemsen@remedy.nl>
149 Date: Tue Jun 9 13:19:03 2020 +0200
151 Fixed typo in comment
153 * ACE/ace/OS_NS_macros.h:
155 commit 5650c5ce9e20862e78087ca818427366669dff67
156 Merge: 79af351e070 58e6d4cd1e7
157 Author: Johnny Willemsen <jwillemsen@remedy.nl>
158 Date: Sat Jun 6 14:59:15 2020 +0200
160 Merge pull request #1081 from likema/remove-unnecessary-init
162 Remove unnecessary ACE_Select_Reactor_Handler_Repository ctor init parameter.
164 commit 52d35023a4f6c76abab966de1dfa683d8d7fdb3b
165 Author: Fred Hornsey <hornseyf@objectcomputing.com>
166 Date: Mon Jun 1 20:33:20 2020 -0500
168 Update .gitignore files
170 After building TAO tests for
171 https://github.com/DOCGroup/ACE_TAO/pull/1132 I was left with a lot of
172 untracked files. I used
173 https://github.com/objectcomputing/OpenDDS/blob/e1b3c99f74e73a537083e790f3bf9fb9ee6ed8b9/tools/scripts/update_gitignore.pl
174 to create and update `.gitignore` files. I made sure I wasn't creating
175 any directories just containing a `.gitignore` file, except for
176 `ACE/apps/gperf/tests/iout2_gen`. It had a placeholder file called
177 `.empty` which I deleted because the `.gitignore` can serve the same
180 commit 3da2954d3b6d2df3ab709b980da39c70e106e17b
181 Merge: 57a75e55497 ca31d936b69
182 Author: Steve Huston <shuston@riverace.com>
183 Date: Sat May 30 11:56:15 2020 -0400
185 Merge pull request #1129 from DOCGroup/riverace-case-2186
187 Do not invoke a method on pointer returned from remove() without chec…
189 commit 66d6dee67bfba03438bcf396edaf0277d24a8964
190 Merge: 386ca8fb87a 6e165d5d0fd
191 Author: Johnny Willemsen <jwillemsen@remedy.nl>
192 Date: Sat May 30 09:02:33 2020 +0200
194 Merge pull request #1124 from jwillemsen/jwi-emb-hascppdefines
196 Set ACE_HAS_CPP11|14|17|20 based on __cplusplus for clang embarcadero
198 commit 386ca8fb87a1cf0093548ed4f9b12c07b2094027
199 Merge: c1bce79510b b3254a06251
200 Author: Johnny Willemsen <jwillemsen@remedy.nl>
201 Date: Sat May 30 09:02:07 2020 +0200
203 Merge pull request #1123 from jwillemsen/jwi-autoptr-cpp17
205 With CPP17 or newer provide our auto_ptr implementation to not break …
207 commit ca31d936b698d3e6e318668ac55f77f70f6d81c3
208 Author: Steve Huston <shuston@riverace.com>
209 Date: Fri May 29 22:05:47 2020 +0000
211 Do not invoke a method on pointer returned from remove() without checking it
213 commit c1bce79510b3afaef44dfe1465fd22e77b72b45f
214 Merge: 8d4781b498d 685eb73bc7e
215 Author: Johnny Willemsen <jwillemsen@remedy.nl>
216 Date: Fri May 29 19:43:46 2020 +0200
218 Merge pull request #1128 from jwillemsen/jwi-usetabs
220 We need to use tabs in GNU make rules
222 commit b3254a062511de65208e93700757b32d2ad2558e
223 Author: Johnny Willemsen <jwillemsen@remedy.nl>
224 Date: Fri May 29 19:41:09 2020 +0200
226 Add include of memory in case we have C++17
228 * ACE/ace/Auto_Ptr.h:
230 commit 685eb73bc7e72491329cea82c4381d85735cd39b
231 Author: Johnny Willemsen <jwillemsen@remedy.nl>
232 Date: Fri May 29 14:23:33 2020 +0200
234 We need to use tabs in GNU make rules
236 commit 376cc6429f8b5e44f2f1a6d95e5f5bf9db08ffc2
237 Author: Johnny Willemsen <jwillemsen@remedy.nl>
238 Date: Wed May 27 16:50:52 2020 +0200
242 * ACE/ace/Auto_Ptr.h:
244 commit 90a0ee705399ddf51ddb9c68fe57b9ad78b20619
245 Author: Johnny Willemsen <jwillemsen@remedy.nl>
246 Date: Wed May 27 11:21:16 2020 +0200
248 With CPP17 or newer provide our auto_ptr implementation to not break all ACE/TAO tests
250 commit 6e165d5d0fd299365cc931f9da4aee185f4a1b6e
251 Author: Johnny Willemsen <jwillemsen@remedy.nl>
252 Date: Wed May 27 11:20:01 2020 +0200
254 Set ACE_HAS_CPP11|14|17|20 based on __cplusplus for clang
256 commit baa8faa56bfbcc0468e3c787d0ef7daf680d0dad
257 Author: Johnny Willemsen <jwillemsen@remedy.nl>
258 Date: Wed May 27 09:04:00 2020 +0200
260 Don't enable C++11 support for ACE, causes all kinds of compile problems :-(
262 * ACE/ace/config-win32-borland.h:
264 commit 70220ed436a20dad8d2cdcc4d39d4faa4e5819aa
265 Author: Johnny Willemsen <jwillemsen@remedy.nl>
266 Date: Wed May 27 08:21:55 2020 +0200
268 Add support for Embarcadero C++ Builder 10.4 Sydney
271 * ACE/ace/Compression/rle/RLECompressor.cpp:
272 * ACE/ace/OS_NS_Thread.cpp:
273 * ACE/ace/config-win32-borland.h:
274 * ACE/ace/os_include/net/os_if.h:
275 * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp:
276 * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h:
277 * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h:
278 * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp:
279 * TAO/tests/Bug_3574_Regression/test.cpp:
281 commit 0a50ebb1c91efb70a4d7de65eac68aca22f1485a
282 Merge: 71ad93429ff 4d603bcaa03
283 Author: Johnny Willemsen <jwillemsen@remedy.nl>
284 Date: Wed May 20 13:47:50 2020 +0200
286 Merge pull request #1119 from jwillemsen/jwi-msvcwarnings
288 Fix some msvc level 4 warnings
290 commit 4d603bcaa034c0ee27c12eae4b53ac62a3e139ee
291 Author: Johnny Willemsen <jwillemsen@remedy.nl>
292 Date: Wed May 20 09:54:51 2020 +0200
294 Removed const again, variable is changed
296 * ACE/ace/OS_NS_stropts.cpp:
298 commit a9f9d42feadc888d2d32279283c7ef0a78f3d7a7
299 Author: Johnny Willemsen <jwillemsen@remedy.nl>
300 Date: Wed May 20 08:56:20 2020 +0200
304 * ACE/ace/QoS/README:
306 commit 2faa23271fdb2fb44a6939dd44c69fb7a4b3adfb
307 Author: Johnny Willemsen <jwillemsen@remedy.nl>
308 Date: Wed May 20 08:56:10 2020 +0200
310 Reduced scope variables
312 * ACE/ace/OS_NS_stropts.cpp:
314 commit 85aa3ddc28da8c2037ec28a3c04c300f4e3c4ddf
315 Author: Johnny Willemsen <jwillemsen@remedy.nl>
316 Date: Wed May 20 08:55:55 2020 +0200
318 Removed hidden variables
320 * ACE/ace/Configuration_Import_Export.cpp:
322 commit 71ad93429ff7f99dc50419da5f0cbac9b6af752d
323 Merge: b1c483ba83f a72b0d6da47
324 Author: Adam Mitz <mitza@objectcomputing.com>
325 Date: Mon May 18 15:45:25 2020 -0500
327 Merge pull request #1116 from jonesc-oci/android-win-host-line-too-long
329 Modify Android link on Windows hosts to avoid error
331 commit a72b0d6da47b8ce94d4772601e4a83f00f0394c9
332 Author: Chip Jones <jonesc@objectcomputing.com>
333 Date: Mon May 18 12:19:31 2020 -0500
335 Update Android link on Windows hosts to avoid err.
337 Replace echo/$foreach logic with $file function which avoids
338 potential tmpfile truncation. Make tmpfile name unique.
340 commit 134f0d30fdea43c4c733fd5f8102cf819313ee00
341 Merge: ac954bfe407 9d89f20fc84
342 Author: Johnny Willemsen <jwillemsen@remedy.nl>
343 Date: Mon May 18 15:53:56 2020 +0200
345 Merge pull request #1114 from jwillemsen/jwi-msvc2019-2
347 Code changes to workaround the Visual Studio 2019 crash, instead of d…
349 commit 9d89f20fc8444914dc43d9963ab88199819b5872
350 Author: Johnny Willemsen <jwillemsen@remedy.nl>
351 Date: Mon May 18 15:41:05 2020 +0200
353 Fixed typo in documentation
355 * ACE/ace/Object_Manager.h:
357 commit 3eefc82b3e44164b0caf46c177c03dae1a84f122
358 Author: Johnny Willemsen <jwillemsen@remedy.nl>
359 Date: Mon May 18 15:40:50 2020 +0200
363 * ACE/ace/Process_Manager.cpp:
365 commit 4ec31a69d924ed1dfa44d4536be7dfdac91de868
366 Author: Johnny Willemsen <jwillemsen@remedy.nl>
367 Date: Sat May 16 09:47:49 2020 +0200
369 Reworked msvc2019 patch
371 * ACE/ace/Process_Manager.cpp:
373 commit 54220d34e730c9f46167a4a3c5ff779c69c60385
374 Merge: d9c8b8024e6 72fe6a224c3
375 Author: Johnny Willemsen <jwillemsen@remedy.nl>
376 Date: Sat May 16 09:42:39 2020 +0200
378 Merge branch 'master' into jwi-msvc2019-2
380 commit ac954bfe407f5bec55302a155b9ba5c195a832a3
381 Merge: 8b09cdd41d7 2ec0cf26658
382 Author: Adam Mitz <mitza@objectcomputing.com>
383 Date: Fri May 15 17:04:30 2020 -0500
385 Merge pull request #1101 from jonesc-oci/android-if_nameindex
387 Define ACE_LACKS_IF_NAMEINDEX for Android APIs < 24
389 commit 8b09cdd41d73fc599e736d5d04b2e9066588b9fa
390 Merge: c4d6cb02b46 8279c807d71
391 Author: Johnny Willemsen <jwillemsen@remedy.nl>
392 Date: Fri May 15 20:30:59 2020 +0200
394 Merge pull request #1097 from okellogg/master
396 Fixes for ACE/bin/ace-install
398 commit 72fe6a224c32f648de14795dd80a79b06771a183
399 Merge: 70a709c0eee c4d6cb02b46
400 Author: Johnny Willemsen <jwillemsen@remedy.nl>
401 Date: Fri May 15 20:29:06 2020 +0200
403 Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO
405 commit 70a709c0eee50e73e049ec8c54df2e1c0270429f
406 Author: Johnny Willemsen <jwillemsen@remedy.nl>
407 Date: Fri May 15 20:28:59 2020 +0200
411 * ACE/ace/SSL/SSL_SOCK_Stream.cpp:
412 * ACE/ace/SSL/SSL_SOCK_Stream.inl:
414 commit e257dff6722872b25660c8b4fe69d946c0b10626
415 Author: Chip Jones <jonesc@objectcomputing.com>
416 Date: Fri May 15 10:32:50 2020 -0500
418 Modify Android link on Windows hosts to avoid err.
420 Modify the Android link step on Windows hosts to avoid
421 a 'command line too long' error when linking a large
422 number of object files.
424 commit a6374afe74fd0ceb059407571e3051125d6f14f7
425 Author: Johnny Willemsen <jwillemsen@remedy.nl>
426 Date: Fri May 15 16:21:09 2020 +0200
428 Layout and doxygen changes
430 * ACE/ace/SSL/SSL_Asynch_Stream.h:
431 * ACE/ace/SSL/SSL_SOCK.h:
432 * ACE/ace/SSL/SSL_SOCK_Acceptor.cpp:
433 * ACE/ace/SSL/SSL_SOCK_Acceptor.h:
434 * ACE/ace/SSL/SSL_SOCK_Connector.h:
435 * ACE/ace/SSL/SSL_SOCK_Stream.h:
437 commit d9c8b8024e6c9a6be6f5081fd4b49faff9484a6a
438 Author: Johnny Willemsen <jwillemsen@remedy.nl>
439 Date: Fri May 15 09:00:55 2020 +0100
441 Code changes to workaround the Visual Studio 2019 crash, instead of deferencing the instance point just take the typeid of ACE_Process_Manager directly
443 commit 2ec0cf266583ffeefd588fd85d93c88158cbf906
444 Author: Chip Jones <jonesc@objectcomputing.com>
445 Date: Thu May 14 11:55:58 2020 -0500
447 NDK standalone toolchains < 15 lack if_nameindex.
449 commit 6a633b1ba8c0fbe423cf1d993fbfa2d7a338acf3
450 Author: Chip Jones <jonesc@objectcomputing.com>
451 Date: Thu May 14 11:49:35 2020 -0500
453 Simplify Win32/Android 'if_nameindex' conditional.
455 commit 6302da798fda1efb043fca59ab201b31938ed298
456 Merge: eeb1288ab4e 58be69d5e40
457 Author: Johnny Willemsen <jwillemsen@remedy.nl>
458 Date: Thu May 14 12:34:02 2020 +0200
460 Merge pull request #1113 from jwillemsen/jwi-sslimprov
462 Minor ACE SSL related changes
464 commit 58be69d5e403512f57fe5812b9c934af3926695e
465 Author: Johnny Willemsen <jwillemsen@remedy.nl>
466 Date: Thu May 14 11:05:37 2020 +0200
470 * ACE/ace/SSL/SSL_SOCK_Stream.h:
472 commit 2d366e54e7a507b6b3dfa4c3c8bc29f55e62785e
473 Author: Johnny Willemsen <jwillemsen@remedy.nl>
474 Date: Thu May 14 10:01:29 2020 +0200
476 Layout, const, logging, doxygen changes
478 * ACE/ace/SSL/SSL_Asynch_Stream.cpp:
479 * ACE/ace/SSL/SSL_Context.cpp:
480 * ACE/examples/IPC_SAP/SSL_SAP/README:
481 * ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h:
482 * ACE/examples/IPC_SAP/SSL_SAP/SSL-client.h:
483 * ACE/examples/IPC_SAP/SSL_SAP/SSL-server-simple.cpp:
484 * ACE/examples/IPC_SAP/SSL_SAP/SSL-server.cpp:
485 * ACE/tests/SSL/Bug_2912_Regression_Test.cpp:
486 * ACE/tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp:
487 * ACE/tests/SSL/Thread_Pool_Reactor_SSL_Test.h:
488 * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp:
490 commit 5c8267be775feee34018e9a219d3850a783a5c18
491 Author: Chip Jones <jonesc@objectcomputing.com>
492 Date: Wed May 13 15:47:33 2020 -0500
494 Android NDKs<14.1 lack struct if_nameindex.
496 Android NDKs 12 and 13 lack a 'struct if_nameindex'
497 definition even though they support API 24.
499 commit db73931499290bc5fb46ceff47e47e5be3601be7
500 Author: Johnny Willemsen <jwillemsen@remedy.nl>
501 Date: Wed May 13 12:20:15 2020 +0200
503 Removed Compiler_Features_08_Test from this mpc file, it is not in git anymore
505 * ACE/tests/tests.mpc:
507 commit db3c5ecbc94edb3feca008433aeeb34f9c289b2d
508 Merge: ea574b9e547 0eb41eafb62
509 Author: Johnny Willemsen <jwillemsen@remedy.nl>
510 Date: Tue May 12 12:35:28 2020 +0200
512 Merge pull request #1092 from jwillemsen/jwi-basictypes2
516 commit 0eb41eafb625f6ea1305c8a94cbd3883f7f3d51f
517 Author: Johnny Willemsen <jwillemsen@remedy.nl>
518 Date: Tue May 12 12:34:36 2020 +0200
522 * ACE/ace/Basic_Types.h:
524 commit 1d8f885f09f7e1dfd87385ecf9e6518feab77c69
525 Merge: 9e6da1ce728 09935108c63
526 Author: Johnny Willemsen <jwillemsen@remedy.nl>
527 Date: Tue May 12 12:33:58 2020 +0200
531 commit 5c36116562e9254bb9a53e90a119eabeed83f97d
532 Author: Johnny Willemsen <jwillemsen@remedy.nl>
533 Date: Tue May 12 09:21:15 2020 +0200
535 Add missing include for std::bad_cast
537 * ACE/tests/Compiler_Features_13_Test.cpp:
539 commit fe23892b353096105c98c43a68a2480d8fba9b72
540 Merge: 6747a42958f e10bc3417cd
541 Author: Johnny Willemsen <jwillemsen@remedy.nl>
542 Date: Mon May 11 19:06:33 2020 +0200
544 Merge branch 'master' into jwi-badcast
546 commit 8279c807d71456ebcfc1da64fa92a60d2bb98997
547 Merge: 0be94abdd67 0a6165f4f81
548 Author: Oliver Kellogg <okellogg@users.sourceforge.net>
549 Date: Mon May 11 17:46:08 2020 +0200
551 Merge remote-tracking branch 'upstream/master'
553 commit 6747a42958f938531aa6886b381cc6c6bec1c0da
554 Author: Johnny Willemsen <jwillemsen@remedy.nl>
555 Date: Mon May 11 11:44:12 2020 +0200
557 An incorrect dynamic_cast should throw std::bad_cast which is derived from std::exception, let us test that we get std::bad_cast
559 * ACE/tests/Compiler_Features_13_Test.cpp:
561 commit 30f134dbf5eab3550c40c9667f659dc55f97b1d4
562 Merge: ea0cd275457 3a5803f18c1
563 Author: Johnny Willemsen <jwillemsen@remedy.nl>
564 Date: Sat May 9 09:38:23 2020 +0200
566 Merge pull request #1105 from jwillemsen/jwi-processenvtest
568 On Windows vista or newer there is a limit of 32767 per environment variable
570 commit ea0cd275457e067cae0ab833d5821fd6496855f5
571 Merge: af0e3e558c3 84f362508aa
572 Author: Johnny Willemsen <jwillemsen@remedy.nl>
573 Date: Fri May 8 15:58:59 2020 +0200
575 Merge pull request #1104 from jwillemsen/jwi-ctrlhandlersignature
577 Updated CtrlHandle signature to match other use cases to resolve some warnings
579 commit 3a5803f18c1211185d19646ab23283373d30b199
580 Author: Johnny Willemsen <jwillemsen@remedy.nl>
581 Date: Fri May 8 12:04:54 2020 +0200
583 Updated version check
585 * ACE/tests/Process_Env_Test.cpp:
587 commit 31fcc77d69a91783f0582baf3bd86504f2b39b12
588 Author: Johnny Willemsen <jwillemsen@remedy.nl>
589 Date: Fri May 8 12:02:26 2020 +0200
591 Windows Vista or newer allow 32767 per environment variable with CreateProcess
593 * ACE/tests/Process_Env_Test.cpp:
595 commit ae3cc2cd581bdeda5024822406c793b08c97af1b
596 Author: Johnny Willemsen <jwillemsen@remedy.nl>
597 Date: Fri May 8 11:00:45 2020 +0200
599 Updated CtrlHandle signature to match other use cases to resolve some warnings with some compilers
601 * ACE/tests/Network_Adapters_Test.cpp:
603 commit effe8611c980c7065f950829fd5168404b4b15f0
604 Author: Johnny Willemsen <jwillemsen@remedy.nl>
605 Date: Fri May 8 10:27:24 2020 +0200
607 Removed commented out code, small const change
609 * ACE/ace/OS_NS_Thread.cpp:
611 commit 1d14886e4d98b3e39e9a3b0500cf69bc98f995c2
612 Author: Johnny Willemsen <jwillemsen@remedy.nl>
613 Date: Thu May 7 18:25:08 2020 +0200
615 Also list strawberry perl
617 * ACE/ACE-INSTALL.html:
619 commit 2d36a8c008d8c648421acb7eb04539a3eaa49eeb
620 Author: Chip Jones <51006990+jonesc-oci@users.noreply.github.com>
621 Date: Thu May 7 09:11:34 2020 -0500
623 Also check NDK revision
625 Co-authored-by: Fred Hornsey <hornseyf@objectcomputing.com>
627 commit 289a4a8e0006f7a20e8de568334f74ba74f7a4bf
628 Author: Johnny Willemsen <jwillemsen@remedy.nl>
629 Date: Thu May 7 14:19:46 2020 +0200
631 Update various links, point to github issues
634 * ACE/PROBLEM-REPORT-FORM:
636 * TAO/PROBLEM-REPORT-FORM:
638 commit 5564c9667dc17bc7826e54efe7dae79334218a03
639 Author: Johnny Willemsen <jwillemsen@remedy.nl>
640 Date: Thu May 7 14:14:22 2020 +0200
642 Update various hyperlinks
644 * ACE/ACE-INSTALL.html:
646 * ACE/ace/Object_Manager.cpp:
647 * TAO/TAO-INSTALL.html:
649 commit 0be94abdd67febd5cd440a5264f6c4ac93398c48
650 Merge: 393910a1ddc 7c298ab6902
651 Author: Oliver Kellogg <okellogg@users.sourceforge.net>
652 Date: Thu May 7 00:43:36 2020 +0200
654 Merge remote-tracking branch 'upstream/master'
656 commit 83371870f4743b616410a48e797756887b5a5404
657 Author: Chip Jones <jonesc@objectcomputing.com>
658 Date: Wed May 6 16:07:11 2020 -0500
660 ACE_LACKS_IF_NAMEINDEX for Android APIs < 24
662 commit 6dd70b41c47a097dfa2d6d3de62b3d06aa801d54
663 Author: Johnny Willemsen <jwillemsen@remedy.nl>
664 Date: Wed May 6 11:19:13 2020 +0200
666 Upgrade to CIAO 1.3.9 and DAnCE 1.3.9
668 * ACE/docs/Download.html:
670 commit 393910a1ddcb4169d3c7326ba5c7522d72f5824c
671 Author: Oliver Kellogg <okellogg@users.sourceforge.net>
672 Date: Wed May 6 07:20:04 2020 +0200
675 - On FIND runs for copying TAO libs and for copying ACE libs, replace
676 exclusions by union of patterns "lib?*.so*", "lib?*.a", "lib?*.dll",
678 - On copying ACE executables change ACE_PROGS to
679 apps/gperf/src/ace_gperf.
680 - Address some findings of checkstyle.
682 commit dc92e73096bfd073dad31e2cf5d60ae3dbdf66ee
683 Author: Johnny Willemsen <jwillemsen@remedy.nl>
684 Date: Fri May 1 10:28:14 2020 +0200
686 Make x.5.9 public and prepare for next release
689 * ACE/bin/copy-local-script.sh:
690 * ACE/bin/copy-script.sh:
691 * ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
692 * ACE/docs/Download.html:
693 * ACE/docs/bczar/bczar.html:
694 * ACE/etc/index.html:
697 commit 3d454e61d150aff4a5260791f856657e86be89f1
698 Merge: fc48dfcd2c4 57e38a7b4a4
699 Author: Johnny Willemsen <jwillemsen@remedy.nl>
700 Date: Tue Apr 28 16:17:51 2020 +0200
702 Merge branch 'master' into jwi-basictypes2
704 commit fc48dfcd2c41720eecd202f7fbaf4a73657a7819
705 Author: Johnny Willemsen <jwillemsen@remedy.nl>
706 Date: Thu Apr 2 11:32:38 2020 +0200
708 When we have C++11 support make use of the C++ (u)intxx_t types
710 * ACE/ace/Basic_Types.h:
712 commit 58e6d4cd1e7ba55f3d7541df776a3fd94cf13bb6
713 Author: Like Ma <likemartinma@gmail.com>
714 Date: Sun Apr 12 02:38:47 2020 +0800
716 Remove unnecessary ACE_Select_Reactor_Handler_Repository ctor init parameter.
718 commit 98ab6f28e5230f5561182c9914801d6d3a83b2bd
719 Author: John Anthony <john.anthony@redpointglobal.com>
720 Date: Wed Mar 25 11:06:24 2020 -0600
722 removing trailing spaces
724 commit 26eb8172a683665ac3dd17d9f2eade14927dffb9
725 Author: John Anthony <john.anthony@redpointglobal.com>
726 Date: Tue Mar 24 16:18:14 2020 -0600
730 commit 4da3933c12416d6083309d950525b7215ad9ea64
731 Author: John Anthony <john.anthony@redpointglobal.com>
732 Date: Fri Feb 21 13:39:55 2020 -0700
734 replacing use of select for poll
736 Replacing use of ::select() with ::poll() in SSL_SOCK_Connector and SSL_SOCK_Acceptor - on systems that support ::poll()