Commit Graph

13281 Commits

Author SHA1 Message Date
Allen Byrne
b2ae366389 [svn-r23587] Added Windows 8 to supported platforms 2013-04-15 10:09:53 -05:00
HDF Tester
fe383e73f1 [svn-r23586] Snapshot version 1.8 release 12 (snap0) 2013-04-14 19:51:56 -05:00
Raymond Lu
e1bcfd2331 [svn-r23579] I updated the compiler info, system info, and HDF5 support table of fred, emu, and ostrich.
No test is needed.
2013-04-12 14:41:28 -05:00
Dana Robinson
692af1936f [svn-r23573] Removed inappropriate executable properties from a few files. These are
often added by Windows text editors.

Tested on: jam (just tested to make sure it builds - no code changes)
2013-04-10 11:54:39 -05:00
Dana Robinson
17c32a8ca1 [svn-r23570] Merged r23508 from the trunk.
This removes some dead code that belonged to the multi dxpl functions
that were removed in HDF5 1.8.11.

Tested on: jam w/ C++ (minor change)
2013-04-10 09:38:55 -05:00
Albert Cheng
e8a57439fa [svn-r23567] Post v1.8.11 branch-off, changed version to 1.8.12-snap0.
Reset RELEASE.txt for next release (1.8.12).

Tested: h5committest.
2013-04-09 12:48:11 -05:00
Raymond Lu
67b3800ccb [svn-r23562] I added the info about dynamically loaded filters. 2013-04-08 11:23:26 -05:00
Allen Byrne
b445540e3d [svn-r23559] Fix valgrind configure error
Tested: local linux - with and without valgrind
2013-04-08 10:46:14 -05:00
HDF Tester
8eb7294332 [svn-r23557] Snapshot version 1.8 release 11 (snap16) 2013-04-07 16:39:11 -05:00
Albert Cheng
07d8b80b4a [svn-r23556] Bug fix: HDFFV-8358
The previous change set exec_prefix, libdir and includedir to actual values.
That removed the option for user to hand edit just the first prefix=...
to make "everything" to work.
Changed h5redeploy to do this by default:
## Installation directories:						  ##
## prefix	architecture-independent files.				  ##
## exec_prefix	architecture-dependent files, default is <prefix>.	  ##
## libdir	libraries, default is <exec_prefix>/lib.		  ##
## includedir	header files, default is <prefix/include>.		  ##
############################################################################
This allows users to just change the first line of prefix=<...> and the
effect will change libdir and includedir too.

This was also try to accommodate the -prefix option of h5XX. Unfortunately,
after changing h5redeploy, I found out the h5XX code to support -prefix
actually does not provide the stated efffect. This will be fixed in the
release.

Tested: h5committested plus hand test.
2013-04-05 13:32:49 -05:00
Joel Plutchak
25ff6f0269 [svn-r23553] Added HDFFV-8247 to thye known bugs section. 2013-04-05 12:34:04 -05:00
Raymond Lu
bf04b345d3 [svn-r23552] I merged the changes for DESY project from desy_1_8 branch back to this branch.
Tested with Albert's desycommittest script on emu, jam, koala, ostrich, and ostrich-no-shared-lib (duck takes too long.  I can't wait for it).
2013-04-05 10:55:33 -05:00
Raymond Lu
68a7d5b30e [svn-r23551] I updated this branch from the 1.8 branch (not related to DESY project) and a few changes for CMake and Windows from the trunk (related to DESY).
Tested with desycommittest (emu, koala, jam, ostrich, and ostrich-no-shared-lib), but can't wait for duck to finish.  It takes too long.
2013-04-04 17:11:05 -05:00
Quincey Koziol
55345aaf4d [svn-r23550] Description:
Bring r23549 from trunk to desy_1_8 branch:

    More misc. cleanups, but main change is to make an "extern" header file
for the plugin interface.

Tested on:
    Mac OSX/64 10.8.3 (amazon)
2013-04-04 16:05:34 -05:00
Quincey Koziol
60895bd615 [svn-r23545] Description:
Bring r23544 from trunk to 1.8 branch:

    Correct API version mistake w/H5Acreate -> H5Acreate2

Tested on:
    Mac OSX/64 10.8.3 (amazon) w/parallel
2013-04-04 08:33:56 -05:00
Quincey Koziol
5f43e5f837 [svn-r23542] Description:
Further revisions to dynamic library loading code, to clean it up.

Tested on:
    Mac OSX/64 10.8.3 (amazon)
    (h5committest not required on this branch)
2013-04-03 21:25:47 -05:00
Larry Knox
06a302be30 [svn-r23541] Reverted changes merged unintentionally with revision 23488 from trunk that will not go into the 1.8.11 release.
Tested with h5committest.
2013-04-03 17:11:13 -05:00
Raymond Lu
949835b61f [svn-r23539] I took out the "const" symbol from H5PL_get_plugin_type and H5PL_get_plugin_info functions.
Tested on koala - simple change.
2013-04-03 15:51:52 -05:00
Raymond Lu
cae6fcf563 [svn-r23537] I corrected the copyright information and added some comment in H5Pocpl.c.
Tested on koala - no code change.
2013-04-03 14:26:26 -05:00
Quincey Koziol
00a5fe5cf4 [svn-r23535] Description:
Bring r23529 from trunk to 1.8 branch:

    Stop aliasing property to indicate internal collective metadata operations
with property to perform collective raw data operations from the application.

Tested on:
    Mac OSX/64 10.8.3 (amazon) w/parallel
    (daily tests on trunk)
2013-04-03 13:11:58 -05:00
Raymond Lu
8d885f6388 [svn-r23534] I changed the operation in dynlib2.c from math operations pow and sqrt to simpler multiplication and division
to avoid potential rounding problem in math operations.

Tested on koala - simple change.
2013-04-03 11:34:40 -05:00
Albert Cheng
98db39f847 [svn-r23528] Bug fix: Mac system has dynamic library name in the form of libxyz.dylib.
Solution: Changed test_plugin.in to copy library file names in the form of libdynlib{123].*.

Another problem:
Even when copy failed in copying the libray files (was in the form of *.so*),
the test still passed.  That was because .libs was included in $HDF5_PLUGIN_PATH and the needed
plug in libraries were generated there.
Solution:
Fixed by copying the plug in library files to separate directories and seetup HDF5_PLUGIN_PATH
to include them but NOT .libs.

Tested: used desycommittest (duck, emu, jam, koala, ostrich) plus cmakehdf5 in jam.
2013-04-02 20:03:15 -05:00
Raymond Lu
cb27338522 [svn-r23525] I merged the changes r23524 from the trunk.
Not tested yet.
2013-04-02 14:33:15 -05:00
Raymond Lu
550bd7c0f4 [svn-r23522] I merged the changes that Allen added for supporting dynlib2.c and dynlib3.c from the trunk.
Not tested.  Allen will do it.
2013-04-02 12:11:37 -05:00
Raymond Lu
4da796299b [svn-r23521] I merged the changes for testing groups with filter into this branch.
Tested on jam and koala.
2013-04-02 11:44:31 -05:00
Larry Knox
8b04aa4c87 [svn-r23512] Replace install-data-local with install-exec-hook in test/Makefile.am.
Change fixes order of chmod and rm for *dynlib* with parallel make.

Tested in trunk.
2013-04-01 17:52:23 -05:00
Raymond Lu
95332ad177 [svn-r23510] I merged the changes for DESY project from the trunk (r23496) into this 1.8 DESY branch.
Tested with h5committest (duck failed with CMake because I don't know how to change test/CMakeLists.txt.  I'll wait for Allen to do it).
2013-04-01 15:42:58 -05:00
Scot Breitenfeld
91bcf7432e [svn-r23506] reverted changes in FFLAGS setting.
Tested: jam (gnu)
2013-03-31 21:16:00 -05:00
HDF Tester
a46ee1a136 [svn-r23504] Snapshot version 1.8 release 11 (snap15) 2013-03-31 16:36:11 -05:00
Binh-Minh Ribler
1a367cc384 [svn-r23503] Description:
Removed DSetMemXferPropList::setMulti/getMulti from header file (Dana removed
	them from cpp file.
    Added note about removing DSetMemXferPropList::setMulti/getMulti in C++ section.
Platforms tested: very minor
    Linux/32 2.6 (jam)
    SunOS 5.11 (emu)
2013-03-31 05:42:34 -05:00
Binh-Minh Ribler
1e64926e74 [svn-r23502] Description:
Added note for bug fix in the C++ API.
2013-03-31 01:58:31 -05:00
Dana Robinson
1e5f8cd370 [svn-r23501] Forgot to update RELEASE.txt from the last check-in. 2013-03-30 19:33:53 -05:00
Dana Robinson
fe6b68e6b8 [svn-r23500] Merge r23366 from trunk. Fixes HDFFV-8296.
Removed the H5Pset_dxpl_multi and H5Pget_dxpl_multi functions from
the library.  The intended functionality for them was never fully
implemented and they are fundamentally broken.

The functions were removed from the C and C++ interfaces.  They were
not exported in the Fortran interface.

Tested on jam
2013-03-30 18:27:18 -05:00
Dana Robinson
66814c5cf7 [svn-r23499] Merge from trunk
Fixes an issue (HDFFV-8159) where uninitialized memory was being read
during variable-length type conversion.  All variable-length type conversion
buffers are now initialized to contain 0s on allocation.

Tested on: jam w/ fortran and c++

This is a very small change (basially changing malloc to calloc) and
is unlikely to cause issues on other platforms.
2013-03-30 17:58:58 -05:00
Albert Cheng
b967faed84 [svn-r23498] Bug fix: HDFFV-8358
Change h5redeploy to change all 4 lines, prefix=..., exec_prefix=...,
libdir=..., and includedir=...  This way, it reset all 4 lines. Should work
for both version of h5cc created by configure or by rpm.

Tested: hand tested in jam.
2013-03-30 11:58:18 -05:00
Scot Breitenfeld
2571bbbc7b [svn-r23488] merged windows dll changes from the trunk to the branch.
svn merge -r23351:23487 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran .

Tested: windows.
2013-03-29 08:34:25 -05:00
Binh-Minh Ribler
8461df0911 [svn-r23485] Purpose: Fix bug HDFFV-8067
Description:
    Applied the fix for HDFFV-8067 and the minor cleanups from the trunk.
Platforms tested:
    Linux/32 2.6 (jam) with PGI compilers
    Linux/32 2.6 (jam) with GNU compilers
    Linux/64 2.6 (koala) with ICC compilers
    SunOS 5.10 (emu)
2013-03-28 23:03:20 -05:00
Allen Byrne
54319cf88d [svn-r23481] Added JIRA issues resolved. 2013-03-28 12:56:57 -05:00
Allen Byrne
f893d7bf96 [svn-r23479] Remove Windows XP info 2013-03-28 11:47:16 -05:00
Allen Byrne
0256a08b66 [svn-r23478] Update openSUSE info 2013-03-28 11:45:32 -05:00
Allen Byrne
4800a8d7a9 [svn-r23477] HDFFV-8359: correct script function calls.
Tested: local linux
2013-03-28 11:44:42 -05:00
Mohamad Chaarawi
984998fa95 [svn-r23471] bring 23470 from trunk
update INSTALL_parallel with build instructions for Hopper.
2013-03-27 17:12:08 -05:00
Jonathan Kim
91c30cdc2f [svn-r23464] Purpose:
HDFFV-8214 - h5repack failed converting small chunked dataset (size < 1K) to contiguous layout.

Description:
  h5repack failed converting small chunked dataset (size < 1K) to contiguous layout.
  The first case was when chunk dim is bigger than the dataset dim (at leat one), h5repack failed with displaying error stacks.
  The other case is when chunk dim is smaller than the dataset dim, h5repack failed to change layout.
  Merged from HDF5 trunk 23407
    
Tested: 
    jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), emu (solaris-BE), fred (mac64-LE), Windows (32-LE cmake), cmake (jam)
2013-03-27 10:10:25 -05:00
Allen Byrne
a605e303e9 [svn-r23460] Add missing infile assignment and error counts 2013-03-26 14:26:10 -05:00
Peter Cao
722ac5f543 [svn-r23459] HDFFV-8355 h5repack.sh was wrong for the two test cases. 2013-03-26 14:18:11 -05:00
Scot Breitenfeld
f12a59f4d6 [svn-r23455] Updated Fortran and HL entries. 2013-03-25 20:17:32 -05:00
Allen Byrne
d3c5fd31a0 [svn-r23449] Update script for reporting errors from configure, build, test.
Tested: jam
2013-03-25 14:22:10 -05:00
Allen Byrne
b93cec6dc4 [svn-r23448] HDFFV-8322: valgrind leaks 2013-03-25 12:49:42 -05:00
Allen Byrne
e9fdcdf5b6 [svn-r23445] Update linux VM information and noted that Ubuntu 12.10 with gcc 4.7.2 no longer has issues with dt_arith. 2013-03-25 11:27:21 -05:00
HDF Tester
90e802ab13 [svn-r23440] Snapshot version 1.8 release 11 (snap14) 2013-03-24 16:34:35 -05:00