Custom Query (202 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 202)

Ticket Resolution Summary Owner Reporter
#142 fixed Version number in build scripts jasper michelpons

Reported by michelpons, 18 months ago.

Description

The Readme.txt file under trunk was made 19 months ago to explain how to develop a new version. It is not up to date. COBIA 1.2.0.10 has just been released, declared as released and a version 1.2.0.11 has been declared as the default version now in support tickets since any resolution of an issue will now be supported by 1.2.0.11, not 1.2.0.10. When building COBIA distribution packages using the source committed since the release of COBIA 1.2.0.10, what is produced carries version number 1.2.0.10. It should be 1.2.0.11, partially to prevent binaries looking as 1.2.0.10 to be made public while they do not correspond to 1.2.0.10. Is it an update in Readme.txt that is needed, with inclusion of what should be done with script increaseversionnumber.py? Don't know but the project must be kept consistent.

#141 fixed COMBIA does not compile against VS 2022 17.4 jasper jasper

Reported by jasper, 18 months ago.

Description

Reason is that the new header files declare

_NODISCARD constexpr bool operator()(const _Ty& _Left, const _Ty& _Right) const

for any type, which conflicts with COMBIA's

template<> constexpr bool std::equal_to<GUID>::operator ()(const GUID &g1,const GUID &g2) const

#139 fixed COBIA code gen does not work on linux jasper jasper

Reported by jasper, 18 months ago.

Description

std::regex searches do not work as expected. Example:

$ COBIA_CodeGen -n -u -o TestUnit.h -c TestUnit
Created: TestUnit.h
$ COBIA_CodeGen -A -o TestUnit.h -c TestUnit -i ./CAPEOPEN_1_2.CIDL -I CAPEOPEN_1_2::ICapeIdentification
in ICapeCodeGen::addInterfacesToClass of COBIA CPP Stub Code Generator: class "TestUnit" not found

verified with gcc and clang.

Note: See TracQuery for help on using queries.