Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
13693b307c0[svn-r23211] Merge trunk CMake changes for minimum cmake version of 2.8.10. This was prompted by HDFFV-8227, OS X requires latest version of cmake for proper support. Tested: local linux
Mohamad ChaarawiMohamad Chaarawi
bf473b40f57[svn-r23199] merge 23165 from trunk HDFF-8203 Break H5FDmpi.h header into public and private components https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8203
Raymond LuRaymond Lu
a1bd48eb2b8[svn-r23194] I changed the call to H5P_object_verify to H5I_object as the header file H5Iprivate.h is included but not H5Pprivate.h. Tested on koala, jam, ostrich.
Albert ChengAlbert Cheng
090ec43d239[svn-r23188] Addition of cmakehdf5.
Allen ByrneAllen Byrne
6a98cfb4341[svn-r23187] HDFFV-8169: Binary output of String types are wrong Merge from trunk Add testfiles. Tested: local linux
Allen ByrneAllen Byrne
ff3020dabf6[svn-r23186] HDFFV-8169: Binary output of String types are wrong Merge from trunk
Raymond LuRaymond Lu
badedee44d8[svn-r23182] I'm merging the changes for DECTRIS project from the trunk (r23162). Tested on koala, jam, ostrich.
Private HDFPrivate HDF
17f2fde0311[svn-r23181] Snapshot version 1.8 release 11 (snap7)
Albert ChengAlbert Cheng
f7f0217d959[svn-r23172] Updated with added cmakehdf5.
Albert ChengAlbert Cheng
50ddf1c7615[svn-r23171] cmakehdf5 is a build command script similar to buildhdf5. This has been developed and tested in the trunk branch and is now made available in the v1.8 branch. Tested: Linux (Jam), linux 64 (koala), ppc64 (ostrich), Mac (fred, duck and Owl) passed. Failed in SunOS (linew). Will fix when the new Sun is available.
Allen ByrneAllen Byrne
fa9373afeb0[svn-r23159] HDFFV-498: Eliminate a.exe file on cygwin configurations, pushed to branch from chunk so its tested on cygwin
Allen ByrneAllen Byrne
1924dae977a[svn-r23155] HDFFV-8286: changed comments from // to /* */
Dana RobinsonDana Robinson
724a0a93b4c[svn-r23142] Purpose: Merged 23111 from the trunk. (Core VFD and Mac OS X I/O changes) Tested on: 64-bit Windows 7, Visual Studio 2010, CMake 64-bit Mac OS X Snow Leopard (Fred), Fortran, C++ 64-bit BE Linux (Ostrich), Fortran, C++ 32-bit LE LInux (jam), Fortran, C++ (also parallel w/ Fortran)
Allen ByrneAllen Byrne
38517de982b[svn-r23141] Only do line by line compare if compare files fail.
Allen ByrneAllen Byrne
520403e8e30[svn-r23129] Update CPack to 2.8.10
Allen ByrneAllen Byrne
8a7e609ba44[svn-r23125] HDFFV-8202: merge cmake compare changes from trunk
Private HDFPrivate HDF
40a0c31d371[svn-r23123] Snapshot version 1.8 release 11 (snap6)
Scot BreitenfeldScot Breitenfeld
c194d4738ac[svn-r23122] Brought revisions from the trunk into the branch: r23116-23118 : HDFFV-2686: Remove the ptExampleVL.c example from the source code HDFFV-422: Change extention of the binary files from hdf5 to h5 Tested: jam (gnu)
Scot BreitenfeldScot Breitenfeld
bac0fbe4d64[svn-r23112] Brought revision 22610 from the trunk to the branch: svn merge -r 22609:22610 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/hl . Fixes bug HDFFV-8055 (and HDFFV-8278)
Private HDFPrivate HDF
a2432bcb45e[svn-r23086] Snapshot version 1.8 release 11 (snap5)
Allen ByrneAllen Byrne
1cf765d973e[svn-r23084] Correct cmake statement to use SET instead of ADD_DEFINITIONS
Private HDFPrivate HDF
eacbf1a279d[svn-r23072] Snapshot version 1.8 release 11 (snap4)
Albert ChengAlbert Cheng
11a31f840c8[svn-r23070] Updated with HDFFV-8233 fix.
Albert ChengAlbert Cheng
853b1cf7d79[svn-r23069] Bug fix: HDFFV-8233 testh5stat.sh fails in LLNL uDawn. The test actually ran as expected but it did not prepare for the extra error messages from the MPI process. Solution: This sort of problem has been fixed by using the output filters in output_filter.sh. testh5stat.sh is updated to use the output filters. Tested: uDawn.
Allen ByrneAllen Byrne
dac22b3f031[svn-r23065] HDFFV-8202: Add diff display to cmake output on error. Merged changes from trunk runTest.cmake.
Private HDFPrivate HDF
fe27a838239[svn-r23051] Snapshot version 1.8 release 11 (snap3)
Quincey KoziolQuincey Koziol
e1dc3c9d4a6[svn-r23049] Description: Bring r23048 from trunk to 1.8 branch: fixed coverity 678, 679 Tested on: Mac OSX/64 10.8.2 (amazon) w/debug (too minor to require h5committest)
Allen ByrneAllen Byrne
765fb28a22d[svn-r23044] Restore build configuration defines for cmake
Private HDFPrivate HDF
0fed9b12ad2[svn-r23040] Snapshot version 1.8 release 11 (snap2)
Albert ChengAlbert Cheng
5bbf0a493af[svn-r23031] Updated with v1.8.10 release information.
Albert ChengAlbert Cheng
5bac9f700f6[svn-r23029] Copy finished RELEASE.txt from the 1.8.10 branch to 1.8's HISTORY-1_8.txt file.
Allen ByrneAllen Byrne
1b12b8ecc26[svn-r23022] HDFFV-498: lone colon test fails on cygwin and leaves a.exe file on system. Added test for CYGWIN and use a,exe instead of a.out. Review: HHDF5-1-8-31 Tested: cygwin
Raymond LuRaymond Lu
d2e56d2486e[svn-r23013] I added Sun's 5.9 C++ compiler problem as a known problem. It doesn't know a C99 predefined identifier __func__.
Jonathan KimJonathan Kim
51cf093853e[svn-r23011] Purpose: HDFFV-8146 - Remove "multi-chunk IO without optimization" sub-feature from MPI I/O optimization for chunked dataset feature Description: The “multi-chunk IO without optimization” feature is removed and made the related xfer property (H5FD_MPIO_CHUNK_MULTI_IO) go directly to “multi-chunk-io” feature. Also update/fix/cleanup testings (chunk collective IO and actual chunk opt mode) accordingly. Merged from HDF5 trunk r22992. Tested: jam-pp (linux32-LE), k...
Private HDFPrivate HDF
6bbeb4a437c[svn-r23009] Snapshot version 1.8 release 11 (snap1)
Quincey KoziolQuincey Koziol
a46c177ddfd[svn-r23000] Description: Bring r22998 from trunk to 1.8 branch: Clean up warnings and bring changes from Coverity branch back to trunk: r20451: Fixed coverity 810 r20454: Purpose: Fix coverity issue 816 Description: Modified various file drivers to always check the return value from H5P_get_driver_info. r20455: Purpose: Cleanup fix for coverity issue 816 Description: Removed redundant check for "fa" in H5FD_core_open. Tested on: Mac OSX/64 10.8.2 (amazon) w/debug (Too...
Private HDFPrivate HDF
65597415a3f[svn-r22986] Snapshot version 1.8 release 11 (snap0)
Larry KnoxLarry Knox
ecddebbe5ca[svn-r22985] Removed references to files for windows legacy builds with Visual Studio which have been removed. Tested on jam.
Jonathan KimJonathan Kim
18e9f05850b[svn-r22975] Update jam and koala sections for release 1.8.10. Update mpich version. Remove invalid extra info from configure tables and clean ups.
Jonathan KimJonathan Kim
f6995450f19[svn-r22958] Update according to the 1.8.10 changes for jam and koala compilers and config features sections. Merged from HDF5 1.8.10 r22957.
Raymond LuRaymond Lu
f202def38c6[svn-r22956] I merged from the trunk the conversion function H5T__conv_enum_numeric (numeric type means integer or floating number) and the C test for it. This is the work for Chicago. The change in fortran/ directory is only some property change. Tested on jam, koala, and ostrich.
Dana RobinsonDana Robinson
95a13a5fc96[svn-r22952] Purpose: Removed legacy Visual Studio solutions and projects, which will no longer be supported after HDF5 1.8.10.
Raymond LuRaymond Lu
0d177e3c1e5[svn-r22948] I took out the redundant item of known problem about the dt_arith test reporting several errors involving "long double" on Mac OS X 10.7 Lion when any level of optimization is enabled.
Mark EvansMark Evans
82a5c48a45a[svn-r22944] Changed the spelling of accessability to accessibility.
Allen ByrneAllen Byrne
bcf7479296a[svn-r22941] Updated linux VM build system used
Dana RobinsonDana Robinson
0ff4e689dc7[svn-r22937] Purpose: Reorganize obsolete Windows docs. Tested: N/A (docs only), ran bin/chkmanifest
Jonathan KimJonathan Kim
c61b885e866[svn-r22934] Purpose: HDFFV-8145 h5diff slowness with version >= 1.8.7 Description: Improved speed when comparing HDF5 files with lots of attributes. Much slower performance was identified with release version from 1.8.7 to 1.8.10 compared to 1.8.6. Merged from HDF5 trunk r22933. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), cmake (jam)
Quincey KoziolQuincey Koziol
caf88044e72[svn-r22931] Description: Update FreeBSD info.
Quincey KoziolQuincey Koziol
74d0aa11add[svn-r22929] Description: Bring r22921 from trunk to 1.8 branch: Review Coverity changes and bring them back to trunk. (QK & JK) r20402: Added #includes for h5tools.y or h5tools_utils.h as required to remedy implicit function declarations which caused compiler warnings and coverity issues 703-4 and 708-11. r20414: This is related to the previous checkin r20399. There were incorrect updates which caused incorrect behavior when no file was given. Also possible segfault when handling...
Larry KnoxLarry Knox
82dd00095e7[svn-r22926] Revert change to h5fc.in (3 line comment + 1 line ineffective code) that was inadvertently me rged from trunk before it was reverted there. Tested change on trunk and 1.8.10 branch with h5committest, make install and make installcheck on jam koala and ostrich.