Network

 
AuthorCommitMessageCommit Date
Private HDFPrivate HDF
82868270dc2[svn-r23021] Snapshot version 1.9 release 132
Allen ByrneAllen Byrne
a177131e717[svn-r23020] HDFFV-498: lone colon test fails on cygwin and leaves a.exe file on system. Added test for CYGWIN and use a,exe instead of a.out. Review: HHDF5-1-8-31 Tested: cygwin
Allen ByrneAllen Byrne
ee27a10d497[svn-r23015] Update windows platforms
Raymond LuRaymond Lu
c5d62ca899f[svn-r23012] I added Sun's 5.9 C++ compiler problem as a known problem. It doesn't know a C99 predefined identifier __func__.
Quincey KoziolQuincey Koziol
308171a2ef4[svn-r23010] Description: Initialize cd_values pointer when cd_elemts is zero. Tested on: Mac OSX/64 (amazon) w/debug Windows (via Allen's builds)
Quincey KoziolQuincey Koziol
b9d042d2d27[svn-r22998] Description: Clean up warnings and bring changes from Coverity branch back to trunk: r20451: Fixed coverity 810 r20454: Purpose: Fix coverity issue 816 Description: Modified various file drivers to always check the return value from H5P_get_driver_info. r20455: Purpose: Cleanup fix for coverity issue 816 Description: Removed redundant check for "fa" in H5FD_core_open. Tested on: Mac OSX/64 10.8.2 (amazon) w/debug (Too minor to require h5committest)
Mohamad ChaarawiMohamad Chaarawi
f8e86f88120[svn-r23059] fix minor bug
Mohamad ChaarawiMohamad Chaarawi
a2ff3c6ec5c[svn-r23058] implement chunk iterate operation in the client indexing strategy for multi chunk I/O to work
Mohamad ChaarawiMohamad Chaarawi
532b85dc461[svn-r23056] implement H5R operations & fix some bugs exposed by those ops
Mohamad ChaarawiMohamad Chaarawi
2e1add6dc7a[svn-r23047] implement some of H5O get/misc routines (H5R callbacks not implemented yet)
Mohamad ChaarawiMohamad Chaarawi
bfa97c726ae[svn-r23046] implement H5O open/copy/visit callbacks fix some various bugs
Mohamad ChaarawiMohamad Chaarawi
7bf33e84c36[svn-r23043] remove a bad sanity check in the contig ops which tries to verify that the VFD ID is the same as the MPIO VFD ID.
Mohamad ChaarawiMohamad Chaarawi
5747b6ec4df[svn-r23042] fix bug when doing collective I/O
Mohamad ChaarawiMohamad Chaarawi
8a1101c5971[svn-r23041] implement get/misc/optional file callbacks
Mohamad ChaarawiMohamad Chaarawi
6ed39f2d412[svn-r23033] implement H5Fget fapl/fcpl/obj_cnt/obj_ids fix bug in link iterate other minor fixes
Mohamad ChaarawiMohamad Chaarawi
45d74985519[svn-r23028] replaced some missed public encode routines with private ones
Mohamad ChaarawiMohamad Chaarawi
e8b02d1ddf8[svn-r23027] some minor edits
Mohamad ChaarawiMohamad Chaarawi
42df6eaf30f[svn-r23026] implement link iterate/visit callback
Mohamad ChaarawiMohamad Chaarawi
623a1ddfc76[svn-r23025] cleanup unnecessary code for now
Mohamad ChaarawiMohamad Chaarawi
17ddcd0a226[svn-r23024] - forgot to svn add
Mohamad ChaarawiMohamad Chaarawi
25ba359d651[svn-r23023] - add a forwarding chunk indexing method for clients to use - make chunking work (lightly tested)
Mohamad ChaarawiMohamad Chaarawi
0e23346f819[svn-r23016] - Change the MDS VFD to use split with sec2 and stub VFD - Add a replacememnt callback for the multi driver that resets the driver flags when the MDS VOL isused to create/open a file - Use free list to manage MDS object structs
Mohamad ChaarawiMohamad Chaarawi
cbe6d0a6875[svn-r23014] make raw addresses start at HADDR_MAX/2 add translation to do I/O at the actual address instead
Mohamad ChaarawiMohamad Chaarawi
21117072ab9[svn-r23008] missed file open when adding user supplied fapls for raw and meta files
Mohamad ChaarawiMohamad Chaarawi
57bc38a66bb[svn-r23007] use private encode/decode routines for dataspaces and datatypes instead of the public ones
Mohamad ChaarawiMohamad Chaarawi
ad66ad17d9d[svn-r23006] add raw and metadata fapls to the VOL set fapl routine
Mohamad ChaarawiMohamad Chaarawi
80e57da689f[svn-r23005] implement link get routines
Mohamad ChaarawiMohamad Chaarawi
125595d1b38[svn-r23004] implement group get callbacks
Mohamad ChaarawiMohamad Chaarawi
06b87310c11[svn-r23003] implement group get_gcpl
Mohamad ChaarawiMohamad Chaarawi
9862c67e071[svn-r23002] update the fapl mds set routine to take a meta and raw extensions to the filenames
Mohamad ChaarawiMohamad Chaarawi
37849e1ecc0[svn-r22999] implement dataset and attribute get callbacks
Mohamad ChaarawiMohamad Chaarawi
a5c994ec644[svn-r22997] add link remove callback
Mohamad ChaarawiMohamad Chaarawi
af3996c7b4eM[svn-r22996] merge from vol branch up to 22995.
Mohamad ChaarawiMohamad Chaarawi
efd4ae1f377M[svn-r22995] merge from trunk up to 22994.
Jonathan KimJonathan Kim
51c5bf8aa76[svn-r22992] Purpose: HDFFV-8146 - Remove "multi-chunk IO without optimization" sub-feature from MPI I/O optimization for chunked dataset feature Description: The “multi-chunk IO without optimization” feature is removed and made the related xfer property (H5FD_MPIO_CHUNK_MULTI_IO) go directly to “multi-chunk-io” feature. Also update/fix/cleanup testings (chunk collective IO and actual chunk opt mode) accordingly. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc...
Larry KnoxLarry Knox
57d23e50625[svn-r22984] Removed references to windows files for legacy builds with Visual Studio that were removed. Tested on jam.
Dana RobinsonDana Robinson
88885a82aed[svn-r22953] Purpose: Removed legacy Visual Studio solutions and projects, which will no longer be supported after HDF5 1.8.10.
Raymond LuRaymond Lu
e96bb5fed1c[svn-r22951] I added an item in the new feature about the conversion from enumeration to numerica datatypes.
Raymond LuRaymond Lu
e00ffb3e51e[svn-r22945] I fixed a few minor casting problems in enum.c. It's a followup commit for the test of the conversion function H5T__conv_enum_numeric (numeric type means integer or floating number). Tested on tejeda - failed on tejeda and ostrich in the daily test.
Mark EvansMark Evans
29dec8ea7cf[svn-r22943] Changed the spelling of accessability to accessibility.
Dana RobinsonDana Robinson
fe009299801[svn-r22936] Purpose: Reorganize Windows release docs Tested on: N/A (docs only), ran chkmanifest
Quincey KoziolQuincey Koziol
8430e2d4dea[svn-r22935] Description: Clean up a few warnings and minor code issues during review of enum -> int/float conversion changes. Tested on: Mac OSX/64 10.8.2 (amazon) w/debug (too minor to require h5committest)
Jonathan KimJonathan Kim
961a24ac3c1[svn-r22933] Purpose: HDFFV-8145 h5diff slowness with version >= 1.8.7 Description: Improved speed when comparing HDF5 files with lots of attributes. Much slower performance was identified with release version from 1.8.7 to 1.8.10 compared to 1.8.6. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), Windows (32-LE cmake), cmake (jam)
Quincey KoziolQuincey Koziol
14e7962b305[svn-r22932] Description: Update FreeBSD info.
Quincey KoziolQuincey Koziol
e9519f5e6a4[svn-r22921] Description: Review Coverity changes and bring them back to trunk. (QK & JK) r20402: Added #includes for h5tools.y or h5tools_utils.h as required to remedy implicit function declarations which caused compiler warnings and coverity issues 703-4 and 708-11. r20414: This is related to the previous checkin r20399. There were incorrect updates which caused incorrect behavior when no file was given. Also possible segfault when handling hyperslab options. Simplify the code change...
Quincey KoziolQuincey Koziol
0324f055660[svn-r22915] Description: Bring Coverity changes back to trunk: r20399: Change parse_command_line to free hand structure on error and only "leave()" at end of main. r20400: Purpose: Fix coverity issue 592 Description: Added void cast to call to H5F_sfile_assert_num() in H5F_term)interface(). There is no need to check the return value of this function in general, and there would be nothing to do even if it did fail. r20401: Added free(src_sizes) and free(src_offset). --gh Tested on...
Raymond LuRaymond Lu
1c45b31cc67[svn-r22914] I checked in the conversion function H5T__conv_enum_numeric (numeric type means integer or floating number) and the C test for it. This is the work for Chicago. Tested on jam, koala, and ostrich.
Larry KnoxLarry Knox
33504deb83d[svn-r22908] Reverted changes in revision 22819 Tested with h5committest on jam, koala and ostrich.
Allen ByrneAllen Byrne
6e6ba4f0640[svn-r22904] Fixed typo in name of cmake config file. Needed for installing multiple versions on windows.
Scot BreitenfeldScot Breitenfeld
2f798dc8429[svn-r22897] Cleaned up the comments, formatted for automatic documentation.