Merge pull request #75 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:cache_image to cache_image
* commit 'b0b73e6623e7d516d22666d33c2d555eb56dd307': (37 commits)
Description: Fixed typo that caused daily test failed when --enable-deprecated-symbols is used. Also, removed a commented-out function. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) with --enable-deprecated-symbols
Description: Added test file titerate.cpp. Platform tested: Verified with bin/chkmanifest
Description: Removed commented out lines. Platform tested Jam (only comments)
Purpose: Fix bug HDFFR-9920 cont. Description: Added new test file titerate.cpp.
Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.
Fix copyright to point to cmake
Fix cyclic depends due to typo
Correct how include is used when located inside project
HDFFV-9961: Add GIT option to ext lib macros
Update copyright to latest from kitware
HDFFV-9991: Remove uneeded file
Fix missing defines for standalone perf
Remove hanging property set
Revert clear objects for testfile removal
Merge test output file clearing into runTest.cmake
Move clear-objects inside runTest
removed the use of C_SIZEOF for non BIND(C) derived type
Correct typo: add ' '
Snapshot release: increment version.
Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.c
...