netcdf-c/libsrc4
2015-05-20 11:11:19 -06:00
..
CMakeLists.txt Manual merge of pull request https://github.com/Unidata/netcdf-c/pull/64 contributed by nschloe. Assorted CMake improvements. 2014-06-11 15:51:31 -06:00
error4.c
Makefile.am Big clean up to type handling in libsrc4, which makes fill-values work 2014-02-11 17:12:08 -06:00
nc3stub.c Refactored read_scale(), memio_new(), var_create_dataset() and makespecial() 2013-12-08 03:29:26 -06:00
nc3stub.h Quincey's fixes for NCF-250, netCDF-4 parallel independent access with 2013-07-08 21:31:13 +00:00
nc4attr.c Mark dataset attributes dirty when one is renamed. 2015-02-25 09:25:40 -06:00
nc4dim.c Initial fix for further rename issue. 2014-11-24 09:36:58 -06:00
nc4dispatch.c [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
nc4dispatch.h [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
nc4file.c Refactored test. 2015-05-15 15:29:29 -06:00
nc4grp.c Modified a number of tests 2014-10-04 15:59:16 -06:00
nc4hdf.c Added a check to avoid passing 0 to malloc; in this case gcc will return a pointer but some other compilers will return NULL, which is then flagged as a malloc failure. Attempting to bypass this behavior. 2015-05-20 11:11:19 -06:00
nc4internal.c Additional debugging, modified the LOGGING functions somewhat. Also modified ncdump to print 'native' endianness. This may be removed before merging back into trunk. 2015-05-14 17:22:07 -06:00
nc4type.c Fixed an issue preventing compilation with hdf4 support with Visual Studio. 2014-08-28 18:14:14 -06:00
nc4var.c Initial fix for further rename issue. 2014-11-24 09:36:58 -06:00
ncfunc.c Big clean up to type handling in libsrc4, which makes fill-values work 2014-02-11 17:12:08 -06:00
stub3.c
stub4.c