Skip to content

Releases: RemedyIT/ridl

AXCIOMA v2.5.0

08 Nov 08:02
6e55c26
Compare
Choose a tag to compare

What's Changed

  • Add experimental support for IDL 4.2 map, int8/uint8, explicitly-named integer types, bitmask, bitset, empty struct, and struct inheritance grammar extensions. IDL4 support must be explicitly enabled using the --idl-version=4 commandline option
  • Use File.read instead of IO.read to fix reported security issues
  • Upgrade to racc v1.7.2

Full Changelog: AXCIOMA_v2.4.0...AXCIOMA_v2.5.0

AXCIOMA_v2.4.0

23 May 06:54
87e8b67
Compare
Choose a tag to compare
Set ACE/TAO/MPC version to a fixed version

v2.9.0

06 Mar 07:29
6ff03c5
Compare
Choose a tag to compare

What's Changed

  • Enhanced error messages when an exception is used outside of a throw clause
  • Several rubocop proposed changes
  • Extend usage of github actions for CI

Full Changelog: v2.8.2...v2.9.0

v2.8.2

21 Dec 15:20
e086da8
Compare
Choose a tag to compare

What's Changed

  • Extend usage of github actions for CI
  • Simplify ruby code by using ruby safe navigation, as a result ruby 2.5 or newer is now required
  • Upgrade embedded parser to use racc v1.6.1

Full Changelog: v2.8.1...v2.8.2

AXCIOMA_v2.3.0

24 Oct 08:16
3ae4a12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: AXCIOMA_v2.2.0...AXCIOMA_v2.3.0

AXCIOMA_v2.2.1

22 Oct 08:29
f9e9026
Compare
Choose a tag to compare

What's Changed

  • Updated github actions to use specific branches/tags by @jwillemsen in #71

Full Changelog: AXCIOMA_v2.2.0...AXCIOMA_v2.2.1

AXCIOMA v2.2.0

04 Nov 11:27
56529df
Compare
Choose a tag to compare
Merge pull request #65 from jwillemsen/jwi-regeninstructions

Add instructions how to regenerate parser.rb

v2.8.1

11 Aug 09:29
5d2976d
Compare
Choose a tag to compare
  • Code style changes
  • Fix failure to execute multiple handlers for the same pragma

RIDL is distributed as Ruby gem

v2.8.0

07 Oct 06:35
22e0b4b
Compare
Choose a tag to compare
  • Cleanup legacy code
  • Enhanced template parameter parsing
  • Simplify and improve annotation handling
  • Migrated CI to github actions

RIDL is distributed as Ruby gem

AXCIOMA v2.1.0

10 Nov 08:52
22e0b4b
Compare
Choose a tag to compare
Merge pull request #44 from jwillemsen/jwi-fixrubygemrelease

Fixed ruby version for gem release