Network

 
AuthorCommitMessageCommit Date
Elena PourmalElena Pourmal
dc10ffc02bf[svn-r26748] Added entry for Vailin's fix for HDFFV-9173
Mohamad ChaarawiMohamad Chaarawi
f677d29c1e5[svn-r26747] updates to install_parallel.
Elena PourmalElena Pourmal
dfac828df06[svn-r26745] Removed VMS installation file.
Elena PourmalElena Pourmal
1f3609c0d8c[svn-r26744] Updated the README.txt file to reflect VMS removal; deleted VMS installation instructions.
Binh-Minh RiblerBinh-Minh Ribler
343a52747c2[svn-r26743] 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. Merged from trunk r26737. Platforms tested: Linux/ppc64 (ostrich) Linux/64 (pl...
Binh-Minh RiblerBinh-Minh Ribler
5a810576d55[svn-r26742] Purpose: Fixed HDFFV-7947 (cont.) Description: - Added incRefCount() to other constructors that missed from last time. - Added default value for H5File::getObjCount and removed its extra version Platforms tested: Linux/64 (platypus) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Binh-Minh RiblerBinh-Minh Ribler
a586729afb1[svn-r26741] 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) SunOS 5.11 (emu)
Allen ByrneAllen Byrne
f809ee8ce7e[svn-r26738] Update cmake and plugin in new features.
Elena PourmalElena Pourmal
c9f6f4ca487[svn-r26736] Maintenance: Larry and I updated the Supported Platforms and Tested Configuration Summary sections. We also verified jam, platypus, loyalty and freedom info in the More Tested Platforms section. Other flavors of UNIX in the More Tested Platforms section will be checked by Allen.
Elena PourmalElena Pourmal
2a38b6c6914[svn-r26734] Maintenance: Removed Ubuntu record for dt_arith since it mentioned the old system. We will need to add the new record since the dt_arith is still failing according to the CDash.
Elena PourmalElena Pourmal
36fada4c584[svn-r26733] Maintenance: Removed old entries from the Known Problems section.
Mohamad ChaarawiMohamad Chaarawi
127395416c1[svn-r26732] replace PGI compilers with GNU ones for building HDF5 on Hopper.
Binh-Minh RiblerBinh-Minh Ribler
2a2a79742dc[svn-r26731] 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...
Binh-Minh RiblerBinh-Minh Ribler
150b85cc449[svn-r26730] Purpose: Adding new wrappers (HDFFR-9167 partially) Description: Added wrappers for C functions H5P[s/g]et_libver_bounds and wrappers for getting object header version // Sets bounds on versions of library format to be used when creating // or writing objects. void setLibverBounds(H5F_libver_t libver_low, H5F_libver_t libver_high) const; // Gets the current settings for the library version format bounds. void getLibverBounds(H5F_libver_t& l...
Binh-Minh RiblerBinh-Minh Ribler
743686ebe1b[svn-r26729] Purpose: Fix bugs Description: - Changed DataType::operator= to simply copy the id of rhs instead of calling H5Tcopy because, when the operator= is invoked, a different datatype id is created and it won't have the same characteristics as rhs', specifically, if the rhs represents a named datatype, "this" would still be a transient datatype. - Added a DataType constructor that takes a PredType object, and this constructor will cause H5Tcopy to ...
Larry KnoxLarry Knox
083ef61b05c[svn-r26728] Merge trunk reviwions 26669 and 26670. Removed from configure.ac VPATH section, LONE_COLON check and checks for redundant addition of /usr/include and /usr/lib to compile flags, with reconfigure. Tested h5committest
Binh-Minh RiblerBinh-Minh Ribler
2c3ab210575[svn-r26727] Purpose: Fix warnings HDFFV-8658 cont. Description: Fixed many type conversion warnings and unused variables. Merged from trunk r26458, but also combined the fix in r26695 (dsets.cpp) to avoid test failure, that was undetected before committing to trunk until r26695. Platforms tested: Linux/64 (platypus) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Binh-Minh RiblerBinh-Minh Ribler
943993af835[svn-r26726] Purpose: Fix warnings HDFFV-8658 Description: (r26457) The following two constructors of classes: AbstractDs, IdComponent, H5Location, and H5Object are no longer appropriate after the data member "id" had been moved from IdComponent to the sub-classes. The copy constructors are noop and will be generated by the compilers if needed so they can be removed in 1.8.15 without effecting applications. The other constructors will be removed from 1.10 release, an...
Binh-Minh RiblerBinh-Minh Ribler
aa13c0501d7[svn-r26723] Purpose: Fixed warnings Description: Fixed base classes that were in wrong order on the prototype lines and some misc. warnings. Parameter had the same name as the class' member's. Replaced parameter with a different name. Missing initializing one of the base classes in multiple inheritance. Added CommonFG() to constructors' prototype. Merged from trunk r26454, r26455, and r26456. Platforms tested: Linux/64 (platypus) Linux/32 2.6 (jam) ...
Allen ByrneAllen Byrne
5f68d05f9f8[svn-r26722] Disable failing test
Allen ByrneAllen Byrne
4390a094fa0[svn-r26720] Add HL to default components
Mohamad ChaarawiMohamad Chaarawi
523a4f7658c[svn-r26717] Merge revisions 26387, 26649, 26650, 26678, and 26691 from trunk to squish warnings.
Albert ChengAlbert Cheng
db447ec89ab[svn-r26713] Merge r26712 from trunk to v18. 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 stag...
Allen ByrneAllen Byrne
f39f4125630[svn-r26710] Update fortran cmake commands
Neil FortnerNeil Fortner
3e0eae188b2[svn-r26709] Port r26690 from trunk to 1.8 branch. Tested: jam, koala, ostrich (h5committest) Log from 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)
Neil FortnerNeil Fortner
be81aef60fc[svn-r26708] Port r26301 from trunk to 1.8 branch. Tested: jam, koala, ostrich (h5committest) Log from r26633: Description: Bring Neil's fix for error in H5S_extent_copy() back to the trunk. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial (h5committest forthcoming)
Neil FortnerNeil Fortner
27d820b8ced[svn-r26707] Port r26633 from trunk to 1.8 branch. Tested: jam, koala, ostrich (h5committest) Log from r26633: Add -D_DEFAULT_SOURCE to CPPFLAGS on Linux systems. -D_BSD_SOURCE is deprecated in recent versions of glibc, and -D_DEFAULT_SOURCE is the replacement. Keep -D_BSD_SOURCE for now to support older systems. gcc will not issue a warning about -D_BSD_SOURCE being deprecated when -D_DEFAULT_SOURCE is supplied as well. Tested: jam, koala, ostrich (h5committest)
Albert ChengAlbert Cheng
0f173c15bb3[svn-r26706] Merge r26702 of trunk to v18 branch. 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 ...
Dana RobinsonDana Robinson
6986211d658[svn-r26703] Merge of r26392 from trunk. Adds new memory allocation functions that use the library's memory allocator. Intended for use with third-party filter code. Tested on: h5committest, Solaris (emu), OS X (quail) Note: emu fails with the existing Inf/inf case problem in h5dump but no other tests fail.
Allen ByrneAllen Byrne
ad4154cdc89[svn-r26700] Generators are only built static Plugin test for disable state does not print error stack and does not print FAILED
Allen ByrneAllen Byrne
025d90f5731[svn-r26697] HDFFV-9131: Remove obsolete/unneeded sections.
Allen ByrneAllen Byrne
4f87ef5e0ea[svn-r26696] Merge from trunk Tested local linux cmake
Albert ChengAlbert Cheng
ee7e18f3103[svn-r26688] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type Fixed and added user provided test file to verify the fix. (Test added to h5dump/testh5dump.sh.in). Tested: h5committest
Allen ByrneAllen Byrne
e5be794ae28[svn-r26686] Add new test from test script
Albert ChengAlbert Cheng
fa62ddeba57[svn-r26681] Merge r26677 from trunk. 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 ...
Albert ChengAlbert Cheng
756e9611816[svn-r26676] 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.
Scot BreitenfeldScot Breitenfeld
c300ff73270[svn-r26674] merged r26657 and r26642 from the trunk into the branch. tested: h5committest
Albert ChengAlbert Cheng
b50270fc8bf[svn-r26672] Since cmake always redoes everything from start, I change the logfiles to start fresh everytime. Tested: platypus
Frank BakerFrank Baker
32093b6df0f[svn-r26666] Description: Update HDF Group copyright dates to include 2015.
Albert ChengAlbert Cheng
c8e19aa4793[svn-r26663] 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
1cd07720f6b[svn-r26658] Correct windows define for exports/imports
Allen ByrneAllen Byrne
5c89605ff98[svn-r26656] Correct windows define for exports/imports
Allen ByrneAllen Byrne
c923afdf501[svn-r26654] Bring trunk CMake changes to branch. Tested: local linux
Quincey KoziolQuincey Koziol
6a664ffa5ab[svn-r26648] Description: Bring r26635 from trunk to 1.8 branch: Bring r26651 from autotools_rework branch to trunk: Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI & HP compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on trunk for 2+ days)
Private HDFPrivate HDF
2b3e867b849[svn-r26644] Snapshot version 1.8 release 15 (snap13)
Quincey KoziolQuincey Koziol
c183d0d6f32[svn-r26638] Description: Bring r26598 from trunk to 1.8 branch: Bring r26501 from the autotools_rework branch to the trunk: Remove ULLONG_TO_LDOUBLE_PRECISION macro/define, as it's targeting bugs in the FreeBSD and Cygwin compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on trunk for 2+ days)
Quincey KoziolQuincey Koziol
87db75e2e6f[svn-r26637] Description: Bring r26597 from trunk to 1.8 branch: Bring r26500 from autotools_rework branch to trunk: Remove the LLONG_TO_FP_CAST_WORKS macro/define, as it targets problems with the Visual Studio 6 compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on trunk for 2+ days)
Quincey KoziolQuincey Koziol
03f3e620bbe[svn-r26636] Description: Bring r26596 from trunk to 1.8 branch: Bring r26499 from autotools_rework branch to trunk: Remove ULLONG_TO_FP_CAST_WORKS macro/define, as it only applies to older platforms we aren't supporting any longer. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on trunk for 2+ days)
Quincey KoziolQuincey Koziol
46f59e4fd43[svn-r26630] Description: Bring r26595 from trunk to 1.8 branch: Bring r26494 from autotools_rework branch back to trunk: Remove the LDOUBLE_TO_UINT_ACCURATE macro/define, it was addressing problems with older Intel compilers on Linux that are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on trunk for 2+ days)
Quincey KoziolQuincey Koziol
fe01716dbc8[svn-r26628] Description: Bring r26591 from trunk to 1.8 branch: Bring r26492 from autotools_rework branch back to trunk: Remove the FP_TO_ULLONG_ACCURATE and FP_TO_ULLONG_RIGHT_MAXIMUM macros/defines, which were added to address problems with older PGI compilers and HP-UX systems and are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel) (Daily tested for 2+ days on trunk)