Network

 
AuthorCommitMessageCommit Date
Raymond LuRaymond Lu
c61a0a3d620[svn-r21674] Issue 7618 - the library had seg fault when it tried to shrink the size of compound data type through H5Tset_size immedia tely after the type was created. I fixed it in this commit. Tested on jam, linew, and koala.
Raymond LuRaymond Lu
9b7016e1d76[svn-r21673] I updated it for Issue 7701. No test needed.
Allen ByrneAllen Byrne
c5e075851a9[svn-r21667] Update FOLDER solution option for target properties. Added OPTION command for solution folder and no packaging. Tested: local linux
Dana RobinsonDana Robinson
fa4ab23b9ec[svn-r21664] Added solution folders for most of the projects. This still needs some polish - the solution folder assignment should go closer to the target declaration and not all projects are grouped (parallel, c++, fortran, hl, and a few others). Tested on Windows.
Jonathan KimJonathan Kim
e54d15a26ca[svn-r21658] Purpose: HDFFV-7770 - h5diff segmentation fault on JPSS files Description: Fixed segfault over non-comparable attribute with different dimention or rank, along with '-c' option to display details. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows, Cmake
Raymond LuRaymond Lu
1dcc75407eb[svn-r21655] I updated H5_SIZEOF_OFF_T from 4 to 8. Tested the change for 1.8 on VMS.
Scot BreitenfeldScot Breitenfeld
aa4fe8486fd[svn-r21654] Description: Fixed the GM offset returned in the derived type h5_info_t and use the functon HDgmtime instead of gmtime. tested: jam( intel, gnu)
Dana RobinsonDana Robinson
0ffe28aef72[svn-r21653] Removed unused done: label. Trivial change - tested on 64-bit Windows 7 with Visual Studio 2010.
Dana RobinsonDana Robinson
85d6e5de7e8[svn-r21652] Removed unused variables from H5Pget_filter_by_id2(). Trivial change - tested on jam and local Windows 7 (VS2010).
Dana RobinsonDana Robinson
f208df74c1a[svn-r21651] Removed unused done: label. Trivial change - tested on 64-bit Windows 7 with Visual Studio 2010.
Dana RobinsonDana Robinson
69bdd6b90a9[svn-r21650] Changed unsigned int to size_t in several places for agreement with the input parameter. Quiets warnings from Visual Studio 2008. Trivial change but tested on 32-bit linux (jam), 64-bit linux (koala), 64-bit Solaris/Sun CC (linew), 64-bit Windows 7 (kituo) just to be safe.
Dana RobinsonDana Robinson
027735d9128[svn-r21647] Added a comment explaining the purpose of the change in the modification time format. Trivial change - just made sure it compiled on Windows.
Dana RobinsonDana Robinson
629cdef2a52[svn-r21643] Reorganized the HDF5 C library source code in the CMake project. Tested on Windows (minor change).
Allen ByrneAllen Byrne
b694bbf7b29[svn-r21641] remove spurious " from batch file
Allen ByrneAllen Byrne
c76015b6dc2[svn-r21635] sync legacy batch file to match unix test script
Neil FortnerNeil Fortner
ed645b38575[svn-r21630] Re-add note to RELEASE_DOCS.txt that was mistakenly removed in r21629.
Neil FortnerNeil Fortner
72702153d2e[svn-r21629] Purpose: Update fix committed in r21556 Description: An old patch was mistakenly committed in r21556. Replaced this fix with the latest. Tested: jam, koala, heiwa (h5committest)
Scot BreitenfeldScot Breitenfeld
cc6ce34d23a[svn-r21628] Description: Removed line: $(RM) $(DESTDIR)$(includedir)/H5f90i*.h These *.h files are needed for HL_NPOESS and should not be removed when make clean is specified. The Daily Test installs the file using the deploy script, but then runs make clean which removes the file, so the files are not there when we try to compile HL_NPOESS causing an error.
Scot BreitenfeldScot Breitenfeld
eefa5cf26f8[svn-r21619] Description: Changed the API to pass type(h5o_info_t) instead of a C pointer to the derived type. Tested: jam (gfortran and pgi)
Quincey KoziolQuincey Koziol
1c320f00256[svn-r21617] Description: Recalculate the size of destination attribute message when the source and destination versions are different during an object copy operation. (Jira: HDFF-7718) Tested on: Mac OS X/32 10.7.2 (amazon) w/debug (h5committest upcoming)
Scot BreitenfeldScot Breitenfeld
7968c506077[svn-r21615] Robodoc comment changes.
John MainzerJohn Mainzer
a4a3bd4b030[svn-r21613] Ported express test tunings and a minor edit back to testpar/t_shapesame.c tested with h5committest
Neil FortnerNeil Fortner
8ce6f57fed2[svn-r21610] Purpose: Fix bug 7776 Description: When H5Ocopy failed due to attempting to expand an invalid reference in an attribute (or at any point after the destination object header was inserted into the cache), it failed to clean up correctly. Modified H5O_copy_header_real to keep track of whether the object header was inserted and take appropriate action on failure. Tested: fedora (too minor for full commit test)
Neil FortnerNeil Fortner
395c1c7db53[svn-r21603] Purpose: Add generic skip list implementation Description: Added new H5SL_TYPE_GENERIC skip list type, which uses void *'s as keys and a client-supplied callback for key comparison. This was added to support the upcoming "merge named datatype" feature for H5Ocopy, but may be used in other places as well. Also added testing. Also fixed a potential bug with the H5SL_TYPE_OBJ implementation, and added testing for that. Tested: jam, koala, heiwa (h5committest), durandal
Dana RobinsonDana Robinson
aca9bf5cf30[svn-r21601] Converted some C stdlib functions to use the HD prefix in H5Omtime.c Tested on local linux (minor change)
Raymond LuRaymond Lu
4efd9af4fa4[svn-r21597] Issue 7701 - fix for H5LTdtype_to_text. I made two corrections: 1. I changed all snprintf to HDsnprintf; 2. I corrected all wrong length passed to snprintf which cause Mac machines to fail. Tested on jam. But I tested the same change for 1.8 branch on jam, koala, linew, Windows, and Apple.
Allen ByrneAllen Byrne
dc90cfc1c26[svn-r21596] Correct large file support test
Allen ByrneAllen Byrne
cd38a32601e[svn-r21593] Add CMake option to disable packaging component: needed to avoid configuration warning when using Visual Studio Express versions on windows. Tested: Bangan
Private HDFPrivate HDF
62aa159e098[svn-r21587] Snapshot version 1.9 release 95
Jonathan KimJonathan Kim
664c013fc76[svn-r21586] Description: Added a funtion to reset dataset & hyperslab buffer size for h5repack from an environment variable. This is performance debugging purpose for now. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), Windows (32-LE), cmake
Scot BreitenfeldScot Breitenfeld
3be11d46c58[svn-r21584] Removed H5L_info_t definition from test source, it's defined in the hdf5 library. tested: jam (intel)
Scot BreitenfeldScot Breitenfeld
a757ea73f58[svn-r21583] Fixed robodoc headers in comments.
Elena PourmalElena Pourmal
03f6ea8e542[svn-r21577] Maintenance: Added F2003 info
Raymond LuRaymond Lu
fb6a34f2083[svn-r21571] Revision of the fix for Issue 7701 (H5LTdtype_to_text): I revised the code per Quincey's comments. (I changed the 1.8 branch first. I'm aware of that.) Tested on jam. But I tested the same change in 1.8 branch with h5committest.
Scot BreitenfeldScot Breitenfeld
3a4d03625fd[svn-r21570] Description: Cleaned up comments and variable names to match RM, no source changes.
Neil FortnerNeil Fortner
69b6e518ef2[svn-r21564] Improve testing for H5Pset_libver_bounds (bring in line with 1.8 branch) Tested: durandal (too minor for full h5committest)
Neil FortnerNeil Fortner
1c0f834918c[svn-r21562] Improve testing for H5Pset_libver_bounds Tested: durandal (too minor for full h5committest)
Quincey KoziolQuincey Koziol
9fa5dca9c2e[svn-r21561] Description: Correct error in loading local heap prefix & data block from the file. Sometimes the local heap's prefix could be loaded before the data block (e.g. using H5Oget_info), but then when the data block was loaded later, the free list information would get lost, causing the heap's size to grow larger than necessary. This is Jira bug #HDFFV-7767 Tested on: Mac OS X/32 10.7.2 (amazon) w/debug (h5committest coming up)
Neil FortnerNeil Fortner
56960ac85c4[svn-r21556] Purpose: Fix bug in H5Ocopy Description: H5Ocopy could get confused when copying a named datatype containing an attribute which used that named datatype as its datatype. This happened because H5Ocopy would recurse into the attribute's datatype before the object the attribute was in was fully copied (i.e. before the "post-copy" pass). Modified H5Ocopy to avoid recursing before the post-copy step in this case. Required many changes, including to how non-committed shared messages ...
Elena PourmalElena Pourmal
1406da6362e[svn-r21553] Maintenance: Added an entry for the Fortran DS wrappers.
Elena PourmalElena Pourmal
711f8f7934a[svn-r21552] Maintenance: Addressed HDFFV-915 - investigate if H5open and H5close are needed in the corresponding Fortran wrappers. Solutions: The calls were not needed and were removed from the C stubs h5open_c and h5close_c for the correspnding Fortran subroutines h5open_f and h5close_f. Platforms tested: jam with gcc and gfortran, PGI and Intel koala with PGI and Intel linew with the standard Sun compilers
Dana RobinsonDana Robinson
ffb0f23af21[svn-r21549] Removed unused references to USE_STDIO and MAX_BUF in Windows configuration CMake file.
Dana RobinsonDana Robinson
70eb4f0e2eb[svn-r21546] Reverts 21497 (deep string copy of log file name). This string is copied correctly deep in the H5P code. Tested on local linux (trivial change).
Dana RobinsonDana Robinson
b2e5e9978d7[svn-r21538] Removed obsolete Windows STDIO VFD configuration options from CMake config files. Tested on Windows
Scot BreitenfeldScot Breitenfeld
6b4e6d992d1[svn-r21537] Description: Modified h5oget_info_by_name_f to return a derive type h5o_info_t Tested: jam( gfortran, pgi, intel)
Scot BreitenfeldScot Breitenfeld
0e0fa105993[svn-r21536] Desciption: Removed H5Eget_auto_f from source, moved to F2003_new branch for further testing. Tested: jam (gnu)
Scot BreitenfeldScot Breitenfeld
c09f1dbc244[svn-r21535] Description: Updated to the robodoc headers comments, cleaned up the spacing of the source code which is included in the documenaton. Tested: jam (intel)
Quincey KoziolQuincey Koziol
5f8a03a2bf3[svn-r21529] Description: Update tracing information with new types introduced in "actual I/O mode" query routines. Tested on: bin/reconfigure on jam
Scot BreitenfeldScot Breitenfeld
d1fb88d51ca[svn-r21525] Description: Removed hard-coded check of compatible Fortran 2003 compilers; replaced with simple check program for required F2003 features. Does not check for known bugs in compilers, tests will fail for those compilers. Tested: jam (gnu 4.1, 4.5, intel, pgi) linew (default)
Allen ByrneAllen Byrne
79f21edd387[svn-r21523] Added CLOCK_GET_TIME define to cmake configure Tested: local linux