Merge pull request #72 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:cache_image to cache_image
* commit '1fccc942f02437ebe819cd7cf6260eb75248f016': (49 commits)
Merge pull request #4 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
Removed the -p option from the command to run autogen.sh. It interfered with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
Windows returns -1 instaed of 255 as on linux for the test
Translate svn commands to git commands for chkmanifest and bbrelease scripts with source in git repository.
[svn-r30321] HDFFV-9974: Correct parsing of UD filter parameters. Verified by user, who reported issue.
[svn-r30319] Fix for daily test failure on emu -m64 for the checkin #30310. Tested on emu (-m64 & -m32), platypus, mayll, moohan, osx1010test, quail, kituo, ostrich, kite.
[svn-r30318] whitespace cleanup
[svn-r30317] Whitespace cleanup
[svn-r30316] Use dns name for CDash instead of ip address
[svn-r30315] HDFFV-9972: Fix test reference and change default for H5Iget_name in JNI API.
[svn-r30314] HDFFV-9971: Change the usage of a CMake variable for the build type to the recommended variable name. Updated documentation.
[svn-r30313] HDFFV-9972: unsatisfied link error under debug on Windows. Added windows name suffix for debug to CMake cmd_arg for examples and test. Fix issues discovered under debug testing; Create a version of H5Iget_name that correctly returns the name. Rework PIN_JAVA_STRING macro and usage to eliminate possible memory leaks by using if-else instead of mid-routine return. Update example to use new H5Iget_name API.
[svn-r30312] HDFFV-9706: Commit changes as discussed in HDF5-379.
[svn-r30311] Purpose: Fix bug HDFFR-9920 cont. trunk: Description: Continued rearranging the classes to model the relationship of HDF5 objects more accurately. The changes included: - in the baseclass list of Attribute, changed "public IdComponent" to "public H5Location", because location sometime can be specified with attribute - moved H5A wrappers in H5Location to H5Object because H5A functions can't be called on attribute id - removed the stubs Attribute::iterateAttrs and Attribute::renameAttr - removed Attribute::getFileName and Attribute::flush, because H5Location has them - result of the modified partial class diagram, regarding Attribute
[svn-r30310] Fix daily test failure for previous checkin #30308. Tested on platypus and mayll.
[svn-r30309] Purpose: Fix bug HDFFR-9920 Description: Rearranged the classes to model the relationship of HDF5 objects more accurately. The changes included: - moved CommonFG's methods to Group - removed CommonFG from Group's base class list - removed CommonFG from H5File's base class list and changed "public H5Location" to "public Group" in the base class list - CommonFG became unused - result of the modified partial class diagram:
[svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute which is a compound datatype consisting of a variable length string. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
[svn-r30306] Updated vfd test to be better about fapls and h5_reset(). Prevents the test from segfaulting in other sub-tests when a previous test fails.
[svn-r30303] Fixed unbalanced parentheses in H5F_SAME_SHARED macro. This version of the macro isn't used anywhere in the HDF5 source.
[svn-r30301] Changed the print ordering of the SIZE_OF/KIND program output in order to match what is done in cmake.
...