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

As the Windows CE release is from 2013 it is now time to cleanup this in ACE/TAO, would remove a lot of special handling from the Windows code

cleanup

### Version 6.5.11/2.5.11 ### Host machine and operating system CentOS 7 Linux 3.10.0-1127.13.1.el7.x86_64 on a generic PC with Intel i7 CPU. ### Target machine and operating system (if different from...

bug

With the requirement for C++11 we only need to support bcc32c/bcc64, the clang based compilers

cleanup

All platforms seem to support the standard C++ library (which we expect with C++11), so we should cleanup ACE_HAS_STANDARD_CPP_LIBRARY At that moment also check ACE_USES_OLD_IOSTREAMS

We pull several iostreams classes into the global namespace, we shouldn't do that, user should refer to std:: https://github.com/DOCGroup/ACE_TAO/blob/78006062ece6be12eba3e81471961c74743ba071/ACE/ace/iosfwd.h#L61

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

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