AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
dcbf871fed9[svn-r17624] Description: Don't allow reads to change or add to the metadata accumulator, since they might be speculative and could bring raw data into the metadata accumulator.Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) 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 (smirom) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 ...
Quincey KoziolQuincey Koziol
13e5632d326[svn-r17623] Description: Bring "compress group's fractal heap" feature from branch back to trunk.Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) 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 (smirom) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 ...
Peter CaoPeter Cao
82efaff584c[svn-r17619] Add comments about h5diff change made for epsilon.
Mike McGreevyMike McGreevy
7ec079a5152[svn-r17616] Purpose: CFLAGS overhaul Description: Modified the way configure handles CFLAGS. (note: all changes also apply to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS). 1. The configure process will now always preserve a user's CFLAGS environment variable setup. Any additional flags necessary for compilation added at configure time will be passed into the Makefiles as AM_CFLAGS, whic...
Albert ChengAlbert Cheng
047ac8f136c[svn-r17615] Updated with H5Pget_preserve fix information.
Albert ChengAlbert Cheng
d612aa916b0[svn-r17611] Bug fix (ID 1628): There was a typo in the H5Pget_preserve that it was returning the wrong value. Fixed. Also added a test in test/cmpd_dset.c to verify the correctness of H5Pset_preserve and H5Pget_preserve.Tested: h5committest plus jam serial.
Albert ChengAlbert Cheng
8d8f365711c[svn-r17606] Code Cleanup: TFLOPS machine has retired long ago. Removed all code specific for its support.Test: h5committested.
Quincey KoziolQuincey Koziol
7f1379704fd[svn-r17604] Description: Correctly invoke generic property list class callbacks all the way to the root of the class hierarchy.Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) 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 (smirom) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 ...
Albert ChengAlbert Cheng
ccffe74623a[svn-r17603] Bug fix: The ph5diff tests printout incorrectly reporting they are running h5diff when it actually is running ph5diff. Fixed.Tested: Jam (parallel), linew (serial) No H5committest since it is a shell script and Jam tests both serial and parallel h5diff for Linux while Linew tests Big endian platform.
Quincey KoziolQuincey Koziol
770b6a467bb[svn-r17599] Description: Minor code cleanups, based on cleanups in the compress_group_fheap branch.Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) 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 (smirom) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 ...
Quincey KoziolQuincey Koziol
63647f7f569[svn-r17596] Description: Clean up minor compiler warning.Tested on: Mac OS X/32 10.6.1 (amazon)
Allen ByrneAllen Byrne
10db3806f2b[svn-r17595] Added new file H5Fdeprec.c to projects.Tested: windows
Albert ChengAlbert Cheng
ace53ca9a25[svn-r17592] Bug fix: Release would leave behind an Makefile even if it did not exist before.Fixed by restoring only the pre-existed Makefile. Tested: Jam.
Allen ByrneAllen Byrne
4fd02099b1b[svn-r17591] Added new file to projects.Tested: windows
Larry KnoxLarry Knox
be2d2abf86c[svn-r17589] Snapshot version 1.9 release 47
Binh-Minh RiblerBinh-Minh Ribler
a83c61c5374[svn-r17587] Purpose: Fixed bugzilla #1061 Description: Added a check for NULL before accessing a pointer Also, removed a few warnings about returning values Platforms tested: Linux/32 2.6 (jam) FreeBSD/64 6.3 (liberty) SunOS 5.10 (linew)
Neil FortnerNeil Fortner
eed2ea424b2[svn-r17585] Purpose: Fix bug 1597Description: When copying a dataset using a vlen inside a compound, the various dataset copying callbacks would allocate a background buffer but would not use it when converting from disk to memory, only memory to disk. This caused an assertion failure as compounds always need a background buffer. These callbacks have been modified to use the background buffer for both conversions. Tested: ...
Quincey KoziolQuincey Koziol
c53e577d148[svn-r17583] Description: Correct last minute typo. *sigh*Tested on: FreeBSD/32 6.3 (duty)
Quincey KoziolQuincey Koziol
37ec6dc75e8[svn-r17582] Description: Bring changes from file free space branch back to the trunk. *yay!*Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) 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 (smirom) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 ...
Albert ChengAlbert Cheng
006071f2338[svn-r17580] Added testlibinfo.sh testcheck_version.sh to be distcleaned.Tested: Jam.
Albert ChengAlbert Cheng
5db0dbc7dda[svn-r17578] Simple improvement to clean up go during "make check-clean" and removed the redundant cleaning of Makefile.Tested: jam parallel.
Quincey KoziolQuincey Koziol
a170449d4ea[svn-r17573] Description: Fix several errors in code, which was not compiling... :-(Tested on: FreeBSD/32 6.3 (duty) in debug mode Mac OS X/32 10.5.8 (amazon) in debug mode Mac OS X/32 10.5.8 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode
Mike McGreevyMike McGreevy
1abb6b133b5[svn-r17571] Purpose: Makefile Bug Fix Description: Added $(EXEEXT) extension to H5detect when it's executed to generate H5Tinit.c so it works correctly on platforms that require the full extension when running executables. Tested: h5committest, mingw, and user-verified (via submitted patch).
Albert ChengAlbert Cheng
9a1a404e5ab[svn-r17570] Bug fixes and improvement done in v1.8 and forgot to port here.Tested: jam only as it is simple shell script changes.
Mike McGreevyMike McGreevy
8c754e83854[svn-r17567] Purpose: Configure Fix Description: Modified configure to set FC and CXX to "no" when fortran and c++ are not being compiled, respectively. This will prevent configure from running some checks on these compilers when they are not being used. This fixes a problem that was occuring when FC and/or CXX are set to a nonexistant or invalid compiler. Even if the languages were disabl...
Allen ByrneAllen Byrne
98f6b609ad0[svn-r17566] Fix for Bug 1562. H5DSis_attached needed to account for platform dependent types. Added test and test files for LE and BE dimension scales. Reworked part of test_ds file as part of debug. Added missing H5Tclose in region reference routines. H5DS.c checked for other locations which need to account for platform dependent types in dealing with ds_list_t. Added generator program for t...Tested: local linux, h5committest
Albert ChengAlbert Cheng
cf212aebf8e[svn-r17562] Fixed a syntax error that generates a file named 0.Tested: Jam as it is simple shell script change.
Quincey KoziolQuincey Koziol
ee383d182f9[svn-r17553] Description: Bring general fixes/improvements from file_free_space branch back to trunk.Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solari...
Albert ChengAlbert Cheng
531f086cbcc[svn-r17550] Updated with H5check_version tests.
Albert ChengAlbert Cheng
8feb521bbbf[svn-r17544]
Albert ChengAlbert Cheng
0f2901843cf[svn-r17543] Bug fix (ID 1656): Changed H5check_version() to suppress the warning message totally if $HDF5_DISABLE_VERSION_CHECK is 2 or higher. (Old behavior treated 3 or higher the same as 1, that is to print a warning and allows the program to continue.Tested: h5committested, extra jam serial, --disable-embedded-libinfo.
Albert ChengAlbert Cheng
06a71c86a30[svn-r17542] New test: Add new tests (tcheck_version, testcheck_version.sh) to verify H5check_version() does issue warnings and abort accordingly.Tests: H5committed tested plus jam serial tested.
Allen ByrneAllen Byrne
541f147c911[svn-r17541] Added missing farray(dll) project dependicies on hdf5 and libtest to the solution file.
Larry KnoxLarry Knox
96318e678f1[svn-r17538] Snapshot version 1.9 release 46
Neil FortnerNeil Fortner
a57f2246b21[svn-r17535] Purpose: Fix bug 1620Description: H5Ppublic.h listed H5Pget_filter_by_id1 and H5Pget_filter_by_id2 as returning H5Z_filter_t, when in fact they return herr_t. The header file has been corrected to indicate that they return herr_t. Tested: jam
Neil FortnerNeil Fortner
2f3d788b2ca[svn-r17534] Add note to RELEASE.txt for changes in r17530
Neil FortnerNeil Fortner
260d1d3873c[svn-r17530] Purpose: Fix bug 1555Description: At several places in H5Pint.c properties were being compared using memcmp, not using the registered "cmp" callback. This could cause memory checkers to report uninitialized memory errors, and could conceivably cause runtime errors if memcmp reported false equality (for example if a value pointed to by the property changed). The code has been changed to always use the cmp callback...
Allen ByrneAllen Byrne
f1cf5ab7aa2[svn-r17529] Added farray projects to solution file.
Allen ByrneAllen Byrne
08d1b36d936[svn-r17528] Added missing windows project files for farray
Quincey KoziolQuincey Koziol
d020ce731be[svn-r17524] Description: Switch to using system call wrapper macros instead of "raw" system calls.Tested on: Mac OS X/32 10.5.8 (amazon) w/debug & production (too minor to require h5committest)
Allen ByrneAllen Byrne
85202f5a063[svn-r17520] Added project files and test for new farray.c file
Quincey KoziolQuincey Koziol
74c6507d9fc[svn-r17518] Description: Bring most of Vailin's changes to the fixed array data structure back to the trunk, including new regression test for data structure.Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solari...
Raymond LuRaymond Lu
d67bb5f1307[svn-r17516] In the function test_rw_noupdate, I added a test with the system functions to make sure the stat function behaves as we expected. This test is skipped on some system because the modification time from stat is the same as the last access time (We know OpenVMS behaves in this way).Tested on jam, smirom, and linew. My account for OpenVMS expired. I'll test it once I have it back.
Larry KnoxLarry Knox
ecdc905099f[svn-r17511] Move misplaced ')' after make uninstall command so 'du -ks' command is run in test directory instead of running in snapshot directory. Snapshot directory has many more subdirectories and is often remote, increasing test running time and reporting incorrect disk usage.Tested on smirom in hdfdts version.
Albert ChengAlbert Cheng
cd0f704f4dd[svn-r17503] Bug fix: Test failed with libhdf5.so not found in MacOS which uses a different suffix (*.dylib) for shared lib.Solution: Added code to setup shared lib file suffix according to OS types. Tested: Tejeda, jam.
Albert ChengAlbert Cheng
1d2bf10ae70[svn-r17502] Purpose: Stage 2 implementation of embedded library information feature.H5.c: added code to print the embedded library information when there is a library versions mis-match occurs. This ensures the library information string is included in the executable. Also modifies the code so that the Library mismatch warning string is included only once in the executable. H5private.h: Added a global reference to the libinfo string variable to prepare for possible stage 3 im...
Scot BreitenfeldScot Breitenfeld
22d4097ff71[svn-r17498] Bug 1471 - H5Tset_order_f missing constant option H5T_ORDER_NONE - Fixed, added H5T_ORDER_NONE_FTested: smirom (g95, gfortran, ifort, pgf90) linew
Allen ByrneAllen Byrne
b0883a206f5[svn-r17494] Added missing test for display buffer resize.
Allen ByrneAllen Byrne
d00707bf117[svn-r17492] Moved printing of brackets before printing contents of region references. Changed default Error handling init to successful as all error macros set the return to failureTested: local linux
Raymond LuRaymond Lu
5713f108ce4[svn-r17489] Skip the test in the function test_rw_noupdate() for OpenVMS because the modification time returned from the system function stat is the same as the last access time, making it impossible to test whether the file is modified.Tested on jam - simple change.