Fred Hornsey

Results 63 issues of Fred Hornsey

This moves a lot of the functionality of DataWriterImpl_T into DataWriterImpl by using a new class called AbstractSample to avoid working with the native C++ IDL-generated types directly as much...

I stumbled upon this comment and was curious enough about it to look into what happened with the issue. https://github.com/objectcomputing/OpenDDS/blob/bb1a3167ae3f5040486b176603b312b277e598aa/dds/DCPS/transport/rtps_udp/RtpsSampleHeader.h#L92-L98 [This is the issue in the current OMG system](https://issues.omg.org/browse/DDSIRTP23-19), which...

enhancement
intermediate

Added 2 Perl modules. One is called `CompilerProps` that collects the properties of a given compiler. The basic properties are the version, default C++ standard supported, the target OS, and...

By default `auto_run_tests.pl` will now run all configured tests for almost all, if not all, situations by getting information from the configure script. Also added improvements and fixes from ACE's...

Currently, when not using safety profile, the default discovery is InfoRepo and the default transport is tcp. This attempts to change the default discovery to rtps and the default transport...

As stated in the title, `tao_idl` will immediately create the directory specified by an `-o` option and its alternative forms: https://github.com/DOCGroup/ACE_TAO/blob/d055988bd78983e7a2fcb4355fae8774f358993c/TAO/TAO_IDL/be/be_global.cpp#L3033-L3037 This means it can do this: ``` $ tao_idl...

See https://github.com/OpenDDS/OpenDDS/discussions/4313#discussioncomment-7355551 for details.

bug

[Emscripten](https://emscripten.org/) is a LLVM toolchain that allows compiling C++ to [WebAssembly](https://en.wikipedia.org/wiki/WebAssembly) that can be ran on a web browser or [NodeJS](https://nodejs.org/). Current status is that ACE can be built, OS_Test...

### Discussed in https://github.com/OpenDDS/OpenDDS/discussions/4529 Originally posted by **nsarzyns** March 20, 2024 I don't know if I'm just being dumb here but following the build instructions for cmake, successfully creates the...