AuthorCommitMessageCommit dateIssues
Dana RobinsonDana Robinson
b7a4e1a44ee[svn-r24358] Changed the big test so that it runs using the h5_fileaccess() fapl.The previous behavior was to execute a sec2, stdio, and family test everytime it ran, which was very inefficient under check-vfd. Tested on: 32- and 64-bit LE linux (jam and koala) 64-bit BE linux (ostrich) 64-bit OS-X 10.6 (fred)
Private HDFPrivate HDF
8538cf61f9b[svn-r24334] Snapshot version 1.9 release 167
Dana RobinsonDana Robinson
e9203a73e2c[svn-r24333] Added a few volatile keywords to H5detect.c to quiet Visual Studio warnings. Also added a void to a Windows-specific function.These are both trivial changes that don't affect behavior. Tested on: Visual Studio 2010 on 64-bit Windows 7
Raymond LuRaymond Lu
2aec2ec315a[svn-r24317] Fixed a typo.
Raymond LuRaymond Lu
28574d0bc7d[svn-r24307] Issue 8147: CLANG compiler with the options -fcatch-undefined-behavior and -ftrapv catches some defined behavior in the alignment algorithm of the macro DETECT_I in H5detect.c. I documented it as a known problem.No test is needed.
Binh-Minh RiblerBinh-Minh Ribler
370e6f3f56b[svn-r24291] Description: - Added a lot of documentation to classes for Reference Manual. - Fixed some format inconsistencies Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) Linux/64 2.6 (koala)/PGI compilers
Allen ByrneAllen Byrne
82beeef2724[svn-r24289] Correct linux shared version numbering
Private HDFPrivate HDF
5092f5a30e9[svn-r24287] Snapshot version 1.9 release 166
Larry KnoxLarry Knox
06aa7b6641e[svn-r24285] Eliminate several "passing argument ... with different width due to prototype" warnings by casting constants to size_t where expected by string functions.Tested on jam, koala,ostrich and platypus with h5committest.
Allen ByrneAllen Byrne
52412564af8[svn-r24273] Update URL
Mohamad ChaarawiMohamad Chaarawi
9d954e1136e[svn-r24270] checkin coverity changes from 10/4/2013.tested with h5committest
Quincey KoziolQuincey Koziol
53827d4017a[svn-r24261] Description: Correct H5I use of skip list to acquire the 'next' pointer in the skip list after the ID's 'free' callback has been called, since it occasionally deletes the 'next' node. Also a little bit of code cleanup in other modules. Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/de...
Quincey KoziolQuincey Koziol
5f2a34b462b[svn-r24256] Description: Clean up warningsTested on: Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN (too minor for h5committest)
Quincey KoziolQuincey Koziol
2060d4f6b90[svn-r24255] Description: Switch H5I internal data structure from using hash table to skip lists.Tested on: Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN FreeBSD, Linux, etc. forthcoming
Allen ByrneAllen Byrne
9d05904ae05[svn-r24253] Add var for install file
Allen ByrneAllen Byrne
738f1f0bd66[svn-r24252] add log vars
Allen ByrneAllen Byrne
80ff6d8fee7[svn-r24251] Add packaging to process
Allen ByrneAllen Byrne
f17fe286977[svn-r24250] Updated version numbers and notes about CTest Scripting
Allen ByrneAllen Byrne
7942fa417eb[svn-r24240] Update WDTP test machines
Allen ByrneAllen Byrne
91b41bad3a3[svn-r24238] Update list of generated files for clear-objects
Binh-Minh RiblerBinh-Minh Ribler
85971108372[svn-r24235] 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
Albert ChengAlbert Cheng
7fcd636cb37[svn-r24234] Bug: tfile.c was failing in the ADA AIX system. The reason was typo in the index variable in the newly added test_get_obj_ids().Solution: fixed the typo. Tested: AIX machine. (Did not run h5committest because the fix is in a remote machine and the fix is quite obvious.)
Allen ByrneAllen Byrne
7171c08a889[svn-r24227] Add new examples to cmake listsTested: local linux
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