2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-02-17 16:10:24 +08:00
hdf5/hl/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 HDFFV-10845 fix configure check and PATHs 2019-07-17 11:58:03 -05:00
test This test cannot use HD prefix macro with printf of fprintf 2019-08-17 13:33:41 -05:00
CMakeLists.txt TRILABS-20 set a compiler name on all project commands 2018-04-20 10:11:55 -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