[svn-r22024] Add HD prefix to tools library based tests. Cleaned allocation/free in tests.Tested: local linux/ changes h5committetest against 1.8 version
[svn-r22020] Fix for HDFFV-7878.gnu-flags
Don't add gcc flags for intel compiler even though its version display includes "gcc".
intel-flags
Extend intel version to include icc-12*.
[svn-r22012] Purpose: Task for HDFFV-7862 - Select data by chunk direction to improve performance in h5repackDescription:
h5repack sometimes became very slow when handling big chunked datasets in
certain cases. (when chunk boundary doesn't match with a hyperslab boundary.)
The main issue was from figuring out a hypeslab without considering chunk
boundary to read from and write to such datasets.
The update was made to figure out a better hyperslab unit with considering
chunk boundary to imp...
[svn-r22010] Variable used to determine if the MS Visual Studio compiler is being used incorrectly limited setting the H5_HAVE_VISUAL_STUDIO define to only when the IDE was being used to build on Windows.Tested: windows
[svn-r21997] Feature: HDFFV-7793: AIX Fortran and C++ Compiler version informationAdded code to display the version information of XL fortran and C++ compiler
version information. (This is just a quick fix for the AIX XL compilers.
The overall algorithm of compilers version information needs an overhaul.)
Tested: ADA machine. (No committest because the changes applied to AIX XL
compilers only.)
[svn-r21988] Tools must call h5tools_init before command_line parsing or using tools_mesg functions.Tools library uses alias variables for stdout, stderr and tools library uses HDfprintf() functions.
[svn-r21985] Tools must call h5tools_init before command_line parsing or using tools_mesg functions. Tools library uses alais variables for stdout, stderr and tools library uses HDfprintf() functions.Tested: local linux
[svn-r21967] Checked all %lu references and corrected 2 that should have been '%"H5_PRINTF_LL_WIDTH"u' Moved lib variables windows linking declarations to proper file location.Tested: local linux windows
[svn-r21963] Fixed issue with compression value not printing - format parameter was wrong, needed to be long long. Enabled compression testsTested: 32-bit windows