ACE 7.0.4 and TAO 3.0.4 released
The open source community has released ACE 7.0.4 and TAO 3.0.4
The open source community has released on Friday October 1st 2021 a new ACE 7.0.4 and TAO 3.0.4 release. This release is available from the usual download location at https://download.dre.vanderbilt.edu/ under the heading “Latest Micro Release” or from the github release page.
The doxygen documentation for this release is also available. In addition to the packages combined of sources and generate makefiles, this release provides source-only packages for developers who use MPC to generate their own makefiles.
Changes to ACE (detailed changes)¶
- Add support for Embarcadero C++ Builder 11.0 Alexandria using the bcc32c compiler
- Allow
ACE_Module
andACE_SOCK_Dgram_Mcast
to be sub-classed - Add
ACE_SWAP_LONG_LONG
byte swap macro forACE_UINT64
- Improved ACE_Atomic implementation for g++
- Various cleanup and using more C++11 features
Changes to TAO (detailed changes)¶
- Various cleanup and using more C++11 features
Comments