Skip to content

Releases: DOCGroup/ACE_TAO

ACE+TAO-7_1_4

10 Apr 08:22
d8000d1
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.1.4 and TAO 3.1.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

  • With g++ versions < 11 we default to C++17 as minimum C++ standards level

Changes to TAO

  • None

ACE+TAO-7_1_3

16 Jan 10:57
061e22f
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.1.3 and TAO 3.1.3 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 possible race conditions in extreme use case in the barrier and future implementations
  • Improve support for QNX 7.1 and FreeBSD
  • Integrated debian packaging changes

Changes to TAO

  • None

ACE+TAO-7_1_2

30 Oct 07:24
c688009
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.1.2 and TAO 3.1.2 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

  • C++17 removed std::auto_ptr, updated ACE/TAO to not use std::auto_ptr anymore and also not provide our own auto_ptr. With C++17 ACE doesn't provide ACE_Auto_Ptr, ACE_Auto_Basic_Ptr, ACE_Auto_Basic_Array_Ptr, ACE_Auto_Array_Ptr, and ACE_auto_ptr_reset anymore, just use std::unique_ptr
  • Add c++std which can be used in the platform_macros.GNU to set the C++ revision to be used (results in -std= flag)
  • Improve support for QNX 7.1
  • Embarcadero C++ Builder enhancements

Changes to TAO

  • TAO_IDL: Added support for the map data type, but this isn't supported in TAO user applications except for local usage

ACE+TAO-7_1_1

28 Jun 10:01
143b06d
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.1.1 and TAO 3.1.1 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 shared memory leak by ACE_Shared_Memory_Pool
  • Fixed ACE_INET_Addr::set when ACE_LACKS_GETSERVBYNAME has been defined

Changes to TAO

  • Removed deprecated -ORBResources flag

ACE+TAO-6_5_20

28 Jun 09:36
7837f85
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.20 and TAO 2.5.20.

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 shared memory leak by ACE_Shared_Memory_Pool
  • Fixed ACE_INET_Addr::set when ACE_LACKS_GETSERVBYNAME has been defined

Changes to TAO

  • None

ACE+TAO-7_1_0

03 Mar 08:39
6c47c90
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.1.0 and TAO 3.1.0 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

  • Removed support for Windows CE, OpenVMS, HPUX, AIX, RTEMS, Pharlap, Solaris, and Visual Studio 2015
  • ACE/TAO now require C++14 or newer

Changes to TAO

  • Removed usage of ACE service configurator for all POA internal strategy classes

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