summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r21773] Correctly use CMAKE_BUILD_TYPE in functions for building ↵Allen Byrne2011-11-221-41/+66
| | | | | | extrnal libraries. Tested: local linux
* [svn-r21766] Update Linux VM section to match 1.8.8Allen Byrne2011-11-161-17/+17
|
* [svn-r21765] Issue 7618 - the library had seg fault when it tried to shrink ↵Raymond Lu2011-11-154-1/+236
| | | | | | the size of compound data type through H5Tset_size immediately after the type was created. I fixed it in this commit. I'm bringing the fix from the trunk. The only files being change are test/dtypes.c, src/H5T.c, src/H5Tconv.c, and release_docs/RELEASE.txt. All others are property changes. Tested on jam, koala, and linew.
* [svn-r21763] HDFFV-7798: CMake on linux. Corrected path component in ↵Allen Byrne2011-11-152-16/+38
| | | | fortran/src and hl/fortran/src and the install command.
* [svn-r21762] HDFFV-7798: CMake on linux, building Static with zlib built ↵Allen Byrne2011-11-151-1/+1
| | | | internally. Corrected path component in EXTERNAL_ZLIB_LIBRARY macro.
* [svn-r21760] Copy finished RELEASE.txt from the 1.8.8 branchMike McGreevy2011-11-151-2/+715
| | | | to 1.8's HISTORY-1_8.txt file.
* [svn-r21754] Change Nightly Start Time to match CDash and test kickoff time.Allen Byrne2011-11-141-2/+1
|
* [svn-r21752] Purpose:Mike McGreevy2011-11-142-1/+5
| | | | | | | | | | | | | | Revert part of r21421 (F2003 merge to 1.8) which unintentionally removed a line from configure.in that sets FC=no when fortran is not enabled. This ensures that configure doesn't run compiler checks on a fortran compiler when it won't be used. (and can cause failures in configure when no fortran compiler is present as well as issues with the resulting src/Makefile when building DLLs on Cygwin) Tested: h5committest; manually on jam & bangan (Cygwin).
* [svn-r21731] Brought revisions 21719 and 21720 from the trunk, fixes test ↵Scot Breitenfeld2011-11-082-38/+38
| | | | | | | | failures on Mac and race condition with make check -j#. Tested: jam (gnu)
* [svn-r21726] Bug HDFFV-2511: h5repack: failed in -q32 AIX due to memoryAlbert Cheng2011-11-071-4/+1
| | | | | | | | | | | Description: removed the temporary patch of RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA"} and similaryly for RUNPARALLEL since the h5repack test failure was fixed and this patch is no longer needed. (IBM also advices not to hardset MAXDATA if possible.) Tested: NASA G-ADA AIX machine, both 32 and 64 bits modes. (No parallel test because not able to build or run MPI executables yet.)
* [svn-r21723] Pushed trunk rev 21722 to the 1.8 branch. This reverts linking ↵Dana Robinson2011-11-062-4/+4
| | | | to the bsd-compat library on linux. Tested on jam, more extensive testing was performed on the trunk branch.
* [svn-r21718] Issue 7618 - the library had seg fault when it tried to shrink ↵Raymond Lu2011-11-043-12/+30
| | | | | | | | the size of compound data type through H5Tset_size immedia tely after the type was created. I'm bringing the fix from the trunk that I committed a while ago. My real changes are in test/dtypes.c, src/H5T.c, and release_docs/RELEASE.txt. All other changes are property changes. Tested on jam. But I tested the same fix in the trunk on jam, koala, and linew.
* [svn-r21717] Update cmake configurationAllen Byrne2011-11-0441-861/+763
| | | | | | | Update cmake to generate source folders in VS Brought parallel changes from trunk Tested: local linux
* [svn-r21708] I made more update for the test commands.Raymond Lu2011-11-031-18/+18
| | | | Not tested yet.
* [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