netcdf-c/ncdap_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
..
expected3 Github issue 152: https://github.com/Unidata/netcdf-c/issues/152 2015-11-29 20:38:12 -07:00
expectremote3 Github issue 152: https://github.com/Unidata/netcdf-c/issues/152 2015-11-29 20:38:12 -07:00
expecttds3 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
nocacheremote3 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
special3 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
testdata3 Github issue 152: https://github.com/Unidata/netcdf-c/issues/152 2015-11-29 20:38:12 -07:00
CMakeLists.txt Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
findtestserver.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
Makefile.am Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_ncdap_tests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
t_auth.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
t_dap3a.c Modified ncdap_test to allow a different method 2017-01-18 21:46:47 -07:00
t_dap3b.c Fixed the following Jira minor bugs: 2011-05-12 17:51:32 +00:00
t_dap3c.c Modified ncdap_test to allow a different method 2017-01-18 21:46:47 -07:00
t_dap4.c Modified ncdap_test to allow a different method 2017-01-18 21:46:47 -07:00
t_dap4a.c Modified ncdap_test to allow a different method 2017-01-18 21:46:47 -07:00
t_dap4c.c Modified ncdap_test to allow a different method 2017-01-18 21:46:47 -07:00
t_dap.c Modified ncdap_test to allow a different method 2017-01-18 21:46:47 -07:00
t_misc.c Modified a number of tests 2014-10-04 15:59:16 -06:00
t_ncf330.c merge-squash 2015-08-15 16:26:35 -06:00
t_srcdir.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
test_cvt.c Modified ncdap_test to allow a different method 2017-01-18 21:46:47 -07:00
test_environment.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
test_nstride_cached.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
test_partvar2.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
test_partvar.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
test_vara.c Modified ncdap_test to allow a different method 2017-01-18 21:46:47 -07:00
test_varm3.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
testauth.old 1. Allow for the user specified rc file via the env variable 2015-05-24 17:31:39 -06:00
testauth.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
testauth.sh.old make testauth be under the enable-auth-tests 2015-03-03 21:01:43 -07:00
testurl.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_formatx.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_longremote3.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_ncdap3.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_ncdap_shared.sh re: https://github.com/Unidata/netcdf-c/issues/117 2015-07-05 19:26:01 -06:00
tst_ncdap.sh re: https://github.com/Unidata/netcdf-c/issues/117 2015-07-05 19:26:01 -06:00
tst_nocache3.sh Modified ncdap_test to allow a different method 2017-01-18 21:46:47 -07:00
tst_remote3.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_remote.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_special.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_tds.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00