netcdf-c/nc_test
Dennis Heimbigner 3db4f013bf Primary change: add dap4 support
Specific changes:
1. Add dap4 code: libdap4 and dap4_test.
   Note that until the d4ts server problem is solved, dap4 is turned off.
2. Modify various files to support dap4 flags:
	configure.ac, Makefile.am, CMakeLists.txt, etc.
3. Add nc_test/test_common.sh. This centralizes
   the handling of the locations of various
   things in the build tree: e.g. where is
   ncgen.exe located. See nc_test/test_common.sh
   for details.
4. Modify .sh files to use test_common.sh
5. Obsolete separate oc2 by moving it to be part of
   netcdf-c. This means replacing code with netcdf-c
   equivalents.
5. Add --with-testserver to configure.ac to allow
   override of the servers to be used for --enable-dap-remote-tests.
6. There were multiple versions of nctypealignment code. Try to
   centralize in libdispatch/doffset.c and include/ncoffsets.h
7. Add a unit test for the ncuri code because of its complexity.
8. Move the findserver code out of libdispatch and into
   a separate, self contained program in ncdap_test and dap4_test.
9. Move the dispatch header files (nc{3,4}dispatch.h) to
   .../include because they are now shared by modules.
10. Revamp the handling of TOPSRCDIR and TOPBUILDDIR for shell scripts.
11. Make use of MREMAP if available
12. Misc. minor changes e.g.
	- #include <config.h> -> #include "config.h"
	- Add some no-install headers to /include
	- extern -> EXTERNL and vice versa as needed
	- misc header cleanup
	- clean up checking for misc. unix vs microsoft functions
13. Change copyright decls in some files to point to LICENSE file.
14. Add notes to RELEASENOTES.md
2017-03-08 17:01:10 -07:00
..
CMakeLists.txt Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
error.c Made a small change to ifFail to accomodate PGI compilers. 2016-03-23 16:48:15 -06:00
error.h
large_files.c merge-squash 2015-10-09 10:12:11 -06:00
Make0 Resolves Github issue https://github.com/Unidata/netcdf-c/issues/349. 2017-02-16 14:27:54 -07:00
make_test_file.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
Makefile.am Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
nc_enddef.c
nc_enddef.cdl
nc_sync_child.c
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
nc_test.c A bit of cleaning up for the merge into master. 2015-12-29 11:12:50 -07:00
nc_test.html
quick_large_files.c Housekeeping on large file tests. 2016-11-18 15:48:58 -07:00
ref_tst_diskless2.cdl
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 Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_mmap.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_pnetcdf_test.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_valgrind_tests.sh
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 Update testing -- not error if start==size 2016-07-21 09:30:18 -06:00
test_put.m4 Update testing -- not error if start==size 2016-07-21 09:30:18 -06: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
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 More refactoring, pushing to avoid accidental loss. 2016-10-21 19:24:40 +00:00
tst_atts.c More refactoring, pushing to avoid accidental loss. 2016-10-21 19:24:40 +00:00
tst_big_rvar.c Housekeeping on large file tests. 2016-11-18 15:48:58 -07:00
tst_big_var2.c Housekeeping on large file tests. 2016-11-18 15:48:58 -07:00
tst_big_var6.c Housekeeping on large file tests. 2016-11-18 15:48:58 -07:00
tst_big_var.c Housekeeping on large file tests. 2016-11-18 15:48:58 -07:00
tst_cdf5format.c merge-squash 2015-10-09 10:12:11 -06:00
tst_diskless2.c
tst_diskless3.c More refactoring, pushing to avoid accidental loss. 2016-10-21 19:24:40 +00:00
tst_diskless4.c More refactoring, pushing to avoid accidental loss. 2016-10-21 19:24:40 +00:00
tst_diskless.c More refactoring, pushing to avoid accidental loss. 2016-10-21 19:24:40 +00:00
tst_formatx_pnetcdf.c Corrected parallel tests in support of https://github.com/Unidata/netcdf-c/issues.321 2016-10-24 22:45:15 +00:00
tst_inq_type.c More refactoring, pushing to avoid accidental loss. 2016-10-21 19:24:40 +00:00
tst_large.c Housekeeping on large file tests. 2016-11-18 15:48:58 -07:00
tst_meta.c merge-squash 2015-10-09 10:12:11 -06:00
tst_misc.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_names.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_nofill2.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_nofill3.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_nofill.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_norm.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_parallel2.c Corrected parallel tests in support of https://github.com/Unidata/netcdf-c/issues.321 2016-10-24 22:45:15 +00:00
tst_pnetcdf.c Corrected parallel tests in support of https://github.com/Unidata/netcdf-c/issues.321 2016-10-24 22:45:15 +00:00
tst_put_vars.c
tst_small.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_utf8_phrases.c Resolves Github issue https://github.com/Unidata/netcdf-c/issues/349. 2017-02-16 14:27:54 -07:00
tst_utf8_validate.c Resolves Github issue https://github.com/Unidata/netcdf-c/issues/349. 2017-02-16 14:27:54 -07:00
util.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00