Fred Hornsey

Results 63 issues of Fred Hornsey

Originally I was going to generate Python IDL code "on the fly", but I got caught up in the idea that users should be able to look at the generated...

@mitza-oci this is the issue I mentioned a few weeks ago when I got this before 0.1 release. It happened again: https://github.com/oci-labs/pyopendds/runs/455791295. I will try to see if it's my...

bug

This is a rough list for tracking what parts of the DDS API that have been implemented so far. - [ ] QOS - [ ] Builtin Topics - [...

OpenDDS C++ API Parity

Will need to also support MPC based IDL Type support libraries.

OpenDDS C++ API Parity

Yea, will need to look into how Python libraries are documented. I would also like to bring experience from this upstream to create a better documenting experience in OpenDDS.

https://github.com/DOCGroup/ACE_TAO/issues/266 should be considered the upstream issue, but this documents the issue from our perceptive. Right now, when building OpenDDS with CMake, if you don't pass `OPENDDS_ACE`, it will attempt...

When the effort to use Sphinx started, I was only aware of [recommonmark](https://github.com/readthedocs/recommonmark) as an alternative to reStructuredText in Sphinx. I wasn't really impressed with it and developed a handmade...

After #4655, [RTPS/UDP](https://opendds.readthedocs.io/en/master/devguide/run_time_configuration.html#ports-used-by-rtps-udp) now has some of the same properties for port configuration as [RTPS Discovery](https://opendds.readthedocs.io/en/master/devguide/run_time_configuration.html#ports-used-by-rtps-discovery). These have to be configured separately though. At least `PB`, `DG`, and `PG` could...

GitHub always has a very recent if not the latest version. To help prevent issues like #4645, we should use 3.23.0 in at least a few of the CMake builds....

Because of https://github.com/OpenDDS/OpenDDS/pull/4632#discussion_r1603497557, it seems like it would be a good idea to set `OPENDDS_STD_CXX` when `--std` is set (either by us or by the user). The configure script would...