Christoph Grüninger

Results 83 comments of Christoph Grüninger

Tim, I see you concerns. What about a less disruptive approach using a toggle? 1. Introduce a C pre-processor macro `SS_API_CONST` 2. Introduce another C pre-processor macro and similar named...

I try to tackle this issue in a systematic manner. Cppcheck warns these cases with `constParameterPointer`. I started to fix them, see #151. It is not completed, I ensured `dgstrs`...

I started with two dozed places in #151. There are more then 450 pointers left, that should be passed as const pointers. I don't think the effort and such a...

Sherry, let me rephrase my question: Do you think it is worth to invest (mainly my) time into changing almost 500 places and risking breaking things for users (e.g.,by them...

@xiaoyeli This can be closed.

I think you are right. [Tim Davis' colamd](https://github.com/DrTimothyAldenDavis/SuiteSparse/tree/dev/COLAMD) is licensed under BSD-3. Please provide a PR as this increases the changes to get this fixed.

This pull request is not complete, there are still plenty of places where Cppcheck complains constParameterPointer.

I don't plan to start working on this now. Thus, I cannot answer your legitimate questions. There is a bigger initiative to make C++20 modules more popular, https://arewemodulesyet.org . As...

I am not aware of your compatibility policy. GCC 9.1 was released in May 2019, that is more relevant than the last patch release of the GCC 8 series.

Almost two years later, do you still think support for GCC 8 and lower has to be provided?