..
CMakeLists.txt
Refactored types test.
2016-03-28 18:29:47 +00:00
error.c
Made a small change to ifFail to accomodate PGI compilers.
2016-03-23 16:48:15 -06:00
error.h
moving to trunk subdir
2010-06-03 13:24:43 +00:00
large_files.c
merge-squash
2015-10-09 10:12:11 -06:00
Make0
Add provenance info for netcdf-4 files.
2016-05-07 14:32:07 -06:00
make_test_file.sh
moving to trunk subdir
2010-06-03 13:24:43 +00:00
Makefile.am
Clean up lingering 'make distcheck' errors.
2016-04-12 09:48:21 -06:00
nc_enddef.c
moving to trunk subdir
2010-06-03 13:24:43 +00:00
nc_enddef.cdl
moving to trunk subdir
2010-06-03 13:24:43 +00:00
nc_sync_child.c
moving to trunk subdir
2010-06-03 13:24:43 +00:00
nc_sync.c
Fix common typos
2015-08-20 11:42:05 +02:00
nc_sync.cdl
moving to trunk subdir
2010-06-03 13:24:43 +00:00
nc_sync.h
moving to trunk subdir
2010-06-03 13:24:43 +00:00
nc_test.c
A bit of cleaning up for the merge into master.
2015-12-29 11:12:50 -07:00
nc_test.html
moving to trunk subdir
2010-06-03 13:24:43 +00:00
quick_large_files.c
Reverted some of the spelling corrections. Some misspellings were intentional
2015-10-16 14:36:17 -06:00
ref_tst_diskless2.cdl
- Implemented diskless files for both netcdf classic and extended.
2012-03-26 01:34:32 +00:00
run_diskless2.sh
Added a platform check for hostname on Windows. Updated how 'diff' is called in a diskless test to ignore whitespace when comparing files.
2015-02-04 09:11:27 -07:00
run_diskless.sh
Use short "-k" codes instead of deprecated version numbers for ncgen and nccopy tests
2014-12-28 22:42:05 -07:00
run_mmap.sh
add NC_MMAP flag and tests
2012-06-23 19:25:49 +00:00
run_pnetcdf_test.sh
Changing some cmake infrastructure re: how tests are built.
2015-10-29 19:50:48 +00:00
run_valgrind_tests.sh
Fixed dap memory leaks
2010-12-17 23:54:09 +00:00
t_nc_p5.c
merge-squash
2015-10-09 10:12:11 -06:00
t_nc.c
merge-squash
2015-10-09 10:12:11 -06:00
test_get_p5.c
merge-squash
2015-10-09 10:12:11 -06:00
test_get_p5.m4
merge-squash
2015-10-09 10:12:11 -06:00
test_get.m4
merge-squash
2015-10-09 10:12:11 -06:00
test_put.m4
Merge branch 'master' into cdf-5, in preparation for merging the CDF-5 functionality into the master branch. This will be the key new feature for netcdf 4.4.0.
2015-11-05 13:40:35 -07:00
test_read.c
Some additional errors reared up after fixing the main frustrating one. Working towards fixing them.
2015-12-24 01:37:42 +00:00
test_write.c
Fixed an unsigned-char related issue in test_nc_rename_att.
2015-12-22 13:13:45 -07:00
testnc3perf.c
added nc3 performance test
2012-01-19 20:17:40 +00:00
tests.h
Fixed typos.
2015-12-29 12:39:35 -07:00
tst_addvar.c
[NCF-344] Modified addvar test to return 0 when called without an argument. Test doesn't run unless passed a file, but it isn't a failure. The test is run properly through a shell script already.
2015-10-30 17:11:27 +00:00
tst_atts3.c
Reverted some of the spelling corrections. Some misspellings were intentional
2015-10-16 14:36:17 -06:00
tst_atts.c
merge-squash
2015-10-09 10:12:11 -06:00
tst_big_rvar.c
Merge from latest netcdf-cmake branch.
2012-12-05 18:35:42 +00:00
tst_big_var2.c
Removed a debug statement.
2013-11-04 13:34:20 -07:00
tst_big_var6.c
Merge from latest netcdf-cmake branch.
2012-12-05 18:35:42 +00:00
tst_big_var.c
Removed all void functions from tst programs. Thanks to solaris C compiler for being sensitive enough to notice this sort of thing.
2011-01-03 15:41:20 +00:00
tst_cdf5format.c
merge-squash
2015-10-09 10:12:11 -06:00
tst_diskless2.c
Fix non-portable test that depends on nonstandardized floating-point format using e+08, not e+008. Fixes for some problems reported in scan-build static analysis.
2012-04-23 23:59:24 +00:00
tst_diskless3.c
merge-squash
2015-10-09 10:12:11 -06:00
tst_diskless4.c
Addressed issues related to running large file tests on machines < 4GB memory. Updated messages to indicate what the problem was specifically, so that I don't spend another day somewhere down the road figuring out the problem yet again.
2014-09-17 13:28:36 -06:00
tst_diskless.c
When using the '-ansi' flag with gcc, netcdf would fail to build because of the use of '//' for one-line comments. I've addressed this by replacing instances of // with enclosing comment blocks.
2014-08-26 11:19:32 -06:00
tst_formatx_pnetcdf.c
merge-squash
2015-10-09 10:12:11 -06:00
tst_inq_type.c
Updated tests now that things are passing. Added some true failures to test for as well.
2016-04-05 20:25:49 +00:00
tst_large.c
Removed all void functions from tst programs. Thanks to solaris C compiler for being sensitive enough to notice this sort of thing.
2011-01-03 15:41:20 +00:00
tst_meta.c
merge-squash
2015-10-09 10:12:11 -06:00
tst_misc.c
merge-squash
2015-10-09 10:12:11 -06:00
tst_names.c
merge-squash
2015-10-09 10:12:11 -06:00
tst_nofill2.c
Updated CMake files, added a few changes to fix linux-based compile warnings.
2012-08-07 21:34:55 +00:00
tst_nofill3.c
Add nofill bug test that uses nc_create() rather than nc__create().
2011-05-17 21:02:28 +00:00
tst_nofill.c
merge-squash
2015-10-09 10:12:11 -06:00
tst_norm.c
merge-squash
2015-10-09 10:12:11 -06:00
tst_parallel2.c
merge trunk into this branch
2013-03-15 20:31:07 +00:00
tst_pnetcdf.c
merge trunk into this branch
2013-03-15 20:31:07 +00:00
tst_put_vars.c
Added the [NCF-326] test to CMake build system.
2015-03-10 09:53:13 -06:00
tst_small.c
merge-squash
2015-10-09 10:12:11 -06:00
util.c
Converting CHAR_IS_SIGNED over to autoconf-style __CHAR_UNSIGNED__
2015-12-28 21:27:27 +00:00