netcdf-c/.github
Dennis Heimbigner cdbf04956b Provide a single option to disable all network access and testing.
Add the option "--disable-network-access" (automake)
or "-DENABLE_NETWORK_ACCESS=OFF" (cmake).
When disabled, this option transitively disables all
network access capabilities and testing.
If set, this option implies the following:
* --disable-dap
* --disable-byterange
* --disable-s3

This PR answers a request for a feature from Ed Hartnett.

## Misc. Other changes
* Take the opportunity to clean up some old, unused options;
e.g. --enable-multifilters.
* Fix bug in using S3 urls.
2023-06-10 14:08:04 -06:00
..
workflows Provide a single option to disable all network access and testing. 2023-06-10 14:08:04 -06:00
CODE_OF_CONDUCT.md Moved code of conduct and contributing to .github folder. 2019-10-08 10:27:32 -06:00
CODEOWNERS Adopted codeowners file from metpy project; this is a technical ownership and is not asserting ownership of code/copyright. Any code that does not have an obvious owner (from the perspective of github) will default to @WardF and @DennisHeimbigner 2018-03-16 14:46:08 -06:00
CONTRIBUTING.md Moved code of conduct and contributing to .github folder. 2019-10-08 10:27:32 -06:00
ISSUE_TEMPLATE.md Added a roughed-in issue template. 2016-02-24 10:55:12 -07:00