Releases: RemedyIT/taox11
Releases · RemedyIT/taox11
TAOX11 v2.5.0
What's Changed
- Add partial experimental support for IDL 4.2 map, int8/uint8, explicitly-named integer types, bitmask, bitset, empty struct, and struct inheritance extensions. IDL4 support can be enabled using the
--idl-version=4
commandline option - Minor changes to silence warnings with newer compilers
- Fix hidden warnings about
_interface_repository_id.
- Support
xor (^)
- Use
namespace A::B
to reduce lines of code generated byridlc
- Make
make_reference
aconstexpr
function - Make use of
std::nothrow
in more places
Full Changelog: AXCIOMA_v2.4.0...AXCIOMA_v2.5.0
TAOX11_v2.4.0
What's Changed
- Make use of
noexcept
andoverride
for the generated default destructors - Support IDL to C++11 union extension for members with multiple discriminator values
- TAOX11 is now compliant to the IDL to C++11 v1.4 language mapping
- Add preliminary support for g++12
- Rubocop proposed changes
Full Changelog: AXCIOMA_v2.3.0...AXCIOMA_v2.4.0
TAOX11_v2.3.0
What's Changed
- Use override/default, use operator!, layout changes by @jwillemsen in #186
- Add new expressions.idl which was added recently to TAO by @jwillemsen in #185
- fix and test make install target by @ClausKlein in #188
- Mark destructors with override by @jwillemsen in #190
- Remove duplicate semi-colon by @jwillemsen in #191
- Use override/default, use operator!, layout changes in out test by @jwillemsen in #192
- Extend dynany test with ushort/boolean test cases by @jwillemsen in #193
- Removed redundant whitespaces from generated code by @jwillemsen in #195
- Removed redundant whitespace by @jwillemsen in #194
- Remove gcc 4.8 from CI, gcc 4 has been deprecated by @jwillemsen in #196
- Bump codecov/codecov-action from 1 to 2 by @dependabot in #172
- Fixed warning in css example and some minor cleanup by @jwillemsen in #198
- Extend DynamicAny test to increase coverage of the DynamicAny impleme… by @jwillemsen in #199
- Bump actions/checkout from 2 to 3 by @dependabot in #201
- Github deprecated Visual Studio 2017 runners by @jwillemsen in #202
- Move CORBA ORB in the constructor to prevent a copy by @jwillemsen in #203
- Log more system/compiler information as part of our startup logging by @jwillemsen in #204
- Make use of override for destructors, make some destructors default, … by @jwillemsen in #205
- Correct name of a build step by @jwillemsen in #207
- Upgrade to codecov-action v3 by @jwillemsen in #208
- Minor test changes by @jwillemsen in #212
- Upgrade to codecov-action v3 by @jwillemsen in #206
- Bump github/codeql-action from 1 to 2 by @dependabot in #213
- Limit github action access by @jwillemsen in #214
- Add IDL union example by @jwillemsen in #216
- Enable anytypecode support for the union test by @jwillemsen in #217
- Add another IDL test case to the union test by @jwillemsen in #218
- Extend TAOX11 union test by @jwillemsen in #219
- Update union generation to resolve invalid warnings with gcc by @jwillemsen in #220
- fix ERB warnings with Ruby 3 by @mcorino in #221
- Layout changes and use std::move by @jwillemsen in #222
- Cleanup the PI tests by @jwillemsen in #223
- Layout changes by @jwillemsen in #224
- Use Latest_ACE7TAO3_Micro for ACE/TAO/MPC by @jwillemsen in #225
- Use Latest_ACE7TAO3_Micro for github actions by @jwillemsen in #226
- Use std::addressof by @jwillemsen in #231
- Fix complex union compile errors with -std=c++11 by @mcorino in #232
- Use override by @Niepsho in #233
- Automatically determine the branch for our other X11 repositories by @jwillemsen in #235
- Restrict fuzzr action by @jwillemsen in #237
New Contributors
- @ClausKlein made their first contribution in #188
- @dependabot made their first contribution in #172
- @Niepsho made their first contribution in #233
Full Changelog: AXCIOMA_v2.2.0...AXCIOMA_v2.3.0
TAOX11_v2.2.1
What's Changed
- Updated github actions to use specific branches/tags by @jwillemsen in #227
- Use ref_name on v221 branch by @jwillemsen in #234
Full Changelog: AXCIOMA_v2.2.0...AXCIOMA_v2.2.1
AXCIOMA v2.2.0
Merge pull request #184 from mcorino/mco-fix-doxygen Make HAVE_DOT configurable.
AXCIOMA v2.1.0
Merge pull request #108 from mcorino/mco-prepare-210-release Update versioning for AXCIOMA 2.1.0 release