AuthorCommitMessageCommit dateIssues
Larry KnoxLarry Knox
38f18282ba6[svn-r19938] Update config.sub to the latest available version (timestamp='2008-01-16', Rev. 1.361) from http://cvs.savannah.gnu.org/viewvc/config/config/.Tested with h5committest on amani, heiwa, and jam and on linew.
Allen ByrneAllen Byrne
0ffd938eae8[svn-r19936] Add new signed/unsigned test to legacy test script
Allen ByrneAllen Byrne
a8a20fe919f[svn-r19927] Remove pragma statement.
Allen ByrneAllen Byrne
edc21ffa56b[svn-r19924] Windows VS10 complains about private STL members needing to be exported, because it is of type std::string this warning can be suppressed.Tested: windows XP with VS10
Allen ByrneAllen Byrne
f53f6dffa62[svn-r19923] BZ 1165: Implemented declaration change; A static std::basic_string constructed in the Exception class. This static isn't one that can be be destructed by H5Library::close(), but rather gets cleaned up as part of the STL std::basic_string static destructor when the HDF5 DLL is detached (WINDOWS). Looking at the rest of the Exception code, the DEFAULT_MSG doesn't really need to ...Tested: local linux - will wait for Nightly Dailies before bringing to 1.8
Allen ByrneAllen Byrne
8eb9d884e3a[svn-r19921] Update files for CPack use.
Allen ByrneAllen Byrne
f3c2eb9acfd[svn-r19918] Add hh modifier to signed char printf format string. Added h5dump test to verify that signed/unsigned datasets print correctly.Bring solution from 1.8 packed bits fix which solved problem on heiwa with Signed char of 8 bits Tested: local linux
Allen ByrneAllen Byrne
5f00939eb90[svn-r19917] Remove warning about H5_BUILT_AS_STATIC_LIB
Allen ByrneAllen Byrne
451d98b6ac2[svn-r19914] Correct format of empty parameterbring r19913 from 1.8
Allen ByrneAllen Byrne
96b2abb9bd2[svn-r19910] Change how LINK_FLAGS for fortran are appended on Windows - correct for just shared libs
Allen ByrneAllen Byrne
02888be7f2b[svn-r19909] Change how LINK_FLAGS for fortran are appended on Windowsbring r19908 from 1.8 branch
Allen ByrneAllen Byrne
9449cfa3615[svn-r19907] Windows: Correct how fortran links in CRT library. Also correct macro use for checking libtype.bring r19906 from 1.8 branch
Allen ByrneAllen Byrne
1c7688c77af[svn-r19896] remove orphaned endif()
Allen ByrneAllen Byrne
86313eb281d[svn-r19895] Remove use of /MT compile flag for building static libs and programs.Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries.
Jonathan KimJonathan Kim
562ba69f357[svn-r19892] Purpose: Bug 2089 - GMQS: h5diff segfault on a compound dataset with fixed length + vlen string type orderDescription: This is fix for the segfault when h5diff compares a compound dataset with combination of fixed length string types and vlen string types in certain orders. Optimized vlariable length string handling codes. The fix is referred from h5dump handling vlen strings. For testing, several compound datasets were added with various combinations. Previous failed ca...
Allen ByrneAllen Byrne
60b5523f8d8[svn-r19886] Correct name of file document for Cpack install.
Allen ByrneAllen Byrne
614cd7c0b10[svn-r19884] Corrected time_of_day define configuration, found during parallel CMake build.Tested: local linux
Allen ByrneAllen Byrne
c86e9a48e49[svn-r19880] Add new file.
Allen ByrneAllen Byrne
624ab27d381[svn-r19878] Correct HDF5 configuration variables for CPack/Install.Bring r19875 from 1.8 branch
Allen ByrneAllen Byrne
42c56b94492[svn-r19876] Add new file.
Allen ByrneAllen Byrne
449373deb3d[svn-r19870] Add tests for examples.Tested: local linux
Allen ByrneAllen Byrne
109294e6e20[svn-r19865] Correct INSTALL_PREFIX handling
Raymond LuRaymond Lu
58ec33ebbaa[svn-r19860] I added accum.c, filter_fail.c, links_env.c, space_overflow.c, testmeta.c to the test list.Not tested yet.
Raymond LuRaymond Lu
fbf58037589[svn-r19857] I added H5Ochunk.c and the command to compile H5make_libsettings.cNot tested yet.
Allen ByrneAllen Byrne
f8b3d669da6[svn-r19854] Correct external library generated headers packing for install/cpack when not using svn builds
Allen ByrneAllen Byrne
51fd60955b8[svn-r19852] Add back dropped during edit - create directory - for external projects in cpack.
Albert ChengAlbert Cheng
5263086fe15[svn-r19850] Problem: AIX prints some error messages when MPI_Abort is called. That caused the output matching some problems.Solution: Add stderr filtering for AIX ERROR: messages. Tested: NCSA BP.
Albert ChengAlbert Cheng
0e77cc6fa0a[svn-r19847] Bug 1917: Big test failureRemoved all the unused code bracketed by #ifdef FSEEKO incorrectly. Tested: h5committest.
Allen ByrneAllen Byrne
8c1b4bc3c79[svn-r19845] Correct external library generated headers packing for install/cpack
Allen ByrneAllen Byrne
f18d822ca5d[svn-r19843] Remove quotes from BLDTYPE parameter in building external projects from svnTested: Windows
Allen ByrneAllen Byrne
0918e920009[svn-r19841] Correct external library packing for install/cpack.On windows using shared libs, dlls still needed to be put in the runtime folder for tests.
Larry KnoxLarry Knox
72634b34e4e[svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15.Tested with h5committest on amani, heiwa, and jam.
Allen ByrneAllen Byrne
5ab92a43a30[svn-r19837] Correct external library packing for install/cpackTested: Windows
Raymond LuRaymond Lu
27fdd5c09cb[svn-r19833] Bug fix - In the code of N-bit filter, one line (the last line of H5Znbit.c in H5Z_nbit_compress - "*buffer_size = j + 1;" was mistakenly taken out by someone. It is necessary to update the new size. I put it back and made 2 test cases for integer and float to verify the correct dataset size.I'm bringing the fix from 1.8 branch. The changes to configure.in, tools/misc, config, Makefile.am are only property changes. Tested on jam. But I tested 1.8 on jam, heiwa, and amani.
Allen ByrneAllen Byrne
2f883f08813[svn-r19830] Fixed the name of the windows linkage define in the header. This corrects the inconsistent dll linkage warning when used with CMake. Changed hdf5_f90Ctest_EXPORTS to hdf5_test_f90ctub_EXPORTS. Tested: windows
Allen ByrneAllen Byrne
218eecfb34f[svn-r19829] Fixed the name of the windows linkage define in the test header. This corrects the inconsistent dll linkage warning and matches the other linkage defines. Changed H5_DLLVAR to H5TEST_DLLVAR. Tested: windows
Allen ByrneAllen Byrne
ced5ad60cd9[svn-r19828] Fixed the name of the windows linkage define in the hl/fortran cstub library header. This corrects the inconsistent dll linkage warning on every function. Changed H5_DLL to HDF5_HL_F90CSTUBDLL. Tested: windows
Allen ByrneAllen Byrne
a490e0ccab8[svn-r19827] Correct SZIP 'warning ignore' regex
John MainzerJohn Mainzer
8ed20b39d66[svn-r19825] Checked in fix for failure in shape same tests that appeared after Quincy's recent massage of the test code. The problem was a race condition created when Quincey re-worked the code selecting either collective or independant I/O.Previously, when independant I/O was selected in the test, I had used H5Pset_dxpl_mpio() and H5Pset_dxpl_mpio_collective_opt() to select collective semantics with independant I/O going on under the hood. Quincey modified this to call H5Pset_dxpl_mpio() when collective I/O was selected, and do nothing in the independant I/O case. As a result, processes were able to race ahead and modify the in...
Allen ByrneAllen Byrne
0bb0aa86e71[svn-r19823] BZ2013: Remove use of WIN32 defines. These two files were dependent on the winsock2.h header so changed WIN32 to H5_HAVE_WINSOCK_H.Tested: windows
Allen ByrneAllen Byrne
6dff34aab1d[svn-r19820] Update cacheinit.cmake with current HDF options.
Jonathan KimJonathan Kim
5f1db21f84e[svn-r19818] Purpose: Change to skip copying when a dataset is not allocated.Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE)
Albert ChengAlbert Cheng
76c354a610e[svn-r19817] Bug 1917: Big.c test.Changed the test to run Huge Dataset (tens of GB), Xtra large dataset(4GB big), Large dataset (2GB big), or merely 1GB big, depending on if the file system supports sparse file or if it supports larger than 32bigs I/O. Tested: h5committest, jam (serial), Windows (Bangan which is Windows 7, 32bits).
Albert ChengAlbert Cheng
192339db91f[svn-r19816] Bug 2091: updated with the removal of Metraowerks compiler code.
Vailin ChoiVailin Choi
4810a3d3190[svn-r19813] 1. Correct mistake for previous checkin rev #19781: file name listed for DISTCLEANFILES should be testlinks_env.sh 2. Add comments to test_4() in test/external.c about the link name "/ link". 3. Fix memory leak as reported by valgrind in src/H5Lexternal.c: free memory pointed to by tmp_env_prefix for HDF5_EXT_PREFIX case.
Allen ByrneAllen Byrne
d54a8334e1e[svn-r19811] Correct define typo
Mike McGreevyMike McGreevy
8897a3dcbdc[svn-r19808] Purpose: Add "--enable-unsupported" configure flag. Description The "--enable-unsupported" configure flag allows a user to prevent configure from failing due to the use of incompatible options, such as c++ with parallel. Specifying --enable-unsupported will bypass all of configure's checks for incompatible and unsupported combinations of flags. There are no guarantees tha...
Allen ByrneAllen Byrne
30be8ee01c5[svn-r19806] Corrected REGEX of warning exception
Mike McGreevyMike McGreevy
f8b0d694604[svn-r19803] Description: Update ACKNOWLEDGMENTS file Tested: none. documentation update only.
Allen ByrneAllen Byrne
f7f402d9933[svn-r19799] Update valgrind ignore tests.