Commit Graph

1582 Commits

Author SHA1 Message Date
HDF Tester
c6e1f166e3 [svn-r21226] Snapshot version 1.8 release 8 (snap9) 2011-08-14 19:38:01 -05:00
Allen Byrne
129660f376 [svn-r21215] Correct location of xml schema files. JIRA HDFFV-7688 2011-08-10 16:02:28 -05:00
Allen Byrne
863e8872cb [svn-r21199] Change default fortran compiler to gfortran
Tested: cygwin
2011-08-09 13:56:50 -05:00
HDF Tester
9df7ffdaf0 [svn-r21186] Snapshot version 1.8 release 8 (snap8) 2011-08-07 19:24:15 -05:00
HDF Tester
b66c7fa6f4 [svn-r21159] Snapshot version 1.8 release 8 (snap7) 2011-07-31 19:21:54 -05:00
Jonathan Kim
0069b4b190 [svn-r21151] Description:
Merged from HDF5 trunk r21105

  Fixed two bugs:    
    - h5repack: h5repack failed to copy dataset if the layout is changed from c
      hunked with unlimited dims to contiguous. (PC -- 2011/07/15)
    - h5diff: "--delta" option considers two NaN of the same type are different
      , which is wrong based on http://www.hdfgroup.org/HDF5/doc/RM/Tools.html#Tools-Diff.  (PC -- 2011/07/15)

Tested:
  jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
2011-07-26 10:20:51 -05:00
HDF Tester
e71268c120 [svn-r21150] Snapshot version 1.8 release 8 (snap6) 2011-07-24 19:21:54 -05:00
Larry Knox
75bd77c88c [svn-r21147] Removed Absoft Fortran compiler from Platforms Tested section.
No test - doc file only.
2011-07-23 17:16:45 -05:00
Larry Knox
c325fe419c [svn-r21145] Updated RELEASE.txt
- removed g95 and f95 from Platforms tested section
- replaced amani with koala
- removed NCSA abe

No test - doc file only.
2011-07-23 16:55:28 -05:00
Albert Cheng
5ee7c00b6f [svn-r21144] No access to any AIX system any more.
Removed entries of AIX as tested platform.
2011-07-23 10:57:02 -05:00
Quincey Koziol
99992db34d [svn-r21122] Description:
Bring r21120 from trunk to 1.8 branch:

    Check in ugly version of fix for Jira #7638.  I'm going to leave the issue
open in Jira and when the library has been refactored to use shared file
pointers (instead of top file pointers) for file operations, I'll uncomment
the check in src/H5Oshared.c

Tested on:
    Mac OS X/32 10.6.8 (amazon) w/debug
    (too small for h5committest)
2011-07-18 18:16:08 -05:00
Allen Byrne
3686703e86 [svn-r21094] Add section on updating paths in VS2010 2011-07-12 13:13:25 -05:00
Jonathan Kim
a3bf96ec3c [svn-r21077] Purpose:
Work for HDFFV-7600 - GMQS: h5diff - argument options -d, -p and --use-system-epsilon should be mutually exclusive.

Description:
    Merge from HDF5 trunk r21072.
    Fixed h5diff to display instructive error message and exit with 1
    when mutually exclusive options (-d, -p and --use-system-epsilon)
    are used together.

Tested:
    jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
2011-07-08 10:53:10 -05:00
Allen Byrne
334cc1781f [svn-r21073] Removed reference to PackedBits option 2011-07-08 09:16:28 -05:00
HDF Tester
dfc0da212e [svn-r21065] Snapshot version 1.8 release 8 (snap5) 2011-07-03 19:39:37 -05:00
Mike McGreevy
d93ae26226 [svn-r21044] Purpose:
Fix HDFFV-7592

    "Remove PACKEDBITS option from autotools files"

Description:
    The code for h5dump's packed bits feature was
    conditionally compiled in via this option during its
    'beta' release in 1.8.5. Now that the feature is fully
    supported, h5dump has since been changed to always
    compile the packed bits code (having removed the #ifdef
    H5_HAVE_H5DUMP_PACKED_BITS checks), so this option in
    configure is no longer needed.

    This commit removes the --enable-h5dump-packed-bits
    configure option, including the help summary from
    './configure --help' and the libhdf5.settings output
    summary, the PACKED_BITS Makefile variable, and the
    definition of H5_HAVE_H5DUMP_PACKED_BITS define in
    appropriate pubconf header files (which has already
    been removed from use in source code as of r20722).

    Note that this option was never added to the trunk,
    thus this commit only need occur on the 1.8 branch.

Tested:
    - Configure output, help, & summary verified on jam
    - h5committested
2011-06-28 16:25:10 -05:00
HDF Tester
10eb151dc0 [svn-r21035] Snapshot version 1.8 release 8 (snap4) 2011-06-26 19:18:12 -05:00
Raymond Lu
6e55bfba8a [svn-r21024] Bug fix for Issue 2598 - In v1.6 library, there was EOA for the whole MULTI file saved in the
super block.  We took it out in v1.8 library because it's meaningless 
           for the MULTI file.  v1.8 library saves the EOA for the metadata file, 
           instead. But this caused some backward compatibility problem.
           v1.8 library couldn't open the file created with v1.6 library.  I 
           fixed the problem by checking the EOA value to detect the file
           created with v1.6 library. 

Tested on jam, koala, and linew.
2011-06-23 11:40:31 -05:00
Jonathan Kim
b5fbe95269 [svn-r21018] Purpose:
HDFFV-5878 - GMQS: h5dump - incorrect output format for array type with multiple elements in an index

Description:
    Merged from HDF5 trunk r21014.
    Fixed h5dump to display the first line of each element into correct 
    position for multiple dimention array type.
    Before this fix, the first line of each element in array were displayed 
    after the last line of previous element without moving to the next 
    line (+indentation)

Tested:
    jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
2011-06-22 16:22:33 -05:00
HDF Tester
039ccff536 [svn-r21001] Snapshot version 1.8 release 8 (snap3) 2011-06-19 19:18:24 -05:00
Allen Byrne
49d3256cfe [svn-r20973] Updated windows and linux VMs tested section to match 1.8.7 release 2011-06-14 13:29:42 -05:00
Raymond Lu
99030cf45c [svn-r20936] Issue 4278 - When reading data fails, the error message should say which filter isn't registered. The fix is simple. Most of the effort is on the test. The file with filter enabled is created in gen_filter.c. The verification of the error message is in test_error.c. The output is compared against the standard output.
Tested on jam, koala, and heiwa.
2011-06-06 17:15:24 -05:00
HDF Tester
becc4769b6 [svn-r20932] Snapshot version 1.8 release 8 (snap2) 2011-06-05 19:13:34 -05:00
HDF Tester
11cdf49515 [svn-r20924] Snapshot version 1.8 release 8 (snap1) 2011-05-29 19:11:07 -05:00
Raymond Lu
596a38f519 [svn-r20920] Issue 7579 - The overflowing ENUM values are inconsistent. When no conversion is involved in reading or writing the
data, overflowing values are retained.  When conversion happens, the values become -1. The conversion function puts -1
when overflow happens.  I added two new dataset transfer property to control whether to fill 0xff in the destination 
data or convert to the destination data when overflow happens.  The two new functions are H5Pset(get)_enum_conv_overflow.  I also added test cases in enum.c and dtypes.c.

Tested on jam, koala, and heiwa.
2011-05-27 16:13:25 -05:00
Dana Robinson
cada25ba3d [svn-r20898] Merge of configure changes 20891-2,4 from the trunk. 2011-05-24 17:11:36 -05:00
HDF Tester
700b935f7b [svn-r20889] Snapshot version 1.8 release 8 (snap1) 2011-05-23 09:17:12 -05:00
Raymond Lu
b290a2d784 [svn-r20873] Issue 7564 - Allow H5Tcreat to create string type (fixed-length and variable-length). I also added a test case in dtypes.c. The commit is only for test/dtypes.c, src/H5T.c, and release_docs/RELEASE.txt. All others are property changes due to the merge from the trunk.
Tested on jam but I tested the same change for the trunk on jam and linew - relatively simple.
2011-05-20 11:34:12 -05:00
Jonathan Kim
005c6a9155 [svn-r20811] Purpose:
HDFFV-7594 - GMQS: h5dump shows wrong values for H5T_STD_I8LE dataset on Blue-gene (ppc64 linux BE +@)

Description:
    Merged from HDF5 trunk r20804.
    For the STD_I8 type data, updated to use 'signed char' instead of 'char' as
    'char' could be defined as unsigned on a certain system, which cause h5dump
    to display data values incorrectly.

Tested:
    jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), cmake
2011-05-13 10:02:26 -05:00
Allen Byrne
8fc3aa7ca3 [svn-r20809] Add Using_CMake.txt file to docs and install 2011-05-13 09:12:13 -05:00
Jonathan Kim
a396f8dd7f [svn-r20794] Purpose:
HDFFV-5928 - GMQS: h5diff problem and improvement on comparsing the same objects

Description:
    Merged from HDF5 trunk r20767.
    Improved performance by eliminating duplicated action for getting object 
    information in half from the previous fixe when comparing group vs group. 
    This is addition to the previous commit r20706.

Tested:
    jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE)
2011-05-10 18:05:28 -05:00
Mike McGreevy
30db3befb2 [svn-r20791] Copy finished RELEASE.txt from 1.8.7 branch to
1.8's HISTORY-1_8.txt file.
2011-05-10 13:31:40 -05:00
Albert Cheng
88a54b790d [svn-r20770] Entered the two known problems:
1. "make install prefix=XXX" does not work with shared libraries.
2. May have to increase $HDF5_ALARM_SECONDS for t_shapesame test.
2011-05-07 01:59:29 -05:00
Albert Cheng
21859f0cb8 [svn-r20690] Changed compiler name from xlf/mpxlf_r to xlf90/mpxlf90_r to avoid
misunderstanding.  xlf/mpxlf_r are actually Fortran 77 compilers. HDF5 requires
Fortran 90 or higher.
2011-04-29 18:45:11 -05:00
Quincey Koziol
814c2225da [svn-r20647] Description:
Bring r20646 from trunk to 1.8 branch:

Tested on:
	FreeBSD/32 8.2 (loyalty)
	(too minor to require h5committest)
2011-04-26 15:21:38 -05:00
Mike McGreevy
23e2eff7a3 [svn-r20566] - Clear our RELEASE.txt in preparation for 1.8.8 release work.
- Update version references in RELEASE.txt
- Add reminder to HISTORY.txt that it needs completed RELEASE.txt
  from the 1.8.7 branch when it's done.
2011-04-20 11:51:21 -05:00
Mike McGreevy
2065dc05cc [svn-r20565] Update 1.8 branch version to 1.8.8-snap0 2011-04-20 11:41:42 -05:00
Mark Evans
697ca4c4fe [svn-r20558] _ Added a JIRA ticket # to a bug fix entry. 2011-04-19 12:58:46 -05:00
Allen Byrne
1d59705730 [svn-r20557] Update Windows doc references 2011-04-19 11:06:49 -05:00
Mark Evans
6ad1466b4f [svn-r20547] _ Edited for language. Some questions sent to Jonathan
and Albert for clarification.
2011-04-18 13:31:02 -05:00
Frank Baker
b6cf1e2aa1 [svn-r20526] Description:
Editorial pass.
2011-04-15 16:21:15 -05:00
Mike McGreevy
699098014b [svn-r20525] Description:
Merge revisions 20475, 20502, and 20504 from trunk to 1.8 branch.

Tested:

    Tested on jam, fred, bangan (CYGWIN), and h5committested.
2011-04-15 15:41:32 -05:00
Albert Cheng
e59c147f5d [svn-r20521] Removed ibm-aix6.x file which just sourced ibm-aix file. Removed code in
configure.in that tried to distinguish different versions of AIX. This is no 
longer needed.

Tested:
NCSA Blue-print. No h5committest since this affected AIX system only.
2011-04-15 15:14:03 -05:00
Quincey Koziol
531f24926c [svn-r20517] Description:
Bring r20513 from trunk to 1.8 branch:

	Correct several problems with compound datatypes that don't have any
fields added:

- Change assertion to error report when a file is encountered which has this
	situation.

- Added check to attribute creation to avoid creating attributes with a
	datatype like this (datasets and named datatypes already have the check)

Tested on:
       FreeBSD/32 6.3 (duty) in debug mode
       FreeBSD/64 6.3 (liberty) 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 (amani) w/Intel compilers, w/default API=1.6.x,
               w/C++ & FORTRAN, in production mode
       Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
               w/szip filter, w/threadsafe, in production mode
       Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode
2011-04-15 14:25:36 -05:00
Dana Robinson
a3a0794eb3 [svn-r20509] Added my bugfixes and known issues to RELEASE.txt. 2011-04-15 12:23:22 -05:00
Jonathan Kim
92897336ee [svn-r20494] Purpose:
Fixed HDFFV-4342 : GMQS:  h5dump test fails when source directory is read-only

Description:
    Merged from HDF5 trunk r20488 and r20490.
    Updated h5dump test case script to prevent entire test failure upon 
    source code directory is read-only.

     
Tested:
 jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam, windows)
2011-04-14 11:30:31 -05:00
Neil Fortner
ad86a38f70 [svn-r20492] Rename H5Frelease_file_cache to H5Fclear_elink_file_cache.
Tested: Fedora (too minor for full committest)
2011-04-13 16:05:40 -05:00
Larry Knox
30fee2b4da [svn-r20479] Fixed issue HDFFV-5866 (BZ 2156). Changed scripts to run examples to use specific names for compiled executable files instead of a.out, which did not work on Cywin as it produces a.exe by default. Removed issue from known problems section of RELEASE.txt.
Tested with h5committest and Cygwin 1.7.8 on Windows 7.
2011-04-12 11:19:22 -05:00
Larry Knox
ba954eba91 [svn-r20409] Corrected text in INSTALL file: there is no --enable-szlib configure option, it should be --with-szlib=. 2011-04-04 08:16:58 -05:00
Jonathan Kim
183aaba8fc [svn-r20385] Purpose:
Bug 2182 - h5ls and h5dump: update to use --enable-error-stack among tools, also update related descriptions

Description:
    Merged from HDF5 trunk r20378 and r20379
    Decided to use --enable-error-stack long option name only to 
    display error stack messages from HDF5 lib among tools.
    Updated to unify option name to '--enable-error-stack' for printing 
    HDF5 error stack messages for HDF5 tools. h5ls and h5dump for now.
    For h5ls, this replaces "-e/--errors" option, which is deprecated.
    For h5dump, remove -E from help page and RM , which was added by mistake
    before release1.8.7.
    Help page and RM got updated.
    Updated test case.
     
Tested:
 jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
2011-03-31 17:31:20 -05:00