Ward Fisher
|
30621b38d3
|
Eliminate a lot of 'result of operation is undefined or garbage' errors reported by static analysis. These errors appeared to be false positives as there was logic that should prevent their occurance, but it's possible that optimization would result in these error states occuring.
|
2021-07-12 16:40:27 -06:00 |
|
Ward Fisher
|
802916a914
|
Addressing some uninitialized variables to see if there is an effect on compiler optimizations. Good practice to have these fixed in any event.
|
2021-04-13 11:45:33 -06:00 |
|
Edward Hartnett
|
64d821b568
|
removed non-relaxed coord bounds from test code
|
2019-11-26 06:20:34 -07:00 |
|
Greg Sjaardema
|
1503013e33
|
Eliminate NC_MAX_VARS|DIMS|ATTRS limits
|
2017-07-20 09:32:29 -06:00 |
|
Ward Fisher
|
2bf5f09bcc
|
Corrected an issue on *nix systems
|
2017-03-16 15:13:38 -06:00 |
|
Ward Fisher
|
80d2b914a1
|
Updates for Visual-Studio-based builds.
|
2017-03-16 14:34:33 -06:00 |
|
Ward Fisher
|
53c018a3f6
|
Attempting to fix visual studio errors in support of https://github.com/Unidata/netcdf-c/pull/375
|
2017-03-13 15:12:47 -06:00 |
|
Wei-keng Liao
|
01cf5f4339
|
silence warnings from Travis CI
|
2017-03-11 12:51:04 -06:00 |
|
Wei-keng Liao
|
340f0d2a91
|
Classic Format Specification says: Header padding uses null (\x00) bytes
|
2016-11-28 11:54:16 -06:00 |
|
Wei-keng Liao
|
38e40a14d2
|
sync with PnetCDF nc_test files (add a few more testings)
|
2016-11-14 11:19:23 -06:00 |
|
Wei-keng Liao
|
2081ae7099
|
add configure option --enable-relax-coord-bound for issue #243
|
2016-11-12 23:58:09 -06:00 |
|
Wei-keng Liao
|
06c1f744e8
|
silence gcc compile warnings when using -Wconversion
|
2016-10-30 00:44:28 -05:00 |
|
Wei-keng Liao
|
08afcf1f88
|
add missing tests from the original netCDF
|
2016-10-13 13:25:16 -05:00 |
|
Wei-keng Liao
|
3a93d84a67
|
borrow some m4 files from PnetCDF
|
2016-10-13 02:17:31 -05:00 |
|
Wei-keng Liao
|
fbbed1f9ff
|
move ncid check to the first and add varid check before name check
|
2016-10-13 02:12:26 -05:00 |
|