Commits

Merge pull request #74 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:cache_image to cache_image * commit '0276fa9abf861037c211fe714456d3317c4dc48a': (57 commits) - Removed BRANCH.txt and MANIFEST entry - Fixed a missing line in H5Dint.c Correct variable name Fix error reporting - Removed non-implemented code from H5Gint.c - Removed commented-out debug code from H5Dint.c - Added blank lines to eliminate delta in a fortran file. Added full implementation of EoC cache test. Added code to create the test file for all chunk index and layout types. Clean up hardcoded constants and check return values better. (Comments from group code review) Description: Cleanups from Dana's review. Fleshed out evict on close test that inspects cache. Description: Further warning cleanups: from 667 warnings to 503. Added the beginnings of a file generator to the test. Fixed typo Added "Purpose:" information to the API call comments for the new functions. Add missing target depends command Correct clear objects working dir Fix typo Add missing SH to target name Add gen file technique to HL and test fortran libraries Add WORKING_DIR to command Add target depends require separate folders ...