Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r23119] Snapshot version 1.9 release 137 | HDF Tester | 2012-12-23 | 13 | -26/+26 |
| | |||||
* | [svn-r23118] HDFFV-2686 Remove the ptExampleVL.c example from the source code | Scot Breitenfeld | 2012-12-22 | 11 | -269/+9 |
| | | | | | | FIX: Removed files and adjusted other files accordingly. Tested: jam (gnu) | ||||
* | [svn-r23117] Changed extension of hdf5 files from .hdf5 to .h5 for consistancy. | Scot Breitenfeld | 2012-12-21 | 5 | -6/+6 |
| | | | | | | HDFFV-422: Change extention of the binary files from hdf5 to h5 Tested: jam (gnu) | ||||
* | [svn-r23116] Changed extension of hdf5 from .hdf5 to .h5 for consistancy. | Scot Breitenfeld | 2012-12-21 | 6 | -7/+7 |
| | | | | | | HDFFV-422: Change extention of the binary files from hdf5 to h5 Tested: jam (gnu) | ||||
* | [svn-r23115] Added a new test for KIND C_INT64_T, which some earlier windows ↵ | Scot Breitenfeld | 2012-12-21 | 1 | -0/+4 |
| | | | | | | Intel versions (<12.1) did not support. | ||||
* | [svn-r23114] remove "AT-" from buildname | Allen Byrne | 2012-12-20 | 1 | -2/+2 |
| | |||||
* | [svn-r23113] Added corrections to treat ";" character as text for comparision. | Allen Byrne | 2012-12-20 | 2 | -32/+39 |
| | | | | Tested: local linux | ||||
* | [svn-r23111] Purpose: | Dana Robinson | 2012-12-19 | 11 | -765/+687 |
| | | | | | | | | | | | | | | | | | | | Fixes for HDF5 1.8.10 p1 HDFFV-7975 Changed the max single I/O operation size on Darwin/Mac OS X. HDFFV-8124 and HDFFV-8158 Fixed a core VFD bug when large blocks of data are read. HDFFV-8246 Added more fields to the VFD read/write error messages. 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) | ||||
* | [svn-r23110] Correct comparison function | Allen Byrne | 2012-12-19 | 2 | -27/+31 |
| | |||||
* | [svn-r23105] Changed Fortran examples to reflect tutorial examples via Barbara; | Scot Breitenfeld | 2012-12-15 | 6 | -6/+143 |
| | | | | | | added: h5_cmprss.f90 Tested: jam (gnu compilers) | ||||
* | [svn-r23096] Added bin/cmakehdf5. | Albert Cheng | 2012-12-12 | 1 | -0/+1 |
| | |||||
* | [svn-r23094] cmakehdf5 is a build command script similar to buildhdf5. | Albert Cheng | 2012-12-12 | 1 | -0/+175 |
| | | | | | | | This is an initial implementation and is known to work in Jam only. More porting is in progress. Tested: Jam | ||||
* | [svn-r23093] Fixed API to be 1.6 compliant, removed deprecated APIs | Scot Breitenfeld | 2012-12-12 | 10 | -20/+20 |
| | | | | Checked: jam (gnu, mpi) --disable-deprecated-symbols, --with-default-api-version=v16 | ||||
* | [svn-r23092] Cleaned-up printed output and corrected output comments | Scot Breitenfeld | 2012-12-12 | 2 | -9/+8 |
| | | | | Tested: jam (gnu) | ||||
* | [svn-r23091] Changed C examples to reflect changes in documentation via Barbara; | Scot Breitenfeld | 2012-12-12 | 14 | -5/+852 |
| | | | | | | mainly program additions from tutorial. Tested: jam (gnu compilers) | ||||
* | [svn-r23090] Fixed H5Dread input parameters. | Scot Breitenfeld | 2012-12-11 | 1 | -2/+1 |
| | | | | Tested: gnu (jam) | ||||
* | [svn-r23089] Changed Fortran examples to reflect changes in documentation ↵ | Scot Breitenfeld | 2012-12-10 | 1 | -7/+8 |
| | | | | | | | | | via Barbara; mainly program name changes. Two new examples added: h5_extend.f90 h5_subset.f90 and example fileexample.f90 was removed. Tested: jam (gnu compilers) | ||||
* | [svn-r23088] Changed Fortran examples to reflect changes in documentation ↵ | Scot Breitenfeld | 2012-12-10 | 18 | -679/+1043 |
| | | | | | | | | | via Barbara; mainly program name changes. Two new examples added: h5_extend.f90 h5_subset.f90 and example fileexample.f90 was removed. Tested: jam (gnu compilers) | ||||
* | [svn-r23085] Snapshot version 1.9 release 136 | HDF Tester | 2012-12-09 | 13 | -26/+26 |
| | |||||
* | [svn-r23083] Correct cmake statement to use SET instead of ADD_DEFINITIONS | Allen Byrne | 2012-12-07 | 1 | -2/+2 |
| | |||||
* | [svn-r23071] Snapshot version 1.9 release 135 | HDF Tester | 2012-12-02 | 13 | -26/+26 |
| | |||||
* | [svn-r23066] HDFFV-8265: create .def file during configure, added F2003 ↵ | Allen Byrne | 2012-11-29 | 5 | -15/+41 |
| | | | | | | optional functions and refactor ISO_C_BINDING usage in cmake files Tested: local cmake | ||||
* | [svn-r23064] HDFFV-8202: Add diff display to cmake output on error. Merged ↵ | Allen Byrne | 2012-11-28 | 1 | -5/+19 |
| | | | | changes from runTest.cmake. | ||||
* | [svn-r23057] HDFFV-8265: create .def file during configure | Allen Byrne | 2012-11-27 | 4 | -558/+22 |
| | | | | Tested: windows | ||||
* | [svn-r23055] Bug fix: HDFFV-8233 | Albert Cheng | 2012-11-26 | 1 | -2/+12 |
| | | | | | | | | | | | | | 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. | ||||
* | [svn-r23053] Remove deleted file from CMake build list | Allen Byrne | 2012-11-26 | 1 | -1/+0 |
| | |||||
* | [svn-r23052] Description: | Scot Breitenfeld | 2012-11-26 | 4 | -222/+4 |
| | | | | | Removed example grpit.f90 which used undocumented/obsolete APIs, The equivalent and up-to-date example to transverse through a file would be the example h5ex_g_traverse_F03.f90 in hdf5-examples. | ||||
* | [svn-r23050] Snapshot version 1.9 release 134 | HDF Tester | 2012-11-25 | 13 | -26/+26 |
| | |||||
* | [svn-r23048] Description: | Quincey Koziol | 2012-11-21 | 1 | -11/+10 |
| | | | | | | | | | | Bring r20456 from Coverity branch to trunk: fixed coverity 678, 679 Tested on: Mac OSX/64 10.8.2 (amazon) w/debug (too minor to require h5committest) | ||||
* | [svn-r23044] Restore build configuration defines for cmake | Allen Byrne | 2012-11-21 | 1 | -0/+18 |
| | |||||
* | [svn-r23039] Snapshot version 1.9 release 133 | HDF Tester | 2012-11-18 | 13 | -26/+26 |
| | |||||
* | [svn-r23038] Corrected last array assignment to use X-1 values for index. | Allen Byrne | 2012-11-16 | 1 | -1/+1 |
| | |||||
* | [svn-r23037] Correct string variable handling/reference | Allen Byrne | 2012-11-16 | 1 | -8/+8 |
| | | | | Tested: local and windows | ||||
* | [svn-r23036] HDFFV-8202: cmake compare should show differences in log output | Allen Byrne | 2012-11-15 | 1 | -10/+38 |
| | | | | Tested: local linux | ||||
* | [svn-r23035] Add scalar string test file and tests | Allen Byrne | 2012-11-15 | 2 | -0/+28 |
| | |||||
* | [svn-r23034] Add scalar string test file and tests | Allen Byrne | 2012-11-15 | 4 | -7/+71 |
| | |||||
* | [svn-r23032] Updated the following sections with information from the v1.8 ↵ | Albert Cheng | 2012-11-14 | 1 | -114/+190 |
| | | | | | | | | branch. Supported Platforms Tested Configuration Features Summary More Tested Platforms | ||||
* | [svn-r23021] Snapshot version 1.9 release 132 | HDF Tester | 2012-11-11 | 13 | -26/+26 |
| | |||||
* | [svn-r23020] HDFFV-498: lone colon test fails on cygwin and leaves a.exe ↵ | Allen Byrne | 2012-11-09 | 2 | -4/+18 |
| | | | | | | | | file on system. Added test for CYGWIN and use a,exe instead of a.out. Review: HHDF5-1-8-31 Tested: cygwin | ||||
* | [svn-r23015] Update windows platforms | Allen Byrne | 2012-11-06 | 1 | -8/+4 |
| | |||||
* | [svn-r23012] I added Sun's 5.9 C++ compiler problem as a known problem. It ↵ | Raymond Lu | 2012-11-05 | 1 | -0/+19 |
| | | | | doesn't know a C99 predefined identifier __func__. | ||||
* | [svn-r23010] Description: | Quincey Koziol | 2012-11-05 | 1 | -1/+4 |
| | | | | | | | | Initialize cd_values pointer when cd_elemts is zero. Tested on: Mac OSX/64 (amazon) w/debug Windows (via Allen's builds) | ||||
* | [svn-r22998] Description: | Quincey Koziol | 2012-11-01 | 8 | -43/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 minor to require h5committest) | ||||
* | [svn-r22992] Purpose: | Jonathan Kim | 2012-10-30 | 8 | -345/+117 |
| | | | | | | | | | | | 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. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), fred (mac64-LE), Windows (32-LE cmake), cmake (jam) | ||||
* | [svn-r22984] Removed references to windows files for legacy builds with ↵ | Larry Knox | 2012-10-28 | 1 | -8/+0 |
| | | | | | | Visual Studio that were removed. Tested on jam. | ||||
* | [svn-r22953] Purpose: | Dana Robinson | 2012-10-23 | 361 | -120222/+0 |
| | | | | | Removed legacy Visual Studio solutions and projects, which will no longer be supported after HDF5 1.8.10. | ||||
* | [svn-r22951] I added an item in the new feature about the conversion from ↵ | Raymond Lu | 2012-10-23 | 1 | -0/+3 |
| | | | | enumeration to numerica datatypes. | ||||
* | [svn-r22945] I fixed a few minor casting problems in enum.c. It's a ↵ | Raymond Lu | 2012-10-22 | 1 | -2/+2 |
| | | | | | | followup commit for the test of the conversion function H5T__conv_enum_numeric (numeric type means integer or floating number). Tested on tejeda - failed on tejeda and ostrich in the daily test. | ||||
* | [svn-r22943] Changed the spelling of accessability to accessibility. | Mark Evans | 2012-10-22 | 5 | -10/+10 |
| | |||||
* | [svn-r22936] Purpose: | Dana Robinson | 2012-10-22 | 3 | -2/+2 |
| | | | | | | | Reorganize Windows release docs Tested on: N/A (docs only), ran chkmanifest |