summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor test changes and add new test to the test list as not fixedrepro-fragmentation-issueJohnny Willemsen2020-12-297-35/+21
| | | | | | | | | | * TAO/bin/tao_orb_tests.lst: * TAO/tests/GIOP_Fragments/Big_String_Sequence/Big_String_Sequence.mpc: * TAO/tests/GIOP_Fragments/Big_String_Sequence/Echo.idl: * TAO/tests/GIOP_Fragments/Big_String_Sequence/Echo_i.cpp: * TAO/tests/GIOP_Fragments/Big_String_Sequence/Echo_i.h: * TAO/tests/GIOP_Fragments/Big_String_Sequence/client.cpp: * TAO/tests/GIOP_Fragments/Big_String_Sequence/server.cpp:
* Merge branch 'master' into repro-fragmentation-issueJohnny Willemsen2020-12-293459-41029/+28720
|\
| * Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2020-12-298-116/+267
| |\
| | * Merge pull request #1356 from jwillemsen/jwi-idltestJohnny Willemsen2020-12-272-0/+48
| | |\ | | | | | | | | Add more array test cases
| | | * Add more array test casesJohnny Willemsen2020-12-272-0/+48
| | | | | | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/struct.idl: * TAO/tests/IDL_Test/union.idl:
| | * | Merge pull request #1355 from jwillemsen/jwi-idltestJohnny Willemsen2020-12-241-0/+31
| | |\ \ | | | |/ | | | | Extend union test IDL with more test cases
| | | * Extend union test furtherJohnny Willemsen2020-12-241-0/+10
| | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/union.idl:
| | | * Extend union test IDL with more test casesJohnny Willemsen2020-12-241-0/+21
| | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/union.idl:
| | * | Merge pull request #1354 from jwillemsen/jwi-idltestJohnny Willemsen2020-12-247-121/+193
| | |\ \ | | | |/ | | | | Moved anonymous IDL constructs to their own files
| | | * Moved anonymous IDL constructs to their own filesJohnny Willemsen2020-12-247-121/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/array_anonymous.idl: * TAO/tests/IDL_Test/sequence_anonymous.idl: * TAO/tests/IDL_Test/union_anonymous.idl: Added. * TAO/tests/IDL_Test/IDL_Test.mpc: * TAO/tests/IDL_Test/array.idl: * TAO/tests/IDL_Test/sequence.idl: * TAO/tests/IDL_Test/union.idl:
| * | | Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2020-12-233-3/+3
| |\ \ \ | | |/ /
| | * | Merge pull request #1351 from jwillemsen/jwi-kokyuJohnny Willemsen2020-12-183-3/+3
| | |\ \ | | | | | | | | | | Add std::move now that we are using unique_ptr
| | | * | Add std::move now that we are using unique_ptrJohnny Willemsen2020-12-183-3/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | * TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp: * TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp: * TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduler.cpp:
| * | | Layout changesJohnny Willemsen2020-12-232-14/+7
| |/ / | | | | | | | | | | | | * TAO/tao/Array_VarOut_T.cpp: * TAO/tao/Array_VarOut_T.inl:
| * | Merge pull request #1350 from jwillemsen/jwi-autoptr2Johnny Willemsen2020-12-172-8/+7
| |\ \ | | | | | | | | Change allow_command_ to be a bool
| | * \ Merge branch 'master' into jwi-autoptr2Johnny Willemsen2020-12-170-0/+0
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1349 from jwillemsen/jwi-autoptr2Johnny Willemsen2020-12-17258-1432/+1432
| |\ \ \ | | | | | | | | | | Make use of std::unique_ptr instead of auto_ptr
| | | * | Change allow_command_ to be a boolJohnny Willemsen2020-12-172-8/+7
| | |/ / | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.h: * TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.inl:
| | * | Use bool literalsJohnny Willemsen2020-12-178-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp: * TAO/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Null_Scheduling.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Timeout_Generator.cpp:
| | * | Use nullptrJohnny Willemsen2020-12-1740-212/+212
| | | |
| | * | Remove redundant voidJohnny Willemsen2020-12-1796-472/+472
| | | |
| | * | Merge branch 'master' into jwi-autoptr2Johnny Willemsen2020-12-17125-247/+240
| | |\ \
| | | * \ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2020-12-17149-281/+274
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #1348 from jwillemsen/jwi-voidcleanupJohnny Willemsen2020-12-14149-281/+274
| |\ \ \ \ | | | | | | | | | | | | Remove redundant void
| | * | | | Remove redundant voidJohnny Willemsen2020-12-143-9/+9
| | | | | |
| | * | | | Remove redundant voidJohnny Willemsen2020-12-14149-272/+265
| |/ / / /
| | * | | Remove redundant voidJohnny Willemsen2020-12-1762-478/+478
| | | | |
| | * | | Fixed compile errorsJohnny Willemsen2020-12-173-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Event/ECG_Address_Server_Base.h: * TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp:
| | * | | Use unique_ptrJohnny Willemsen2020-12-172-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/examples/Logger/simple-server/Logging_Handler.cpp:
| | * | | Remove redundant voidJohnny Willemsen2020-12-172-2/+2
| | | | |
| | * | | Remove redundant voidJohnny Willemsen2020-12-1729-145/+145
| | | | |
| | * | | Use unique_ptrJohnny Willemsen2020-12-178-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/Kokyu/Default_Dispatcher_Impl.cpp: * ACE/Kokyu/Default_Dispatcher_Impl.h: * ACE/Kokyu/Kokyu.h: * ACE/Kokyu/Kokyu_dsrt.h: * ACE/Kokyu/tests/EDF/test.cpp: * ACE/Kokyu/tests/FIFO/test.cpp: * ACE/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp: * ACE/examples/C++NPv1/Thread_Per_Connection_Logging_Server.cpp:
| | * | | Replace auto_ptr with std::unique_ptr and remove redundant voidJohnny Willemsen2020-12-1720-125/+126
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/Kokyu/Default_Dispatcher_Impl.cpp: * ACE/Kokyu/Default_Dispatcher_Impl.h: * ACE/Kokyu/Dispatcher_Task.cpp: * ACE/Kokyu/Dispatcher_Task.h: * ACE/Kokyu/Kokyu.cpp: * ACE/Kokyu/Kokyu.h: * ACE/Kokyu/Kokyu_defs.cpp: * ACE/Kokyu/Kokyu_defs.h: * ACE/Kokyu/Kokyu_dsrt.cpp: * ACE/Kokyu/Kokyu_dsrt.h: * ACE/Kokyu/tests/EDF/test.cpp: * ACE/Kokyu/tests/FIFO/README: * ACE/Kokyu/tests/FIFO/test.cpp: * ACE/ace/Get_Opt.h: * ACE/ace/Get_Opt.inl: * ACE/ace/Malloc_T.cpp: * ACE/ace/Malloc_T.h: * ACE/ace/Malloc_T.inl: * ACE/ace/Sched_Params.h: * ACE/ace/Sched_Params.inl:
| | * | Remove empty lineJohnny Willemsen2020-12-151-1/+0
| |/ / | | | | | | | | | * TAO/TAO_IDL/include/ast_array.h:
| * | Merge pull request #1345 from jwillemsen/jwi-simplifybooleanJohnny Willemsen2020-12-143-5/+5
| |\ \ | | | | | | | | Simplify boolean expressions
| | * | Simplify boolean expressionsJohnny Willemsen2020-12-143-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Event_Handler.cpp: * ACE/ace/Recursive_Thread_Mutex.cpp: * ACE/ace/Thread_Manager.cpp:
| * | | Merge pull request #1346 from jwillemsen/jwi-removevoidJohnny Willemsen2020-12-1426-255/+253
| |\ \ \ | | | | | | | | | | Remove redundant void argument
| | * | | Remove redundant void argumentJohnny Willemsen2020-12-1425-253/+253
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/DynamicAny/DynAnyFactory.cpp: * TAO/tao/DynamicAny/DynAnyFactory.h: * TAO/tao/DynamicAny/DynAny_i.cpp: * TAO/tao/DynamicAny/DynAny_i.h: * TAO/tao/DynamicAny/DynArray_i.cpp: * TAO/tao/DynamicAny/DynArray_i.h: * TAO/tao/DynamicAny/DynCommon.cpp: * TAO/tao/DynamicAny/DynCommon.h: * TAO/tao/DynamicAny/DynEnum_i.cpp: * TAO/tao/DynamicAny/DynEnum_i.h: * TAO/tao/DynamicAny/DynSequence_i.cpp: * TAO/tao/DynamicAny/DynSequence_i.h: * TAO/tao/DynamicAny/DynStruct_i.cpp: * TAO/tao/DynamicAny/DynStruct_i.h: * TAO/tao/DynamicAny/DynUnion_i.cpp: * TAO/tao/DynamicAny/DynUnion_i.h: * TAO/tao/DynamicAny/DynValueBox_i.cpp: * TAO/tao/DynamicAny/DynValueBox_i.h: * TAO/tao/DynamicAny/DynValueCommon_i.cpp: * TAO/tao/DynamicAny/DynValueCommon_i.h: * TAO/tao/DynamicAny/DynValue_i.cpp: * TAO/tao/DynamicAny/DynValue_i.h: * TAO/tao/DynamicAny/DynamicAny.cpp: * TAO/tao/DynamicAny/DynamicAny.h: * TAO/tao/Valuetype/AbstractBase.h:
| | * | Removed empty linesJohnny Willemsen2020-12-121-2/+0
| |/ / | | | | | | | | | * TAO/tests/BiDirectional_NestedUpcall/README:
| * | Merge pull request #1343 from jwillemsen/jwi-rtschedulingfixJohnny Willemsen2020-12-102-4/+4
| |\ \ | | | | | | | | Make server_guid_counter a std::atomic
| | * | Make server_guid_counter a std::atomicJohnny Willemsen2020-12-102-4/+4
| |/ / | | | | | | | | | | | | * TAO/examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.cpp: * TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler.cpp:
| * | Merge pull request #1342 from jwillemsen/jwi-cleanupcpp11Johnny Willemsen2020-12-1063-412/+34
| |\ \ | | | | | | | | Removed checks for ACE_HAS_CPP11 and use std::atomic in more places i…
| | * \ Merge branch 'master' into jwi-cleanupcpp11Johnny Willemsen2020-12-101141-6935/+6985
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1341 from jwillemsen/jwi-pi-testsJohnny Willemsen2020-12-101141-6935/+6985
| |\ \ \ | | | | | | | | | | Fixed some PI Server issues
| | * | | Remove redundant void argJohnny Willemsen2020-12-09437-1532/+1532
| | | | |
| | * | | Less newlines in simple operationsJohnny Willemsen2020-12-093-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/TAO_IDL/be/be_visitor_interface/amh_ss.cpp: * TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp: * TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
| | * | | Test PI target_is_ and generate more compact _is_a operationsJohnny Willemsen2020-12-095-40/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/TAO_IDL/be/be_component.cpp: * TAO/TAO_IDL/be/be_interface.cpp: * TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp: * TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp: * TAO/tests/Portable_Interceptors/Dynamic/server_interceptor.cpp:
| | * | | Remove redundant void argJohnny Willemsen2020-12-0953-259/+257
| | | | |
| | * | | Remove redundant void argJohnny Willemsen2020-12-09240-1381/+1381
| | | | |
| | * | | Minor changes to TAO_IDL generated codeJohnny Willemsen2020-12-0916-31/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/TAO_IDL/be/be_visitor_attr_return.cpp: * TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exs.cpp: * TAO/TAO_IDL/be/be_visitor_component/context_svts.cpp: * TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp: * TAO/TAO_IDL/be/be_visitor_component/servant_svs.cpp: * TAO/TAO_IDL/be/be_visitor_exception/exception_ch.cpp: * TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp: * TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp: * TAO/TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp: * TAO/TAO_IDL/be/be_visitor_valuebox/field_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp: * TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/arglist.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp: