ACE_TAO icon indicating copy to clipboard operation
ACE_TAO copied to clipboard

ACE and TAO

Results 141 ACE_TAO issues
Sort by recently updated
recently updated
newest added

There are many, many files with this warning. Will update this PR several times, work in progress.

Knowing which source IDL file was used to generated the code makes it easier to navigate in the code.

clang on windows doesn't support non-call SEH, within an ACE_SEH_TRY block only operations may be called and within the operation maybe a SEH can be thrown, directly within the ACE_SEH_TRY...

enhancement

### Version Using ace6tao2 branch the bcc32 compiler (Borland C++ Builder) has a problem compiling the Versioned_Namespace test ``` bcc32 -O1 -DNDEBUG -tWM -q -tWR -tWD -a8 -DMPC_LIB_MODIFIER=\"_br\" -DWIN32 -D_WINDOWS...

bug

Hello, First of all, thank you for providing libACE. This commit is a proposal to fix a crash that can happen with `ACE::sendv_n_i()` and `ACE::writev_n()`, in case the given `iovecs`...

needs review

Without SSL, The Impl repo works just fine using a CORBALOC. Experimented, by implementing SSL is on top of this setup. The connection with server was successful from client when...

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...

The ACE_Dev_Poll_Reactor initialized handle arrays and a Handler_Repository based on a given size or ACE::max_handles (). The ACE documentation states: > On Unix platforms, the size parameter should be as...