Skip to content

ACE+TAO-7_0_4

Compare
Choose a tag to compare
@jwillemsen jwillemsen released this 01 Oct 07:38
· 1354 commits to master since this release
9b7415a

Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.4 and TAO 3.0.4 which is available from the usual download location under the heading "Latest Micro Release".

The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!

Changes to ACE

  • Add support for Embarcadero C++ Builder 11.0 Alexandria using the bcc32c compiler
  • Allow ACE_Module and ACE_SOCK_Dgram_Mcast to be sub-classed
  • Add ACE_SWAP_LONG_LONG byte swap macro for ACE_UINT64
  • Improved ACE_Atomic implementation for g++
  • Various cleanup and using more C++11 features

Changes to TAO

  • Various cleanup and using more C++11 features