Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
e35d1e08f31[svn-r23763] Fix missing command Tested: local linux
Allen ByrneAllen Byrne
93ec8e08211[svn-r23762] Change warning flag groups to match list of gcc 4.7 from the config/gnu-flags file.
Allen ByrneAllen Byrne
c7e81f4894a[svn-r23759] HDFFV-8451/8453: add options to enable more warning messages. MS VS compiler levels added to warning options.
Allen ByrneAllen Byrne
26ef64312a5[svn-r23754] HDFFV-8451/8453: add options to enable more warning messages. Tested: local linux
Allen ByrneAllen Byrne
6ca79dd1490[svn-r23753] HDFFV-8461: Add Windows /MT support This adds the UserMacros.cmake Windows /MT support file. Tested: local linux
Allen ByrneAllen Byrne
f4a3f6412bb[svn-r23751] Enable all warnings (do not filter warnings)
Allen ByrneAllen Byrne
8f0c245f727[svn-r23748] HDFFV-8461: Add Windows /MT support This adds the UserMacros.cmake support needed. Correct Properties tag name
Allen ByrneAllen Byrne
7e2733da8cd[svn-r23746] Correct Windows setting after tests on windows
Allen ByrneAllen Byrne
feb14ea872e[svn-r23745] HDFFV-8461: Add Windows /MT support This adds the UserMacros.cmake support needed.
Allen ByrneAllen Byrne
001f6a53bff[svn-r23744] HDFFV-8468: Remove conversion tests which generate access violations on Windows 8 64
Private HDFPrivate HDF
70d440330db[svn-r23741] Snapshot version 1.9 release 153
Allen ByrneAllen Byrne
f0a9b781f3e[svn-r23740] HDFFV-8447: subsetting broke data output file option. Reviewed in H5T-59, tested local linux
Allen ByrneAllen Byrne
a6d8395557a[svn-r23737] HDFFV-8434: Use lowecase for whether in confiure.ac Trival change
Allen ByrneAllen Byrne
06d9eb3c638[svn-r23736] HDFFV-8437: CMake so version numbering - changed order of values to match libtool values. Tested: local linux
Allen ByrneAllen Byrne
10108d7e304[svn-r23735] HDFFV-8445: unregonized character warning solved by changing '\/' to '\\'. Tested: Windows
Allen ByrneAllen Byrne
fab67b684ee[svn-r23733] HDFFV-8366: Patches tested by Larry using h5committest, it creates the intermediate testfiles folder first.
Private HDFPrivate HDF
177a90f97ab[svn-r23718] Snapshot version 1.9 release 152
Quincey KoziolQuincey Koziol
33bd53a7ebe[svn-r23717] Description: Fix return value from FAIL to NULL, to match the routines type. Tested on: Mac OSX/64 10.8.3 (amazon)
Joel PlutchakJoel Plutchak
8cc6ceb4e32[svn-r23715] Bug Fix: HDFFV-8247 Description: Failure to write fill values to the user's buffer when reading unallocated chunks from datasets that have a fill value set to H5D_FILL_VALUE_DEFAULT. A consequence of this was the reporting of spurious data values in h5dump and h5diff output. Solution: Added check for fill value of H5D_FILL_VALUE_DEFAULT whenever fill value setting was checked to decide whether or not to fill. This effectively treats H5D_FILL_VALUE_DEFAULT the sam...
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 clean...
Mohamad ChaarawiMohamad Chaarawi
7320a66aa72[svn-r23804] update VOL example program for an external plugin
Mohamad ChaarawiMohamad Chaarawi
b94be74cbf9[svn-r23803] Add VOL callback for H5Aiterate Add VOL callback for H5T get routines Update Native implementation
Mohamad ChaarawiMohamad Chaarawi
018ed55299f[svn-r23790] intialize the vol_obj for named datatypes to NULL in Native plugin.
Mohamad ChaarawiMohamad Chaarawi
68a20c3f56fM[svn-r23694] merge from trunk
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 fapl Tested: 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 from the "Known Problem" section.
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.
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 list Rename 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.
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)