summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in tao_orb_tests.lsttao-orb-tests-typoAdam Mitz2019-05-091-1/+1
|
* Merge pull request #904 from jwillemsen/jwi-macosx1014Johnny Willemsen2019-05-091-1/+1
|\ | | | | Use MacOSX 10.14
| * Use MacOSX 10.14Johnny Willemsen2019-05-081-1/+1
| | | | | | | | * azure-pipelines.yml:
* | Merge pull request #902 from jwillemsen/jwi-messagingsemJohnny Willemsen2019-05-061-2/+0
|\ \ | |/ |/| Remove our own default copy constructor, let the compiler generate on…
| * Remove our own default copy constructor, let the compiler generate one, will ↵Johnny Willemsen2019-05-061-2/+0
|/ | | | | | fix a warning with gcc9 * TAO/tao/Message_Semantics.h:
* Merge pull request #901 from jwillemsen/jwi-implrepopingfailedJohnny Willemsen2019-05-022-12/+37
|\ | | | | ImplRepo fix for when a ping failed and we should get a death notify
| * In ping_replied when we get a death and we didn't wait for a ping but do get ↵Johnny Willemsen2019-05-011-4/+28
| | | | | | | | | | | | a death notify wait on the process exit before marking the server as death * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
| * Within validate_ping move logging statement outside of the if so that we can ↵Johnny Willemsen2019-05-011-8/+9
| | | | | | | | | | | | all status fields in the log * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
* | Merge pull request #900 from jwillemsen/jwi-defaultcopyconJohnny Willemsen2019-05-014-19/+12
|\ \ | |/ |/| Removed user defined copy constructor and declare copy/move construct…
| * Removed user defined copy constructor and declare copy/move ↵Johnny Willemsen2019-05-014-19/+12
|/ | | | | | | | | constructor/assignment as default with C++11 * ACE/ace/Signal.h: * ACE/ace/Signal.inl: * ACE/ace/Time_Policy.h: * ACE/ace/Time_Policy.inl:
* Merge pull request #898 from jwillemsen/jwi-timevalueJohnny Willemsen2019-05-012-10/+7
|\ | | | | Removed our version of ACE_Time_Value::operator=, the compiler genera…
| * 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:
* | Merge pull request #897 from okellogg/masterJohnny Willemsen2019-04-281-7/+7
|\ \ | | | | | | TAO/TAO_IDL/docs/annotations.md : typo fixes
| * | TAO/TAO_IDL/docs/annotations.md : Fix a few typos.Oliver Kellogg2019-04-281-7/+7
|/ /
* | Merge pull request #896 from jwillemsen/masterJohnny Willemsen2019-04-272-2/+2
|\ \ | |/ | | Fix unresolved symbol with MinGW and fix linux warning
| * 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: