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

### Version ACE 7.0.11 (with CMake additions) ### Host machine and operating system Win11 ### Compiler name and version (including patch level) VS2019 / MSVC ### The $ACE_ROOT/ace/config.h file `#include...

We are using ACE/TAO FOSS 3PP for exposing the CORBA communication and currently we are using the default ORBReactorType i.e., tp (ACE_TP_Reactor). Tp Reactor type is using the “select()” API...

enhancement

With GNU make 4.4 we get the following warning a lot when compiling ACE/TAO ``` /home/johnny/ACE/trunk/ACE/include/makeinclude/rules.local.GNU:294: warning: pattern recipe did not update peer target '/home/johnny/ACE/trunk/ACE/man/mann/libACE.so.7.0.10'. ``` ``` GNU Make 4.4...

cleanup

### Version ACE 7.0.11 ### Host machine and operating system macOS 12.6.3 ### Compiler name and version (including patch level) Apple clang version 14.0.0 (clang-1400.0.29.202) ### The $ACE_ROOT/ace/config.h file Basically...

enhancement

### Version The version of ACE and/or TAO you are using `ace[core,ssl,tao]:x64-linux -> 7.0.11#2` compiled using vcpkg ### Host machine and operating system ``` NAME="Red Hat Enterprise Linux" VERSION="8.7 (Ootpa)"...

enhancement

Migrating this from Vanderbilt's Bugzilla http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=3942 The bottom line is that sequences of object references don't work the way the spec requires. Here are the key parts of IDL-to-C++ formal/12-07-02....

bug

While using ACE_Wide_To_Ascii string conversion class (and correspondingly ::WideCharToMultiByte) there must be expected that the length of the output multi-byte string is not equal to the length of the input...

needs review

Warning in ACE using bcc32 on ace6tao2 branch, introduced by https://github.com/DOCGroup/ACE_TAO/pull/2196 ``` .\CDR_Base.cpp: Warning W8012 .\CDR_Base.cpp 938: Comparing signed and unsigned values in function ACE_CDR::Fixed::from_string(const char *) ```

### Version The version of ACE and/or TAO you are using ### Host machine and operating system ### Target machine and operating system (if different from host) ### Compiler name...

SSLv23_method(), SSLv23_server_method() and SSLv23_client_method() were deprecated and the preferred TLS_method(), TLS_server_method() and TLS_client_method() functions were added in OpenSSL 1.1.0. All version-specific methods were deprecated in OpenSSL 1.1.0. [SSLv23_method](https://www.openssl.org/docs/man3.0/man3/SSLv23_method.html)

needs review