Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
5d7af691c3f[svn-r24965] Fixed a typo in the thread-safe code. Tested on: 32-bit LE linux w/ thread-safe (jam)
Albert ChengAlbert Cheng
785d65181d6[svn-r24964] HDFFV-8704: Mac OS X 10.6 (Snow Leopard) is retired from supported platforms.
Dana RobinsonDana Robinson
b17ef126a75[svn-r24961] Updates to Win32 thread-local storage cleanup when the thread-safe library is built on Windows. Previously, thread-local storage was not cleaned up, causing resource leaks. Fixes HDFFV-8518, HDFFV-8699 As a part of these changes, the thread-safe + static library options are declared unsupported since the solution relies on DllMain. A solution for the static library is probably doable, but requires much more complicated surgery and has been deferred to HDF5 1.8.14. Tested on: ...
Scot BreitenfeldScot Breitenfeld
79a891c2417[svn-r24959] Updated the development procedures.
Allen ByrneAllen Byrne
5f4562b2ea8[svn-r24954] HDFFV-8700: lowercase CMake commands
Scot BreitenfeldScot Breitenfeld
e26b78a04b8[svn-r24953] Fixed --enable-production compilation error using Sun compilers. Tested (emu)
Scot BreitenfeldScot Breitenfeld
b0bdd254177[svn-r24952] Fixed -i8 -r8 error with optimization on jam using intel compiler. Tested: jam (intel)
Scot BreitenfeldScot Breitenfeld
b87b1c965d1[svn-r24951] Changed ordering of initiation of variable to remove warnings using sun compilers. Tested: emu
Allen ByrneAllen Byrne
6739a7f7acd[svn-r24950] Add missing prefix
Allen ByrneAllen Byrne
98bbf4a36a2[svn-r24948] Group tests by Common name Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
Scot BreitenfeldScot Breitenfeld
5555f057ae4[svn-r24945] Fixed failed test on jam with intel compilers and -i8 -r8 Tested: jam (intel)
Scot BreitenfeldScot Breitenfeld
c86aedeba1f[svn-r24939] Fix for HDFFV-8309 Fortran wrappers for H5Pget/set_file_image functions Tested: jam (gnu, intel, pgi)
Binh-Minh RiblerBinh-Minh Ribler
0fcac567057[svn-r24938] Description: - Overloaded Atribute::getName to take a char* for the attribute name: ssize_t Attribute::getName(char* attr_name, size_t buf_size) - Switched the arguments in this function: ssize_t getName(size_t buf_size, H5std_string& attr_name) so it became: ssize_t getName(H5std_string& attr_name, size_t buf_size) The second argument is default to 0, and can be skipped. - Removed this function: H5std_string getName(siz...
Dana RobinsonDana Robinson
d01ee66666f[svn-r24937] Adds an H5free_memory() function to the library for use with functions that return library-allocated memory. The test and tool code were modified to use this new function where it's appropriate. Fixes HDFFV-7710, HDFFV-8519, and HDFFV-8551 Tested on: 64-bit Windows 7 w/ VS2012 32-bit LE linux w/ parallel and fortran (jam) 32-bit LE linux w/ fortran and C++ (jam)
Allen ByrneAllen Byrne
ef9db69bf33[svn-r24936] Correct declaration name
Allen ByrneAllen Byrne
f5f913436f7[svn-r24935] Correct line numbers
Allen ByrneAllen Byrne
163f4036ecd[svn-r24934] Update file as referenced in configure
Allen ByrneAllen Byrne
8faebe2aa8b[svn-r24933] Add file required by automake
Allen ByrneAllen Byrne
c6fe8c70b2c[svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS instead of INCLUDES. Update automake to 1.14.1 h5committest
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) con...
Private HDFPrivate HDF
d6cd6cabc27[svn-r24924] Snapshot version 1.9 release 175
Allen ByrneAllen Byrne
5ccbc671e47[svn-r24919] Add MINGW check Tested: MinGW on Windows 7
Allen ByrneAllen Byrne
65ebbe27539[svn-r24918] Fix command case
Binh-Minh RiblerBinh-Minh Ribler
e79b0dece50[svn-r24912] Purpose: Fix HDFFV-8642 Description: 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)
Allen ByrneAllen Byrne
448e1e05f15[svn-r24904] Revert includes move
Allen ByrneAllen Byrne
1e1f754fb0a[svn-r24903] Correct mod install lists Tested: 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.2 tested: 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...
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.