summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed errorJohnny Willemsen2019-04-301-1/+1
| | | | * ACE/ace/Time_Value.h:
* Removed our version of ACE_Time_Value::operator=, the compiler generated one ↵Johnny Willemsen2019-04-302-10/+7
| | | | | | | will be enough. When we have C++11 we declare copy constructor and assignment operators as default, fixes warnings with gcc9 * ACE/ace/Time_Value.h: * ACE/ace/Time_Value.inl:
* Revert 64bit change, triggers warning on linuxJohnny Willemsen2019-04-271-1/+1
| | | | * TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp:
* Add missing Activator_Export macro to the Watchdog for MinGW unresolved ↵Johnny Willemsen2019-04-271-1/+1
| | | | | | symbols during linking * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h:
* Merge pull request #893 from jwillemsen/jwi-implreprestart-889Johnny Willemsen2019-04-2677-545/+582
|\ | | | | Fixed race condition in the ImplRepo on server shutdown/restart
| * Merge branch 'master' into jwi-implreprestart-889Johnny Willemsen2019-04-2518-81/+9
| |\ | |/ |/|
* | Merge pull request #895 from mitza-oci/vs2019projAdam Mitz2019-04-242-11/+0
|\ \ | | | | | | orbsvcs tests/examples: removed MPC and Perl files from Documentation_Files, they are already elsewhere in the project
| * | orbsvcs tests/examples: removed Perl files from Documentation_Files group as ↵Adam Mitz2019-04-232-9/+0
| | | | | | | | | | | | | | | | | | they are already in Test_Files VS2017 and VS2019 require each file to be listed in a single section, no overlaps
| * | orbsvcs tests/examples: removed MPC files from Documentation_Files group as ↵Adam Mitz2019-04-222-2/+0
| | | | | | | | | | | | | | | | | | they are already in Build_Files VS2017 and VS2019 require each file to be listed in a single section, no overlaps
* | | Merge pull request #894 from mitza-oci/masterAdam Mitz2019-04-241-1/+1
|\ \ \ | | | | | | | | TAO_Security requires TAO_Svc_Utils
| * | | TAO_Security requires TAO_Svc_UtilsAdam Mitz2019-04-181-1/+1
|/ / /
* | | Merge pull request #892 from jwillemsen/jwi-orbsvcsrteventJohnny Willemsen2019-04-1514-57/+2
|\ \ \ | | | | | | | | RTEvent performance-tests cleanup
| * | | Revert changeJohnny Willemsen2019-04-151-0/+4
| | | |
| * | | Fixed CodeFactor issueJohnny Willemsen2019-04-151-1/+0
| | | | | | | | | | | | | | | | * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.cpp:
| * | | Add missing includeJohnny Willemsen2019-04-151-0/+1
| | | | | | | | | | | | | | | | * TAO/orbsvcs/performance-tests/RTEvent/lib/RTEC_Initializer.cpp:
| * | | Removed not needed includeJohnny Willemsen2019-04-151-3/+1
| | | | | | | | | | | | | | | | * TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h:
| * | | Removed priorityband_setup_ member, not usedJohnny Willemsen2019-04-152-8/+0
| | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.h:
| * | | Removed empty inline filesJohnny Willemsen2019-04-1511-49/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/performance-tests/RTEvent/lib/EC_Destroyer.inl: * TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.inl: * TAO/orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.inl: * TAO/orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.inl: Deleted. * TAO/orbsvcs/performance-tests/RTEvent/lib/EC_Destroyer.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/EC_Destroyer.h: * TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h: * TAO/orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.h: * TAO/orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.h:
* | | | Merge pull request #891 from jwillemsen/jwi-clang8Johnny Willemsen2019-04-151-12/+6
|\ \ \ \ | |/ / / |/| | | Add clang8 to azure pipelines. Removed vs2017 32bit configuration, we…
| * | | Add clang8 to azure pipelines. Removed vs2017 32bit configuration, we test ↵Johnny Willemsen2019-04-151-12/+6
|/ / / | | | | | | | | | | | | | | | 32bit also with vs2019 * azure-pipelines.yml:
| | * Less indent and newlines in Any related codeJohnny Willemsen2019-04-188-152/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp: * TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp: * TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp: * TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp: * TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp: * TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp: * TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp:
| | * Removed some unnecessary newlinesJohnny Willemsen2019-04-182-20/+19
| | | | | | | | | | | | | | | * TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp: * TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp:
| | * List changeJohnny Willemsen2019-04-181-0/+2
| | | | | | | | | | | | * TAO/NEWS:
| | * Fixed compile error on non Windows platformsJohnny Willemsen2019-04-171-1/+2
| | | | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
| | * Layout changesJohnny Willemsen2019-04-1730-173/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/DevGuideExamples/NotifyService/Filtering/StructuredEventConsumer_i.h: * TAO/orbsvcs/DevGuideExamples/NotifyService/OfferSubscriptions/StructuredEventConsumer_i.h: * TAO/orbsvcs/DevGuideExamples/NotifyService/QoSProperties/StructuredEventConsumer_i.h: * TAO/orbsvcs/DevGuideExamples/NotifyService/RTNotify/StructuredEventConsumer_i.h: * TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h: * TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h: * TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h: * TAO/orbsvcs/Fault_Detector/Fault_Detector_i.h: * TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.h: * TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h: * TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h: * TAO/orbsvcs/examples/Notify/Filter/Filter.h: * TAO/orbsvcs/examples/Notify/Lanes/Supplier.h: * TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.h: * TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/UpdateableHandler.h: * TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp: * TAO/orbsvcs/orbsvcs/Notify/Standard_Event_Persistence.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h: * TAO/orbsvcs/tests/Notify/Persistent_Filter/Filter.h: * TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.cpp: * TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.h: * TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.cpp: * TAO/orbsvcs/tests/Notify/lib/Consumer_T.cpp: * TAO/orbsvcs/tests/Notify/lib/Consumer_T.h: * TAO/orbsvcs/tests/Notify/lib/PushConsumer.h: * TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.h: * TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h: * TAO/orbsvcs/tests/Notify/lib/Supplier_T.cpp: * TAO/orbsvcs/tests/Notify/lib/Supplier_T.h:
| | * Start the process watcher before the rir of the ImplRepoServiceJohnny Willemsen2019-04-171-6/+5
| | | | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
| | * Tab chagnesJohnny Willemsen2019-04-172-49/+49
| | | | | | | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h:
| | * Add process watchdog for WindowsJohnny Willemsen2019-04-172-15/+89
| | | | | | | | | | | | 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
| | * Update .gitignoreJohnny Willemsen2019-04-171-2/+5
| | | | | | | | | | | | Add some more file extensions which we should ignore
| | * Merge branch 'jwi-implreprestart-889' of https://github.com/jwillemsen/ATCD ↵Johnny Willemsen2019-04-172-2/+2
| | |\ | | | | | | | | | | | | into jwi-implreprestart-889
| | | * Merge branch 'jwi-implreprestart-889' of https://github.com/jwillemsen/ATCD ↵Johnny Willemsen2019-04-161-1/+0
| | | |\ | | | | | | | | | | | | | | | into jwi-implreprestart-889
| | | * | Fixed 64bit conversion warnings on WindowsJohnny Willemsen2019-04-162-2/+2
| | | | |
| | * | | Layout changesJohnny Willemsen2019-04-175-22/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/tests/MT_Reference_Counted_Event_Handler_Test.cpp: * ACE/tests/Process_Manager_Test.cpp: * ACE/tests/Reactor_Exceptions_Test.cpp: * ACE/tests/Timer_Cancellation_Test.cpp: * ACE/tests/WFMO_Reactor_Test.cpp:
| | * | | Layout and const changesJohnny Willemsen2019-04-175-49/+9
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Event_Handler.cpp: * ACE/ace/Process_Manager.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h: * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/run_test.pl:
| | * | Layout changeJohnny Willemsen2019-04-161-1/+0
| | |/ | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h:
| | * Layout and unicode fixesJohnny Willemsen2019-04-164-26/+7
| | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp: * TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp: * TAO/orbsvcs/tests/ImplRepo/ReconnectServer/test_i.cpp: * TAO/orbsvcs/tests/ImplRepo/ReconnectServer/test_i.h:
| | * Layout changesJohnny Willemsen2019-04-163-6/+1
| | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp: * TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/README: * TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/Test_i.h:
| | * When we have a listener disconnect and we have a notify child death enable ↵Johnny Willemsen2019-04-161-3/+42
| | | | | | | | | | | | | | | | | | 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 * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
| | * Helper output on one lineJohnny Willemsen2019-04-161-2/+1
| | | | | | | | | | | | * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/run_test.pl:
| | * Add with -debug also ImR activator logging and tab changesJohnny Willemsen2019-04-161-12/+14
| | | | | | | | | | | | * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/run_test.pl:
| | * Const changesJohnny Willemsen2019-04-161-4/+4
| | | | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
| | * Logging changeJohnny Willemsen2019-04-151-1/+0
| | | | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
| | * Logging changeJohnny Willemsen2019-04-151-1/+1
| | | | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
| | * Layout, unicode, and doxygen changesJohnny Willemsen2019-04-153-12/+8
| | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Server_ORBInitializer.cpp: * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/server_interceptor.cpp: * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/server_interceptor.h:
| | * In server_is_shutting_down we only get informed that the server is going ↵Johnny Willemsen2019-04-151-4/+23
| | | | | | | | | | | | | | | | | | down, we can't assume it is dead at that moment already * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
| | * Added run of 4152 ImR test with a shutdown delay of 5Johnny Willemsen2019-04-151-0/+1
| | | | | | | | | | | | * TAO/bin/tao_other_tests.lst:
| | * Extend perl script with -s option to have a shutdown delay in the serverJohnny Willemsen2019-04-151-5/+18
| | | | | | | | | | | | * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl:
| | * Layout changeJohnny Willemsen2019-04-151-2/+0
| | | | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
| | * Added new -s commandline option to shutdown the server instead of letting it ↵Johnny Willemsen2019-04-151-3/+19
| | | | | | | | | | | | | | | | | | terminate * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/client.cpp:
| | * Check that we forward to a valid corbaloc, if not, throw an exception here ↵Johnny Willemsen2019-04-152-4/+33
| | | | | | | | | | | | | | | | | | | | | instead of passing an invalid corbaloc further down * TAO/orbsvcs/ImplRepo_Service/INS_Locator.cpp: * TAO/orbsvcs/ImplRepo_Service/INS_Locator.h: