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

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

### Version 6.5.12 The version of ACE and/or TAO you are using ### Host machine and operating system Windows 10-2004 / Intel i9 ### Target machine and operating system (if...

**### Version** ACE VERSION: 6.5.5 **### Host machine and operating system** centOS Linux 7 (vmware) **### Target machine and operating system (if different from host)** centOS Linux 7 (vmware) **###...

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

### Version 6.5.11 ### Host machine and operating system Windows 10 Professional (10.0.19042) ### Target machine and operating system (if different from host) ### Compiler name and version (including patch...

When compiling the IDL `typedef sequence Pixels[2];` there is no warning that this is a anonymous type attempt, there is a sequence and array together in this typedef, that should...

bug

IDL4 extends the idl keywords with (u)int8/16/32/64, bitfield, bitmask, bitset, map which must be added to the tao_idl keyword escaping

enhancement

IDL4 allows wchar (wide char) and octet as additional union discriminators

enhancement

tao_idl doesn't support the IDL4 change to allow an empty struct

enhancement

When trying to build ACE with conan on MacOSX we had some errors related to wchar (enabled uses_wchar=1 with MPC), something to test and fix