AuthorCommitMessageCommit dateIssues
Allen ByrneAllen Byrne
c6fe8c70b2c[svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS instead of INCLUDES. Update automake to 1.14.1h5committestHDFFV-8290
Allen ByrneAllen Byrne
cf482acf552[svn-r24931] Add interface property to target
Binh-Minh RiblerBinh-Minh Ribler
5f17eea9cdd[svn-r24929] Description: Added proper deallocation/allocation to test. Revised incorrect comments. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Binh-Minh RiblerBinh-Minh Ribler
82df757e966[svn-r24926] Description: Added c++/test/tdspl.cpp
Binh-Minh RiblerBinh-Minh Ribler
be38074a2fc[svn-r24925] Purpose: Fix HDFFV-7907 Description: Added transform property list functions // Constructor creates a dataset transform property list. DSetMemXferPropList(const char* expression); // Sets data transform expression. void setDataTransform(const char* expression) const; void setDataTransform(const H5std_string& expression) const; // Gets data transform expression. ssize_t getDataTransform(char* exp, size_t buf_size=0) const; H5std_string getDataTransform() const; Added test file tdspl.cpp. Platforms tested: Linux/pp...HDFFV-7907
Private HDFPrivate HDF
d6cd6cabc27[svn-r24924] Snapshot version 1.9 release 175
Allen ByrneAllen Byrne
5ccbc671e47[svn-r24919] Add MINGW checkTested: MinGW on Windows 7
Allen ByrneAllen Byrne
65ebbe27539[svn-r24918] Fix command case
Binh-Minh RiblerBinh-Minh Ribler
e79b0dece50[svn-r24912] Purpose: Fix HDFFV-8642Description: Added CompType::setSize(size_t size) to set size for compound data type as H5Tset_size had been changed. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)HDFFV-8642
Allen ByrneAllen Byrne
448e1e05f15[svn-r24904] Revert includes move
Allen ByrneAllen Byrne
1e1f754fb0a[svn-r24903] Correct mod install listsTested: local linux
Binh-Minh RiblerBinh-Minh Ribler
7ed2b997ba0[svn-r24901] Description: Fixed mismatched function prototype/definition that caused daily test failure on emu/production/HDF5TestExpress=1. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Allen ByrneAllen Byrne
9db0c02b969[svn-r24899] Add msmpi fortran libs to FindMPI
Allen ByrneAllen Byrne
425408b5a13[svn-r24895] Add INTERFACE properties to libs
Dana RobinsonDana Robinson
84e27c4af1b[svn-r24893] CMake now prohibits configuring thread-safety w/ Fortran and C++.These changes only apply to non-Cygwin Windows since CMake does not allow configuring thread-safety on any other platform. Tested on 64-bit Windows 7.
Allen ByrneAllen Byrne
403506efd4e[svn-r24889] Fix fortran mod file handling and packing
Scot BreitenfeldScot Breitenfeld
8b27024edda[svn-r24888] Cleaned-up warning errors using --enable-fortran only and gcc 4.8.2tested: gcc (4.8.2, jam)
Allen ByrneAllen Byrne
075a5a9a3a4[svn-r24887] Fix fortran mod file handling and packing
Allen ByrneAllen Byrne
63e1b32068f[svn-r24886] Fix fortran mod file handling and packing
Allen ByrneAllen Byrne
810285be8ea[svn-r24876] Move includes command up before all programs
Quincey KoziolQuincey Koziol
f251a0219ca[svn-r24875] Description: Update with corresponding information that was changed in hl/src/H5Tanalyze.l in r24869.Tested on: Linux 2.6.32-431.5.1.el6.ppc64/64 (ostrich)
Quincey KoziolQuincey Koziol
f97d63cb95f[svn-r24869] Description: Clean up more compiler warnings, plus merge a few Coverity bug fixes from the hdf5_1_8_coverity branch back to the trunk:r20877: Purpose: Fix coverity issue 1723 Description: Modified test_generate in hl/test_image to close file "f" before exit, even if an error occurs. r20879: Issue 63: change check of return of H5Tget_nmembers to <=0. No need to go futher if call fails as well as empty. r20881: Coverity #659 in Run 46: I changed the Line 442 where it tries to check whether FLAG_PRINTED is TRUE. But it had j...
Binh-Minh RiblerBinh-Minh Ribler
67be45610fd[svn-r24867] Description: - Added a null terminator to the comment returned from the C call, in getComment methods - Some minor cleanup Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) Linux/64 2.6 (platypus)/PGI compilers
Scot BreitenfeldScot Breitenfeld
958a762dd16[svn-r24866] Fixed compiler warnings using gnu 4.8.1 Tested: jam( intel, gnu, pgi)
Binh-Minh RiblerBinh-Minh Ribler
60df159d33d[svn-r24865] Description: - Added another overload for char* argument: ssize_t getComment(const char* name, const size_t buf_size, char* comment) - Changed default value to 0 for the other two getComment methods - Added HDmemset to after every char string allocation to clear the buffer Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) Linux/64 2.6 (platypus)/PGI compilers
Quincey KoziolQuincey Koziol
2e4302818ab[svn-r24864] Description: Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial
Allen ByrneAllen Byrne
c4f982abf14[svn-r24859] Remove unnecessary use of $(srcdir).Tested: local linux, h5committest
Dana RobinsonDana Robinson
7a4727d80c8[svn-r24857] --enable-threadsafe no longer requires --with-pthreads if Pthreads can be found in the standard include and library paths.Tested on: 32-bit LE linux (jam) SunOS 5.11 (emu) 64-bit Darwin 12.5 (kite) 64-bit FreeBSD 8.2 (freedom) Testing focused on making sure that Pthreads could be found on different platforms and investigating the interaction of Fortran/C++/thread-safe options.
Scot BreitenfeldScot Breitenfeld
6515a1f8acc[svn-r24856] added missing common statement
Scot BreitenfeldScot Breitenfeld
6c13c99ce91[svn-r24855] added missing dllexport
Allen ByrneAllen Byrne
da23edd24eb[svn-r24851] example causes modal permission dialog to popup on windows.build but do not execute.
Allen ByrneAllen Byrne
ba2c98d42ad[svn-r24850] example causes modal permission dialog to popup on windows.Do not build.
Allen ByrneAllen Byrne
0be0491ee4d[svn-r24849] Update to synch with latest cmake
Scot BreitenfeldScot Breitenfeld
34bfba14d5c[svn-r24846] Bug fix for HDFFV-8689 : Mix-match of type in H5D_CHUNK_CACHE_NBYTES_DEFAULT, Review HDF5-184Tested with -i8 flag with intel compilers and --enable-production2 JIRA Issues
Binh-Minh RiblerBinh-Minh Ribler
ff565cd175f[svn-r24830] Purpose: HDFFV-8623Description: Applied patch from user Jason Newton. JIRA issue HDFFV-8623, patch 9, improve c++ compatibility with exceptions. All additions of "throw()" are included. Exception::what() is not added because it is not necessary. It was suggested for the name, which follows stdlib. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) Linux/64 2.6 (koala)/PGI co...HDFFV-8623
Allen ByrneAllen Byrne
44fe3cc19b4[svn-r24826] HDFFV-8700 - KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test.Tested: local linuxHDFFV-8700
Allen ByrneAllen Byrne
03d10edd23c[svn-r24824] HDFFV-8700 - KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test.Tested: local linuxHDFFV-8700
Allen ByrneAllen Byrne
73a72c59b8c[svn-r24822] Update GYGWIN version
Allen ByrneAllen Byrne
185b3c5deed[svn-r24816] HDFFV-8695:Add notes about defining -DCMAKE_BUILD_TYPE:STRING=ReleaseHDFFV-8695
Quincey KoziolQuincey Koziol
164b4c75341[svn-r24804] Description: Brought changes from Coverity branch back to trunk, and cleaned up misc. other warnings & formatting issues:r20833: Fixed Coverity 667 and 668 with real integer overflow tests this time. r20834: Use HDstrncpy and HDstrncat. --gh r20835: Change to use strncpy - use base_len + 1 for line 156, use HDstrlen(path) + 1 for line 159 r20836: Fixed coverity 585 by casting output of fgetc() to a char. r20837: Changed sprintf calls to snprintf with size 1 less than the allocated buffer to address coverity ...
Quincey KoziolQuincey Koziol
288c7760a4a[svn-r24803] Description: Rename GCC_DIAG_OFF/ON macros to H5_GCC_DIAG_OFF/ON and move from src/H5private.h to src/H5public.h. Wrap typedef of hsize_t and hssize_t in DIAG_OFF(long-long) macros. Clean up a bunch of "macro '-' is unused" warnings. Tested on: Mac OSX/64 10.9.2 (amazon) w/gcc 4.8.2, C++, FORTRAN, parallel (too minor to require h5committest)
Allen ByrneAllen Byrne
f5689224b5f[svn-r24789] Bump up the minimum cmake version
Scot BreitenfeldScot Breitenfeld
b17f3e41833[svn-r24783] fixed typo
Allen ByrneAllen Byrne
6c5e74942d2[svn-r24782] HDFFV-8700 -KitWare recommendations: Change CMake commands to lower case.HDFFV-8700
Allen ByrneAllen Byrne
a3292a77cef[svn-r24781] HDFFV-8700 -KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUGHDFFV-8700
Quincey KoziolQuincey Koziol
5b7c8c7a7d0[svn-r24772] Description: Correct some dynamically sized arrays that fail on Windows.Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel
Private HDFPrivate HDF
4a9ea60adc7[svn-r24770] Snapshot version 1.9 release 174
Quincey KoziolQuincey Koziol
ac0ef34a413[svn-r24769] Description: Check in Mohamad's changes to support collective I/O on point selections, along with some other minor cleanups.Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial (h5committest forthcoming)
Neil FortnerNeil Fortner
e367f64e24b[svn-r24757] Change assertion to condition check/error return. Should fix periodic assertion failure in fheap test (in test that is expected to fail cleanly).Fix type in H5detect.c Tested: ostrich, platypus (h5committest - jam and koala having issues)
Private HDFPrivate HDF
f683d9a0353[svn-r24753] Snapshot version 1.9 release 173