summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #2008 from ocielliottc/correcting_includesocielliottc2023-01-051-2/+1
|\ \ | |/ |/| Corrected #include's
| * Corrected #include'sChad Elliott2023-01-051-2/+1
|/
* Merge pull request #2005 from jwillemsen/jwi-x711Johnny Willemsen2022-12-196-34/+41
|\ | | | | Make ACE 7.0.11 and TAO 3.0.11 public available
| * Make ACE 7.0.11 and TAO 3.0.11 public availableJohnny Willemsen2022-12-196-34/+41
| | | | | | | | | | | | | | | | | | * 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_11ACE+TAO-7_0_11Johnny Willemsen2022-12-1910-44/+571
|/
* Merge pull request #2004 from mitza-oci/masterJohnny Willemsen2022-12-172-0/+4
|\ | | | | Updated NEWS for 7.0.11/3.0.11
| * Updated NEWS for 7.0.11/3.0.11Adam Mitz2022-12-162-0/+4
|/
* Merge pull request #2002 from ↵ocielliottc2022-12-151-2/+6
|\ | | | | | | | | ocielliottc/elliottc/cdr_support_require_truncation-master Only emit the require_truncation_ boolean if CDR support is enabled.
| * Only emit the require_truncation_ boolean if CDR support is enabled.Chad Elliott2022-12-151-2/+6
|/
* Merge pull request #1998 from DOCGroup/elliottc/715-additional-masterocielliottc2022-12-152-14/+9
|\ | | | | Fix additional warnings from OpenDDS builds.
| * Removed calls to ferror() as their return values were no longer used.Chad Elliott2022-12-141-2/+0
| |
| * Modified strenvdup() to avoid a second copy (via strdup) and silence a ↵Chad Elliott2022-12-141-12/+9
| | | | | | | | warning from gcc 11 about possibly returning a pointer to a local variable.
* | Merge pull request #1996 from jwillemsen/jwi-Properties_EncoderJohnny Willemsen2022-12-144-3/+12
|\ \ | |/ |/| Fix MinGW linker error, document changes for next release
| * Document changesJohnny Willemsen2022-12-142-0/+6
| | | | | | | | | | * 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:
* Merge pull request #1995 from jwillemsen/jwi-doxygen5Johnny Willemsen2022-12-1335-2625/+5670
|\ | | | | Upgrade all doxygen config files
| * Upgrade all doxygen config filesJohnny Willemsen2022-12-1335-2625/+5670
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 pull request #1994 from jwillemsen/jwi-portablegroupcleanupJohnny Willemsen2022-12-1240-227/+59
|\ \ | |/ | | Cleanup and modernize portablegroup code
| * Merge branch 'jwi-portablegroupcleanup' of ↵Johnny Willemsen2022-12-1263-145/+145
| |\ | | | | | | | | | https://github.com/jwillemsen/ATCD into jwi-portablegroupcleanup
| | * Merge branch 'master' into jwi-portablegroupcleanupJohnny Willemsen2022-12-1263-145/+145
| | |\ | |_|/ |/| |
* | | Merge pull request #1992 from DOCGroup/elliottc/configuration-fix-masterocielliottc2022-12-121-3/+3
|\ \ \ | | | | | | | | Correction for wide-char builds
| * | | Remove division by sizeof ACE_TCHAR when calculating the simple_section; ↵Chad Elliott2022-12-091-3/+3
| | | | | | | | | | | | | | | | pointer arithmetic already accounts for size of the individual elements.
* | | | Merge pull request #1993 from jwillemsen/jwi-noexcept2Johnny Willemsen2022-12-1259-131/+112
|\ \ \ \ | |/ / / |/| | | Make use of noexcept instead of throw()
| * | | Make use of noexcept instead of throw()Johnny Willemsen2022-12-1259-131/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | | | Merge pull request #1990 from DOCGroup/elliottc/fix-more-warnings-masterocielliottc2022-12-092-4/+12
|\ \ \ \ | | | | | | | | | | Fix more build warnings (as shown by builds for OpenDDS)
| * | | | No need to compare the result of ::TryEnterCriticalSection to an explicit ↵Chad Elliott2022-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | value. Doing so causes a warning in Release builds.
| * | | | Increased the final buffer size (in the info method) to accommodate the ↵Chad Elliott2022-12-081-3/+11
|/ / / / | | | | | | | | | | | | maximum possible string size. (ubuntu 20 - gcc 10 warning)
* | | | Merge pull request #1988 from DOCGroup/elliottc/715-fix-warnings-masterocielliottc2022-12-072-7/+18
|\ \ \ \ | |/ / / |/| | | Fix build warnings (as shown by builds for OpenDDS)
| * | | Increased the final buffer size (in the info method) to accommodate the ↵Chad Elliott2022-12-061-2/+11
| | | | | | | | | | | | | | | | maximum possible string size. (ubuntu 20 - gcc 10 warning)
| * | | Added curly braces around an else clause (ubuntu 22 - gcc 11 warning)Chad Elliott2022-12-061-5/+7
|/ / /
| * | 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-127558-39087/+35739
| |\ | |/ |/|
* | Merge pull request #1983 from jwillemsen/jwi-warninggitignoreJohnny Willemsen2022-11-253-3/+5
|\ \ | | | | | | Extend gitignore, fixed conversion warnings, removed empty lines
| * | 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
| * | Update .gitignoreJohnny Willemsen2022-11-251-0/+4
|/ / | | | | | | Ignore some more generated files
* | Merge pull request #1982 from Serban8/masterJohnny Willemsen2022-11-176-6/+0
|\ \ | | | | | | [#1981] Removed invalid 'endscript' drectives from logrotate configuration files
| * | [#1981] Removed invalid 'endscript' drectives from logrotate configuration filesBranaci Serban-Mihai2022-11-176-6/+0
|/ /
* | Merge pull request #1980 from jwillemsen/jwi-x010Johnny Willemsen2022-11-177-35/+44
|\ \ | | | | | | Make x.0.10 publicly available
| * | Update for next releaseJohnny Willemsen2022-11-171-1/+1
| | | | | | | | | | | | * ACE/bin/copy-local-script.sh:
| * | Add missing news itemJohnny Willemsen2022-11-171-0/+2
| | | | | | | | | | | | * ACE/NEWS:
| * | Make x.0.10 publicly availableJohnny Willemsen2022-11-176-34/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
| * | Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2022-11-1710-44/+438
| |\ \ | |/ / |/| |
* | | ACE+TAO-7_0_10ACE+TAO-7_0_10Johnny Willemsen2022-11-1710-44/+438
| | |
| * | Fixed broken linkJohnny Willemsen2022-11-171-1/+1
|/ / | | | | | | * ACE/docs/bczar/bczar.html:
* | Merge pull request #1979 from jwillemsen/jwi-newsx11Johnny Willemsen2022-11-172-0/+8
|\ \ | | | | | | Update NEWS files for next release
| * | Update NEWS files for next releaseJohnny Willemsen2022-11-172-0/+8
|/ / | | | | | | | | * ACE/NEWS: * TAO/NEWS:
* | Merge pull request #1977 from jwillemsen/jwi-processenvJohnny Willemsen2022-11-021-3/+2
|\ \ | | | | | | The environment variable set is Z, not ZZ