summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-7_0_2ACE+TAO-7_0_2Johnny Willemsen2021-05-1410-44/+1066
|
* Merge pull request #1507 from mitza-oci/release-scriptAdam Mitz2021-05-131-51/+40
|\ | | | | cherry-picked release script changes from fb1c569bc48ecf8d8adc79af59fed680aa12d3dc
| * release script: default branch updateAdam Mitz2021-05-131-1/+1
| |
| * cherry-picked release script changes from ↵Fred Hornsey2021-05-131-51/+40
|/ | | | | | | | | fb1c569bc48ecf8d8adc79af59fed680aa12d3dc Fix Branch Issue with Release Script Also do some cleanup, and change the `*_VERSION_CODE` macros to be formatted using hexadecimal.
* Merge pull request #1501 from iguessthislldo/igtd/non-master-release-ace7Johnny Willemsen2021-05-081-13/+18
|\ | | | | [ACE7] Branch Option for Release Script
| * Remove Latest Branch Skip in Release ScriptFred Hornsey2021-05-061-4/+0
| |
| * Branch Option for Release ScriptFred Hornsey2021-05-051-13/+22
| |
* | Merge pull request #1502 from jwillemsen/jwi-bugprocessJohnny Willemsen2021-05-071-1/+0
|\ \ | |/ |/| Small documentation bullet fix
| * Small bullet fixJohnny Willemsen2021-05-061-1/+0
| | | | | | | | * ACE/docs/ACE-bug-process.html:
* | Merge pull request #1499 from jwillemsen/jwi-concurrenyciJohnny Willemsen2021-05-056-18/+20
|\ \ | |/ |/| Make use of concurrency cancel-in-progress
| * Make use of concurrency cancel-in-progressJohnny Willemsen2021-05-056-18/+20
|/
* Merge pull request #1496 from DOCGroup/jwillemsen-patch-1Johnny Willemsen2021-05-031-1/+1
|\ | | | | Upgrade to vcpkg 2021.04.30
| * Upgrade to latest vcpkg releaseJohnny Willemsen2021-05-031-1/+1
| |
* | Merge pull request #1497 from jwillemsen/jwi-taonewsJohnny Willemsen2021-05-031-0/+6
|\ \ | |/ |/| List changes
| * List changesJohnny Willemsen2021-05-031-0/+6
| | | | | | | | * TAO/NEWS:
* | Merge pull request #1495 from jwillemsen/jwi-hashoverrideJohnny Willemsen2021-04-302-2/+1
|\ \ | |/ |/| Mark also the generated hash operation with override
| * Merge branch 'master' into jwi-hashoverrideJohnny Willemsen2021-04-301-1/+1
| |\ | |/ |/|
* | Merge pull request #1494 from jwillemsen/jwi-executeoverrideJohnny Willemsen2021-04-301-1/+1
|\ \ | | | | | | Generate execute operation with override
| * | Generate execute operation with overrideJohnny Willemsen2021-04-301-1/+1
|/ / | | | | | | * TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp:
| * Mark also the generated hash operation with overrideJohnny Willemsen2021-04-302-2/+1
|/ | | | | * TAO/TAO_IDL/be/be_interface.cpp: * TAO/tao/PortableServer/Operation_Table_Perfect_Hash.h:
* Merge pull request #1491 from ↵Johnny Willemsen2021-04-3010-128/+9
|\ | | | | | | | | jwillemsen/jwi-ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES2 Removed support for ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES, only set …
| * Removed support for ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES, only set by the ↵Johnny Willemsen2021-04-3010-128/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config file for LynxOS178 for gcc2.96 which is ancient * ACE/ace/README: * ACE/ace/Singleton.cpp: * ACE/ace/Singleton.h: * ACE/ace/config-lynxos-178.h: * ACE/netsvcs/lib/Log_Message_Receiver.cpp: * ACE/netsvcs/lib/Log_Message_Receiver.h: * ACE/netsvcs/lib/Server_Logging_Handler_T.cpp: * ACE/netsvcs/lib/Server_Logging_Handler_T.h: * TAO/tao/TAO_Singleton.cpp: * TAO/tao/TAO_Singleton.h:
* | Merge pull request #1492 from jwillemsen/jwi-news4Johnny Willemsen2021-04-301-0/+6
|\ \ | |/ |/| List changes
| * List changesJohnny Willemsen2021-04-301-0/+6
|/ | | | * ACE/NEWS:
* Merge pull request #1490 from jwillemsen/jwi-taoidl-hashtableoverrideJohnny Willemsen2021-04-291-3/+3
|\ | | | | Add override to the generated lookup operation
| * Add override to the generated lookup operationJohnny Willemsen2021-04-291-3/+3
| | | | | | | | * TAO/TAO_IDL/be/be_interface.cpp:
* | Merge pull request #1489 from jwillemsen/jwi-usedeleteJohnny Willemsen2021-04-2921-79/+40
|\ \ | | | | | | Make use of delete to make sure an operation can't be called
| * | Make use of std::addressofJohnny Willemsen2021-04-291-3/+3
| | | | | | | | | | | | * TAO/TAO_IDL/be/be_visitor_interface/tie_ss.cpp:
| * | Make use of delete/defaultJohnny Willemsen2021-04-298-40/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp: * TAO/tao/DynamicAny/DynAnyFactory.h: * TAO/tao/DynamicInterface/Context.cpp: * TAO/tao/DynamicInterface/Context.h: * TAO/tao/DynamicInterface/Context.inl: * TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp: * TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h: * TAO/tao/Invocation_Adapter.h:
| * | Make use of delete to make sure an operation can't be calledJohnny Willemsen2021-04-2912-36/+23
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/TP_Reactor.h: * TAO/tao/Collocated_Invocation.h: * TAO/tao/DynamicInterface/DII_Arguments.h: * TAO/tao/DynamicInterface/DII_Arguments.inl: * TAO/tao/DynamicInterface/DII_Invocation.h: * TAO/tao/DynamicInterface/DII_Invocation_Adapter.h: * TAO/tao/DynamicInterface/DII_Reply_Handler.cpp: * TAO/tao/DynamicInterface/DII_Reply_Handler.h: * TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h: * TAO/tao/DynamicInterface/ExceptionList.h: * TAO/tao/Messaging/Asynch_Invocation_Adapter.h: * TAO/tao/Valuetype/AbstractBase_Invocation_Adapter.h:
* | Merge pull request #1488 from jwillemsen/jwi-avnullwarningJohnny Willemsen2021-04-2919-95/+39
|\ \ | | | | | | Corrected null check, only when it is non null
| * | Various layout changesJohnny Willemsen2021-04-2918-89/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h: * TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.h: * TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.h: * TAO/orbsvcs/orbsvcs/AV/Fill_ACE_QoS.h: * TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h: * TAO/orbsvcs/orbsvcs/AV/Flows_T.h: * TAO/orbsvcs/orbsvcs/AV/MCast.h: * TAO/orbsvcs/orbsvcs/AV/Policy.h: * TAO/orbsvcs/orbsvcs/AV/RTCP.h: * TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.h: * TAO/orbsvcs/orbsvcs/AV/RTP.h: * TAO/orbsvcs/orbsvcs/AV/TCP.h: * TAO/orbsvcs/orbsvcs/AV/Transport.h: * TAO/orbsvcs/orbsvcs/AV/UDP.cpp: * TAO/orbsvcs/orbsvcs/AV/UDP.h: * TAO/orbsvcs/orbsvcs/AV/default_resource.h: * TAO/orbsvcs/orbsvcs/AV/media_timer.h: * TAO/orbsvcs/orbsvcs/AV/sfp.h:
| * | Corrected null check, only when it is non nullJohnny Willemsen2021-04-291-6/+6
| |/ | | | | | | * TAO/orbsvcs/orbsvcs/AV/Transport.cpp:
* | Merge pull request #1487 from jwillemsen/jwi-autoptrunimplJohnny Willemsen2021-04-2926-163/+92
|\ \ | | | | | | Removed not used auto_ptr member, use delete, layout changes, fixed typos
| * | Make use of deleteJohnny Willemsen2021-04-294-14/+14
| | | | | | | | | | | | | | | | | | | | | * ACE/performance-tests/TCP/tcp_test.cpp: * ACE/performance-tests/UDP/udp_test.cpp: * ACE/tests/Token_Strategy_Test.cpp: * TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.h:
| * | Removed not used auto_ptr member, use delete instead of ↵Johnny Willemsen2021-04-2924-152/+80
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACE_UNIMPLEMENTED_FUNC, layout changes, fixed typos in comments * ACE/examples/ASX/UPIPE_Event_Server/Peer_Router.h: * ACE/netsvcs/lib/Log_Message_Receiver.h: * ACE/performance-tests/TCP/tcp_test.cpp: * TAO/orbsvcs/Trading_Service/README: * TAO/orbsvcs/Trading_Service/Trading_Server.cpp: * TAO/orbsvcs/Trading_Service/Trading_Service.cpp: * TAO/orbsvcs/Trading_Service/Trading_Service.h: * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Nodes.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Visitors.h: * TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h: * TAO/orbsvcs/orbsvcs/Trader/Trader.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Constraint_Visitors.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_T.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h: * TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp: * TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h: * TAO/orbsvcs/tests/Trading/Simple_Dynamic.h: * TAO/tao/RTCORBA/Network_Priority_Mapping_Manager.h: * TAO/tao/RTCORBA/Priority_Mapping_Manager.h: * TAO/tao/RTScheduling/RTScheduler_Manager.h:
* | Merge pull request #1486 from jwillemsen/jwi-misleadingindentJohnny Willemsen2021-04-2911-177/+153
|\ \ | | | | | | Fixed misleading indent warning
| * | Use override, removed redundant voidJohnny Willemsen2021-04-295-59/+54
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/RTScheduling/Current.h: * TAO/tao/RTScheduling/RTScheduler_Initializer.h: * TAO/tao/RTScheduling/RTScheduler_Loader.h: * TAO/tao/RTScheduling/RTScheduler_Manager.h: * TAO/tao/RTScheduling/Request_Interceptor.h:
| * | Removed redundant void, use delete, layout changesJohnny Willemsen2021-04-298-86/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/RTScheduling/Current.cpp: * TAO/tao/RTScheduling/Current.h: * TAO/tao/RTScheduling/Distributable_Thread.h: * TAO/tao/RTScheduling/RTScheduler.cpp: * TAO/tao/RTScheduling/RTScheduler.h: * TAO/tao/RTScheduling/RTScheduler_Loader.h: * TAO/tao/RTScheduling/RTScheduler_Manager.cpp: * TAO/tao/RTScheduling/RTScheduler_Manager.h:
| * | Fixed compile errorJohnny Willemsen2021-04-291-1/+1
| | | | | | | | | | | | * TAO/tao/RTScheduling/Request_Interceptor.cpp:
| * | Fixed misleading indent warningJohnny Willemsen2021-04-291-33/+50
| |/ | | | | | | * TAO/tao/RTScheduling/Request_Interceptor.cpp:
* | Merge pull request #1483 from DOCGroup/jwillemsen-patch-1Johnny Willemsen2021-04-291-0/+5
|\ \ | |/ |/| Add gcc11 to github actions CI
| * Update linux.ymlJohnny Willemsen2021-04-281-1/+1
| |
| * Add gcc11 to github actions CIJohnny Willemsen2021-04-281-0/+5
|/
* Merge pull request #1481 from iguessthislldo/igtd/dcps-data-seqAdam Mitz2021-04-271-18/+3
|\ | | | | Support C++ Keywords in `DCPS_DATA_SEQUENCE_TYPE`
| * Remove Support MacroFred Hornsey2021-04-272-4/+0
| |
| * Support C++ Keywords in DCPS_DATA_SEQUENCE_TYPEFred Hornsey2021-04-263-18/+7
|/ | | | Made for https://github.com/objectcomputing/OpenDDS/pull/2608
* Merge pull request #1480 from jwillemsen/jwi-minorcleanupJohnny Willemsen2021-04-2314-35/+6
|\ | | | | Minor cleanup, layout changes, use nullptr
| * Minor cleanup, layout changes, use nullptrJohnny Willemsen2021-04-2314-35/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ACEXML/common/HttpCharStream.cpp: * ACE/ACEXML/common/HttpCharStream.h: * ACE/ACEXML/common/URL_Addr.cpp: * ACE/ACEXML/common/XML_Codecs.cpp: * ACE/Kokyu/Default_Dispatcher_Impl.cpp: * ACE/Kokyu/Kokyu.cpp: * ACE/ace/Asynch_IO.h: * ACE/ace/Local_Memory_Pool.cpp: * ACE/ace/Parse_Node.h: * ACE/ace/Proactor.cpp: * ACE/ace/Thread_Manager.cpp: * ACE/tests/Priority_Reactor_Test.cpp: * TAO/tao/Stub.h: * TAO/tao/Stub.inl:
* | Merge pull request #1479 from jwillemsen/jwi-envinfoJohnny Willemsen2021-04-231-11/+1
|\ \ | | | | | | Cleanup and simplified this small test source