Network

 
AuthorCommitMessageCommit Date
Elena PourmalElena Pourmal
0f765d9e010[svn-r24266] Maintenance: Changed suffix to "pre2" to prepare repository for check-ins discovered during the pre1 testing.
Elena PourmalElena Pourmal
4d252a12526[svn-r24260] Maintenance for the 1.8.12 release: Changed version number in the hdf5_1_8_12 release branch to 1.8.12-pre1
Private HDFPrivate HDF
f8e5138264d[svn-r24257] Snapshot version 1.8 release 12 (snap19)
Allen ByrneAllen Byrne
6b805d37d99[svn-r24248] Updated version numbers and notes about CTest Scripting
Larry KnoxLarry Knox
102aca1a1ca[svn-r24245] Update Unix compiler versions.
Raymond LuRaymond Lu
7cf0ec2de82[svn-r24244] Issue 1264: CYGWIN had long double rounding problem from unsigned long long. I took out the issue from the Known Problems section. No test is needed.
Allen ByrneAllen Byrne
73995871481[svn-r24243] Update list of generated files for clear-objects
Allen ByrneAllen Byrne
854ad7ad026[svn-r24242] Update WDTP test machines
Binh-Minh RiblerBinh-Minh Ribler
2b78b7bfd29[svn-r24237] Description: Added more info to new C++ feature section.
Binh-Minh RiblerBinh-Minh Ribler
d5e8cfbe74c[svn-r24236] Description: - Appended h5tutr_ to names of data files to avoid name clashing with existing examples. - Added example dependencies to Makefile.* (pointed out by Allen) Platforms tested: SunOS 5.11 (emu) with gmake Linux/ppc64 (ostrich) Linux/32 2.6 (jam) Linux/64 2.6 (koala)/PGI compilers
Binh-Minh RiblerBinh-Minh Ribler
cf8469d9496[svn-r24233] Description: Replaced an uint with unsigned to please Windows. Platforms tested: Linux/32 2.6 (jam) - very minor
Binh-Minh RiblerBinh-Minh Ribler
bb084334b86[svn-r24232] Description: - Merged Allen's CMake updates for the C++ tutorial examples from the trunk - Updated RELEASE.txt
Raymond LuRaymond Lu
497507f5a90[svn-r24231] Issue 1264: CYGWIN had long double rounding problem from unsigned long long. Allen confirmed the problem is gone. So I took out the macro CYGWIN_ULLONG_TO_LDOUBLE_ROUND_PROBLEM. It skipped the test related to this issue. Tested with h5committest.
Raymond LuRaymond Lu
03c29f0ffda[svn-r24230] I updated the path for ZLIB library. Not tested yet.
Binh-Minh RiblerBinh-Minh Ribler
467050b23dc[svn-r24229] Purpose: Fix bug HDFFV-7520 Description: Added wrappers for H5Aexists. (merged from trunk) Platforms Tested: Linux/32 2.6 (jam) Linux/64 2.6 (koala) Linux/ppc64 (ostrich)
Allen ByrneAllen Byrne
eccd41643b0[svn-r24228] HDFFV-8529: Space separate define strings Tested: local linux
Binh-Minh RiblerBinh-Minh Ribler
a94097d5dc6[svn-r24223] Description: Added ${HDF5_CPP_SRC_SOURCE_DIR}/H5Location.cpp ${HDF5_CPP_SRC_SOURCE_DIR}/H5Location.h
Albert ChengAlbert Cheng
9d1730c534e[svn-r24222] Updated with HDFFV-8271 fix.
Albert ChengAlbert Cheng
c52f4442b75[svn-r24220] Bug ID: HDFFV-8512 Mailing lists instructions are incorrect. Fix by removing hdf5dev which has long retired (2009). Subscription requests should be sent to new address due to server change. Tested: tried to subscribe myself and it worked.
Private HDFPrivate HDF
3c4145a82c8[svn-r24219] Snapshot version 1.8 release 12 (snap18)
Binh-Minh RiblerBinh-Minh Ribler
558c30c8796[svn-r24217] Description: Added ./c++/src/H5Location.cpp ./c++/src/H5Location.h Verified with bin/chkmanifest.
Binh-Minh RiblerBinh-Minh Ribler
5478de76459[svn-r24216] Purpose: Merged changes from trunk Description from trunk, r22836 In this bug, H5File doesn't have the ability to create attribute. The following changes will provide that functionality and several others that were also missing: - Added an abstract class H5Location in between IdComponent and H5Object. - New class structure of IdComponent, H5Location, H5Object, H5File IdComponent | ...
Albert ChengAlbert Cheng
252ed47f9b0[svn-r24215] Bug fix: HDFFV-8271 Big.c error in address generated by random number. Description: There is a bug in the current big.c tests. In a nut-shell, the writing part randomly picks 50 locations and write 4KB from that location. Random location range is from byte 0 to end of dataset. There is the problem--if the random location is greater than (end of dataset - 4KB), then error. Solution: Adjust the random number to be at least 4KB less than the end of the dataset. That allows it writ...
Binh-Minh RiblerBinh-Minh Ribler
985d16da9fa[svn-r24213] Description: Added ./c++/examples/h5tutr_cmprss.cpp ./c++/examples/h5tutr_crtatt.cpp ./c++/examples/h5tutr_crtdat.cpp ./c++/examples/h5tutr_crtgrpar.cpp ./c++/examples/h5tutr_crtgrp.cpp ./c++/examples/h5tutr_crtgrpd.cpp ./c++/examples/h5tutr_extend.cpp ./c++/examples/h5tutr_rdwt.cpp ./c++/examples/h5tutr_subset.cpp Verified with bin/chkmanifest
Binh-Minh RiblerBinh-Minh Ribler
72fcefd24f4[svn-r24212] Purpose: Added tutorial examples Description: Merged changes from the trunk. + Revisions 24174: - Added tutorial examples that Barbara made following the C tutorial examples. They will be configured for daily test. + Revision 24195 - Improved format/comments in tutorial examples - Added them to Makefile.* and run-c++-ex.sh.in Platforms tested: SunOS 5.11 (emu) Linux/32 2.6 (jam) Linux/64 2.6 (koala)/PGI compilers Teste...
Neil FortnerNeil Fortner
cd90900d88d[svn-r24209] Port r24171 from trunk to 1.8 branch. Tested: jam, koala, ostrich, platypus (h5committest) Log from r24171: Purpose: Fix problem with gcc 4.8 Description: With optimization enabled, gcc 4.8 inserts garbage into the padding bytes of floating point types when assigning from a literal constant. This caused problems when H5detect.c scanned the bits in floating point types to determine their properties. Modified H5detect.c to scan for padding before further analyzing the type, an...
Allen ByrneAllen Byrne
b3b29e4485d[svn-r24206] Fix warning message from missing if in configure
Allen ByrneAllen Byrne
deddc7f9558[svn-r24205] Merge HDFFV-8513/8522 from trunk (via cmake branch), h5repack UD plugins. Also warning session fixes. Tested: CMake local linux
Neil FortnerNeil Fortner
e2dfb53df72[svn-r24204] Port r24140 from trunk to 1.8 branch. Tested: jam, koala, ostrich, platypus (h5committest) Log from r24140: Purpose: Remove problematic abandonment of error stack Description: H5Fis_hdf5 uses H5F_locate_signature to check if the file is hdf5. If it does not locate the signature, H5F_locate_signature would issue an error and return HADDR_UNDEF. H5Fis_hdf5 does not consider it an error if the signature is not found, so it does not issue an error or clear the stack. The filled...
Neil FortnerNeil Fortner
dd1f4e14c91[svn-r24203] Port r24139 from trunk to 1.8 branch. Tested: jam, koala, ostrich, platypus (h5committest) Log from r24139: Remove "will never be exectued" warnings in H5detect.c Tested: jam, koala, ostrich (h5committest)
Larry KnoxLarry Knox
497234f8e36[svn-r24201] Merged changes from trunk revisions 23431, 23527 and 24077. Switched default to link to shared lib files when HDF5 is configure with --disable-static. This addressed HDFFV-8141, h5cc failed because it defaulted to link to lib*.a files which aren't built with --disable-static. -help message also updated. Tested in trunk. Merged code tested with h5committest.
Allen ByrneAllen Byrne
26039efe65c[svn-r24198] Change Internal CDash site.
Private HDFPrivate HDF
67a867235cd[svn-r24187] Snapshot version 1.8 release 12 (snap17)
Allen ByrneAllen Byrne
c06b0170f7e[svn-r24180] HDFFV-8321:Add note about changing FFLAGS to FCFLAGS in configure. Merged INSTALL and h5fc.in from trunk.
Raymond LuRaymond Lu
da550743940[svn-r24169] I updated these files for the support information of OpenVMS. No test is needed.
Allen ByrneAllen Byrne
378f40be26f[svn-r24165] Correct Info.plist settings
Allen ByrneAllen Byrne
ba21e5b5e32[svn-r24164] Add documentation on usage.
Allen ByrneAllen Byrne
cbe069269b7[svn-r24158] Add back STGZ packaging - .sh compressed package Correct MAC Info.plist vars
Neil FortnerNeil Fortner
b809481c421[svn-r24156] Port r23987 from trunk to 1.8 branch. Tested: jam, koala, ostrich, platypus (h5committest) Log from r23987: Merge r23939 from reduce_warning branch to trunk Tested: jam, koala, ostrich (h5committest) Log from r23939: Fix unused variables warnings in trunk Rename static functions in H5Adense.c, H5B2cache.c, H5Bcache.c Switch these functions to use FUNC_ENTER_STATIC* macros Tested: koala
Raymond LuRaymond Lu
dd955dcfe2c[svn-r24155] There are 4 cases need new function to handle them. I change the script to run them temporarily with TOOLTEST to check the metadata part and left out the data part. Tested on VMS.
Raymond LuRaymond Lu
020340b041c[svn-r24150] Somehow, the C++ compiler doesn't like the list of source files. I seperated them. Tested on OpenVMS.
Raymond LuRaymond Lu
5338b7e2dc4[svn-r24149] I updated these files and tested them on OpenVMS.
Allen ByrneAllen Byrne
8db0b1ddd02[svn-r24130] Change option name for WDTP
Raymond LuRaymond Lu
2c513511b35[svn-r24121] OpenVMS converted the value of zero in char or short to negative zero in long double. I made it warning instead of failure. Tested on jam and Boeing OpenVMS - simple change.
Quincey KoziolQuincey Koziol
afd08f75239[svn-r24117] Description: Revert accidental checkin of a patch that disables file truncation for parallel I/O. Tested on: MacOSX/64 10.8.4 (amazon)
Quincey KoziolQuincey Koziol
38e0563a6e2[svn-r24112] Description: Bring r24101 & 24111 from trunk to 1.8 branch: r24101: ======= Description: Clean up warnings, enable new compiler warning flag(s) and bring back changes from Coverity branch: r20813: Remove the dead code as listed for coverity bug #1722. h5committested. r20814: Issue 69: Check return value and throw error if negative return. Also free datatype id on error r20815: Use HDstrncpy. --gh r20816: Replaced one la...
Allen ByrneAllen Byrne
ad7d03103de[svn-r24108] Remove file from the future.
Allen ByrneAllen Byrne
35b22a13a8d[svn-r24106] Add help text tests for h5dump and h5repack to the linux scripts. HDFFV-8498 merge from trunk. Tested: local linux - cmake and autotools
Private HDFPrivate HDF
3d7776ffee0[svn-r24093] Snapshot version 1.8 release 12 (snap16)
Allen ByrneAllen Byrne
4667b6ee4fd[svn-r24084] Correct merge mistake