Fred Hornsey

Results 63 issues of Fred Hornsey

For me running CMake with `-DOPENDDS_ACE_TAO_GIT=TRUE` is taking over 3 minutes while running `git clone https://github.com/DOCGroup/ACE_TAO --depth 1` takes about 17 seconds and running CMake that also configures that ACE/TAO...

Prompted by https://github.com/OpenDDS/OpenDDS/discussions/4585 For now this is being considered separate from the related safety profile because it's easier to support. Support for FACE already exists for: - FACE IDL mapping...

Both are mentioned and sometimes explained throughout the DevGuide, but there should be a central place that explains how they impact OpenDDS behavior. FQDN is probably the most confusing and...

Support for Ninja was a priority in the original CMake work: #4203, but this was only really tested in the single configuration variety and only on Linux. We should check...

Right now only a small fraction of tests are built and tested using CMake. For the long term, most tests should also be built using CMake. The easiest way to...

When building ACE/TAO on Windows, it seems to fail if the path has a space: ``` 16>Invoking ""..\..\..\bin\tao_idl" on StringValue.pidl" 16>TAO 16>c1 : fatal error C1083: Cannot open source file:...

During the release of 3.30.0, I encountered https://github.com/liran-funaro/sphinx-markdown-builder/issues/25. For now I've [fixed the version](https://github.com/OpenDDS/OpenDDS/blob/d7ace1c89388e2b4cd1b7d49f983f62f67bd83d6/docs/requirements.txt#L6) to the previous one where we don't encounter this bug, but I'm afraid that without updates...

Right now in CMake when the library is going to be static, it explicitly sets an existing macro used by the ACE export files to 0: https://github.com/OpenDDS/OpenDDS/blob/3e33278905d10e7887db5f3a8d2ea414b7600bec/cmake/opendds_build_helpers.cmake#L73-L76 This gets inherited...