summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r21706] I changed the some file names from "textXXXX.conf" to ↵Raymond Lu2011-11-031-10/+10
| | | | | | "txtXXXX.conf". Not tested yet.
* [svn-r21703] I corrected a capital option with a quotation.Raymond Lu2011-11-021-1/+1
| | | | Not tested yet.
* [svn-r21701] I changed the file name tnofilename-with-packed-bits.ddl to ↵Raymond Lu2011-11-011-1/+1
| | | | | | tnofilename.ddl according to h5dump script file for C. Not tested yet.
* [svn-r21696] I took out the space_overflow.c test because it creates data file.Raymond Lu2011-11-011-5/+0
| | | | Tested on VMS.
* [svn-r21694] Brought r21689 into the tunk, fixes type in H5Eset_error_c.Scot Breitenfeld2011-10-311-1/+1
| | | | Tested: jam (gfortran)
* [svn-r21693] Brought r21691,r21690 to the branch, which:Scot Breitenfeld2011-10-312-10/+2
| | | | | | | Removed not needed test in fortranlib_test_F03.f90 and made fortranlib_test_1_8.f90 standard compliant. tested: jam (gnu compiler)
* [svn-r21682] I took out space_overflow.c because it's only for creating a ↵Raymond Lu2011-10-281-7/+0
| | | | | | data file. Not tested yet.
* [svn-r21677] I commented out three test cases where the format of the ↵Raymond Lu2011-10-261-3/+6
| | | | | | printed output was slightly different from the standard. Allen said he refactored the code for the tools. It may fix this problem after he commits the change. Not tested yet.
* [svn-r21676] Description:Quincey Koziol2011-10-261-1/+2
| | | | | | | | | Don't check dataset storage size for compressed datasets with region reference datatypes. (The address of the region reference type in the file varies and affects the compressed size) Tested on: Mac OS X/32 10.7.2 (amazon) w/debug & production + check-vfd
* [svn-r21660] Purpose:Jonathan Kim2011-10-249-32/+78
| | | | | | | | | | | | HDFFV-7770 - h5diff segmentation fault on JPSS files Description: Fixed segfault over non-comparable attribute with different dimention or rank, along with '-c' option to display details. Merged from HDF5 trunk r21658. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows, Cmake
* [svn-r21656] I updated H5_SIZEOF_OFF_T from 4 to 8.Raymond Lu2011-10-241-1/+1
| | | | Tested on VMS.
* [svn-r21646] Port r21603 to 1.8 branchNeil Fortner2011-10-2115-123/+311
| | | | | | | | | | | | | | | Purpose: Add generic skip list implementation Description: Added new H5SL_TYPE_GENERIC skip list type, which uses void *'s as keys and a client-supplied callback for key comparison. This was added to support the upcoming "merge named datatype" feature for H5Ocopy, but may be used in other places as well. Also added testing. Also fixed a potential bug with the H5SL_TYPE_OBJ implementation, and added testing for that. Tested: jam, koala, heiwa (h5committest), durandal
* [svn-r21642] remove spurious " from batch fileAllen Byrne2011-10-211-1/+1
|
* [svn-r21639] - Clear out RELEASE.txt in preparation for 1.8.9 release changes.Mike McGreevy2011-10-212-228/+29
| | | | | | - Update version references in RELEASE.txt - Add reminder to HISTORY-1_8.txt that it needs the completed RELEASE.txt from the 1.8.8 branch when it's done.
* [svn-r21638] Update 1.8 branch version to 1.8.9-snap0Mike McGreevy2011-10-2114-31/+31
|
* [svn-r21634] sync legacy batch file to match unix test scriptAllen Byrne2011-10-211-9/+9
|
* [svn-r21633] Description: changed comments in h5offsetof, no source changes.Scot Breitenfeld2011-10-211-0/+3
|
* [svn-r21632] Description:Scot Breitenfeld2011-10-202-2/+0
| | | | | | | | | | | | Removed line: $(RM) $(DESTDIR)$(includedir)/H5f90i*.h These *.h files are needed for HL_NPOESS and should not be removed when make clean is specified. The Daily Test installs the file using the deploy script, but then runs make clean which removes the file, so the files are not there when we try to compile HL_NPOESS causing an error.
* [svn-r21631] Port revisions 21629 and 21630 to 1.8 branchNeil Fortner2011-10-2016-196/+241
| | | | | | | | | | Purpose: Update fix committed in r21556 Description: An old patch was mistakenly committed in r21556. Replaced this fix with the latest. Tested: jam, koala, heiwa (h5committest)
* [svn-r21627] update legacy test script with new names of filesAllen Byrne2011-10-201-15/+18
|
* [svn-r21625] remove h5dump fileAllen Byrne2011-10-201-1/+0
|
* [svn-r21623] Update LFS testAllen Byrne2011-10-201-4/+31
| | | | Tested: local linux
* [svn-r21622] Update LFS testAllen Byrne2011-10-201-6/+37
| | | | Tested: local linux
* [svn-r21621] Add H5_ff_F90.f90 file to legacy fortran projectsAllen Byrne2011-10-206-115/+29
| | | | | | Replace contents of tnofilename.ddl with contents from tnofilename-with-packed-bits.ddl and use tnofilename.ddl in h5dump test scripts Test local linux: cmake
* [svn-r21620] Description: Scot Breitenfeld2011-10-201-20/+20
| | | | | | | | Changed the API to pass type(h5o_info_t) instead of a C pointer to the derived type. Tested: jam (gfortran and pgi)
* [svn-r21618] Description:Quincey Koziol2011-10-203-413/+441
| | | | | | | | | | | | Bring r21617 from trunk to 1.8 branch: Recalculate the size of destination attribute message when the source and destination versions are different during an object copy operation. (Jira: HDFF-7718) Tested on: Mac OS X/32 10.7.2 (amazon) w/debug (h5committested on trunk)
* [svn-r21616] Updates to Fortran 2003 constants.Scot Breitenfeld2011-10-201-1/+5
|
* [svn-r21614] Added new fortran, HL, fortran HL changes.Scot Breitenfeld2011-10-201-1/+18
|
* [svn-r21612] I put an item about the H5LTdtype_to_text bug (7701).Raymond Lu2011-10-191-1/+2
|
* [svn-r21611] Port r21610 to 1.8 branchNeil Fortner2011-10-191-6/+18
| | | | | | | | | | | | | Purpose: Fix bug 7776 Description: When H5Ocopy failed due to attempting to expand an invalid reference in an attribute (or at any point after the destination object header was inserted into the cache), it failed to clean up correctly. Modified H5O_copy_header_real to keep track of whether the object header was inserted and take appropriate action on failure. Tested: fedora (too minor for full commit test)
* [svn-r21609] Correct name of fortran file in project fileAllen Byrne2011-10-192-2/+2
|
* [svn-r21608] 1.8 needs file copied because it does not use srcdir functionAllen Byrne2011-10-191-0/+7
|
* [svn-r21607] I updated the test cases in this script file.Raymond Lu2011-10-191-6/+291
| | | | Tested on VMS.
* [svn-r21606] Correct name of fortran file in project fileAllen Byrne2011-10-192-10/+10
|
* [svn-r21605] Back out r21604 (wait for code freeze to be lifted)Neil Fortner2011-10-1815-311/+123
|
* [svn-r21604] Port r21603 to 1.8 branchNeil Fortner2011-10-1815-123/+311
| | | | | | | | | | | | | | | Purpose: Add generic skip list implementation Description: Added new H5SL_TYPE_GENERIC skip list type, which uses void *'s as keys and a client-supplied callback for key comparison. This was added to support the upcoming "merge named datatype" feature for H5Ocopy, but may be used in other places as well. Also added testing. Also fixed a potential bug with the H5SL_TYPE_OBJ implementation, and added testing for that. Tested: jam, koala, heiwa (h5committest), durandal
* [svn-r21602] I updated the test cases.Raymond Lu2011-10-181-4/+58
| | | | Tested on VMS.
* [svn-r21600] add new files to legacy projectsAllen Byrne2011-10-182-125/+145
|
* [svn-r21599] add new files to legacy projectsAllen Byrne2011-10-182-3090/+3054
|
* [svn-r21598] I corrected a few commands for the test cases.Raymond Lu2011-10-181-5/+5
| | | | Tested on VMS.
* [svn-r21595] Issue 7701 - fix for H5LTdtype_to_text. I made two ↵Raymond Lu2011-10-171-85/+87
| | | | | | corrections: 1. I changed all snprintf to HDsnprintf; 2. I corrected all wrong length passed to snprintf which cause Mac machines to fail. Tested on jam, koala, linew, Windows, and Apple.
* [svn-r21594] Add CMake option to disable packaging component: needed to ↵Allen Byrne2011-10-173-2/+10
| | | | | | avoid configuration warning when using Visual Studio Express versions on windows. Tested: Windows
* [svn-r21592] Purpose:Mike McGreevy2011-10-171-48/+54
| | | | | | | | | | | Minor cleanup of RELEASE.txt: - formatting - update platforms tested & known issues as of 1.8.7 release (i.e. changes made to 1_8_7's RELEASE.txt never merged to 1_8). (these will further be updated prior to 1.8.8 release). Tested: - release doc only, none needed.
* [svn-r21588] Snapshot version 1.8 release 8 (snap18)HDF Tester2011-10-177-23/+23
|
* [svn-r21585] Description: Fixed robodoc headers (functions and derived ↵Scot Breitenfeld2011-10-146-251/+325
| | | | | | | types), updated the definition of derived types from the original F2003 merge. Tested: jam (intel, gnu, pgi)
* [svn-r21576] Maintenance: Added F2003 info Elena Pourmal2011-10-141-14/+50
|
* [svn-r21574] Description:Scot Breitenfeld2011-10-141-38/+10
| | | | merged r21434 from trunk,
* [svn-r21569] Revision of the fix for Issue 7701 (H5LTdtype_to_text): I ↵Raymond Lu2011-10-141-89/+88
| | | | | | revised the code per Quincey's comments. (I changed the 1.8 branch first. I'm aware of that.) Tested on jam, linew, and koala.
* [svn-r21568] Description:Scot Breitenfeld2011-10-1495-22397/+740
| | | | | | Merged robodoc headers from trunk in the 1.8 branch, remove functions that should have not been merged into the 1.8 branch, removed the robodoc docomentation. Tested: jam (gnu, intel, pgi)
* [svn-r21567] Updated RELEASE.txtDana Robinson2011-10-141-6/+37
|