Network

 
AuthorCommitMessageCommit Date
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: ummon
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 function Tested: jam (pgi compilers) h5committest
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.0 Tested: kite (intel 14.0 with --enable-fortran)
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 Koala
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 complete
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.
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 autotools
Allen ByrneAllen Byrne
5e695ce4bc5[svn-r24481] HDFFV-8635: disable test because of szip causing different read call then expected.
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 linux
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
Raymond LuRaymond Lu
200e48e08cb[svn-r24463] Issue 8484 - Segfault during H5Fopen of corrupt file. I put a condition check to make sure a pointer isn't NULL. Tested on jam - very simple change.
Allen ByrneAllen Byrne
21cecf09fad[svn-r24432] Update examples package install location and text files
Dana RobinsonDana Robinson
3a976e0aa76[svn-r24416] Fixed some compiler warnings in the dsets test. Tested on: 32-bit LE linux (jam) (These are just minor casting changes in the tests, hence the minimal testing.)
Allen ByrneAllen Byrne
93197c0257a[svn-r24412] Updated information on how to build examples with cmake installed binary.
Allen ByrneAllen Byrne
43690b681c1[svn-r24411] Correct file generation
Allen ByrneAllen Byrne
8190a5e4b36[svn-r24408] Add compound integer tests files Tested: local linux cmake
Allen ByrneAllen Byrne
132dfca7d0e[svn-r24403] Cleanup temp test files
Elena PourmalElena Pourmal
7aa4a180e48[svn-r24400] Maintenance: When the libraries are built and tested in place, several files are left behind by "make distclean" (see below); modified appropriate Makefile.am files and ran bin/reconfigure to create Makefile.in to fix the problem. Here is the list of the files "make disclean" doesn't remove: tools/h5dump/testfiles tools/h5repack/testfiles/h5diff_attr1.h5 tools/h5repack/testfiles/tfamily00000.h5 tools/h5repack/testfiles/tfami...
Allen ByrneAllen Byrne
819b8099e24[svn-r24392] Cleanup testfiles from scripts. Update lists of files to be cleaned. CMake update to clean testfiles. Tested: local cmake, autools, and h5committest
Dana RobinsonDana Robinson
2136f11a47e[svn-r24390] Fixed a redefinition of HDfree in the HL library. Tested on: 32-bit LE linux (jam) There are no behavior changes, so testing was minimal.
Allen ByrneAllen Byrne
a3f7f83ed99[svn-r24385] Add missing H5_ prefix Tested: local linux
Dana RobinsonDana Robinson
0aa06db0a4e[svn-r24380] The parallel test code now uses HDfree, HDmalloc, and HDcalloc exclusively. Part of the preparation for a fix for HDFFV-8551. Tested on: 32-bit LE linux (jam) w/ parallel and Fortran. There are no behavior changes, so testing was minimal.
Dana RobinsonDana Robinson
89f2019ecf5[svn-r24378] Fixed some commenting typos in configure.ac and reconfigured. Tested on: 32-bit LE linux (jam) There are no code changes. A build/test was done just to confirm.
Dana RobinsonDana Robinson
e6cace9ee46[svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. Prep work for adding a memory free function, part of HDFFV-8551. Tested on: 32-bit LE linux (jam) * with C++, Fortran * with thread safety on These are minor changes (almost entirely renaming foo functions to HDfoo) that don't change functionality. This should not require a full commit test.
Raymond LuRaymond Lu
2eb24b16dac[svn-r24368] Issue 8147 - clang's -fcatch-undefined-behavior exposed undefined behavior in the alignment detection algorithm for integers in H5detect.c. Quincey decided to solve it in two steps. First, catch illegal instruction signal in the original algorithm. Second, use POSIX __alignof function to detect alignment if it's available. This checkin is the first step. Tested on wren, jam, ostrich, platypas, and koala.
Private HDFPrivate HDF
56803a19704[svn-r24362] Snapshot version 1.9 release 168
Raymond LuRaymond Lu
277ee2f7ee2[svn-r24360] Jira issue 8528: H5Fget_obj_ids overfilled the list of object IDs by one. This is the second round of checkin after receiving review comments from people. I put the safeguard in both H5F_get_objects and H5F_get_objects_cb to prevent overfill the list. tested with h5committest.
Dana RobinsonDana Robinson
b7a4e1a44ee[svn-r24358] Changed the big test so that it runs using the h5_fileaccess() fapl. The previous behavior was to execute a sec2, stdio, and family test everytime it ran, which was very inefficient under check-vfd. Tested on: 32- and 64-bit LE linux (jam and koala) 64-bit BE linux (ostrich) 64-bit OS-X 10.6 (fred)
Private HDFPrivate HDF
8538cf61f9b[svn-r24334] Snapshot version 1.9 release 167
Dana RobinsonDana Robinson
e9203a73e2c[svn-r24333] Added a few volatile keywords to H5detect.c to quiet Visual Studio warnings. Also added a void to a Windows-specific function. These are both trivial changes that don't affect behavior. Tested on: Visual Studio 2010 on 64-bit Windows 7