ACE 7.0.2 and TAO 3.0.2 released
The open source community has released ACE 7.0.2 and TAO 3.0.2
The open source community has released on Friday May 14th 2021 a new ACE 7.0.2 and TAO 3.0.2 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)¶
- Fixed various warnings given by newer compilers
- Use more C++11 features
- Various cleanup
Changes to TAO (detailed changes)¶
- Fix wstring coerce leak in tao_idl
- Support C++ Keywords in `DCPS_DATA_SEQUENCE_TYPE`
- Minor cleanup
Comments