netcdf-c/libnczarr
Dennis Heimbigner b0a495c7d0 Replace ezxml with tinyxml2
re: PR https://github.com/Unidata/netcdf-c/pull/2139
re: PR https://github.com/Unidata/netcdf-c/pull/2169
re: PR https://github.com/Unidata/netcdf-c/pull/2146
re: Issue https://github.com/Unidata/netcdf-c/issues/2119

Found the product tinyxml2 at https://github.com/leethomason/tinyxml2.git
and replaced ezxml with it. Tinyxml2 is about twice the LOC of ezxml,
but at least is it still being maintained, and I can use it out of the box.
It is C++ rather than C, but we seem to have reached the point that we can
include C++ code with only minor compile flag changes. Untested on Mac OS.
Added instructions to the end of libncxml/Makefile.am on how to upgrade
to a later version of tinyxml2.

This PR obsoletes the use of ezxml (re PRs https://github.com/Unidata/netcdf-c/pull/2146 and https://github.com/Unidata/netcdf-c/issue/2119).
2021-12-22 21:04:40 -07:00
..
obsolete Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
CMakeLists.txt Fix additional S3 support issues 2021-10-29 20:06:37 -06:00
Makefile.am Replace ezxml with tinyxml2 2021-12-22 21:04:40 -07:00
SimpleBinStream.h
zarr.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zarr.h Fix additional S3 support issues 2021-10-29 20:06:37 -06:00
zattr.c Merge branch 'main' into ejh_quantize_2 2021-09-07 10:44:45 -06:00
zcache.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zchunking.c
zchunking.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zclose.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zcreate.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zcvt.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zdebug.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zdebug.h Significantly Improve Amazon S3 Cloud Storage Support 2021-09-27 18:36:33 -06:00
zdim.c
zdispatch.c Merge branch 'master' into zarrs3.dmh 2021-10-07 15:10:03 -06:00
zdispatch.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zfile.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zfilter.c Significantly Improve Amazon S3 Cloud Storage Support 2021-09-27 18:36:33 -06:00
zfilter.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zgrp.c
zincludes.h
zinternal.c Significantly Improve Amazon S3 Cloud Storage Support 2021-09-27 18:36:33 -06:00
zinternal.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zmap_file.c Significantly Improve Amazon S3 Cloud Storage Support 2021-09-27 18:36:33 -06:00
zmap_s3sdk.c Fix additional S3 support issues 2021-10-29 20:06:37 -06:00
zmap_zip.c Significantly Improve Amazon S3 Cloud Storage Support 2021-09-27 18:36:33 -06:00
zmap.c Significantly Improve Amazon S3 Cloud Storage Support 2021-09-27 18:36:33 -06:00
zmap.h Significantly Improve Amazon S3 Cloud Storage Support 2021-09-27 18:36:33 -06:00
zodom.c
zodom.h
zopen.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zprov.c
zprovenance.h
zs3sdk.cpp Significantly Improve Amazon S3 Cloud Storage Support 2021-09-27 18:36:33 -06:00
zsync.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
ztracedispatch.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
ztype.c
zutil.c Fix additional S3 support issues 2021-10-29 20:06:37 -06:00
zvar.c Merge branch 'main' into ejh_quantize_2 2021-09-07 10:44:45 -06:00
zwalk.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
zxcache.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00