AuthorCommitMessageCommit dateIssues
Allen ByrneAllen Byrne
8d80bf4a93a[svn-r21228] Added #ifdefs around #include unistd.h and created windows getlogin() function for building HDF5 parallel on windows.Reviewed and tested locally and tested by user.
Allen ByrneAllen Byrne
03a4dd9fc38[svn-r21227] Correct location of xml schema files.JIRA HDFFV-7688HDFFV-7688
Private HDFPrivate HDF
144ed6d49b2[svn-r21225] Snapshot version 1.9 release 88
Raymond LuRaymond Lu
f32d49916d4[svn-r21220] The original code i_mask = ~((unsigned)~0 << (precision[0] + offset[0])) & ((unsigned)~0 << offset[0]); in line 3680 left shifted a 32-bit integer for 32-bit. The result is undefined by C language. A user discovered it using clang compiler with -fcatch-undefined-behavior option (see Issue 7674 in Jira). So I changed it in a funny way to avoid it.Tested on jam, koala, and heiwa.
Allen ByrneAllen Byrne
14f8f4d4370[svn-r21210] Correct location of xml schema files. JIRA HDFFV-7688Tested: local linuxHDFFV-7688
Dana RobinsonDana Robinson
fb3d6c22d03[svn-r21209] Added descriptive comment to H5G_stab_valid comment block.Tested locally just to ensure no errors were introduced.
Allen ByrneAllen Byrne
4d83d62eb3f[svn-r21208] Add fortran COMPILE_FLAGSremove benchpar and mpi-perf tests add new prunTest.cmake that will be modified for parallel tests
Raymond LuRaymond Lu
db9b025d855[svn-r21205] Issue 2763 - adding OAPL_ID as a new parameter to H5Rdereference. I added a check of OAPL_ID against -1 because CMAKE on 64-bit Windows slipped through the function call in the trefer.c test. Tested on jam and CMAKE on 64-bit Windows.
Allen ByrneAllen Byrne
fe3dbaa0e6d[svn-r21202] Prepend test folder name to perform and testpar cmake tests
Allen ByrneAllen Byrne
51731118325[svn-r21201] Prepend test folder name to perform and testpar cmake tests Replace runTest command param spaces with ; Change CTEST_NAME to HDF5 - the project nameTested: local linux, windows
Allen ByrneAllen Byrne
6209f43296c[svn-r21198] Change default fortran compiler to gfortranTested: cygwin
Allen ByrneAllen Byrne
dd7693bde03[svn-r21195] Correct windows exports for h5diff.
Allen ByrneAllen Byrne
13beaa1a6fa[svn-r21194] Add parallel version of windows def file for fortran exports
Allen ByrneAllen Byrne
09ecf212c6e[svn-r21193] Correct mis-spelled functions
Allen ByrneAllen Byrne
c5a7f656790[svn-r21192] Correct Windows Fortran static builds.
Private HDFPrivate HDF
1144d0521d2[svn-r21185] Snapshot version 1.9 release 87
Allen ByrneAllen Byrne
97569890f89[svn-r21175] Release datatypes created locally
Allen ByrneAllen Byrne
5f232b2c91b[svn-r21171] Commit HDFFV-5929 winthreads define fix Change reference of generated executables in src and fortran/src to use $<TARGETFILE:xxx> format.Tested: local linuxHDFFV-5929
Allen ByrneAllen Byrne
4eb2b767378[svn-r21166] Remove subfolder in library installTested: local linux
Allen ByrneAllen Byrne
a38f1a20751[svn-r21163] Remove test library from export listTested: local linux
Private HDFPrivate HDF
be78781ac66[svn-r21158] Snapshot version 1.9 release 86
Scot BreitenfeldScot Breitenfeld
3dc16eb5bdc[svn-r21157] Description: JIRA HDFFV-7673: fixed segfault when retrieving the length of a a dimension scale that does not exist. Implemented a test for the situation and added an if condition depending on if the label name exists.Tested: jam (gnu and intel)HDFFV-7673
Quincey KoziolQuincey Koziol
74cf7b79a5e[svn-r21152] Description: Further patches for Jira 7638, to ensure that H5D/Aget_type will be attached to the correct top file. (This change to the library should reverted when Jira 7638 is finally finished)Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in p...
Private HDFPrivate HDF
b230a5e4484[svn-r21149] Snapshot version 1.9 release 85
Larry KnoxLarry Knox
28e75b64708[svn-r21146] Updated RELEASE.txt Replaced several old Linux platforms no longer in use with the current Linux test machine information.No test - doc file only. M release_docs/RELEASE.txt
Albert ChengAlbert Cheng
3ec48572868[svn-r21143] No access to any AIX system any more.Removed entries of AIX as tested platform.
Quincey KoziolQuincey Koziol
73cb1cc917d[svn-r21137] Description: Tiny change to reduce code coupling w/H5F package.Tested on: FreeBSD/64 8.2 (freedom) w/debug (too minor to require h5committest)
Quincey KoziolQuincey Koziol
9d7db150203[svn-r21135] Description: More code cleanups to reduce coupling with the H5F package.Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in p...
Quincey KoziolQuincey Koziol
08bb6105475[svn-r21133] Description: More code cleanups to reduce coupling between packages that use the H5F internal routines, but really aren't part of the H5F "package".Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2....
Quincey KoziolQuincey Koziol
0a5bcc1df0e[svn-r21131] Description: Disable some test code that isn't going to work correctly again until we've completely resolved Jira issue #7638.Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in p...
Quincey KoziolQuincey Koziol
f136245a4f6[svn-r21127] Description: Correct to use correct FAPL, to fix error when running 'make check-vfd' Tested on: Linux/64 2.6 (koala) w/make check-vfd
Quincey KoziolQuincey Koziol
d7e8828f70b[svn-r21126] Description: Clean up some compiler warnings, but mainly an interim checkin on the path of reducing code coupling in the library by removing most of the places which were accessing H5F package definitions.Tested on: Mac OS X/32 10.6.8 (amazon) w/debug FreeBSD/32 8.2 (loyalty) w/debug FreeBSD/64 8.2 (freedom) w/debug Linux/64 2.6 (heiwa) w/debug Linux/64 2.6 (ember) w/parallel
Quincey KoziolQuincey Koziol
27775305d6a[svn-r21125] Description: Correct char arrays that were too small for strings defined. Also, change cleanup to work correctly.Tested on: Mac OS X/32 10.6.8 (amazon) w/debug FreeBSD/32 8.2 (loyalty) w/debug FreeBSD/64 8.2 (freedom) w/debug Linux/64 2.6 (heiwa) w/debug Linux/64 2.6 (ember) w/parallel
Raymond LuRaymond Lu
338fdac20dc[svn-r21124] Issue 2763 - adding OAPL_ID as a new parameter to H5Rdereference. A followup commit for r21117. I made 2 changes: 1. Quincey changed H5P_DATASET_ACCESS_DEFAULT to H5P_DEFAULT for the tests that call H5Rdereference. Inside H5R_dereference, I assigned H5P_DATASET_ACCESS_DEFAULT to OAPL_ID if it is H5P_DEFAULT. 2. I added the test for invalid OAPL_ID in trefer.c.Tested on jam, koala, heiwa.
Quincey KoziolQuincey Koziol
a777619a6b5[svn-r21121] Description: Switch from H5P_DATASET_ACCESS_DEFAULT to H5P_DEFAULT for calls to H5Rdereference2().Tested on: Mac OS X/32 10.6.8 (amazon) w/debug (too minor to require h5committest)
Quincey KoziolQuincey Koziol
de106315771[svn-r21120] Description: Check in ugly version of fix for Jira #7638. I'm going to leave the issue open in Jira and when the library has been refactored to use shared file pointers (instead of top file pointers) for file operations, I'll uncomment the check in src/H5Oshared.cTested on: Mac OS X/32 10.6.8 (amazon) w/debug (too small for h5committest)
Quincey KoziolQuincey Koziol
69d7f7312a6[svn-r21119] Description: Simplify use of property lists to H5Rdereference, and switch to use H5Rdereference2.Tested on: Mac OS X/32 10.6.8 (amazon) (too small to require h5committest)
Raymond LuRaymond Lu
4401ddb8c0a[svn-r21118] Issue 2763 - followup commit for r21117 of H5Rdereference. I forgot to update the C examples.Tested on jam - simple change.
Raymond LuRaymond Lu
304f19d7309[svn-r21117] Issue 2763 - I added a new parameter of object access property list to the function H5Rdereference. It's called H5Rdereference2 now. H5Rdereference function has been deprecated to H5Rdereference1. I also added some test cases in trefer.c.Tested on jam, heiwa, and koala.
Jonathan KimJonathan Kim
cc0486926f5[svn-r21113] Description: Revert the previous makefile change as release snapshot test failed with MANIFEST check. Don't clean 'testfiles' dir via 'make distclean' for the case of build&test in source dir. In regular daily testings, we build&test in seperate dir from source dir, so no issues occurred. However for the release snapshot test, it seems that we build&test in source dir. T...
Allen ByrneAllen Byrne
b76b1e060a1[svn-r21110] Renamed test file to more descriptive name
Allen ByrneAllen Byrne
46049ef3829[svn-r21109] Renamed test files to more descriptive nameTested: local linux (after clearing old testfiles)
Allen ByrneAllen Byrne
05d13386f28[svn-r21108] Renamed test files to more descriptive nameTested: local linux
Peter CaoPeter Cao
877b7aed1b5[svn-r21105] Fixed two bugs: - h5repack: h5repack failed to copy dataset if the layout is changed from chunked with unlimited dims to contiguous. (PC -- 2011/07/15) - h5diff: "--delta" option considers two NaN of the same type are different, which is wrong based on http://www.hdfgroup.org/HDF5/doc/RM/Tools.html#Tools-Diff. (PC -- 2011/07/15)
Mike McGreevyMike McGreevy
dc9288a4470[svn-r21101] HDFFV-7639Purpose: Remove H5_MPI_SPECIAL_COLLECTIVE_IO_WORKS and H5_MPI_COMPLEX_DERIVED_DATATYPE_WORKS #defines from source. Description: Two advanced parallel functionalities, special collective IO and complex derived datatypes, are not supported by older implementations of mpi, and thus our code limits the use of these features with #ifdefs and has checks in configure to set ...HDFFV-7639
Allen ByrneAllen Byrne
3397a114ced[svn-r21091] Replace #ifdef WIN32 around 64 bit integers with H5_SIZEOF_LONG_LONG. This is set if 64-bit integers are supported.Tested: local linux
Allen ByrneAllen Byrne
eddfc8bbc34[svn-r21088] Add dependicies for tests to address issues when run in parallel
Allen ByrneAllen Byrne
b3342de47ad[svn-r21086] Add new clear-objects tests to valgrind ignore list
Allen ByrneAllen Byrne
d5d41984f80[svn-r21080] Remove redundant EXPORTS symbol since CMake automatically creates it.
Allen ByrneAllen Byrne
ecaf2df9e49[svn-r21078] Update test script to remove generated test files per test rather then in one group.Discovered from public 1.8 CDash reports.