Custom Query (202 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 202)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#33 fixed Typo in license notice with COBIA SDK installer jasper michelpons

Reported by michelpons, 4 years ago.

Description

There is this sentence in the text showed to the person installing the COBIA SDK: "COBIA development header are released under the following license conditions:"

I would write: "COBIA development headers are released under the following license conditions:"

#34 fixed Title given to text on license notice jasper michelpons

Reported by michelpons, 4 years ago.

Description

The text shown to the end-user installing the COBIA SDK starts with "COBIA SDK License". This title leaves one to think that there is a single license to be approved when using the COBIA SDK and that it applies to the COBIA Software Development Kit. I think that the title should be more general. Like "Applicable copyright and permission notices"

Above the window with that text, it is written "End-User license agreement Please read the following license agreement carefully". This is also not general enough. "Please read the following license agreement carefully" could be "Please read the following notices carefully "

#35 fixed COBIA should link to static MSVC runtimes jasper jasper

Reported by jasper, 3 years ago.

Description

Currently COBIA links to dynamic runtimes. To prevent having to distribute the dynamic runtime, COBIA should link to the static linktime.

This requires setting the minimum cmake version to 3.15:

https://cmake.org/cmake/help/v3.15/prop_tgt/MSVC_RUNTIME_LIBRARY.html

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.