Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
124 stars 49 forks source link

What are some useful contributions? #65

Open ZedThree opened 5 years ago

ZedThree commented 5 years ago

I work on several projects that all make heavy use of netCDF and I'd like to give back by making some contributions. Are there any particular areas where you would appreciate some work? For example, upgrading to C++11/14, fixing warnings, modernising the CMake, API improvements, etc

Jerry-Ma commented 5 years ago

My apologies for my chime-in, but I would definitely love to see the CMake file be modernized with target_<...> syntax and proper target exported/imported, working for both find_package if installed and add_subdirectory in build tree directly (so FetchContent works ).

I am not a CMake guru so I don't know how to start from scratch, but definitely could help on testing and tweaking it with existing code.