hdf5/c++
David Young f1b39ad80e Apparently, + has no special meaning, and neither does \+, in so-called
"obsolete" / POSIX "basic" regular expressions.  Also, not every version of
`sed` out there supports the `-E` option.  So delete the -E flag and use
the regex `[^/][^/]*` instead of `[^/]+`.

Add config/netbsd to the MANIFEST.
2019-11-12 10:43:26 -06:00
..
examples Apparently, + has no special meaning, and neither does \+, in so-called 2019-11-12 10:43:26 -06:00
src Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim() 2019-10-08 14:30:24 -05:00
test Fix VFD tests and repack 2019-08-03 17:28:50 -05:00
CMakeLists.txt HDFFV-9739 and cmake improvements merge from develop 2018-05-22 10:23:16 -05:00
COPYING
Makefile.am Add options to enable or disable building tools and tests. The default 2019-06-05 23:20:01 -05:00