summaryrefslogtreecommitdiff
path: root/TAO
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1998 from DOCGroup/elliottc/715-additional-masterocielliottc2022-12-151-2/+0
|\ | | | | Fix additional warnings from OpenDDS builds.
| * Removed calls to ferror() as their return values were no longer used.Chad Elliott2022-12-141-2/+0
| |
* | Document changesJohnny Willemsen2022-12-141-0/+2
| | | | | | | | | | * ACE/NEWS: * TAO/NEWS:
* | Add back Properties_Encoder constructor, looks MinGW doesn't like the ↵Johnny Willemsen2022-12-142-3/+6
|/ | | | | | | default here * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h:
* Upgrade all doxygen config filesJohnny Willemsen2022-12-1329-2175/+4698
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/etc/ace.doxygen: * ACE/etc/ace_inet.doxygen: * ACE/etc/ace_qos.doxygen: * ACE/etc/ace_rmcast.doxygen: * ACE/etc/ace_ssl.doxygen: * ACE/etc/acexml.doxygen: * TAO/etc/tao.doxygen: * TAO/etc/tao_anytypecode.doxygen: * TAO/etc/tao_av.doxygen: * TAO/etc/tao_compression.doxygen: * TAO/etc/tao_cosevent.doxygen: * TAO/etc/tao_cosnaming.doxygen: * TAO/etc/tao_cosnotification.doxygen: * TAO/etc/tao_costime.doxygen: * TAO/etc/tao_costrader.doxygen: * TAO/etc/tao_dynamicany.doxygen: * TAO/etc/tao_dynamicinterface.doxygen: * TAO/etc/tao_esf.doxygen: * TAO/etc/tao_ifr.doxygen: * TAO/etc/tao_implrepo.doxygen: * TAO/etc/tao_iormanip.doxygen: * TAO/etc/tao_iortable.doxygen: * TAO/etc/tao_pi.doxygen: * TAO/etc/tao_pi_server.doxygen: * TAO/etc/tao_portablegroup.doxygen: * TAO/etc/tao_portableserver.doxygen: * TAO/etc/tao_rtcorba.doxygen: * TAO/etc/tao_rtevent.doxygen: * TAO/etc/tao_rtportableserver.doxygen: * TAO/etc/tao_security.doxygen: * TAO/etc/tao_smartproxies.doxygen: * TAO/etc/tao_ssliop.doxygen: * TAO/etc/tao_strategies.doxygen: * TAO/etc/tao_transportcurrent.doxygen: * TAO/etc/tao_ziop.doxygen:
* Merge branch 'jwi-portablegroupcleanup' of ↵Johnny Willemsen2022-12-1245-88/+70
|\ | | | | | | https://github.com/jwillemsen/ATCD into jwi-portablegroupcleanup
| * Merge branch 'master' into jwi-portablegroupcleanupJohnny Willemsen2022-12-1245-88/+70
| |\
| | * Make use of noexcept instead of throw()Johnny Willemsen2022-12-1245-88/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Auto_Functor.h: * ACE/ace/Local_Name_Space_T.cpp: * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/ace/config-lite.h: * ACE/ace/config-macros.h: * ACE/examples/DLL/Newsweek.cpp: * ACE/examples/DLL/Newsweek.h: * ACE/examples/DLL/Today.cpp: * ACE/examples/DLL/Today.h: * ACE/examples/Shared_Malloc/test_persistence.cpp: * ACE/tests/DLL_Test_Impl.cpp: * ACE/tests/DLL_Test_Impl.h: * ACE/tests/Dynamic_Test.cpp: * TAO/orbsvcs/orbsvcs/ESF/ESF_Peer_Admin.h: * TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_Admin.h: * TAO/orbsvcs/orbsvcs/Event/EC_Channel_Destroyer.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Channel_Destroyer.h: * TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.h: * TAO/orbsvcs/orbsvcs/Event/EC_Proxy_Disconnector.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Proxy_Disconnector.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/ScopeGuard.h: * TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.cpp: * TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.h: * TAO/tao/Asynch_Reply_Dispatcher_Base.h: * TAO/tao/Asynch_Reply_Dispatcher_Base.inl: * TAO/tao/Bounded_Array_Sequence_T.h: * TAO/tao/Bounded_Basic_String_Sequence_T.h: * TAO/tao/Bounded_Object_Reference_Sequence_T.h: * TAO/tao/Bounded_Value_Sequence_T.h: * TAO/tao/Generic_Sequence_T.h: * TAO/tao/Messaging/AMH_Response_Handler.cpp: * TAO/tao/Messaging/AMH_Response_Handler.h: * TAO/tao/PortableServer/Servant_var.cpp: * TAO/tao/PortableServer/Servant_var.h: * TAO/tao/PortableServer/Servant_var.inl: * TAO/tao/Unbounded_Array_Sequence_T.h: * TAO/tao/Unbounded_Basic_String_Sequence_T.h: * TAO/tao/Unbounded_Object_Reference_Sequence_T.h: * TAO/tao/Unbounded_Octet_Sequence_T.h: * TAO/tao/Unbounded_Value_Sequence_T.h: * TAO/tao/Utils/Implicit_Deactivator.cpp: * TAO/tao/Utils/Implicit_Deactivator.h: * TAO/tao/Utils/ORB_Destroyer.cpp: * TAO/tao/Utils/ORB_Destroyer.h: * TAO/tao/Utils/PolicyList_Destroyer.cpp: * TAO/tao/Utils/PolicyList_Destroyer.h: * TAO/tao/Valuetype/Bounded_Valuetype_Sequence_T.h: * TAO/tao/Valuetype/Unbounded_Valuetype_Sequence_T.h: * TAO/tests/Bug_2936_Regression/PersistentPOA.cpp: * TAO/tests/Bug_2936_Regression/PersistentPOA.h: * TAO/tests/Bug_3251_Regression/PersistentPoa.cpp: * TAO/tests/Bug_3251_Regression/PersistentPoa.h: * TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.cpp: * TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h: * TAO/utils/wxNamingViewer/wxAutoDialog.h:
* | | Layout changeJohnny Willemsen2022-12-121-3/+1
| | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:
* | | Add missing includeJohnny Willemsen2022-12-121-0/+1
|/ / | | | | | | * TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp:
* | Removed incorrect codeJohnny Willemsen2022-12-121-12/+0
| | | | | | | | * TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Wait_Never.h:
* | Fixed merge conflictsJohnny Willemsen2022-12-125509-28678/+23442
|\ \ | |/
| * Update LB_ObjectReferenceFactory.cppJohnny Willemsen2022-11-251-2/+0
| | | | | | | | Removed redundant empty lines
| * Update FT_EventService.cppJohnny Willemsen2022-11-251-1/+1
| | | | | | | | Fix conversion warning
| * Make x.0.10 publicly availableJohnny Willemsen2022-11-171-0/+3
| | | | | | | | | | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/etc/index.html: * TAO/NEWS:
| * ACE+TAO-7_0_10ACE+TAO-7_0_10Johnny Willemsen2022-11-174-6/+140
| |
| * Update NEWS files for next releaseJohnny Willemsen2022-11-171-0/+2
| | | | | | | | | | * ACE/NEWS: * TAO/NEWS:
| * Use const/override/default and some layout changesJohnny Willemsen2022-11-011-4/+3
| | | | | | | | | | | | * ACE/ace/Process.cpp: * ACE/ace/Process.h: * TAO/tao/ORB_Core.cpp:
| * Merge pull request #1970 from jwillemsen/jwi-overrirdeJohnny Willemsen2022-10-208-21/+19
| |\ | | | | | | Use override
| | * Use overrideJohnny Willemsen2022-10-198-21/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_stropts.cpp: * TAO/tao/PortableServer/Active_Policy_Strategies.cpp: * TAO/tao/PortableServer/ThreadStrategy.h: * TAO/tao/PortableServer/ThreadStrategyFactoryImpl.cpp: * TAO/tao/PortableServer/ThreadStrategyFactoryImpl.h: * TAO/tao/PortableServer/ThreadStrategyORBControl.h: * TAO/tao/PortableServer/ThreadStrategySingle.h: * TAO/tao/PortableServer/ThreadStrategySingleFactoryImpl.h: * TAO/tests/POA/Single_Threaded_POA/Single_Threaded_POA.cpp:
| * | Use defaultNiepsho2022-10-182-6/+1
| |/
| * Fixed compile error due to cleanup and made destructors defaultJohnny Willemsen2022-10-1412-64/+17
| |
| * Make use of defaultJohnny Willemsen2022-10-1314-42/+27
| |
| * Fixed unused variable warningsJohnny Willemsen2022-10-1389-328/+73
| |
| * Fixed unused variable warningsJohnny Willemsen2022-10-132-6/+0
| |
| * Layout changesJohnny Willemsen2022-10-126-10/+10
| |
| * Layout changesJohnny Willemsen2022-10-12103-506/+432
| |
| * Layout changesJohnny Willemsen2022-10-1233-176/+82
| |
| * Layout/return changesJohnny Willemsen2022-10-12175-640/+379
| |
| * Use default destructorsJohnny Willemsen2022-10-054-12/+3
| | | | | | | | | | | | | | * TAO/tao/String_Const_Sequence_Element_T.h: * TAO/tao/String_Sequence_Element_T.h: * TAO/tao/UserException.cpp: * TAO/tao/UserException.h:
| * Use nullptr/std::addressof/default/uniform initializationJohnny Willemsen2022-10-044-9/+3
| | | | | | | | | | | | | | | | | | : * ACE/ace/OS_NS_netdb.inl: * TAO/tao/Endpoint.h: * TAO/tao/Endpoint.inl: * TAO/tao/IIOP_Endpoint.cpp: * TAO/tao/IIOP_Endpoint.h:
| * Make x.0.9 publicJohnny Willemsen2022-10-011-0/+5
| | | | | | | | | | | | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
| * ACE+TAO-7_0_9ACE+TAO-7_0_9Johnny Willemsen2022-10-014-6/+594
| |
| * Merge pull request #1942 from knutpett/knutpett/const_accessorJohnny Willemsen2022-09-233-3/+3
| |\ | | | | | | Added const accessors for AST_Decl::local_name () and UTL_String::get_string ()
| | * Remove the non-const versionKnut Petter Svendsen2022-09-233-10/+0
| | | | | | | | | | | | This is safe since non-const functions can call const-functions.
| | * Added const accessors for AST_Decl::local_name () and UTL_String::get_string ()Knut Petter Svendsen2022-09-223-0/+10
| | |
| * | Merge pull request #1941 from knutpett/knutpett/remove_void_part2Johnny Willemsen2022-09-23322-930/+930
| |\ \ | | | | | | | | Part 2: Remove obsolescent (void) in functions with no parameters
| | * | Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-22322-930/+930
| | | |
| * | | Merge pull request #1907 from lukem/format-securityAdam Mitz2022-09-223-12/+12
| |\ \ \ | | |_|/ | |/| | Fix -Wformat-security issues
| | * | Merge branch 'master' into format-securityAdam Mitz2022-09-193552-12513/+12619
| | |\ \
| | * \ \ Merge branch 'master' into format-securityJohnny Willemsen2022-09-122420-4863/+104
| | |\ \ \
| | * | | | Adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-101-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use ACE_TEXT_PRIs instead of conditional compilation checking !defined(ACE_WIN32) && defined(ACE_USES_WCHAR).
| | * | | | Define ACE_TEXT_PRIs. Use to fix -Wformat-securityLuke Mewburn2022-09-102-18/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define ACE_TEXT_PRIs as "s" or "ls" depending upon the WCHAR mode. (This is similar to the PRIxxx macros in <inttypes.h>) Use ACE_TEXT("%") ACE_TEXT_PRIs instead of "%s" or even just the raw string without a format specifier. Fixes issue #1906.
| | * | | | Fix -Wformat-security issues for wchar_tLuke Mewburn2022-09-022-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use %ls instead of %s when using wchar_t Fixes issue #1906.
| | * | | | Fix -Wformat-security issuesLuke Mewburn2022-08-202-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that methods with a printf()-like format string are invoked with a literal string instead of a string built from possibly untrusted sources. Fixes issue #1906.
| * | | | | Merge pull request #1936 from jwillemsen/jwi-valuetypecdrJohnny Willemsen2022-09-213-26/+96
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Valuetype test extensions
| | * | | | Correct projectJohnny Willemsen2022-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/Versioned_Namespace/Versioned_Namespace.mpc:
| | * | | | Move new test IDL to seperate projectJohnny Willemsen2022-09-203-55/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/Versioned_Namespace/TestVersionedNamespace2.idl: Added. * TAO/tests/IDL_Test/Versioned_Namespace/TestVersionedNamespace.idl: * TAO/tests/IDL_Test/Versioned_Namespace/Versioned_Namespace.mpc:
| | * | | | More testJohnny Willemsen2022-09-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/Versioned_Namespace/TestVersionedNamespace.idl:
| | * | | | More test extensinsJohnny Willemsen2022-09-192-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/Versioned_Namespace/TestVersionedNamespace.idl: * TAO/tests/IDL_Test/Versioned_Namespace/Versioned_Namespace.mpc: