Custom Query (202 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 202)

Ticket Resolution Summary Owner Reporter
#145 fixed CapeArrayInterface jasper jasper

Reported by jasper, 18 months ago.

Description

The IDL allows for an array of objects in the form of CapeArrayInterface?. In CAPE-OPEN 1.1 this was used only in passing an array of parameter specifications for a parameter array - CAPE-OPEN 1.2 has abandoned this approach.

Support for CapeArrayInterface? was overlooked; the basic data type, wrappers, adapters, code generation and marshaling for this type are not implemented. This remained unnoticed because it is not used in CAPE-OPEN 1.2.

It could be argued that in an interface design that supports collections, passing an array of objects is not required under any circumstance.

Are we dropping IDL support for this unused data type or are we implementing support for it throughout COBIA?

#27 fixed CapeInterfaceAdapters.h not carrying copyright and terms notices jasper michelpons

Reported by michelpons, 4 years ago.

Description

Seems that:

Copyright 2020 CAPE-OPEN Laboratories Network (CO-LaN) For terms of use, see license.txt or https://www.colan.org/licenses/cobia-client-header-files/

is missing from CapeInterfaceAdapters?.h.

#136 fixed CapePMCEnumerator leaks contained object jasper jasper

Reported by jasper, 19 months ago.

Description

The call to capeGetPMCEnumerator returns an object with a reference count of 1. The initialization of the CapePMCEnumerator raises the reference count in error, causing the enumerator never to be released, resulting in a memory leak.

This is in the COBIA header files - COBIA PMEs that enumerate PMCs using the capeGetPMCEnumerator should be recompiled to avoid this leak.

Note: See TracQuery for help on using queries.