netcdf-c/h5_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 Fix HDF5 library order -- static build 2016-02-22 11:06:23 -07:00
h5_err_macros.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
Makefile.am merge-squash 2015-08-15 16:26:35 -06:00
ref_tst_compounds.nc minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
ref_tst_h_compounds2.h5 minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
ref_tst_h_compounds.h5 minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
run_par_tests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_valgrind_tests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_h_atts3.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_atts4.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_atts.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_compounds2.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_compounds.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_dimscales1.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_dimscales2.c Many changes to address NCF-177 (renaming dimensions and variables). Also 2013-11-30 23:20:28 -06:00
tst_h_dimscales3.c Many changes to address NCF-177 (renaming dimensions and variables). Also 2013-11-30 23:20:28 -06:00
tst_h_dimscales4.c Many changes to address NCF-177 (renaming dimensions and variables). Also 2013-11-30 23:20:28 -06:00
tst_h_dimscales.c Fixes for NCF-150, bugs in libsrc4 with handling strings in non-netCDF-4 HDF5 files. Added new test in nc_test4 to verify fixes. 2012-04-20 15:42:55 +00:00
tst_h_endian_float.c Tweaked tests for additional debugging. 2015-05-15 13:11:46 -06:00
tst_h_enums.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_files2.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_files4.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_files.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_h_filters.c added tst_h_filters.c to explore use of compression filter in hdf5 2011-06-08 00:54:47 +00:00
tst_h_grps.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_ints.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_mem.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_h_opaques.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_par.c Add missing #include "err_macros.h" to tst_h_par.c 2016-11-29 11:48:01 -07:00
tst_h_rd_cmp.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_strings1.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_strings2.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_strings.c - Deleted --has-szlib option for nc-config, since that is controlled 2012-10-31 21:31:07 +00:00
tst_h_vars2.c Big clean up to type handling in libsrc4, which makes fill-values work 2014-02-11 17:12:08 -06:00
tst_h_vars3.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_vars.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
tst_h_vl.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00
tst_h_wrt_cmp.c completely rewritten constraint system 2011-11-14 04:20:19 +00:00