AuthorCommitMessageCommit dateIssues
Allen ByrneAllen Byrne
4611f95d4c8[svn-r24224] HDFFV-8529: Space separate define stringsTested: h5committestHDFFV-8529
Albert ChengAlbert Cheng
2be58419840[svn-r24221] Bug ID: HDFFV-8512Mailing 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.HDFFV-8512
Private HDFPrivate HDF
a4ab8b0e1d8[svn-r24218] Snapshot version 1.9 release 165
Albert ChengAlbert Cheng
bbd9ad0b277[svn-r24214] Put in proper error message if unexpected switch values happened.Tested: h5committest.
Raymond LuRaymond Lu
421e7549a51[svn-r24210] Jira issue 8528: H5Fget_obj_ids overfilled the list of object IDs by one. I moved the safeguard in H5F_get_objects_cb to the beginning of the function to prevent overfill the list. I added a new test case for this problem and fix in tfile.c.Tested with h5committest.
Albert ChengAlbert Cheng
ebc0b44fe18[svn-r24202] 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...HDFFV-8271
Allen ByrneAllen Byrne
ae927c6070d[svn-r24200] Updated cygwin versions
Allen ByrneAllen Byrne
b232b752a0b[svn-r24198] Change Internal CDash site.
Binh-Minh RiblerBinh-Minh Ribler
b3f9cb87869[svn-r24197] revert a changed committed by mistake, printf statement
Binh-Minh RiblerBinh-Minh Ribler
91df66782ea[svn-r24195] Description: - Improved format/comments in tutorial examples - Added them to Makefile.* and run-c++-ex.sh.in Platforms tested: Linux/32 2.6 (jam) Linux/64 2.6 (koala)/PGI compilers
Larry KnoxLarry Knox
ab239810e1a[svn-r24194] Don't add hdf5 library dependencies to lib files when --disable-sharedlib-rpath configure option is invoked. Fix for HDFFV-8276.Tested with h5committest and on hdf-duck.HDFFV-8276
Allen ByrneAllen Byrne
c19d87b1fc5[svn-r24192] Correct test and usage of defines for cmake configure
Allen ByrneAllen Byrne
b52c12bc1db[svn-r24190] remove comment that caused linux build warnings and correct use of cmakedefine vs define in template.Tested: local linux
Binh-Minh RiblerBinh-Minh Ribler
94b55940ea8[svn-r24189] Purpose: Fixed bug HDFFV-1060Description: Changed header guards from single underscore to double underscore. Platforms tested: Linux/32 2.6 (jam) - very minor Linux/64 2.6 (koala)/PGI compilersHDFFV-1060
Binh-Minh RiblerBinh-Minh Ribler
f8fb310610c[svn-r24188] Purpose: Fixed bug introduced in r24163Description: - The failure in daily test was caused by missing initialization of member "id" in a few constructors. This is now fixed. - Added two overloaded H5Location::setComment - Improved some error reporting in H5Location - Improved error reporting in tests Platforms tested: Linux/32 2.6 (jam) SunOS 5.11 (emu) Linux/64 2.6 (koala)/PGI compilers
Private HDFPrivate HDF
f9a758f442b[svn-r24186] Snapshot version 1.9 release 164
Allen ByrneAllen Byrne
5b4202c4725[svn-r24179] HDFFV-8321:Add note about changing FFLAGS to FCFLAGS in configure.HDFFV-8321
Binh-Minh RiblerBinh-Minh Ribler
1b22cc435e9[svn-r24178] Back out the changes that cause daily test to fail r24163
Binh-Minh RiblerBinh-Minh Ribler
d5674247830[svn-r24175] Description: Added the tutorial examples ./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
10a843ff7fa[svn-r24174] Purpose: Add examplesDescription: Added tutorial examples that Barbara made following the C tutorial examples. They will be configured for daily test. Platforms tested: Linux/32 2.6 (jam) - tested by running a script that compiled them with h5c++ and executing the examples; output are checked manually
Allen ByrneAllen Byrne
c965b5503b8[svn-r24172] Position trunk/1.8 vars in similar location for comparison.
Neil FortnerNeil Fortner
be3a3315502[svn-r24171] Purpose: Fix problem with gcc 4.8Description: 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, and to ignore all information in the padding areas. Also re...
Allen ByrneAllen Byrne
0653325f0d4[svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump. Add more usage info for UserMacros. Add new option information about the Plugin default path.Tested: local linux, jam2 JIRA Issues
Binh-Minh RiblerBinh-Minh Ribler
4182c81adda[svn-r24163] Purpose: More on HDFFV-7520 and HDFFV-533 Description: - Improved the changes in revisions r22836 and r23438, mainly on the wrappers of reference, dereference, get region, and set/getcomment. - Added more tests.Platforms tested: Linux/32 2.6 (jam) SunOS 5.11 (emu) Linux/ppc64 (ostrich)2 JIRA Issues
Binh-Minh RiblerBinh-Minh Ribler
d95f5e293a2[svn-r24162] backing out a commit that includes wrong files
Binh-Minh RiblerBinh-Minh Ribler
18b896112c1[svn-r24161] Purpose: More on HDFFV-7520 and HDFFV-533Description: - Completed the changes in revisions r22836 and r23438 with improvement on wrappers such as reference, dereference, get region, and set/getcomment. - Added more tests. Platforms tested: Linux/32 2.6 (jam) SunOS 5.11 (emu) Linux/ppc64 (ostrich)2 JIRA Issues
Allen ByrneAllen Byrne
54a659cb99a[svn-r24157] Add back STGZ packaging - .sh compressed package
Binh-Minh RiblerBinh-Minh Ribler
afb5fc5c35e[svn-r24143] Description: Fixed comments, documentation, and mis-matched DOXYGEN_SHOULD_SKIP_THIS pairs. Platforms tested: Linux/32 2.6 (jam) Regenerated and verified generated documentation.
Binh-Minh RiblerBinh-Minh Ribler
27ed849cad4[svn-r24142] Purpose: Fix bug in testsDescription: - Passing the c_str() of an std string into a C function caused failure on OpenVMS. Added a work around using temporary string. (th5s.cpp) - Passing incorrect file access property list caused test_datasize() to fail. Fixed. - Close a group in test_dset, before the file can be properly closed. This should fix the problem on OpenVMS. Platforms tested: ...
Neil FortnerNeil Fortner
a80cf343248[svn-r24140] Purpose: Remove problematic abandonment of error stackDescription: 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 stack could then cause issues later on. Changed H5F_locate_signature to retur...
Neil FortnerNeil Fortner
309f3e7a238[svn-r24139] Remove "will never be exectued" warnings in H5detect.cTested: jam, koala, ostrich (h5committest)
Allen ByrneAllen Byrne
a8c63e28d57[svn-r24138] Cast constants to specified type. Cast smaller vars to larger type. Cast calculation result to correct type. Changed int member to hbool_tTested: local linux
Allen ByrneAllen Byrne
3c021d3a777[svn-r24137] Cast constants to specified type. Cast smaller vars to larger type. Cast calculation result to correct type.Tested: local linux
Allen ByrneAllen Byrne
f6949a66d7b[svn-r24136] Add base set of warnings for gcc
Allen ByrneAllen Byrne
06828464790[svn-r24128] Change option name for WDTP
Allen ByrneAllen Byrne
d088d3285c3[svn-r24127] Comment out bundle packing
Allen ByrneAllen Byrne
9feb3e641d6[svn-r24126] Correct mac pinifo.list vars
Allen ByrneAllen Byrne
2465c432f02[svn-r24124] HDFFV-8345: Changed usage txt to use dsetN instead ofletters for objects in examples.Tested: local linuxHDFFV-8345
Allen ByrneAllen Byrne
175e82e4843[svn-r24120] HDFFV-8345: plugin test properly checks static-exec result to include test.Tested: jamHDFFV-8345
Allen ByrneAllen Byrne
b0d34310f5f[svn-r24119] Add new tests to memcheck ignore list
Allen ByrneAllen Byrne
a1071ada168[svn-r24118] Comment out test until configure sets conditional correctly
Allen ByrneAllen Byrne
f79eac6049a[svn-r24116] Correct indentation and create single exit point.Tested : local linux
Larry KnoxLarry Knox
6b54dac504c[svn-r24115] Reduce warnings for conversions of different widths.h5committested on jam, ostrich, koala, and platypus.
Larry KnoxLarry Knox
2c6fc585fd0[svn-r24114] Reverting the changes in r24113 for now because they break parallel make fortran. The changes aren't incorrect, but more work in needed on dependencies and also for enable-parallel.Reverted to r24112.
Quincey KoziolQuincey Koziol
f825256c876[svn-r24113] Description: Reduce warnings w/gfortran in FORTRAN build by declaring interface for utility test routines.Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc/g++/gfortran 4.8
Quincey KoziolQuincey Koziol
79c8e26fa7d[svn-r24111] Description: Restrict GCC diagnostic pragmas to only gcc 4.6+Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc 4.8
Allen ByrneAllen Byrne
2cb03fedded[svn-r24110] Add new h5repack info
Allen ByrneAllen Byrne
8b4cf4c8cb2[svn-r24109] Correct cygwin info
Allen ByrneAllen Byrne
786526fd051[svn-r24105] Correct filename extension
Allen ByrneAllen Byrne
145f1ce9e35[svn-r24104] HDFFV-8345: add User Defined filters to h5repack. Reviewed in H5T-61Tested: local linux - cmake and autotools2 JIRA Issues