summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Use unspecified_bool_type instead of bool.""revert-1227-revert-995-unspecified-bool-typeJohnny Willemsen2020-12-292-3/+7
|
* Merge pull request #1007 from likema/fix-dev-poll-errnoJohnny Willemsen2020-12-291-2/+1
|\ | | | | Set ERANGE instead of EINVAL in Dev_Poll_Reactor::handle_in_range.
| * Set ERANGE instead of EINVAL in Dev_Poll_Reactor::handle_in_range.Like Ma2019-12-111-2/+1
| |
* | Merge pull request #1358 from DOCGroup/test-corba-is-nilJohnny Willemsen2020-12-2913-14/+437
|\ \ | | | | | | Added test to confirm CORBA::is_nil works
| * \ Merge branch 'master' into test-corba-is-nilJohnny Willemsen2020-12-293452-40913/+28453
| |\ \
| | * \ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2020-12-233-3/+3
| | |\ \
| | * | | Layout changesJohnny Willemsen2020-12-232-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Array_VarOut_T.cpp: * TAO/tao/Array_VarOut_T.inl:
| * | | | Minor improvementsJohnny Willemsen2020-12-295-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/CORBA_is_nil/Hello.cpp: * TAO/tests/CORBA_is_nil/Hello.h: * TAO/tests/CORBA_is_nil/README.md: * TAO/tests/CORBA_is_nil/Test.idl: * TAO/tests/CORBA_is_nil/server.cpp:
| * | | | Changed %s to %C for ACE, added call to duplicateJoachim Achtzehnter2020-09-091-5/+19
| | | | |
| * | | | Delete unused header includesJoachim Achtzehnter2020-08-261-4/+0
| | | | |
| * | | | Addressed pull request commentsJoachim Achtzehnter2020-08-265-10/+29
| | | | |
| * | | | Removed trailing spaceJoachim Achtzehnter2020-08-211-1/+1
| | | | |
| * | | | Added test to confirm CORBA::is_nil worksJoachim Achtzehnter2020-08-2110-0/+405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TAO only specializes Object_ptr, but not pointers derived from Object, relying on narrowed nil object references having been converted to NULL pointers. This test confirms that this works even if the lazy resource mode is used.
* | | | | 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 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:
* | | | 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…