The open source community has released on Tuesday December 22th 2020 a new OpenDDS release. This release is available from the github release page where you can also find an overview of the changes.
The open source community has released on Saturday November 21th 2020 a new OpenDDS release. This release is available from the github release page where you can also find an overview of the changes.
This is the first 100% open source release of TAOX11.
Using TAOX11 you can implement your CORBA based clients and servers using the modern and easy to use IDL to C++11 language mapping.
See our TAOX11 features overview page for all the features of the TAOX11 v1.8.0 release.
Read the README for how to obtain and bootstrap this release.
This is the first 100% open source release of AXCIOMA and TAOX11
AXCIOMA v2.1.0 includes the following main features, see our feature overview for all features.
- IDL 3.5 support
- CORBA through TAOX11
- Brix11 scaffolding support
- Support for LwCCM components and connectors
- Synchronous request/reply support through CORBA4CCM
- Event and state support through DDS4CCM supporting RTI Connext DDS
- Asynchronous request/reply support through AMI4CCM
- Timer support through TT4CCM
- Event support through PSDD4CCM supporting ZeroMQ
- DnCX11 deployment support
- Suite of unit tests and examples
See the README for how to obtain and bootstrap this release.
We are pleased to announce that ACE/TAO are getting modernized! The core developer group has supported very old (and broken) compilers for a long time, but it is now time to start modernizing ACE/TAO with the features and capabilities of C++11!
The coming period the core developer group will make C++11 a mandatory compiler feature for ACE 7.0.0 and TAO 3.0.0. This upcoming new major release is almost 10 years after ACE 6.0.0 and TAO 2.0.0 which where released December 14th 2010.
When you are using a C++11 capable compiler you should only notice that ACE/TAO will use C++11 features and that we will provide new C++11 APIs which will simplify your application code. There is no need to update your ACE 6.5.x based code, just recompile it with upcoming ACE 7.0.0 and TAO 3.0.0 and it should work. C++11 capable compilers are for example Visual Studio 2015 and newer, gcc 4.8 and newer, and clang 5 and newer.
When you are using a C++ compiler which doesn’t support C++11 you can keep using the ACE 6.5.x and TAO 2.5.x releases. When there is enough user sponsoring the core developer group will release new 6.5.x ACE/TAO releases with user funded bug fixes and enhancements! For this a new ace6tao2 branch is created in the ACE/TAO git repository which will be the development branch for any new 6.5.x developments.
The open source community has released on Tuesday October 27th 2020 a new ACE 6.5.12 and TAO 2.5.12 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.
- Fixed some C++11 warnings
- Fixed compile problem on AIX
- Removed
c++0x
and c++1y
as GNU make variables, use c++11
and c++14
as alternatives
- Moved all CI builds to github actions
- Added
ACE_GCC_NO_RETURN
to fix fall through warnings
- Fix
ACE_Thread_Manager::join
memory leak and potential deadlock
- Removed usage of
narrow_from_decl
and narrow_from_scope
from TAO_IDL, use dynamic_cast now that we have RTTI. Any user that has a custom backend should make the similar changes to their own TAO_IDL backend
R2CORBA version 1.5.3 has been released. This version implements the following changes:
- Fixed Fixnum/Bignum deprecation warnings in ruby 2.4 and newer
- Cleanup legacy code
- Updated ridl to v2.8.0
- Moved CI to github actions
R2CORBA is distributed as Ruby gem
RIDL is a minor release which contains the following features:
- Cleanup legacy code
- Enhanced template parameter parsing
- Simplify and improve annotation handling
- Migrated CI to github actions
RIDL is distributed as Ruby gem
Remedy IT, a provider of Interoperable Open Architecture for IIOT and distributed, real-time and embedded systems, announces the support for ZeroMQ as part of AXCIOMA. See news on the AXCIOMA website for all details!
The open source community has released on Monday August 17th 2020 a new ACE 6.5.11 and TAO 2.5.11 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.
- Latest_{Major,Minor,Micro,Beta} tags have been replaced with branches because tags are not intended to move where branches are
- Removed emulated operations in ACE_OS which are not used anymore
- Resolved some compile warnings when using C++11 or newer
- Integrated debian packaging changes
- Visual Studio 2015 solutions are not part of the release packaging anymore. When you require these you need to generate them locally using MPC
- Improve multicast join by interface name on Windows
- Fixed
ACE_INT64_FORMAT_SPECIFIER
(and similar) preprocessor macros on macOS (Apple-clang) with -std=c++11
or higher
- On Windows, use unnamed kernel objects (Events and Semaphores) for thread-scoped reader-write mutexes in
ACE_OS::rwlock_init
- Simplified some code generated by tao_idl