Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.rdoc #116

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RIDL provides a framework for implementing compiler/generators for OMG standard
* a flexible framework for pluggable (and stackable) backends
* basic support for backend code re-generation
* compliant with the {OMG IDL 3.5}[https://www.omg.org/spec/IDL/3.5] standard
* support for {OMG IDL 4.2}[https://www.omg.org/spec/IDL/4.2] annotations, map, int8/uint8, and explicitly-named integer types
* support for {OMG IDL 4.2}[https://www.omg.org/spec/IDL/4.2] annotations
* Experimental support for IDL 4.2 map, int8/uint8, explicitly-named integer types, bitmask and bitset

Remedy IT has developed multiple backends for RIDL. These include:
* {R2CORBA}[https://www.remedy.nl/opensource/r2corba.html] generating Ruby code
Expand Down
Loading