1 commit 441f6abac2d8967cc993b6d9d947975f707ff505
2 Merge: 2ec946a16b8 6027bfe9ad1
3 Author: Johnny Willemsen <jwillemsen@remedy.nl>
4 Date: Wed Jun 26 20:00:00 2019 +0200
6 Merge pull request #928 from jwillemsen/jwi-azurebadge
8 Use correct azure devops badge
10 commit 9a0cce755eeabf8bc71b749de9ff53dcc4e0d34a
11 Author: Chad Elliott <elliottc@objectcomputing.com>
12 Date: Tue Jun 25 07:33:04 2019 -0500
14 Provide two values in the struct linger initializer even though it absolutely is not required by the standard
16 commit ea0205bef9691755788871bffaeae8a4fff49a5d
17 Author: Chad Elliott <elliottc@objectcomputing.com>
18 Date: Mon Jun 24 12:25:36 2019 -0500
20 Redundantly set the l_linger member to appease gcc
22 commit de6952566c18e2fb7bc049dfac5814f6e53cf72f
23 Merge: b1dee1f113c 2f7a952cc6f
24 Author: ocielliottc <elliottc@objectcomputing.com>
25 Date: Mon Jun 24 07:52:53 2019 -0500
27 Merge pull request #917 from ocielliottc/master
29 Adding support for the MQX RTOS.
31 commit a00b1a3d43eaac70178887e53500216c78b8581f
32 Author: Chad Elliott <elliottc@objectcomputing.com>
33 Date: Thu Jun 20 16:17:49 2019 -0500
35 Changed types and added static_casts to resolve 64-bit warnings.
37 commit edc04eea14d97c29a91167b8ec5ff08f9f6e1e9e
38 Merge: 83076677f70 6156438d623
39 Author: Adam Mitz <mitza@objectcomputing.com>
40 Date: Thu Jun 13 13:55:01 2019 -0500
42 Merge pull request #918 from iguessthislldo/igtd/tao_idl_fixes
44 TAO_IDL: Minor Annotation Fixes
46 commit 6156438d623bc933ba77e9114d174494ba109972
47 Author: Fred Hornsey <fred@hornsey.us>
48 Date: Wed Jun 12 13:31:46 2019 -0500
50 Apply suggestions from by @mitza-oci
52 Co-Authored-By: Adam Mitz <mitza@objectcomputing.com>
54 commit 617e37349071008c940681345749fd355066b829
55 Author: Johnny Willemsen <jwillemsen@remedy.nl>
56 Date: Wed Jun 12 10:11:21 2019 +0200
58 Corrected invalid define usage, same value, but logically not correct
60 * TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp:
62 commit de31845d06bdb260a5ede9a2d202b92fbabad407
63 Author: Johnny Willemsen <jwillemsen@remedy.nl>
64 Date: Wed Jun 12 08:28:44 2019 +0200
66 Remove handling of CORBA::TIMEOUT as part of the sendc_ping exception handling, breaks Windows
68 * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.h:
69 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
71 commit dde054ada9023d80ce42abe82f5dc92470d10624
72 Author: Johnny Willemsen <jwillemsen@remedy.nl>
73 Date: Tue Jun 11 10:27:09 2019 +0200
75 When sendc fails with a timeout mark the server as timed out
77 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
79 commit 2e19e8ebfd93f9ae69c2fd8f43b2ece8edde51e2
80 Author: Johnny Willemsen <jwillemsen@remedy.nl>
81 Date: Tue Jun 11 09:19:42 2019 +0200
85 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
86 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.h:
88 commit 2211b831b81dbac580dea499d016132b59805b4f
89 Author: Johnny Willemsen <jwillemsen@remedy.nl>
90 Date: Mon Jun 10 19:31:04 2019 +0200
92 Make use of an atomic for the refcount instead of a full mutex
94 * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp:
95 * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h:
97 commit 6b84a09f60463bfd831e7f55a03000690847d44c
98 Author: Johnny Willemsen <jwillemsen@remedy.nl>
99 Date: Sun Jun 9 10:42:50 2019 +0200
101 Commented out check for nill ping interval, breaks one unit test
103 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
105 commit 8bc6fd296f1307242e09c012ccf9b703783253d8
106 Author: Johnny Willemsen <jwillemsen@remedy.nl>
107 Date: Sun Jun 9 10:42:25 2019 +0200
111 * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp:
113 commit 751c09cc92e6e90ebe476b17711f3a2ea3cc1fda
114 Author: Johnny Willemsen <jwillemsen@remedy.nl>
115 Date: Sun Jun 9 10:32:30 2019 +0200
117 Change the refcount_ of LiveListener to a atomic which is more efficient
119 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
120 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.h:
122 commit d33e96029091ab22fd1e5ab0c5e91e3f433eb904
123 Author: Fred Hornsey <hornseyf@objectcomputing.com>
124 Date: Fri Jun 7 11:45:31 2019 -0500
126 annotest_idl: Fix Annotation Decl
128 I had changed this value to false to make sure the test could fail, but
129 forgot to change it before committing.
131 commit eb4bf96c72cf2e080201908a93de4e53182fd363
132 Author: Fred Hornsey <hornseyf@objectcomputing.com>
133 Date: Fri Jun 7 11:43:06 2019 -0500
135 tao_idl: Fix Typo in idl.ypp
137 commit 9953cd68ac6941641dc96b870ae4d4bf24b14c3c
138 Author: Johnny Willemsen <jwillemsen@remedy.nl>
139 Date: Fri Jun 7 17:04:08 2019 +0200
141 Mark constructor as explicit
143 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
145 commit 36b1106d400f1403b306cda85b870d68e5ccbfa9
146 Author: Johnny Willemsen <jwillemsen@remedy.nl>
147 Date: Fri Jun 7 16:48:31 2019 +0200
149 Revert "Remove ORB runner as separate task, not necessary and only complicates this test"
151 This reverts commit 57021d0e7fba3d19037c02472f6a41bf2b0dfa30.
153 commit 42f4029d31bf42f1c1d32c550ce9fc1c8d6b51a9
154 Author: Johnny Willemsen <jwillemsen@remedy.nl>
155 Date: Fri Jun 7 14:09:41 2019 +0200
157 When there is no ping interval specified we don't need to ping a server at all
159 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
161 commit 7f41b8422c7e91eae163dd83f344d6b97ff01085
162 Author: Johnny Willemsen <jwillemsen@remedy.nl>
163 Date: Fri Jun 7 13:08:53 2019 +0200
165 Print defaults using the hardcoded define, not copy the value just in the output message.
167 * TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp:
169 commit 57021d0e7fba3d19037c02472f6a41bf2b0dfa30
170 Author: Johnny Willemsen <jwillemsen@remedy.nl>
171 Date: Fri Jun 7 10:21:57 2019 +0200
173 Remove ORB runner as separate task, not necessary and only complicates this test
175 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
177 commit b0dd4712cf44c6e110e6d213d9574515b0959137
178 Author: Johnny Willemsen <jwillemsen@remedy.nl>
179 Date: Fri Jun 7 09:09:02 2019 +0200
181 Default ping timeout is 1000ms, not 10ms
183 * TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp:
185 commit be84b2154a6e6b55acfa3e30d4fea4438cae35e9
186 Author: Johnny Willemsen <jwillemsen@remedy.nl>
187 Date: Fri Jun 7 08:54:14 2019 +0200
189 No need to use a ACE_Time_Value to sleep a number of seconds
191 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
193 commit 50dbb1c0ad44bb262eceaa8da39f30c0b13e7425
194 Author: Johnny Willemsen <jwillemsen@remedy.nl>
195 Date: Fri Jun 7 08:52:49 2019 +0200
197 Log process id in exit message using %P
199 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
201 commit 534f364de4a6c090e4c70e39fee13951c7d64873
202 Author: Johnny Willemsen <jwillemsen@remedy.nl>
203 Date: Fri Jun 7 08:50:08 2019 +0200
205 Make use of %P for logging the process id
207 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
209 commit a3cd77e6bf7ae3cba390708676bf9e1c5474238f
210 Author: Fred Hornsey <hornseyf@objectcomputing.com>
211 Date: Thu Jun 6 19:32:13 2019 -0500
213 annotations.md: Add Prefix Thing to History
215 commit 7a28f35fdb3c9fd0213ae4e13386c9238478f08c
216 Author: Fred Hornsey <hornseyf@objectcomputing.com>
217 Date: Thu Jun 6 19:07:23 2019 -0500
219 tao_idl: Annotations cant class with C++ Keywords
221 commit 2b5481c0a5aa1d51b5fcd0470f0b32b8fa98696c
222 Author: Fred Hornsey <hornseyf@objectcomputing.com>
223 Date: Thu Jun 6 19:06:42 2019 -0500
225 annotations.md: Various Fixes
227 commit 6b0113c3b7debb7e898e7f8b48260e16f63bd1e4
228 Author: Fred Hornsey <hornseyf@objectcomputing.com>
229 Date: Thu Jun 6 17:46:30 2019 -0500
231 annotest_idl: Added A Test Case
233 This turned out not to be needed, but at least the
234 `@annotationName(TRUE)` or `@annotation(FALSE)` syntax isn't tested
235 currently. It's not special syntax really, but was failing in the
236 particular instance and went away with a rebuild.
238 commit d0c9f695bc0cc30bc4f36946eb041a24499d9495
239 Author: Johnny Willemsen <jwillemsen@remedy.nl>
240 Date: Thu Jun 6 19:03:44 2019 +0200
244 * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
246 commit 4c69b74225cf6d9479caa7a31ab38fa6d70ad669
247 Author: Chad Elliott <elliottc@objectcomputing.com>
248 Date: Thu Jun 6 09:15:02 2019 -0500
250 - Use ACE_OS::send and ACE_OS::recv on MQX, instead of write and read.
251 - Added static casts where pid_t is assumed to be an int.
252 - Use configurable macro for the "use_select" parameter.
253 - MQX does not follow conventional standards when it comes to HTONS and NTOHS and must be configured accordingly.
254 - Modified ACE_Handle_Set so that the use of fd_array is not conditional upon ACE_WIN32. It is now enabled through ACE_HANDLE_SET_USES_FD_ARRAY.
255 - Implement UNIX File IO Functions for MQX in MQX_Filesystem.*
256 - Use the existing implementation to simulate condition variables.
257 - Use emulation for diropen on MQX as is done for Windows.
258 - Convert from MQX error to standard error number.
259 - Use _mqx_exit in ACE_OS::_exit for MQX.
260 - Added a nop in ACE_OS::ioctl for MQX.
261 - Added a definition of ACE_TMAIN for MQX so that MQX is initialized and RTCS and the MQX Filesystem code is initialized before calling ace_main_i().
262 - Fixed a compile error in SOCK_Dgram.cpp introduced months ago.
263 - Use struct initialization to avoid using the l_linger member directly.
264 - Modified ACE_Select_Reactor_Base to use a hash map for handle storage based on ACE_SELECT_REACTOR_BASE_USES_HASH_MAP instead of ACE_WIN32.
265 - Added the IAR compiler to define ACE_NOTREACHED(a) as empty.
266 - Made ACE_IPPROTO_TCP conditionally defined.
267 - Added error values required for ACE.
268 - Skip the wide-character strtok test if ACE_LACKS_WCSTOK is defined in ACE/tests/OS_Test.cpp.
269 - Added the ability to compile tests so that they output to stderr instead of a file.
271 commit bbf72d32389b6419ead71b051c347f23144ebce0
272 Author: Johnny Willemsen <jwillemsen@remedy.nl>
273 Date: Thu Jun 6 14:38:42 2019 +0200
277 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/README:
279 commit 7be72bf5ab6f86ac35e1bf01a54f71b45dc5524b
280 Author: Johnny Willemsen <jwillemsen@remedy.nl>
281 Date: Thu Jun 6 13:58:55 2019 +0200
283 Add ping timeout to default startup debug message and use the flag whether we should ping or not
285 * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
287 commit 2c7141c62ecc2610bb04ef51e0ca1c9c25cd5d9d
288 Author: Johnny Willemsen <jwillemsen@remedy.nl>
289 Date: Thu Jun 6 13:39:35 2019 +0200
293 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
295 commit 936f658f53dce9b034f95a361611b3cc793d0ce0
296 Author: Johnny Willemsen <jwillemsen@remedy.nl>
297 Date: Thu Jun 6 11:12:26 2019 +0200
299 Remove redundant return
301 * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp:
303 commit 0ae60cf9c60a7d71d27ddfdb54a20ecfa876ce8c
304 Author: Johnny Willemsen <jwillemsen@remedy.nl>
305 Date: Thu Jun 6 11:12:10 2019 +0200
307 Log all exception details using _info, not just the type of exception
309 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
310 * TAO/orbsvcs/ImplRepo_Service/Replicator.cpp:
312 commit 2a145992dbc9196cccda37903c04a7a300f3cb91
313 Author: Fred Hornsey <hornseyf@objectcomputing.com>
314 Date: Wed Jun 5 14:17:20 2019 -0500
316 tao_idl: fix --dump segfault
318 commit d4dc5874ea9c94d2248b16ebe8535bfc654c0376
319 Author: Johnny Willemsen <jwillemsen@remedy.nl>
320 Date: Thu May 23 08:07:35 2019 +0200
324 * ACE/tests/Log_Msg_Backend_Test.cpp:
325 * TAO/orbsvcs/tests/Simple_Naming/run_test_ipv6.pl:
327 commit 6c0847b58a371dd9e494f947a70a2193a9d59fad
328 Author: Johnny Willemsen <jwillemsen@remedy.nl>
329 Date: Thu May 23 08:07:25 2019 +0200
331 Use full path for client
333 * TAO/orbsvcs/tests/Simple_Naming/run_test.pl:
335 commit fb73b217820cef92a469cd31045e479d4d776c7d
336 Merge: 1a0c0c00af9 a92f7c5b5be
337 Author: Johnny Willemsen <jwillemsen@remedy.nl>
338 Date: Wed May 22 19:17:29 2019 +0200
340 Merge pull request #909 from jwillemsen/jwi-logginglayoutdii
342 Logging and layout fixes
344 commit a92f7c5b5bea6896f726ad8ce1713814c9780d82
345 Author: Johnny Willemsen <jwillemsen@remedy.nl>
346 Date: Wed May 22 14:01:01 2019 +0200
350 * TAO/tao/Intrusive_Ref_Count_Object_T.h:
352 commit 9988c52c966314b6b6abd9639e692dce5a807bd0
353 Author: Johnny Willemsen <jwillemsen@remedy.nl>
354 Date: Wed May 22 13:58:30 2019 +0200
358 * TAO/tao/IIOP_Factory.cpp:
360 commit 664595aba8f63f2a32aef705db7ee67042900f71
361 Author: Johnny Willemsen <jwillemsen@remedy.nl>
362 Date: Wed May 22 13:57:42 2019 +0200
366 * TAO/tao/IIOP_Connection_Handler.cpp:
367 * TAO/tao/IIOP_Connector.cpp:
369 commit b86d7be0f49cefaa48663d9d7c5d5af2afafdd23
370 Author: Johnny Willemsen <jwillemsen@remedy.nl>
371 Date: Wed May 22 13:52:21 2019 +0200
373 Enhance debug message
375 * TAO/tao/Transport_Connector.cpp:
377 commit f81ba0ce2cc9adeb68900a28e661b063dcc6fdee
378 Author: Johnny Willemsen <jwillemsen@remedy.nl>
379 Date: Wed May 22 13:16:31 2019 +0200
381 Various layout changes
383 * TAO/tao/AnyTypeCode/TypeCode_Case_Enum_T.h:
384 * TAO/tao/AnyTypeCode/Union_TypeCode_Static.h:
385 * TAO/tao/Array_VarOut_T.h:
386 * TAO/tao/CORBANAME_Parser.h:
387 * TAO/tao/Connector_Registry.h:
388 * TAO/tao/Default_Collocation_Resolver.h:
389 * TAO/tao/Fixed_Array_Argument_T.cpp:
390 * TAO/tao/LF_CH_Event.cpp:
391 * TAO/tao/RTCORBA/RT_Protocols_Hooks.cpp:
392 * TAO/tao/RTPortableServer/RT_POA.cpp:
394 commit 0e934322fe64f1b3e87bad28701e149720d219eb
395 Author: Johnny Willemsen <jwillemsen@remedy.nl>
396 Date: Wed May 22 13:12:07 2019 +0200
400 * TAO/tao/LF_CH_Event.h:
402 commit 7e380c8c84ab3f60eb6d7806a329687c97095414
403 Author: Johnny Willemsen <jwillemsen@remedy.nl>
404 Date: Wed May 22 12:11:44 2019 +0200
408 * TAO/tao/GIOP_Message_Generator_Parser_11.h:
409 * TAO/tao/GIOP_Message_Generator_Parser_12.h:
410 * TAO/tao/GIOP_Message_Generator_Parser_Impl.h:
411 * TAO/tao/GIOP_Message_Locate_Header.h:
412 * TAO/tao/GIOP_Message_State.h:
413 * TAO/tao/GIOP_Message_Version.h:
415 commit 689d04315d04fb658cba4576adb3468ae4e8fd08
416 Author: Johnny Willemsen <jwillemsen@remedy.nl>
417 Date: Wed May 22 12:08:04 2019 +0200
421 * TAO/tao/Transport.cpp:
423 commit 810bc1d986872b940819d82dcd93480119497740
424 Author: Johnny Willemsen <jwillemsen@remedy.nl>
425 Date: Wed May 22 11:56:16 2019 +0200
427 Logging format change
429 * TAO/tao/Transport_Cache_Manager_T.cpp:
431 commit 8b14f3bec3be8860dadf984e314bd9040c70ef59
432 Author: Johnny Willemsen <jwillemsen@remedy.nl>
433 Date: Wed May 22 11:43:17 2019 +0200
435 Consistent logging of request id
437 * TAO/tao/Exclusive_TMS.cpp:
438 * TAO/tao/GIOP_Message_Generator_Parser.h:
439 * TAO/tao/GIOP_Message_Generator_Parser_10.h:
440 * TAO/tao/GIOP_Message_Generator_Parser_12.h:
441 * TAO/tao/Messaging/Asynch_Timeout_Handler.cpp:
442 * TAO/tao/Muxed_TMS.cpp:
444 commit bfab77d5691508b5d49f84e8176d3da6ea415856
445 Author: Johnny Willemsen <jwillemsen@remedy.nl>
446 Date: Wed May 22 11:23:59 2019 +0200
448 Log request id using [%d] so that we can more easily search it
450 * TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp:
451 * TAO/tao/Muxed_TMS.cpp:
453 commit c58b762c03b8ee9d99f8a82fa16a6a0c1f305b66
454 Author: Johnny Willemsen <jwillemsen@remedy.nl>
455 Date: Wed May 22 11:06:08 2019 +0200
459 * TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp:
461 commit dd34f8db9b026ad063d68a0a5d6864c6ddd5b2ae
462 Author: Johnny Willemsen <jwillemsen@remedy.nl>
463 Date: Wed May 22 11:05:00 2019 +0200
465 Just remove the argument name instead of using ACE_UNUSED_ARG
467 * TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp:
469 commit fbe57ca13bf180d3f117c7d691d11f9d611837a5
470 Author: Johnny Willemsen <jwillemsen@remedy.nl>
471 Date: Wed May 22 11:04:36 2019 +0200
475 * TAO/interop-tests/CdrOutArg/orbix/test_i.h:
477 commit 4c4d78afde48d98b03b81a4989ed2fa7f523807f
478 Author: Johnny Willemsen <jwillemsen@remedy.nl>
479 Date: Wed May 22 10:37:21 2019 +0200
483 * TAO/tao/DynamicInterface/Context.h:
484 * TAO/tao/DynamicInterface/DII_Arguments_Converter_Impl.h:
485 * TAO/tao/DynamicInterface/DII_Invocation.h:
486 * TAO/tao/DynamicInterface/DII_Invocation_Adapter.h:
487 * TAO/tao/DynamicInterface/ExceptionList.h:
488 * TAO/tao/DynamicInterface/Request.h:
489 * TAO/tao/DynamicInterface/Unknown_User_Exception.h:
491 commit 59de22d497b8006fa730b1b3c28e47bc8e5e49d1
492 Author: Johnny Willemsen <jwillemsen@remedy.nl>
493 Date: Wed May 22 10:33:37 2019 +0200
495 Layout and logging changes
497 * TAO/orbsvcs/Naming_Service/README:
498 * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
499 * TAO/tao/AnyTypeCode/NVList.cpp:
500 * TAO/tao/BiDir_GIOP/BiDirPolicy_Validator.cpp:
501 * TAO/tao/BiDir_GIOP/BiDir_Policy_i.cpp:
502 * TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp:
503 * TAO/tao/DynamicInterface/Request.cpp:
504 * TAO/tao/DynamicInterface/Request.h:
505 * TAO/tao/DynamicInterface/Server_Request.cpp:
506 * TAO/tao/Muxed_TMS.cpp:
508 commit d401cb3a1ff51d82972732ad9a1179b49892a53f
509 Author: Johnny Willemsen <jwillemsen@remedy.nl>
510 Date: Wed May 22 09:08:38 2019 +0200
514 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/README:
516 commit 9e5d5794f5fd34d238d5222430ff70351e8c743a
517 Author: Johnny Willemsen <jwillemsen@remedy.nl>
518 Date: Wed May 22 09:08:28 2019 +0200
520 List all FaultTolerant tests separately and removed the helper run_test.pl which is not required anymore
522 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_test.pl:
525 * TAO/bin/tao_other_tests.lst:
527 commit 77cafabffd9a4a2d65ad047d010eff0d1498f049
528 Author: Johnny Willemsen <jwillemsen@remedy.nl>
529 Date: Tue May 21 12:56:08 2019 +0200
531 Removed some empty lines
533 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_backup_restart_test.pl:
535 commit 9032a4ce3a705ba4f1718fc1b477a0e86f0b7250
536 Author: Johnny Willemsen <jwillemsen@remedy.nl>
537 Date: Tue May 21 12:38:09 2019 +0200
539 More usage of TAO_ROOT
541 * TAO/examples/Callback_Quoter/run_test.pl:
542 * TAO/examples/Quoter/run_test.pl:
543 * TAO/examples/RTCORBA/Activity/run_test.pl:
544 * TAO/examples/RTScheduling/Fixed_Priority_Scheduler/run_test.pl:
545 * TAO/examples/RTScheduling/MIF_Scheduler/run_test.pl:
546 * TAO/examples/ior_corbaloc/run_test.pl:
547 * TAO/orbsvcs/examples/ORT/run_test.pl:
548 * TAO/tests/IOR_Endpoint_Hostnames/run_test.pl:
549 * TAO/tests/Monitor/Marshal_Buffer/run_test.pl:
550 * TAO/utils/nslist/run_test.pl:
552 commit 6b925ebe17583e3602d625f50d2b63131d3ddabb
553 Author: Johnny Willemsen <jwillemsen@remedy.nl>
554 Date: Tue May 21 11:30:47 2019 +0200
556 Make use of $ENV{TAO_ROOT}/orbsvcs instead of a relative path
558 * TAO/orbsvcs/tests/BiDir_CORBALOC/run_test.pl:
559 * TAO/orbsvcs/tests/Bug_1334_Regression/run_test.pl:
560 * TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl:
561 * TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl:
562 * TAO/orbsvcs/tests/Bug_1436_Regression/run_test.pl:
563 * TAO/orbsvcs/tests/Bug_1437_Regression/run_test.pl:
564 * TAO/orbsvcs/tests/Bug_1630_Regression/run_test.pl:
565 * TAO/orbsvcs/tests/Bug_2777_Regression/run_test.pl:
566 * TAO/orbsvcs/tests/Bug_2800_Regression/run_test_federated.pl:
567 * TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl:
568 * TAO/orbsvcs/tests/EC_Multiple/run_test.pl:
569 * TAO/orbsvcs/tests/EC_Throughput/run_test.pl:
570 * TAO/orbsvcs/tests/EC_Throughput/run_test_overflow.pl:
571 * TAO/orbsvcs/tests/ImplRepo/Bug_689_Regression/run_test.pl:
572 * TAO/orbsvcs/tests/ImplRepo/NameService/run_test.pl:
573 * TAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl:
574 * TAO/orbsvcs/tests/ImplRepo/ReconnectServer/run_test.pl:
575 * TAO/orbsvcs/tests/ImplRepo/locked/run_test.pl:
576 * TAO/orbsvcs/tests/ImplRepo/run_test.pl:
577 * TAO/orbsvcs/tests/InterfaceRepo/Application_Test/run_test.pl:
578 * TAO/orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/run_test.pl:
579 * TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl:
580 * TAO/orbsvcs/tests/InterfaceRepo/Bug_3174_Regression/run_test.pl:
581 * TAO/orbsvcs/tests/InterfaceRepo/Bug_3200_Regression/run_test.pl:
582 * TAO/orbsvcs/tests/InterfaceRepo/Bug_3495_Regression/run_test.pl:
583 * TAO/orbsvcs/tests/InterfaceRepo/Bug_3881_Regression/run_test.pl:
584 * TAO/orbsvcs/tests/InterfaceRepo/Duplicate_Typedef_Test/run_test.pl:
585 * TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/run_test.pl:
586 * TAO/orbsvcs/tests/InterfaceRepo/IDL_Test/run_test.pl:
587 * TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl:
588 * TAO/orbsvcs/tests/InterfaceRepo/IFR_Self_Recursive_IDL_Test/run_test.pl:
589 * TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/run_test.pl:
590 * TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/run_test.pl:
591 * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/run_test.pl:
592 * TAO/orbsvcs/tests/InterfaceRepo/Union_Forward_Test/run_test.pl:
593 * TAO/orbsvcs/tests/Interoperable_Naming/run_test.pl:
594 * TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/run_test.pl:
595 * TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_App_Ctrl/run_test.pl:
596 * TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/run_test.pl:
597 * TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/run_test.pl:
598 * TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Manage_Object_Group/run_test.pl:
599 * TAO/orbsvcs/tests/LoadBalancing/LoadMonitor/CPU/run_test.pl:
600 * TAO/orbsvcs/tests/Log/Basic_Log_Test/run_test.pl:
601 * TAO/orbsvcs/tests/Notify/Basic/run_test.pl:
602 * TAO/orbsvcs/tests/Notify/Basic/run_test_ipv6.pl:
603 * TAO/orbsvcs/tests/Notify/Blocking/run_test.pl:
604 * TAO/orbsvcs/tests/Notify/Bug_1385_Regression/run_test.pl:
605 * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/run_test.pl:
606 * TAO/orbsvcs/tests/Notify/Bug_2415_Regression/run_test.pl:
607 * TAO/orbsvcs/tests/Notify/Bug_2561_Regression/run_test.pl:
608 * TAO/orbsvcs/tests/Notify/Bug_3646a_Regression/run_test.pl:
609 * TAO/orbsvcs/tests/Notify/Bug_3646c_Regression/run_test.pl:
610 * TAO/orbsvcs/tests/Notify/Bug_3688_Regression/run_test.pl:
611 * TAO/orbsvcs/tests/Notify/Discarding/run_test.pl:
612 * TAO/orbsvcs/tests/Notify/Lanes/run_test.pl:
613 * TAO/orbsvcs/tests/Notify/MC/run_test.pl:
614 * TAO/orbsvcs/tests/Notify/MT_Dispatching/run_test.pl:
615 * TAO/orbsvcs/tests/Notify/Ordering/run_test.pl:
616 * TAO/orbsvcs/tests/Notify/Persistent_Filter/run_test.pl:
617 * TAO/orbsvcs/tests/Notify/Persistent_POA/run_test.pl:
618 * TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/run_test.pl:
619 * TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/run_test.pl:
620 * TAO/orbsvcs/tests/Notify/Structured_Filter/run_test.pl:
621 * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/run_test.pl:
622 * TAO/orbsvcs/tests/Notify/ThreadPool/run_test.pl:
623 * TAO/orbsvcs/tests/Notify/Timeout/run_test.pl:
624 * TAO/orbsvcs/tests/Notify/Validate_Client/run_test.pl:
625 * TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h:
626 * TAO/orbsvcs/tests/Notify/performance-tests/Filter/run_test.pl:
627 * TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/run_test.pl:
628 * TAO/orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/run_test.pl:
629 * TAO/orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/run_test.pl:
630 * TAO/orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/2_Hops/run_test.pl:
631 * TAO/orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/2_Hops_RTCORBA/run_test.pl:
632 * TAO/orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops/run_test.pl:
633 * TAO/orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops_RTCORBA/run_test.pl:
634 * TAO/orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated/run_test.pl:
635 * TAO/orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated_RTCORBA/run_test.pl:
636 * TAO/orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify/run_test.pl:
637 * TAO/orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify_RTCORBA/run_test.pl:
638 * TAO/orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/run_notify.pl:
639 * TAO/orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/run_test.pl:
640 * TAO/orbsvcs/tests/Property/run_test.pl:
641 * TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl:
642 * TAO/orbsvcs/tests/Simple_Naming/run_test_ffp.pl:
643 * TAO/orbsvcs/tests/Time/run_test.pl:
644 * TAO/orbsvcs/tests/Trading/run_test.pl:
646 commit 13c030748bbb5a9984ef5242159e6942c65d93e7
647 Author: Johnny Willemsen <jwillemsen@remedy.nl>
648 Date: Tue May 21 11:20:47 2019 +0200
650 Use more TAO_ROOT as environment for a path, using startdir will not work correctly in a cross platform setup
652 * TAO/orbsvcs/tests/Bug_4118_Regression/run_test.pl:
653 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_backup_restart_test.pl:
654 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_equivalence_test.pl:
655 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_failover_test.pl:
656 * TAO/orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:
657 * TAO/orbsvcs/tests/FT_Naming/Replication/run_test.pl:
658 * TAO/orbsvcs/tests/Redundant_Naming/run_test.pl:
659 * TAO/orbsvcs/tests/Simple_Naming/run_test.pl:
660 * TAO/orbsvcs/tests/Simple_Naming/run_test_ipv6.pl:
662 commit 98c64649c747f9a52e88c40155004a894e4e065a
663 Author: Johnny Willemsen <jwillemsen@remedy.nl>
664 Date: Tue May 21 11:06:04 2019 +0200
666 Use TAO_ROOT for tao_ft_naming
668 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_backup_restart_test.pl:
669 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_equivalence_test.pl:
670 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_failover_test.pl:
671 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_persistence_test.pl:
672 * TAO/orbsvcs/tests/FT_Naming/Federation/run_test.pl:
673 * TAO/orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:
674 * TAO/orbsvcs/tests/FT_Naming/Replication/run_test.pl:
675 * TAO/orbsvcs/tests/FT_Naming/stress_storable/run_test.pl:
676 * TAO/orbsvcs/tests/Simple_Naming/run_test_ffp.pl:
677 * TAO/orbsvcs/tests/Simple_Naming/run_test_ft.pl:
679 commit bb3b31f5d559b25805fbdcd52a994f148d1aecf4
680 Author: Johnny Willemsen <jwillemsen@remedy.nl>
681 Date: Tue May 21 08:24:30 2019 +0200
685 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_persistence_test.pl:
687 commit 37c0f08472a27b839713a052524136f7915c8fad
688 Author: Johnny Willemsen <jwillemsen@remedy.nl>
689 Date: Tue May 21 08:16:15 2019 +0200
691 Adapt these test scripts in order to let them work with an arch subdir set
693 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_backup_restart_test.pl:
694 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_equivalence_test.pl:
695 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_failover_test.pl:
696 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_persistence_test.pl:
697 * TAO/orbsvcs/tests/FT_Naming/Federation/run_test.pl:
699 commit 92c88990852cbbc383943be050d957746a620b09
700 Author: Johnny Willemsen <jwillemsen@remedy.nl>
701 Date: Tue May 21 08:09:28 2019 +0200
703 Use tab instead of spaces
705 * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc:
707 commit 0f7dfaf9b8591104dd4820043f1c190944bd5e9f
708 Author: Adam Mitz <mitza@objectcomputing.com>
709 Date: Thu May 9 16:48:36 2019 -0500
711 Fixed typo in tao_orb_tests.lst
713 commit 863f81e47ecf4cbae065016c9bdae897ae75cb09
714 Author: Johnny Willemsen <jwillemsen@remedy.nl>
715 Date: Mon May 6 12:00:58 2019 +0200
717 Remove our own default copy constructor, let the compiler generate one, will fix a warning with gcc9
719 * TAO/tao/Message_Semantics.h:
721 commit 3bd772780b1a4bbc2dde75a97cce17370ad42fe6
722 Author: Johnny Willemsen <jwillemsen@remedy.nl>
723 Date: Wed May 1 14:06:21 2019 +0200
725 In ping_replied when we get a death and we didn't wait for a ping but do get a death notify wait on the process exit before marking the server as death
727 * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
729 commit ed9cc7537297fe03f1792001216b8c6eda76653b
730 Author: Johnny Willemsen <jwillemsen@remedy.nl>
731 Date: Wed May 1 14:03:11 2019 +0200
733 Within validate_ping move logging statement outside of the if so that we can all status fields in the log
735 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
737 commit a4a0c861ea4d3d00ce12022124477b39292ff934
738 Author: Oliver Kellogg <okellogg@users.sourceforge.net>
739 Date: Sun Apr 28 00:36:20 2019 +0200
741 TAO/TAO_IDL/docs/annotations.md : Fix a few typos.
743 commit e4e6b0cf6be0691e7579e16176cc0ec9e4f09628
744 Author: Johnny Willemsen <jwillemsen@remedy.nl>
745 Date: Sat Apr 27 09:41:02 2019 +0200
747 Revert 64bit change, triggers warning on linux
749 * TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp:
751 commit e04261bab50a3c23e0eacf57db3aa9dfe16fad4d
752 Author: Johnny Willemsen <jwillemsen@remedy.nl>
753 Date: Sat Apr 27 09:37:57 2019 +0200
755 Add missing Activator_Export macro to the Watchdog for MinGW unresolved symbols during linking
757 * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h:
759 commit b940c3951fb908fcdaa3c8490803ac7459dfc0a5
760 Merge: ae66b5d5676 26212992b67
761 Author: Johnny Willemsen <jwillemsen@remedy.nl>
762 Date: Thu Apr 25 20:26:53 2019 +0200
764 Merge branch 'master' into jwi-implreprestart-889
766 commit 26212992b6723c287d231fa0a6b8e2ebf059533c
767 Merge: 930c9568dae 1cc99db75ca
768 Author: Adam Mitz <mitza@objectcomputing.com>
769 Date: Wed Apr 24 09:27:38 2019 -0500
771 Merge pull request #895 from mitza-oci/vs2019proj
773 orbsvcs tests/examples: removed MPC and Perl files from Documentation_Files, they are already elsewhere in the project
775 commit 1cc99db75ca15faed9fee9f4ac1d716a0bb1b487
776 Author: Adam Mitz <mitza@objectcomputing.com>
777 Date: Tue Apr 23 09:45:23 2019 -0500
779 orbsvcs tests/examples: removed Perl files from Documentation_Files group as they are already in Test_Files
781 VS2017 and VS2019 require each file to be listed in a single section, no overlaps
783 commit 483b7acbfbd9f3385fde99cf4febeebb5093cef9
784 Author: Adam Mitz <mitza@objectcomputing.com>
785 Date: Mon Apr 22 09:26:53 2019 -0500
787 orbsvcs tests/examples: removed MPC files from Documentation_Files group as they are already in Build_Files
789 VS2017 and VS2019 require each file to be listed in a single section, no overlaps
791 commit 61b81490b9253d108c23310d5ea727d8f9d5f853
792 Author: Adam Mitz <mitza@objectcomputing.com>
793 Date: Thu Apr 18 10:47:09 2019 -0500
795 TAO_Security requires TAO_Svc_Utils
797 commit ae66b5d5676e7e0e02b543e5a721e67a7e338abc
798 Author: Johnny Willemsen <jwillemsen@remedy.nl>
799 Date: Thu Apr 18 14:11:23 2019 +0200
801 Less indent and newlines in Any related code
803 * TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
804 * TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
805 * TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
806 * TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
807 * TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp:
808 * TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
809 * TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp:
810 * TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp:
812 commit 08d320c08471927d8d2ced9f5c35f62f8d94b9f3
813 Author: Johnny Willemsen <jwillemsen@remedy.nl>
814 Date: Thu Apr 18 13:39:58 2019 +0200
816 Removed some unnecessary newlines
818 * TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp:
819 * TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp:
821 commit 677704a5158607afc89c3befda8ef00da24baead
822 Author: Johnny Willemsen <jwillemsen@remedy.nl>
823 Date: Thu Apr 18 08:31:13 2019 +0200
829 commit addc66f94c92683e43b264a5e269470da173b310
830 Author: Johnny Willemsen <jwillemsen@remedy.nl>
831 Date: Wed Apr 17 19:10:09 2019 +0200
833 Fixed compile error on non Windows platforms
835 * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
837 commit 05f90a87cdb1cb354ffd8608ed4b01a9b7bbc70e
838 Author: Johnny Willemsen <jwillemsen@remedy.nl>
839 Date: Wed Apr 17 16:04:18 2019 +0200
843 * TAO/orbsvcs/DevGuideExamples/NotifyService/Filtering/StructuredEventConsumer_i.h:
844 * TAO/orbsvcs/DevGuideExamples/NotifyService/OfferSubscriptions/StructuredEventConsumer_i.h:
845 * TAO/orbsvcs/DevGuideExamples/NotifyService/QoSProperties/StructuredEventConsumer_i.h:
846 * TAO/orbsvcs/DevGuideExamples/NotifyService/RTNotify/StructuredEventConsumer_i.h:
847 * TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h:
848 * TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
849 * TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
850 * TAO/orbsvcs/Fault_Detector/Fault_Detector_i.h:
851 * TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.h:
852 * TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h:
853 * TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h:
854 * TAO/orbsvcs/examples/Notify/Filter/Filter.h:
855 * TAO/orbsvcs/examples/Notify/Lanes/Supplier.h:
856 * TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.h:
857 * TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.h:
858 * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/UpdateableHandler.h:
859 * TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp:
860 * TAO/orbsvcs/orbsvcs/Notify/Standard_Event_Persistence.cpp:
861 * TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h:
862 * TAO/orbsvcs/tests/Notify/Persistent_Filter/Filter.h:
863 * TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.cpp:
864 * TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.h:
865 * TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.cpp:
866 * TAO/orbsvcs/tests/Notify/lib/Consumer_T.cpp:
867 * TAO/orbsvcs/tests/Notify/lib/Consumer_T.h:
868 * TAO/orbsvcs/tests/Notify/lib/PushConsumer.h:
869 * TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.h:
870 * TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h:
871 * TAO/orbsvcs/tests/Notify/lib/Supplier_T.cpp:
872 * TAO/orbsvcs/tests/Notify/lib/Supplier_T.h:
874 commit afed34cf77bd8d2e2acbeb5991be019aade1c777
875 Author: Johnny Willemsen <jwillemsen@remedy.nl>
876 Date: Wed Apr 17 13:30:42 2019 +0200
878 Start the process watcher before the rir of the ImplRepoService
880 * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
882 commit 280dd0e06c554183151e9443f8b217ad771d1918
883 Author: Johnny Willemsen <jwillemsen@remedy.nl>
884 Date: Wed Apr 17 13:25:07 2019 +0200
888 * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
889 * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h:
891 commit bee73e54be4fbf202600e4e418f10d6c5c149875
892 Author: Johnny Willemsen <jwillemsen@remedy.nl>
893 Date: Wed Apr 17 12:23:51 2019 +0100
895 Add process watchdog for Windows
897 On Windows we require the WFMO_Reactor to get a notify of a child death and TAO uses the TP Reactor so use a separate task to let the process manager check the status of our child processes
899 commit 353c5cd7e792865fcae7b71d9b8e7c577e21ea62
900 Merge: 6587242537b 2c635535b81
901 Author: Johnny Willemsen <jwillemsen@remedy.nl>
902 Date: Wed Apr 17 12:23:45 2019 +0200
904 Merge branch 'jwi-implreprestart-889' of https://github.com/jwillemsen/ATCD into jwi-implreprestart-889
906 commit c1bb9e940b47d8be511c8d62f3f2251971b93743
907 Author: Johnny Willemsen <jwillemsen@remedy.nl>
908 Date: Wed Apr 17 11:21:52 2019 +0200
910 Layout and const changes
912 * ACE/ace/Event_Handler.cpp:
913 * ACE/ace/Process_Manager.cpp:
914 * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
915 * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h:
916 * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/run_test.pl:
918 commit 2c635535b814a5ecdff9c76c40b22c8a5fbaa55f
919 Merge: 458e396ceb3 3b08cd8e993
920 Author: Johnny Willemsen <jwillemsen@remedy.nl>
921 Date: Tue Apr 16 19:18:53 2019 +0100
923 Merge branch 'jwi-implreprestart-889' of https://github.com/jwillemsen/ATCD into jwi-implreprestart-889
925 commit 458e396ceb34f4eaf70182f5a08b4bf546cd3a24
926 Author: Johnny Willemsen <jwillemsen@remedy.nl>
927 Date: Tue Apr 16 19:18:28 2019 +0100
929 Fixed 64bit conversion warnings on Windows
931 commit 3b08cd8e99327a66f8a77dc50d3cee2ee73119a4
932 Author: Johnny Willemsen <jwillemsen@remedy.nl>
933 Date: Tue Apr 16 19:05:18 2019 +0200
937 * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h:
939 commit 7832cbc2b97d64de5e386b7c3b59022ee3797b8a
940 Author: Johnny Willemsen <jwillemsen@remedy.nl>
941 Date: Tue Apr 16 10:18:54 2019 +0200
943 Layout and unicode fixes
945 * TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp:
946 * TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp:
947 * TAO/orbsvcs/tests/ImplRepo/ReconnectServer/test_i.cpp:
948 * TAO/orbsvcs/tests/ImplRepo/ReconnectServer/test_i.h:
950 commit 4cd737f565179eb2b019a764cc814610f0bc4be6
951 Author: Johnny Willemsen <jwillemsen@remedy.nl>
952 Date: Tue Apr 16 09:42:23 2019 +0200
956 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
957 * TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/README:
958 * TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/Test_i.h:
960 commit 0c9a512c58d20f3db9327b6a7614761c162b245e
961 Author: Johnny Willemsen <jwillemsen@remedy.nl>
962 Date: Tue Apr 16 09:42:12 2019 +0200
964 When we have a listener disconnect and we have a notify child death enable mark the server as wait for death and wait on the signal. In the restart functionality check whether the restart has succeeded, if not, we are in a final state. Extended the start server with more logging to know why the restart failed
966 * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
968 commit e3cacac7b753cb2e238836a91a14c2d937a3c87e
969 Author: Johnny Willemsen <jwillemsen@remedy.nl>
970 Date: Tue Apr 16 09:39:03 2019 +0200
972 Helper output on one line
974 * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/run_test.pl:
976 commit 14279070f933585cfed4587cd45d69a927f13c0f
977 Author: Johnny Willemsen <jwillemsen@remedy.nl>
978 Date: Tue Apr 16 09:38:01 2019 +0200
980 Add with -debug also ImR activator logging and tab changes
982 * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/run_test.pl:
984 commit f6c8325e4e79378efa05c99aa6952f1e1c6b05e6
985 Author: Johnny Willemsen <jwillemsen@remedy.nl>
986 Date: Tue Apr 16 08:59:18 2019 +0200
990 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
992 commit d8f5b041e7710132a469ebf890dbd00ec0f8732e
993 Author: Johnny Willemsen <jwillemsen@remedy.nl>
994 Date: Mon Apr 15 21:25:40 2019 +0200
998 commit 82d4980d11994c90d7e3fbf20192361ee4c2901d
999 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1000 Date: Mon Apr 15 21:12:56 2019 +0200
1004 * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
1006 commit f5b9533e9933298f6d9532434ffd7378d15e22d9
1007 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1008 Date: Mon Apr 15 21:10:47 2019 +0200
1012 * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
1014 commit 6f23f063d837def2f10d284c8f21c12dd077bbf7
1015 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1016 Date: Mon Apr 15 21:07:34 2019 +0200
1018 Layout, unicode, and doxygen changes
1020 * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Server_ORBInitializer.cpp:
1021 * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/server_interceptor.cpp:
1022 * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/server_interceptor.h:
1024 commit 7ab9d7d683b34a37d766a11d7cd7abd4ee66b18c
1025 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1026 Date: Mon Apr 15 16:45:54 2019 +0200
1028 Fixed CodeFactor issue
1030 * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.cpp:
1032 commit 9c1d915a45893a7acb2d763663cff78dcd6f7f25
1033 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1034 Date: Mon Apr 15 15:37:54 2019 +0200
1038 * TAO/orbsvcs/performance-tests/RTEvent/lib/RTEC_Initializer.cpp:
1040 commit d23ea58f6eac4e23783ea9a7bb53d8bfdad2303c
1041 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1042 Date: Mon Apr 15 15:37:45 2019 +0200
1044 Removed not needed include
1046 * TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h:
1048 commit 6dd22625d702d60cb6d0d0368b7cfc7d849d8425
1049 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1050 Date: Mon Apr 15 15:34:10 2019 +0200
1052 Removed priorityband_setup_ member, not used
1054 * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.cpp:
1055 * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.h:
1057 commit 97ab035ead6d942c06c916adbf8c7e5a89178295
1058 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1059 Date: Mon Apr 15 15:33:20 2019 +0200
1061 Removed empty inline files
1063 * TAO/orbsvcs/performance-tests/RTEvent/lib/EC_Destroyer.inl:
1064 * TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.inl:
1065 * TAO/orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.inl:
1066 * TAO/orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.inl:
1069 * TAO/orbsvcs/performance-tests/RTEvent/lib/EC_Destroyer.cpp:
1070 * TAO/orbsvcs/performance-tests/RTEvent/lib/EC_Destroyer.h:
1071 * TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h:
1072 * TAO/orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.cpp:
1073 * TAO/orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.h:
1074 * TAO/orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.cpp:
1075 * TAO/orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.h:
1077 commit 29d99306df66c97856e5a9f1d4c87fe8c8b6dba3
1078 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1079 Date: Mon Apr 15 13:54:57 2019 +0200
1081 In server_is_shutting_down we only get informed that the server is going down, we can't assume it is dead at that moment already
1083 * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
1085 commit b6ce240aff0ed2285cf6f5dc7efe454042245313
1086 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1087 Date: Mon Apr 15 10:47:53 2019 +0200
1089 Added run of 4152 ImR test with a shutdown delay of 5
1091 * TAO/bin/tao_other_tests.lst:
1093 commit abaff624a6a915e553f7e9fd9dde4b4278e9118d
1094 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1095 Date: Mon Apr 15 10:47:26 2019 +0200
1097 Extend perl script with -s option to have a shutdown delay in the server
1099 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl:
1101 commit a157abe7ba76ab34162fdc3851bfe6bea6beb182
1102 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1103 Date: Mon Apr 15 10:41:39 2019 +0200
1107 * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
1109 commit 0aad93323b1802723edfbfdc4a5d2d0f7b3393cc
1110 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1111 Date: Mon Apr 15 09:57:46 2019 +0200
1113 Added new -s commandline option to shutdown the server instead of letting it terminate
1115 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/client.cpp:
1117 commit b6da164721260a0f81628c222ba5f63e8bb86a2d
1118 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1119 Date: Mon Apr 15 09:56:28 2019 +0200
1121 Check that we forward to a valid corbaloc, if not, throw an exception here instead of passing an invalid corbaloc further down
1123 * TAO/orbsvcs/ImplRepo_Service/INS_Locator.cpp:
1124 * TAO/orbsvcs/ImplRepo_Service/INS_Locator.h:
1126 commit 51eb7d1d8393a1a450ec52e957f4d62711cc4165
1127 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1128 Date: Mon Apr 15 09:54:14 2019 +0200
1132 * TAO/tao/Messaging/AMH_Response_Handler.cpp:
1134 commit d8f1f9cff24310895b4d33cae747d09e561457c1
1135 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1136 Date: Mon Apr 15 09:32:52 2019 +0200
1138 Enhanced logging and only log when debugging is enabled
1140 * TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp:
1142 commit d9a9912cb8130109784d908771626f0856f4d83a
1143 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1144 Date: Mon Apr 15 09:00:03 2019 +0200
1146 Add option to set a shutdown delay
1148 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
1150 commit 0dfeb018b048008367f36db424458fbc19fff402
1151 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1152 Date: Mon Apr 15 08:55:12 2019 +0200
1154 Add shutdown operation to the server so that we can trigger a controlled shutdown instead of only a terminate
1156 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/Test.idl:
1157 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/Test_i.cpp:
1158 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/Test_i.h:
1159 * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
1161 commit c905cde373f47cb7efa87f74a3164767a0afd762
1162 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1163 Date: Fri Apr 12 12:36:00 2019 +0200
1167 * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
1168 * TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp:
1169 * TAO/orbsvcs/ImplRepo_Service/ImR_Activator.cpp:
1170 * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
1171 * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
1173 commit f454748df67032a63c80be968fdf94503361a5fc
1174 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1175 Date: Fri Apr 12 10:11:35 2019 +0200
1177 Removed these partial test list files, only convenience files which are not updated, when someone wants to quickly run just the tests of one orbscvs it is much quicker to just quickly remove all not needed tests from tao_other_tests.lst locally
1179 * TAO/bin/imr_tests.lst:
1180 * TAO/bin/name_tests.lst:
1183 commit 28b5800f526c918cbccb648759ebd1cafc2ba182
1184 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1185 Date: Fri Apr 12 09:52:43 2019 +0200
1187 Add more exception logging to ActivatorReceiver::start_server_excep
1189 * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
1191 commit 2e18f3156648d62241072358d9aad41a61ad9f56
1192 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1193 Date: Fri Apr 12 09:52:11 2019 +0200
1195 Add server name to logging statement when we don't start a server
1197 * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
1199 commit 6b634d9c5094f557635ad3278be6fc3838b1aeeb
1200 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1201 Date: Fri Apr 12 09:51:46 2019 +0200
1205 * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.h:
1207 commit c674522f93bf7bfafb2b94ecc142ce333f87c9dd
1208 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1209 Date: Thu Apr 11 20:02:08 2019 +0200
1213 * TAO/orbsvcs/tests/ImplRepo/RestartIMR/test_i.cpp:
1214 * TAO/orbsvcs/tests/ImplRepo/RestartIMR/test_i.h:
1215 * TAO/orbsvcs/tests/ImplRepo/RestartServer/README:
1216 * TAO/orbsvcs/tests/ImplRepo/kill_server/README:
1217 * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/README:
1219 commit a1de64b58f63ab32781632785f2934eb548fd4b0
1220 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1221 Date: Thu Apr 11 19:41:58 2019 +0200
1225 * TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test.idl:
1226 * TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test_i.h:
1227 * TAO/orbsvcs/tests/ImplRepo/kill_slow_server/client.cpp:
1229 commit 9f546301da35b8f9fdffdd100aafe5daeca3b06f
1230 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1231 Date: Thu Apr 11 19:38:08 2019 +0200
1233 Unicode logging fixes
1235 * TAO/orbsvcs/tests/ImplRepo/kill_slow_server/server.cpp:
1237 commit 0fa9ddfc41d0edca827cadf16cb42c7bdb498424
1238 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1239 Date: Thu Apr 11 19:37:45 2019 +0200
1243 * TAO/orbsvcs/tests/ImplRepo/kill_slow_server/README:
1245 commit 94426d8e49192c6e92b81f1481ed55489f1a93d6
1246 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1247 Date: Thu Apr 11 19:20:37 2019 +0200
1249 Logging fix to ImplRepo_Service
1251 * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
1253 commit 4b4a1f24385c0f7eac54ee1175ac562d9f859bf7
1254 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1255 Date: Thu Apr 11 14:40:34 2019 +0200
1259 * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp:
1261 commit 93fac19be21a518e53730592f7a2f9ad92fb0521
1262 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1263 Date: Mon Apr 8 09:06:16 2019 +0200
1265 Make x.5.5 public available and prepar for next release
1268 * ACE/bin/copy-local-script.sh:
1269 * ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
1270 * ACE/docs/Download.html:
1271 * ACE/docs/bczar/bczar.html:
1272 * ACE/etc/index.html: