AuthorCommitMessageCommit dateIssues
Allen ByrneAllen Byrne
058f9c20567[svn-r22024] Add HD prefix to tools library based tests. Cleaned allocation/free in tests.Tested: local linux/ changes h5committetest against 1.8 version
Private HDFPrivate HDF
e7bbbd07df4[svn-r22022] Snapshot version 1.9 release 109
Larry KnoxLarry Knox
cfc1dffd148[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*.HDFFV-7878
Allen ByrneAllen Byrne
f99cdd5afe2[svn-r22019] Cleanup warnings from compilesTested: local linux
Jonathan KimJonathan Kim
b994a101485[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...HDFFV-7862
Allen ByrneAllen Byrne
196080ac0fd[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
Allen ByrneAllen Byrne
e49c1ba04e9[svn-r22007] Remove duplicated functions by using h5tools library calls HDFFV-7949Tested: local linux and h5committestHDFFV-7949
Allen ByrneAllen Byrne
e53a56af532[svn-r22005] function calls must be after assignments on windows
Allen ByrneAllen Byrne
df6c92e506a[svn-r22004] Reduced warnings and fixed conflicts resulting from including h5tools.hTested: local linux
Albert ChengAlbert Cheng
9423da6a4d5[svn-r21999] Updated for the changes made to IBM configure.Also update the IBM tested platform information.
Albert ChengAlbert Cheng
2ac614f94de[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.)HDFFV-7793
Allen ByrneAllen Byrne
fc48c675e15[svn-r21996] Add tools_init to main
Allen ByrneAllen Byrne
9ae8cffe920[svn-r21995] Updated changes to h5dump fix
Allen ByrneAllen Byrne
009522483ee[svn-r21994] Add tools_init to main
Allen ByrneAllen Byrne
3a713f80759[svn-r21993] Add tools_init to main
Allen ByrneAllen Byrne
deec94bf4a4[svn-r21992] Remove old testfile
Allen ByrneAllen Byrne
6765de0c65a[svn-r21991] Cleanup minor issues found during 518 merge
Allen ByrneAllen Byrne
c8458f779cc[svn-r21990] Tools library uses alais variables for stdout, stderr and tools library uses HDfprintf() functions.Tested: local linux, jam-pp
Allen ByrneAllen Byrne
fb6eace9604[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.
Allen ByrneAllen Byrne
3d3bf48b9a3[svn-r21987] Remove unnecessary dependancies on tools library for h5 file gentests.Tested: local linux
Allen ByrneAllen Byrne
84054002139[svn-r21986] Updated haddr_t format for print of STORAGE_LAYOUT - linew 32 issue
Allen ByrneAllen Byrne
202c36682b4[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
Allen ByrneAllen Byrne
2dffa66ef78[svn-r21984] Correct HD prefix in toolsChecked for HD support.
Allen ByrneAllen Byrne
67a1e576db7[svn-r21983] Correct HD prefix in toolsChecked for HD support.
Allen ByrneAllen Byrne
827cbbba318[svn-r21982] Correct HD prefix in tools for exitChecked for HD support.
Allen ByrneAllen Byrne
cec338c647a[svn-r21981] Correct HD prefix in tools for fprintfChecked for HD support.
Allen ByrneAllen Byrne
5b1c9ffe2d7[svn-r21980] Correct HD prefix in tools for *allocChecked for HD support.
Allen ByrneAllen Byrne
944f2cdf8d7[svn-r21979] Correct HD prefix in tools for strlen and memcpyChecked for HD support.
Allen ByrneAllen Byrne
b2ec30bfe35[svn-r21978] undo HD prefix
Allen ByrneAllen Byrne
0b4463911f9[svn-r21974] Update HSIZE_T print statements to use correct macro. Fix some more HD prefix issues in tools.Tested: local linux
Allen ByrneAllen Byrne
9974e02bc07[svn-r21973] Correct limited reallocation on windows.Tested: local linux, windows, h5committest
Allen ByrneAllen Byrne
c47f6becf27[svn-r21972] Split append statement into two parts - linew hsize_t issue
Allen ByrneAllen Byrne
108c788d375[svn-r21971] Correct HD prefix
Allen ByrneAllen Byrne
bd11f8643d0[svn-r21970] Added missing HD prefix
Allen ByrneAllen Byrne
d59da45c98e[svn-r21969] Added missing HD prefixCorrect indentation
Allen ByrneAllen Byrne
6ef73c4282e[svn-r21968] Added missing HD prefix
Allen ByrneAllen Byrne
60030b56310[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
Allen ByrneAllen Byrne
147edec689b[svn-r21966] Index used in printing data uses hsize_t variables. Changed h5ls format to use HSIZE_T_FORMAT.Tested: local linux and windows 32
Allen ByrneAllen Byrne
1d0c7360efe[svn-r21963] Fixed issue with compression value not printing - format parameter was wrong, needed to be long long. Enabled compression testsTested: 32-bit windows
Allen ByrneAllen Byrne
e808e596aba[svn-r21962] Reference file missing a return - now "be" version is similiar to "le" version whitespace
Allen ByrneAllen Byrne
8bc0ed5a5a5[svn-r21960] Fix unsigned long long format string in xml code. Re-enable xml testsTested: 32-bits
Allen ByrneAllen Byrne
97ab252c0cb[svn-r21959] SKIP h5dump XML until MaxDims issue is resolved
Allen ByrneAllen Byrne
9c155601157[svn-r21958] SKIP failing filter tests until compression values can be verifed
Allen ByrneAllen Byrne
d195d4bf55f[svn-r21957] Windows DLL macro missing on data in header
Allen ByrneAllen Byrne
f55a1344ad0[svn-r21956] Windows DLL macro missing on functions in header
Allen ByrneAllen Byrne
fbd74f00cf9[svn-r21955] Missed bin/reconfigure on h5dump and tools/lib
Allen ByrneAllen Byrne
3cdc4860392[svn-r21954] HDFFV-7560: refactoring note.HDFFV-7560
Allen ByrneAllen Byrne
fb762aa6b01[svn-r21953] HDDFV-7560: h5dump refactoringTested: local linuxHDDFV-7560
Allen ByrneAllen Byrne
5b03d4b08d4[svn-r21952] HDFFV-5874: -c and -k subsettingTested:local linuxHDFFV-5874
Allen ByrneAllen Byrne
e5b940c6cbf[svn-r21949] Add H5detect warning ignore