netcdf-c/libsrc4
2011-01-31 11:40:56 +00:00
..
error4.c merged trunk up to revision 75, move v2 API 2010-06-07 11:12:14 +00:00
Makefile.am added -lm to please fedore netcdf package maintainer 2011-01-31 11:40:56 +00:00
nc3stub.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
nc3stub.h moving to trunk subdir 2010-06-03 13:24:43 +00:00
nc4attr.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
nc4dim.c cleanup pre-dispatch stuff 2010-07-30 22:16:15 +00:00
nc4dispatch.c fixed: 2010-11-09 22:53:03 +00:00
nc4dispatch.h fixed: 2010-11-09 22:53:03 +00:00
nc4file.c fixed problems with parallel I/O of classic files with pnetcdf library 2011-01-28 12:45:52 +00:00
nc4grp.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
nc4hdf.c fixed memory leak when adding to unlimited dimension 2011-01-12 23:18:32 +00:00
nc4internal.c fixed HDF4 build memory problem 2010-12-06 16:27:08 +00:00
nc4internal.h many changes for memory fixes 2010-11-29 22:23:16 +00:00
nc4type.c reduced memory use of type structs for netcdf-4 2010-07-01 13:17:54 +00:00
nc4var.c fixed problems with parallel I/O of classic files with pnetcdf library 2011-01-28 12:45:52 +00:00
ncfunc.c removed extraneous global variable 2010-11-24 23:12:20 +00:00
ref_tst_compounds.nc moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_dims.nc moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_h_compounds2.h5 moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_h_compounds.h5 moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_interops4.nc moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_xplatform2_1.nc moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_xplatform2_2.nc moving to trunk subdir 2010-06-03 13:24:43 +00:00
run_hdf4_valgrind_tests.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
run_par_tests.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
run_valgrind_tests.sh many changes for memory fixes 2010-11-29 22:23:16 +00:00
stub3.c dispatch.h->ncdispatch.h to avoid visualstudio filename conflict 2010-08-05 02:44:59 +00:00
stub4.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_ar5.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_atts.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_chunks.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_compounds2.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_compounds3.c added many valgrind tests in libsrc4, fixed some memory problems 2010-10-12 09:12:08 +00:00
tst_compounds.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_converts2.c test both for fill-value and non fill-value 2010-10-06 16:28:33 +00:00
tst_converts.c Clarified documentation for nc_inq_grp_ncid(), differentiating it from nc_inq_ncid(). Fixed problem returning values from functions declared void in some libsrc4/ test programs. Added test for bug in ncdump for dimensions with same name in nested groups, and fix for bug. Fixed nccopy bug involving dimensions with smae name in nested groups. Added code for specifying chunking by dimension to nccopy (but not implemented yet). 2010-12-30 18:17:04 +00:00
tst_coords2.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_coords3.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_coords.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_dims2.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_dims3.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_dims.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_endian_fill.c add nc_default_format support 2010-07-22 21:50:51 +00:00
tst_enums.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_files2.c got benchmark build working agian 2010-11-12 18:09:12 +00:00
tst_files3.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_files4.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_files.c Clarified documentation for nc_inq_grp_ncid(), differentiating it from nc_inq_ncid(). Fixed problem returning values from functions declared void in some libsrc4/ test programs. Added test for bug in ncdump for dimensions with same name in nested groups, and fix for bug. Fixed nccopy bug involving dimensions with smae name in nested groups. Added code for specifying chunking by dimension to nccopy (but not implemented yet). 2010-12-30 18:17:04 +00:00
tst_fillbug.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_fills2.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_fills.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_grps2.c added many valgrind tests in libsrc4, fixed some memory problems 2010-10-12 09:12:08 +00:00
tst_grps.c added many valgrind tests in libsrc4, fixed some memory problems 2010-10-12 09:12:08 +00:00
tst_h_atts2.c fixed position of test in list, which matters for extra-test builds, and fixed its error handling 2010-06-29 13:03:46 +00:00
tst_h_atts3.c added many valgrind tests in libsrc4, fixed some memory problems 2010-10-12 09:12:08 +00:00
tst_h_atts4.c added many valgrind tests in libsrc4, fixed some memory problems 2010-10-12 09:12:08 +00:00
tst_h_atts.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_compounds2.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_compounds.c init data space to shut up valgrind 2011-01-04 13:26:55 +00:00
tst_h_converts.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_dimscales1.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_dimscales2.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_dimscales3.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_dimscales.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_enums.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_files2.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_files3.c got benchmark build working agian 2010-11-12 18:09:12 +00:00
tst_h_files4.c fixed extra-test bug, return code from nc_inq_var_* functions with bad ncids, bumped version to beta2 2010-09-24 15:55:54 +00:00
tst_h_files.c changed way that netcdf-4 scans HDF5 file on open for big performance boost 2010-09-22 13:38:15 +00:00
tst_h_grps.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_ints.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_h_opaques.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_par.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_rd_cmp.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_strings1.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_h_strings2.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_h_strings3.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_h_strings.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_vars2.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_vars3.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_vars.c fixed bug in HDF5-only test, in which chunk sizes were not being set 2010-09-16 14:23:43 +00:00
tst_h_vl.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_h_wrt_cmp.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_interops4.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_interops5.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_interops6.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_interops.c broke out test into libsrc/tst_interops6.c to help find memory problem 2010-06-25 14:51:16 +00:00
tst_large2.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_large.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_nc_converts.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_opaques.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_strings2.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_strings.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_unlim_vars.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_utf8.c Clarified documentation for nc_inq_grp_ncid(), differentiating it from nc_inq_ncid(). Fixed problem returning values from functions declared void in some libsrc4/ test programs. Added test for bug in ncdump for dimensions with same name in nested groups, and fix for bug. Fixed nccopy bug involving dimensions with smae name in nested groups. Added code for specifying chunking by dimension to nccopy (but not implemented yet). 2010-12-30 18:17:04 +00:00
tst_varms.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_vars3.c some changes to get build working on bluefire 2010-07-09 20:57:09 +00:00
tst_vars4.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_vars.c made var->chunksizes array allocated intead of fixed size, to improve memory performance of netCDF-4 2010-06-30 21:05:11 +00:00
tst_xplatform2.c many changes for memory fixes 2010-11-29 22:23:16 +00:00
tst_xplatform.c moving to trunk subdir 2010-06-03 13:24:43 +00:00