Network

 
AuthorCommitMessageCommit Date
Jerome SoumagneJerome Soumagne
50db0eed22e[svn-r26848] Fix warnings in H5T Tested: local linux
Quincey KoziolQuincey Koziol
371a27f01ee[svn-r26843] Description: Minor code & warning cleanups. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.18 (jam) w/serial & parallel
Quincey KoziolQuincey Koziol
1eaaae98214[svn-r26842] Description: Cache the dataset's rank & dimension sizes, instead of querying them frequently, to speed up various checks & algorithms. Also, a few minor cleanups. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.18 (jam) w/serial & parallel
Quincey KoziolQuincey Koziol
524bfed32ef[svn-r26841] Description: Minor formatting cleanups and remove unused field from callback struct. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel (Too minor to require h5committest)
Larry KnoxLarry Knox
cf98752566a[svn-r26840] configure configure.ac hl/src/H5LTparse.c hl/src/H5LTparse.h Address HDFFV-9010: configure issue with gcc 4.9.2 "-l ". Change default to disable_shared on CYGWIN. release_docs/INSTALL_Cygwin.txt release_docs/RELEASE.txt Update for changed default and no CYGWIN szip binary. c++/src/cpp_doc_config bin/h5vers AddressHDFFV-9010: Add cpp_doc_config to h5vers Tested with h5committest, on CYGWIN.
Quincey KoziolQuincey Koziol
7bf3a426e86[svn-r26837] Description: Separate allocating chunk on disk from inserting the chunk record into the index. This allows a "SWMR-safe" insert/update of chunks (the chunk is always allocated -> written -> inserted/updated in the index). Tested on: Mac OSX/64 10.10.2 (amazon) w/parallel & serial Linux/32 2.6.18 (jam) w/serial & parallel
Albert ChengAlbert Cheng
c6717e8134b[svn-r26823] Update instruction that changes in this releaes that " --enable-parallel has to be used explicitly to build parallel HDF5 regardless of the compiler type being used. (MSC - 2015/02/19 HDFFV-9068)"
Allen ByrneAllen Byrne
c04b083b606[svn-r26815] Update cmake configuration checks Tested: local linux
Scot BreitenfeldScot Breitenfeld
1644eda6dee[svn-r26812] Removed printf debugging statements. Tested: trival.
Dana RobinsonDana Robinson
41302a1ea64[svn-r26803] Fixed a minor typo in H5R code comment.
Dana RobinsonDana Robinson
573365e3a0d[svn-r26786] In libhdf5.settings.in, changed the C++ shared library setting variable from H5_CXX_SHARED (which no longer exists) to enable_static. Tested on: jam (configure only - minor change)
Private HDFPrivate HDF
27313306f89[svn-r26785] Snapshot version 1.9 release 216
Larry KnoxLarry Knox
6c0fcb84a8e[svn-r26782] Remove md5 from METHODS arguments for calling bin/release script from snapshot script. md5 method was removed and md5 checksums are always produced for all compression methods.
Allen ByrneAllen Byrne
3875cc69602[svn-r26778] fix path to config
Mohamad ChaarawiMohamad Chaarawi
3b72762036c[svn-r26777] - Fix usage of the internal AC global dxpls - allocate sieve buffer with calloc instead of malloc tested with h5committest
Allen ByrneAllen Byrne
b452fc97e6b[svn-r26776] Add missing quote char.
Scot BreitenfeldScot Breitenfeld
5619a9a1192[svn-r26772] Fixed wrong fapl for H5Fopen when testing H5Iget_name with anonymously created datatype. Tested: jam (using split virtual driver)
Mohamad ChaarawiMohamad Chaarawi
7f06904d280[svn-r26771] - remove unused internal dxpl properties and property lists from the AC layer - fix warnings in H5AC.c tested with h5committest
Scot BreitenfeldScot Breitenfeld
1215ef0370d[svn-r26767] Added test to address HDFFV-3065: H5Iget_name on datatype that is not named returns no error Tested: h5committest
Quincey KoziolQuincey Koziol
4662835250e[svn-r26757] Description: Minor typos & code cleanups Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (Too minor to require h5committest)
Albert ChengAlbert Cheng
dd32c639c6a[svn-r26751] Updated.
Albert ChengAlbert Cheng
5cc53e3ba2a[svn-r26750] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type. Added the testing to h5repack where it belongs. Undo the tests added to h5dump. Tested: h5committested plus tested in jam by hand.
Mohamad ChaarawiMohamad Chaarawi
6fa9f61ae5c[svn-r26746] install_parallel updates.
Binh-Minh RiblerBinh-Minh Ribler
4275900a7b9[svn-r26737] Purpose: Fix daily test failure Description: - In DataType::DataType(const PredType& pred_type), using DataType::copy will invoke DataType::close() unnecessarily, which will produce undefined behavior. Changed to call H5Tcopy directly, code reuse is not useful in this case. - Also, fixed CommonFG::childObjVersion to return expected value outside of an if/else block. Platforms tested: Linux/ppc64 (ostrich) Linux/64 (platypus) Linux/32 2.6 (jam)
Allen ByrneAllen Byrne
b9e5e2af4e3[svn-r26721] Disable failing test
Allen ByrneAllen Byrne
09784944d2c[svn-r26719] Add HL to default components
Albert ChengAlbert Cheng
abad30a44da[svn-r26712] Bug fix: cmakehdf5 broken because zlib is no longer configure in by default. That broke the testings as some testfiles have zlib compressed datasets. Added options control to enable the linking of zlib external libarary by default and turn off the szip library linking as szip library may not be avaiable. This matches the established settings. Tested: run cmakehdf5 by hand in jam and platypus. Also tested in wren but it failed in the testing stage. Also tried "cmakehdf5 --script...
Larry KnoxLarry Knox
3032f3adf38[svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure. Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths. Tested with h5committest.
Albert ChengAlbert Cheng
33c8035f0e8[svn-r26702] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type. Description: The test added failed in some machines because the data file contains infinity values that different machines print them differently as "inf", "INF", "Inf", ... Solution: Added a "ignorecase" option to TOOLTEST() to do caseless matching between generated output vs expected output. This solved most machines problem for now. Tested: h5committest, emu by hand for both development and produ...
Allen ByrneAllen Byrne
99baa66184c[svn-r26699] Generators are only built static
Binh-Minh RiblerBinh-Minh Ribler
f6d9d1fdc88[svn-r26695] Purpose: Fixed HDFFV-7947 (cont.) Description: - Put back the UNUSED parameters in dsets test because the change to remove the warning last time caused failure in setting filter, in turn, caused failure in the test with such obscure/unrelated errors! - Added incRefCount() to other constructors that missed from last time. Platforms tested: Linux/64 (platypus) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Allen ByrneAllen Byrne
6f03b60c611[svn-r26693] Remove use of obsolete HDF5_USE_FILTER_{internal}
Allen ByrneAllen Byrne
7e183071a5c[svn-r26691] Move attribute define out of dynamic block. Tested: windows
Neil FortnerNeil Fortner
b31a086f3ec[svn-r26690] Fix error in H5Sextent_copy When the selection is set to all, H5Sextent_copy did not update the number of elements in the selection in the destination space. Fixed H5Sextent_copy to do this. Added tests for this functionality. Tested: jam, koala, ostrich (h5committest)
Allen ByrneAllen Byrne
d28652dacf3[svn-r26685] Add new test from test script
Allen ByrneAllen Byrne
db2e8ff371b[svn-r26683] Remove internal filter checks
Allen ByrneAllen Byrne
e9db2519b5e[svn-r26682] Add new test from test script
Mohamad ChaarawiMohamad Chaarawi
ccdcbec6350[svn-r26678] add ifdef checks and setting for __attribute__ in a public place to allow usage in public routines.
Albert ChengAlbert Cheng
cf11eef3859[svn-r26677] HDFFV-8957: h52gif crashes when run against one of our own examples The tool claimed it could handle 24bit images but there was no code to handle it. (or might be there were but was removed by previous revisions.) Also discovered that it does not accept multiple images nor -p for palette as its user document and online help message indicated. Solution: Added code to verify dimension sizes are within 8 bit raster images limit and added tests to verify the tools correctness. Nee...
Albert ChengAlbert Cheng
6c04e6b03c4[svn-r26675] HDFFV-9201: Create md5s for bzip, gzip and zip files An md5 checksum is produced for each archive created and stored in the md5 file Tested: jam by hand.
Albert ChengAlbert Cheng
f207efd6f33[svn-r26671] Since cmake always redoes everything from start, I change the logfiles to start fresh everytime. Tested: platypus
Larry KnoxLarry Knox
306775bc988[svn-r26670] Remove VPATH and LONE_COLON Tested with h5committest
Larry KnoxLarry Knox
11413003c26[svn-r26669] Remove code to prevent duplicate includes of /usr/include and /usr/lib. Tested h5committest
Binh-Minh RiblerBinh-Minh Ribler
ea029945f5b[svn-r26667] Purpose: Fixed HDFFV-8766 Description: Per user Jason Newton request, the following constructor is added: H5File(hid_t existing_id); Also, fixed H5File::openFile to close current file first before re-using the object. Platforms tested: Linux/64 (platypus) Linux/32 2.6 (jam gnu and Intel 15.0) SunOS 5.11 (emu)
Frank BakerFrank Baker
d2c5e2bf578[svn-r26665] Description: Update HDF Group copyright dates to include 2015.
Albert ChengAlbert Cheng
88f8a3c11f2[svn-r26662] added option to configure support for fortran2003 API. --enable-fortran2003 | --disable-fortran2003: enable or disable fortran2003 API. Default is off. Tested: by hand in platypus.
Allen ByrneAllen Byrne
45577d56931[svn-r26660] HDFFV-9131: autotols rework Remove CXX_CONDITIONAL remove unneeded/obsolete sections. h5commtitest
Scot BreitenfeldScot Breitenfeld
13980cd69a7[svn-r26657] Fix for HDFFV09202. HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: jam( --enable-fortran2003, gnu) koala (--enable-fortran2003, intel)
Binh-Minh RiblerBinh-Minh Ribler
98d1c2d9a9e[svn-r26655] Purpose: Fixed HDFFV-7947 Description: When copy constructor or constructor that takes an existing id is invoked, the C ref counter stays the same but there is an extra C++ object which later is destroyed and may cause the HDF5 id to be closed prematurely. The C++ library needs to increment the ref counter in these situations, so that the C library will not close the id when it is still being referenced. However, the incrementing of ref count left some ob...
Allen ByrneAllen Byrne
d0cea60466a[svn-r26653] Update default settings