summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23539] I took out the "const" symbol from H5PL_get_plugin_type and ↵Raymond Lu2013-04-034-8/+8
| | | | | | H5PL_get_plugin_info functions. Tested on koala - simple change.
* [svn-r23537] I corrected the copyright information and added some comment in ↵Raymond Lu2013-04-039-63/+49
| | | | | | H5Pocpl.c. Tested on koala - no code change.
* [svn-r23534] I changed the operation in dynlib2.c from math operations pow ↵Raymond Lu2013-04-031-11/+10
| | | | | | | | and sqrt to simpler multiplication and division to avoid potential rounding problem in math operations. Tested on koala - simple change.
* [svn-r23528] Bug fix: Mac system has dynamic library name in the form of ↵Albert Cheng2013-04-031-5/+47
| | | | | | | | | | | | | | | | 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.
* [svn-r23525] I merged the changes r23524 from the trunk.Raymond Lu2013-04-021-6/+45
| | | | Not tested yet.
* [svn-r23522] I merged the changes that Allen added for supporting dynlib2.c ↵Raymond Lu2013-04-021-33/+37
| | | | | | and dynlib3.c from the trunk. Not tested. Allen will do it.
* [svn-r23521] I merged the changes for testing groups with filter into this ↵Raymond Lu2013-04-026-25/+243
| | | | | | branch. Tested on jam and koala.
* [svn-r23512] Replace install-data-local with install-exec-hook in ↵Larry Knox2013-04-013-9/+10
| | | | | | | | test/Makefile.am. Change fixes order of chmod and rm for *dynlib* with parallel make. Tested in trunk.
* [svn-r23510] I merged the changes for DESY project from the trunk (r23496) ↵Raymond Lu2013-04-0134-1472/+3771
| | | | | | 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).
* [svn-r23506] reverted changes in FFLAGS setting. Scot Breitenfeld2013-04-012-7/+11
| | | | Tested: jam (gnu)
* [svn-r23504] Snapshot version 1.8 release 11 (snap15)HDF Tester2013-03-316-20/+20
|
* [svn-r23503] Description:Binh-Minh Ribler2013-03-312-7/+4
| | | | | | | | | 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)
* [svn-r23502] Description:Binh-Minh Ribler2013-03-311-1/+8
| | | | Added note for bug fix in the C++ API.
* [svn-r23501] Forgot to update RELEASE.txt from the last check-in.Dana Robinson2013-03-311-0/+5
|
* [svn-r23500] Merge r23366 from trunk. Fixes HDFFV-8296.Dana Robinson2013-03-303-184/+0
| | | | | | | | | | | 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
* [svn-r23499] Merge from trunkDana Robinson2013-03-302-8/+14
| | | | | | | | | | | 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.
* [svn-r23498] Bug fix: HDFFV-8358Albert Cheng2013-03-301-7/+64
| | | | | | | | 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.
* [svn-r23488] merged windows dll changes from the trunk to the branch.Scot Breitenfeld2013-03-293-21/+46
| | | | | | svn merge -r23351:23487 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran . Tested: windows.
* [svn-r23485] Purpose: Fix bug HDFFV-8067Binh-Minh Ribler2013-03-2913-67/+91
| | | | | | | | | | 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)
* [svn-r23481] Added JIRA issues resolved.Allen Byrne2013-03-281-19/+32
|
* [svn-r23479] Remove Windows XP infoAllen Byrne2013-03-281-4/+0
|
* [svn-r23478] Update openSUSE infoAllen Byrne2013-03-281-6/+6
|
* [svn-r23477] HDFFV-8359: correct script function calls.Allen Byrne2013-03-281-5/+5
| | | | Tested: local linux
* [svn-r23471] bring 23470 from trunkMohamad Chaarawi2013-03-271-0/+67
| | | | update INSTALL_parallel with build instructions for Hopper.
* [svn-r23464] Purpose: Jonathan Kim2013-03-274-10/+26
| | | | | | | | | | | | | 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)
* [svn-r23460] Add missing infile assignment and error countsAllen Byrne2013-03-261-0/+2
|
* [svn-r23459] HDFFV-8355 h5repack.sh was wrong for the two test cases.Peter Cao2013-03-261-3/+17
|
* [svn-r23455] Updated Fortran and HL entries.Scot Breitenfeld2013-03-261-2/+13
|
* [svn-r23449] Update script for reporting errors from configure, build, test.Allen Byrne2013-03-251-3/+16
| | | | Tested: jam
* [svn-r23448] HDFFV-8322: valgrind leaksAllen Byrne2013-03-252-38/+29
|
* [svn-r23445] Update linux VM information and noted that Ubuntu 12.10 with ↵Allen Byrne2013-03-251-16/+17
| | | | gcc 4.7.2 no longer has issues with dt_arith.
* [svn-r23440] Snapshot version 1.8 release 11 (snap14)HDF Tester2013-03-246-20/+20
|
* [svn-r23416] Description:Quincey Koziol2013-03-211-2/+2
| | | | | | | | | Bring r23415 from trunk to 1.8 branch: Avoid using fpclassify() for detecting zero/non-zero values. Tested on: Mac OSX/64 10.8.3 (amazon) w/debug
* [svn-r23413] Add test depends on clear test. Occasional failures.Allen Byrne2013-03-211-0/+7
|
* [svn-r23396] Description:Quincey Koziol2013-03-207-611/+619
| | | | | | | | | | | | | | Bring r23395 from trunk to 1.8 branch: Bring Coverity changes from branch to trunk: r20682: fixed coverity: 76, 77, 635, 636, 1164, 1165, 1166, 1121, 1122, 1117, 1343 Tested on: Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
* [svn-r23391] Adding notes for fixing HDFFV-8346 and HDFFV-8344Peter Cao2013-03-191-0/+4
|
* [svn-r23383] fixed HDFFV-8344 and HDFFV-8346: add info for user registered ↵Peter Cao2013-03-194-7/+17
| | | | filter in h5dump
* [svn-r23364] Snapshot version 1.8 release 11 (snap13)HDF Tester2013-03-176-19/+19
|
* [svn-r23362] -r23091 and 23093 from trunk.Scot Breitenfeld2013-03-1715-6/+853
| | | | Tested: jam (intel)
* [svn-r23355] Correct target nameAllen Byrne2013-03-151-1/+1
|
* [svn-r23352] merged -r22826:23050 and -r23060:23351 from trunk into branch.Scot Breitenfeld2013-03-1573-1371/+4352
| | | | Tested: jam (gnu, intel)
* [svn-r23351] brought r23066 from trunk into branch:Scot Breitenfeld2013-03-151-0/+11
| | | | | | | r23066 | byrn | 2012-11-29 09:50:21 -0600 (Thu, 29 Nov 2012) | 2 lines HDFFV-8265: create .def file during configure, added F2003 optional functions and refactor ISO_C_BINDING usage in cmake files Tested: local cmake
* [svn-r23349] Description:Frank Baker2013-03-141-7/+6
| | | | | | | Move introduction of new function, H5DOwrite_chunk, from "Bug fixes" to "New Features" section. Consistency cleanup. Tested: Firefox
* [svn-r23343] HDFFV-8322: for valgrind testing, split-up testhdf5 tests by ↵Allen Byrne2013-03-125-4/+44
| | | | | | | | excluding and running long running tests separately. Merged from trunk. Tested: local linux
* [svn-r23342] Snapshot version 1.8 release 11 (snap12)HDF Tester2013-03-106-20/+20
|
* [svn-r23339] Updated with HDFFV-8305 fix.Albert Cheng2013-03-071-1/+10
|
* [svn-r23337] Bug fix: HDFFV-8305Albert Cheng2013-03-071-1/+4
| | | | | | | | Some systems, like Mac, strings inspect library files and older versions of strings maybe know newer library format, resulting in errors. Make it read the file as stdin, avoiding this problem. Tested: h5committest. all passed.
* [svn-r23334] Update CMake documentation, remove obsolete info for windows.Allen Byrne2013-03-063-667/+483
|
* [svn-r23330] Merged r23325 from the trunk into the branch.Scot Breitenfeld2013-03-067-448/+616
| | | | Tested: jam (intel)
* [svn-r23328] Added the reference of the requirement of POSIX Compliance.Albert Cheng2013-03-051-6/+22
|