AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
424a41f878b[svn-r23713] Description: Clean up warnings, switch library code to use Standard C/POSIX wrapper macros, remove internal calls to API routines, update checkapi and checkposix scripts.Tested on: Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN Big-Endian Linux/64 (ostrich)
Raymond LuRaymond Lu
7a3f473c046[svn-r23710] I added H5Pencdec.c to make.com. I added H5_HAVE_DIRENT_H H5_HAVE_LIBDL H5_HAVE_SETJMP to h5pubconf.h.Not tested yet.
Private HDFPrivate HDF
c09748b14e9[svn-r23708] Snapshot version 1.9 release 151
Allen ByrneAllen Byrne
b0235a2610b[svn-r23707] Vagrind memleak: bufferes only cleaned up if there was an error.
Quincey KoziolQuincey Koziol
7922ae388e4[svn-r23698] Description: Revert r23695, which breaks big-endian tests on ostrich, etc. Will investigate and submit correction later.Tested on: BE & LE Linux systems (ostrich, koala, jam, emu)
Quincey KoziolQuincey Koziol
d38fe20df6b[svn-r23695] Description: Clean up warnings in H5Tconv.c (down to _only_ 9000 lines of output now!) Merge changes from Coverity branch back to trunk: r20684: Fix for coverity bug #1721 which was due to the fix for coverity bug #943. r20685: Use HDstrncpy. --gh r20761: Purpose: Fix valgrind issues Description: Free image_data and data as appropriate in test_image. r20762: Purpose: Fix coverity issue 600 Description: Add check for return value of H5O_close in H5Ocopy. Also cleaned up...
Allen ByrneAllen Byrne
5ecebe5b9bc[svn-r23692] Remove INSTALL_VMS file.Added if block around INSTALL files
Allen ByrneAllen Byrne
fb396557fc7[svn-r23691] Fix valgrind leak by closing faplTested: local linux
Raymond LuRaymond Lu
90ccb5c3c3e[svn-r23685] Issue 8380 H5Zunregister caused seg fault. I simplied the iteration process over datasets, groups, and files as Quincey suggested. I also removed H5I_search that I introduced in last commit but didn't actually used it.Tested on jam and koala - simple change.
Raymond LuRaymond Lu
8ec42ced806[svn-r23675] Issue 8380 - H5Zunregister caused seg fault. This is the followup commit. Quincey reviewed my previous commit and suggested me to use H5I_iterate to iterate through all opened objects in H5Z_unregister. I changed it in this commit.Tested with h5committest.
Private HDFPrivate HDF
8f3aee85de3[svn-r23669] Snapshot version 1.9 release 150
Joel PlutchakJoel Plutchak
99e1300a0f5[svn-r23668] Added fix report for Jira issue HDFFV-8247, and removed it fromthe "Known Problem" section.HDFFV-8247
Joel PlutchakJoel Plutchak
30f904dbe99[svn-r23667] Removed H5E call.
Joel PlutchakJoel Plutchak
62f6b579d09[svn-r23666] Fix for fill value problem for chunked files with mixed allocated/unallocated chunks.
Joel PlutchakJoel Plutchak
7d205bba0a8[svn-r23665] Added test cases to expose potential fill value issues.
Albert ChengAlbert Cheng
7d0aded13a6[svn-r23662] Bug fix: HDFFV-8236 Some files are not distributed when release tarball is created by bin/release according to MANIFEST. But --enable-build-all compiles them in test/.Solution: Distributed those missing files for now. Need to resolve if these files should be distributed or not. And if not, fix --enable-build-all NOT to compile them. Tested: use bin/release to generate the tarball and run --enable-build-all with it. Error is gone and all passed.HDFFV-8236
Raymond LuRaymond Lu
bada3f7a86c[svn-r23656] Issue 8380 H5Zunregister caused seg fault: I added some protection measures: 1. If any opened object uses the filter, let it fail. 2. Flush all opened files to push any cached data to files.Tested with h5committest.
Allen ByrneAllen Byrne
029e1434713[svn-r23651] Add MPI configuration information to includes and libs
Allen ByrneAllen Byrne
3c79c08dbe0[svn-r23649] Correct file reference in pack listRename and update CMake docs.
Private HDFPrivate HDF
1f09e9d19e4[svn-r23642] Snapshot version 1.9 release 149
Albert ChengAlbert Cheng
613c5e8046d[svn-r23638] Removed INSTALL_MinGW because, 1. The file states that: NOTE: We are no longer actively supporting MinGW as of 1.8.5. 2. It is not tested for v1.8.11. 3. If we ever supports it again, it can be "restored" from previous release (e.g. v1.8.10).)
Albert ChengAlbert Cheng
357424423c6[svn-r23618] Bug fix: HDFFV-8390 Threadsafe works in v1.8.10 release. But it fails v1.8.11-pre1 tarball in configure stage now. There was a typo in the configure around the checking of pthread library. Fixed it.Tested: AIX and also h5committested.HDFFV-8390
Allen ByrneAllen Byrne
ed5a2bc1c1b[svn-r23614] Remove subfolders for includes
Albert ChengAlbert Cheng
00648b6875e[svn-r23607] Purpose: Daily test failed in koala with parallel and v16compat API from the previous commit r22735.Descriptoin: Changed to use H5Dopen2() instead of H5Dopen(). Tested: koala --enable-parallel --with-default-api-version=v16. No h5committest test since this is limited to parallel test program.
Quincey KoziolQuincey Koziol
5acd9c4053f[svn-r23597] Description: Bring r20683 from Coverity branch back to trunk:Isues 1309-1333: Changed strcpy/strcat to strncpy/strncat with maximum size expected. Tested on: Max OSX/64 10.8.3 (amazon) w/C++ & FORTRAN
Raymond LuRaymond Lu
e112a68bf8b[svn-r23590] I added SunOS 5.11 (emu) as a newly supported system.
Scot BreitenfeldScot Breitenfeld
c61fb7260a3[svn-r23585] changed the integer kind in the enum to satisfy g95.Tested: jam (g95, gfortran)
Quincey KoziolQuincey Koziol
608559deade[svn-r23584] Description: Update with new compiler warnings for gcc 4.8.xTested on: Mac OSX/64 10.8.3 (amazon) w/gcc 4.8.0
Raymond LuRaymond Lu
523675b2c18[svn-r23580] I updated the compiler info, system info, and HDF5 support table of fred, emu, and ostrich.No test is needed.
Scot BreitenfeldScot Breitenfeld
337242feeae[svn-r23576] added missing argument in check call.tested: jam (g95,gcc))
Dana RobinsonDana Robinson
dd577725d15[svn-r23572] 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)
Raymond LuRaymond Lu
3e841b44be4[svn-r23561] I added the info about dynamically loaded filter.
Albert ChengAlbert Cheng
6b00c16d2ac[svn-r23555] Bug fix: HDFFV-8358The 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 librar...HDFFV-8358
Joel PlutchakJoel Plutchak
a99e92e6a4d[svn-r23554] Added HDFFV-8247 to the Known Problems section.HDFFV-8247
Quincey KoziolQuincey Koziol
8277409a9b5[svn-r23549] Description: 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)
Allen ByrneAllen Byrne
70e0f8e200c[svn-r23548] Fix typo in macro end macroWarning only.
Allen ByrneAllen Byrne
12616e370c0[svn-r23547] Windows plugins will always be "dll"'s. CMake also uses ";" as a separator - escape itTested: windows
Allen ByrneAllen Byrne
a259cbdda79[svn-r23546] Correct typo
Quincey KoziolQuincey Koziol
46342f63987[svn-r23544] Description: Correct API version mistake w/H5Acreate -> H5Acreate2Tested on: Mac OSX/64 10.8.3 (amazon) w/parallel
Quincey KoziolQuincey Koziol
9ab7c470005[svn-r23543] Description: Bring r23542 from desy_1_8 branch to trunk: Further revisions to dynamic library loading code, to clean it up. Tested on: Mac OSX/64 10.8.3 (amazon) w/parallel
Raymond LuRaymond Lu
68b0945687c[svn-r23540] I took out the "const" symbol from H5PL_get_plugin_type and H5PL_get_plugin_info functions.Tested on jam - simple change.
Allen ByrneAllen Byrne
f2e9f4e8c66[svn-r23538] Correct incorrect unset var name
Raymond LuRaymond Lu
86c0d2aa05f[svn-r23536] I corrected the copyright information and added some comment in H5Pocpl.c.Tested on jam - no code change.
Raymond LuRaymond Lu
97caaff719f[svn-r23533] 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 jam - simple change.
Allen ByrneAllen Byrne
f03301ce82e[svn-r23530] Moved test property into test macro.Tested: local linux
Quincey KoziolQuincey Koziol
b4331b2ff33[svn-r23529] Description: 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/paralllel
Larry KnoxLarry Knox
0b16cecb994[svn-r23527] Revised usage to reflect change to use -shlib as default when no static libraries were built.No test - text only revision of compile scripts.
Albert ChengAlbert Cheng
7ee9828c261[svn-r23526] Bug fix: Mac system has dynamic library name in the form of libxyz.dylib. 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. 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,...
Allen ByrneAllen Byrne
26785f6af58[svn-r23524] Use two plugin folders for testing plugin Path
Allen ByrneAllen Byrne
91831f41ad8[svn-r23520] Add new plugin library to build list for test.Tested: local linux, windows