Fred Hornsey

Results 63 issues of Fred Hornsey

Despite being in the [common compiler logic](https://github.com/DOCGroup/ACE_TAO/blob/8ae8c457638f1177b3e25bffbff8b4633e6e81ed/ACE/include/makeinclude/platform_gcc_clang_common.GNU#L89), somehow clang is not getting these arguments, at least on Linux. This appears not to normally be a problem, but when the libraries...

Issue came up as part of CI testing of https://github.com/DOCGroup/ACE_TAO/pull/1783 In the PR the following code was added to `tao_idl`: https://github.com/DOCGroup/ACE_TAO/blob/f86b6106d9a4d122555a47e860b7f83284d4a31b/TAO/TAO_IDL/driver/drv_preproc.cpp#L1194-L1229 Link to CI run: https://github.com/DOCGroup/ACE_TAO/runs/5153727424?check_suite_focus=true If link is no...

While testing that the IDL I wrote for [this PR](https://github.com/pygments/pygments/pull/1595) was correct, I found that there is TAO_IDL can't compile wide character literals with escapes in them: ``` const wchar...

- Made IDL 4 the default. - Added an IDL preprocessor macro for the IDL version, `__TAO_IDL_IDL_VERSION`. - Added proper documentation for the `__TAO_IDL` IDL preprocessor macro. - Remove support...

Backport of the appropriate features of #1357 to TAO 2. - Added an IDL preprocessor macro for the IDL version, `__TAO_IDL_IDL_VERSION`. - Added proper documentation for the `__TAO_IDL` IDL preprocessor...

Used a script to find places where a preprocessor include starts with the directory of the including file and removed that part of the path to turn it into a...

Like #1284, this comes from the IDL from [this PR](https://github.com/pygments/pygments/pull/1595) and is still there because I think it's correct. This IDL: ``` const short expr = (4 * (2 +...

These are listener classes that already derive from `LocalObject` with NOP default implementations to simplify the task of implementing listeners.