Dennis Heimbigner

Results 612 comments of Dennis Heimbigner

This effort was brute force and locks almost every netcdf API (with a few exceptions). The reason you have to (sometimes) lock metadata inquiries is that some other thread my...

This will not be mergable for some time. I still have to figure out why it fails under github actions.

Added various fixes to the threadsafe.dmh branch: * Fix CMakeLists.txt to ensure that -lpthread is added to the loaded libraries. * Get github actions X ubuntu to work. OSX and...

I am curious. Why are you using such an old version as 4.1.3?

Try installing the latest netcdf-c version 4.9.0 and see if the problem goes away.

I am surprised at this. We routinely test our code using mingw as a github action. Could I request two things: 1. tell me the ./configure options you are using...

Additional point: we will not get rid of the EXTERNL because it is the macro that allows us to add necessary __declspec declarations for visual studio. We can however change...

We also EXTERNL some functions so our unit-tests can access them, In any case, we will keep EXTERNL. If you want to modify it, we can do that. It occurs...

Does it also build if you copy VERSION to a file called "version" (lowercase)?