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
COPYING
Makefile.am