Skip to content

Releases: DOCGroup/ACE_TAO

ACE+TAO-7_0_11

19 Dec 11:16
ec326c7
Compare
Choose a tag to compare

Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.11 and TAO 3.0.11 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

  • Fixed some compiler warnings given by newer compilers
  • Make use of noexcept instead of throw()
  • Fixed a bug in ACE_Configuration_Heap with uses_wchar=1 builds

Changes to TAO

  • Fixed some compiler warnings given by newer compilers
  • PortableGroup cleanup

ACE+TAO-6_5_19

19 Dec 11:01
c08f3dc
Compare
Choose a tag to compare

Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the minor release of ACE 6.5.19 and TAO 2.5.19.

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

Changes to ACE

  • Improved VxWorks platform support
  • Fixed some compiler warnings given by newer compilers
  • Added support for recent macOS release
  • Fixed a bug in ACE_Configuration_Heap with uses_wchar=1 builds
  • ACE_OS::readdir_r can be omitted by setting ACE_DISABLE_READDIR_R

Changes to TAO

  • Fixed some compiler warnings given by newer compilers

ACE+TAO-7_0_10

17 Nov 09:20
f5e8e9b
Compare
Choose a tag to compare

Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.10 and TAO 3.0.10 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 missing resource files for several DLLs on Windows
  • VxWorks runtime fixes
  • Various cleanup and using more C++11 features
  • Embarcadero C++ Builder 11.2 fixes

Changes to TAO

  • Various cleanup and using more C++11 features

ACE+TAO-7_0_9

01 Oct 12:47
9d6f14a
Compare
Choose a tag to compare

Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.9 and TAO 3.0.9 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

  • Compile fixes for VxWorks 22.03
  • Various cleanup
  • Minor fixes

Changes to TAO

  • Various cleanup
  • Minor fixes

ACE+TAO-6_5_18

10 Aug 07:10
53d05cb
Compare
Choose a tag to compare

Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the minor release of ACE 6.5.18 and TAO 2.5.18.

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

Changes to ACE

  • Fixes for Static Initialization Order Issues Reported By AddressSanitizer

Changes to TAO

  • TAO_IDL updates for valuetypes and versioned namespaces
  • Moved operators<<= and >>= for CORBA::Any to the CORBA namespace. This makes the code compatible with GCC 12 and removes the need for both the -fdelayed-template-parsing workaround (for clang) and defining ACE_ANY_OPS_USE_NAMESPACE in config-macos*.h.
  • Removed unused configuration option ACE_ANY_OPS_USE_NAMESPACE

ACE+TAO-7_0_8

01 Jul 07:35
a055fb3
Compare
Choose a tag to compare

Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.8 and TAO 3.0.8 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

  • Minor changes

Changes to TAO

  • Moved operators <<= and >>= for CORBA::Any to the CORBA namespace. This makes the code compatible with GCC 12 and removes the need for both the -fdelayed-template-parsing workaround (for clang) and defining ACE_ANY_OPS_USE_NAMESPACE in config-macos*.h
  • Removed unused configuration option ACE_ANY_OPS_USE_NAMESPACE

ACE+TAO-6_5_17

14 Jun 07:11
2144c4e
Compare
Choose a tag to compare

Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the micro release of ACE 6.5.17 and TAO 2.5.17.

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

Changes to ACE

  • Test framework changes

Changes to TAO

  • Fixed compilation error in the TAO core when using C++20
  • Fixed an issue with handling spaces in paths for TAO_IDL
    -TAO_IDL: Fix open file error not mentioning the filename and not checking if the file is actually a directory.

ACE+TAO-7_0_7

21 May 06:53
f43528c
Compare
Choose a tag to compare

Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.7 and TAO 3.0.7 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

  • Minor changes

Changes to TAO

  • Fixed an issue with handling spaces in paths for TAO_IDL
  • TAO_IDL: Fix open file error not mentioning the filename and not checking if the file is actually a directory.

ACE+TAO-7_0_6

20 Jan 08:50
ee7c04e
Compare
Choose a tag to compare

Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.6 and TAO 3.0.6 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

  • Various cleanup and using more C++11 features
  • Various packaging related fixes

Changes to TAO

  • Various cleanup and using more C++11 features
  • Fixed compilation error in the TAO core when using C++20

ACE+TAO-7_0_5

17 Nov 10:38
14f64e2
Compare
Choose a tag to compare

Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.5 and TAO 3.0.5 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

  • Initial not tested support for Visual Studio 2022
  • Fixed compile errors when using Visual Studio 2019 with C++17 or C++20 support enabled
  • Various cleanup and using more C++11 features

Changes to TAO

  • TAO_IDL: Fix bug where floating point constant expressions fail to evaluate. This bug was introduced in 3.0.3.