AuthorCommitMessageCommit dateIssues
Mohamad ChaarawiMohamad Chaarawi
863ff882b61[svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward project for view objects. The addition of view objects in the fastforward project is expected to be brough into the trunk sometimes in the future, which is why we need to make this change.Tested Manually on Jam and Ostrich. Tested with h5commitest - Koala with intel compilers failed, but nothing had to do with those changes. error on Koala: error while loading shared libraries: libirng.so
Allen ByrneAllen Byrne
49a9979166b[svn-r24706] Add to instructions for install
Allen ByrneAllen Byrne
82f62cd0129[svn-r24703] Add Binary README.txt file generationTested: local linux cmake
Allen ByrneAllen Byrne
ab045c634ca[svn-r24700] Updated packaging process to align with latest hdf cmake standards.
Private HDFPrivate HDF
1b6683e58f8[svn-r24698] Snapshot version 1.9 release 171
Scot BreitenfeldScot Breitenfeld
ecc60884a8d[svn-r24697] Fix for:HDFFV-8651: H5F_Provisional missing from HDF5mpio.f90 Tested: jam (mpi 3.0.4/gnu)HDFFV-8651
Allen ByrneAllen Byrne
6569d7437a8[svn-r24682] Add IF SHARED block around Windows PDB file generation command.
Scot BreitenfeldScot Breitenfeld
ee10548723a[svn-r24681] Description:Fix for HDF5/HDFFV-8620 H5Rget_name with NULL name parameter fails. The name parameter now excepts NULL, in which case the length of then name is returned. Tested: jam (intel and gnu)HDFFV-8620
Private HDFPrivate HDF
ddf75b10f64[svn-r24676] Snapshot version 1.9 release 170
Allen ByrneAllen Byrne
0a2ed24d0f1[svn-r24672] Update document with ctest script changes.
Allen ByrneAllen Byrne
a3e2fabb538[svn-r24670] HDFFV-8567: Fix cmake tests for changes in reference files due to test script changes in autotools test scripts.Tested: local linuxHDFFV-8567
Allen ByrneAllen Byrne
d9423717e4e[svn-r24668] HDFFV-8568: Remove Acknowledgements file from release binariesHDFFV-8568
Allen ByrneAllen Byrne
b7b4e77f124[svn-r24666] Fix test folder deletion issueTested: local linux autotools
Allen ByrneAllen Byrne
2f8c7fbd5ed[svn-r24659] Restore dsets test to cmake process
Allen ByrneAllen Byrne
362ffa9f052[svn-r24657] Add VS Express check
Allen ByrneAllen Byrne
4f2f2cf6a27[svn-r24656] Correct packaging variables and use standard cpack module.Remove file.
Allen ByrneAllen Byrne
256b36e1410[svn-r24655] Correct packaging variables and use standard cpack module.
Albert ChengAlbert Cheng
50bd3521af6[svn-r24652] HDFFV-8572: test/testhdf5.c main() should not return number of errorsSolution: testhdf5 now exits EXIT_SUCCESS(0) if no errors, else EXIT_FAILURE(1). Tested: Jam only since it is a trivial fix.HDFFV-8572
Allen ByrneAllen Byrne
2f86aa75516[svn-r24646] HDFFV-8640: Remove xlate_utility by fixing reference files to not add extra lines.Tested: cmake and autotools local linuxHDFFV-8640
Allen ByrneAllen Byrne
8235d9820a6[svn-r24644] Correct numbering
Allen ByrneAllen Byrne
cf543d258e5[svn-r24643] Handle szip lib like zlib lib
Allen ByrneAllen Byrne
146a357b90d[svn-r24642] Update other VMs to latest versions
Allen ByrneAllen Byrne
63df298fcc5[svn-r24641] Handle szip lib like zlib lib
Allen ByrneAllen Byrne
25b90a558c1[svn-r24639] Add SUN specific block skipping.
Scot BreitenfeldScot Breitenfeld
4a428e25b8c[svn-r24636] typesetting changes for documentation
Neil FortnerNeil Fortner
132601ba46b[svn-r24635] Change some range check assertions to errors in H5HF_man_remove in an attempt to aid in diagnosing issue HDFFV-8647.Tested: ummonHDFFV-8647
Allen ByrneAllen Byrne
0ff7eb5cdab[svn-r24632] Correct name of package location variable
Allen ByrneAllen Byrne
1596d156236[svn-r24631] Update change to relative install location for linux
Scot BreitenfeldScot Breitenfeld
d4d0407a870[svn-r24623] Enabled test for HDFFV-8268 Fortran wrapper for H5Fget_file_image functionTested: jam (pgi compilers) h5committestHDFFV-8268
Allen ByrneAllen Byrne
d8b13f60ff7[svn-r24621] Update files for changes to installation vars on windows.
Albert ChengAlbert Cheng
f30276c4627[svn-r24617] Changed --old to --script as directed by Allen.Tested: jam (only verify help message is correct and --script is invoked correctly.)
Mohamad ChaarawiMohamad Chaarawi
6ceb9711b8f[svn-r24612] fix bugs in parallel tests exposed in corner cases when running with 1 or 2 processes.First bug is in testpar/t_mdset.c, where the test reports an error in addition to skipping the test if there are less than three procs. Fix to just skip the test. Second bug is in testpar/t_dset.c in actual_io_mode tests, where incorrect expected value for IO mode was set if the number of procs running the test is 1. tested with h5committest.
Scot BreitenfeldScot Breitenfeld
1febc8a4531[svn-r24611] This is a partial fix for HDFFV-8634. It fixes the problem without --enable-fortran2003, where the optional parameter should not be given as an option for an interface to a C function. --enable-fortran2003 does not work due to a compiler bug in intel 14.0Tested: kite (intel 14.0 with --enable-fortran)HDFFV-8634
Albert ChengAlbert Cheng
0a128b20a6b[svn-r24604] Feature: HDFFV-8336 Changed to use the quick steps described in INSTALL_CMake.txt. Previous version is available by --old. Added a help page to explain how to use. Added a fix to figure out the current HDF5 version and use that to find the correct file for install. (Still need to figure out the platform name.)Tested: Jam and KoalaHDFFV-8336
Mohamad ChaarawiMohamad Chaarawi
cdcf54a6146[svn-r24598] allocate and use the H5AC_aux_t struct even if num_procs == 1. This was a bug exposed by running a single process with a program that generates lots of dirty metadata that needs to be flushed.h5committest done!
Allen ByrneAllen Byrne
92d4f32514e[svn-r24588] Add sunos compile option changes
Allen ByrneAllen Byrne
6a77f9821bc[svn-r24505] Correct MacOSX bundle packaging
Allen ByrneAllen Byrne
ebb6e8e3be1[svn-r24504] HDFFV-8629: disable test until review is completeHDFFV-8629
Allen ByrneAllen Byrne
0cffc628baf[svn-r24492] Correct autotools path
Allen ByrneAllen Byrne
3b23b7eb1ab[svn-r24487] HDFFV-8629: repack plugin_none test files.CMake only until library updates approved.HDFFV-8629
Allen ByrneAllen Byrne
008f2e40174[svn-r24484] Update version and test name.
Allen ByrneAllen Byrne
99a54a3056f[svn-r24483] Commit change from 1.8.12 src patch
Allen ByrneAllen Byrne
624a4666003[svn-r24482] HDFFV-8635: remove test of whole file and just test dsets that have szip compression.Tested local linux with cmake and autotoolsHDFFV-8635
Allen ByrneAllen Byrne
5e695ce4bc5[svn-r24481] HDFFV-8635: disable test because of szip causing different read call then expected.HDFFV-8635
Quincey KoziolQuincey Koziol
2d79ba29ed4[svn-r24480] Description: Bring r24479 from 1.8 branch to trunk: Fix ph5diff worker command handling so it can correctly respond to situations where there's no work to perform. Also, a few minor code cleanups. Tested on: Mac OSX/64 10.9.0 (amazon) w/parallel (too minor to require h5committest)
Quincey KoziolQuincey Koziol
0a506a625b6[svn-r24476] Description: Remove duplicate "intent" flags from top & shared file structures, leaving them only in the shared file structure.Tested on: Mac OSX/64 10.9.0 (amazon) w/gcc 4.8, both parallel & serial (too minor to require h5committest)
Allen ByrneAllen Byrne
a25c08e9e23[svn-r24472] remove line for file that does not exist
Allen ByrneAllen Byrne
2f097704ca2[svn-r24471] JAVA-1798: Add the testfiles for hdf-java and the h5dump tests including the test to read filter data.Tested: cmake and autotools - local linuxJAVA-1798
Allen ByrneAllen Byrne
6c90fd5b0b8[svn-r24467] tfilters.h5 was created and checked in on 21 Feb 05, rev 10060, and never regenerated. The code for scaleoffset continued to change and the number of params for scaleoffset changed from 7 to 20 on the checkin of 23 Mar 05, rev 10384.The h5dump tests only looked at headers and never the data. Data reads would fail with invalid number of params (7 expected 20). Regenerated file and replacement ddls updated. New h5dump test will be added to read the data.
Private HDFPrivate HDF
bc09cdc302c[svn-r24465] Snapshot version 1.9 release 169