summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23138] Only do line by line compare if compare files fail. Allen Byrne2013-01-071-0/+12
| | | | Tested: local linux
* [svn-r23137] HDFFV-8227: Add Message to stop configure id SHARED FORTRAN is ↵Allen Byrne2013-01-071-4/+11
| | | | | | | | | selected. Also added APPLE cpack section Corrected FATAL to FATAL_ERROR in MESSAGEs Tested: duck
* [svn-r23136] Snapshot version 1.9 release 139HDF Tester2013-01-0613-26/+26
|
* [svn-r23134] Revised the comments to reflect what is in the F2003 standard.Scot Breitenfeld2013-01-041-1/+3
|
* [svn-r23133] Force static builds on MAC machinesAllen Byrne2013-01-031-4/+13
|
* [svn-r23131] Correct missing command nameAllen Byrne2013-01-021-7/+12
|
* [svn-r23130] Update CPack to 2.8.10Allen Byrne2013-01-021-267/+330
|
* [svn-r23127] Add MAC options to script in IF(APPLE) block.Allen Byrne2013-01-021-1/+9
|
* [svn-r23121] Snapshot version 1.9 release 138HDF Tester2012-12-3013-26/+26
|
* [svn-r23120] Removed -VV from the ctest command line so that it does not ↵Albert Cheng2012-12-271-1/+10
| | | | | | | | | | | | | | | send debug output to the standout. This keeps command output terse and easier to tell if it passes or not. Added time stamps printing. Added exit code and command executation summary. All these will make it easier for user to tell if the command succeeds or not. Tested: {jam,koala,ostrich} all passed. {Linew,fred,duck,owl} failed. The failure is the cmake process, not cmakehdf5 itself.
* [svn-r23119] Snapshot version 1.9 release 137HDF Tester2012-12-2313-26/+26
|
* [svn-r23118] HDFFV-2686 Remove the ptExampleVL.c example from the source codeScot Breitenfeld2012-12-2211-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 Breitenfeld2012-12-215-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 Breitenfeld2012-12-216-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 Breitenfeld2012-12-211-0/+4
| | | | | | Intel versions (<12.1) did not support.
* [svn-r23114] remove "AT-" from buildnameAllen Byrne2012-12-201-2/+2
|
* [svn-r23113] Added corrections to treat ";" character as text for comparision.Allen Byrne2012-12-202-32/+39
| | | | Tested: local linux
* [svn-r23111] Purpose:Dana Robinson2012-12-1911-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 functionAllen Byrne2012-12-192-27/+31
|
* [svn-r23105] Changed Fortran examples to reflect tutorial examples via Barbara;Scot Breitenfeld2012-12-156-6/+143
| | | | | | added: h5_cmprss.f90 Tested: jam (gnu compilers)
* [svn-r23096] Added bin/cmakehdf5.Albert Cheng2012-12-121-0/+1
|
* [svn-r23094] cmakehdf5 is a build command script similar to buildhdf5.Albert Cheng2012-12-121-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 APIsScot Breitenfeld2012-12-1210-20/+20
| | | | Checked: jam (gnu, mpi) --disable-deprecated-symbols, --with-default-api-version=v16
* [svn-r23092] Cleaned-up printed output and corrected output commentsScot Breitenfeld2012-12-122-9/+8
| | | | Tested: jam (gnu)
* [svn-r23091] Changed C examples to reflect changes in documentation via Barbara;Scot Breitenfeld2012-12-1214-5/+852
| | | | | | mainly program additions from tutorial. Tested: jam (gnu compilers)
* [svn-r23090] Fixed H5Dread input parameters.Scot Breitenfeld2012-12-111-2/+1
| | | | Tested: gnu (jam)
* [svn-r23089] Changed Fortran examples to reflect changes in documentation ↵Scot Breitenfeld2012-12-101-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 Breitenfeld2012-12-1018-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 136HDF Tester2012-12-0913-26/+26
|
* [svn-r23083] Correct cmake statement to use SET instead of ADD_DEFINITIONSAllen Byrne2012-12-071-2/+2
|
* [svn-r23071] Snapshot version 1.9 release 135HDF Tester2012-12-0213-26/+26
|
* [svn-r23066] HDFFV-8265: create .def file during configure, added F2003 ↵Allen Byrne2012-11-295-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 Byrne2012-11-281-5/+19
| | | | changes from runTest.cmake.
* [svn-r23057] HDFFV-8265: create .def file during configureAllen Byrne2012-11-274-558/+22
| | | | Tested: windows
* [svn-r23055] Bug fix: HDFFV-8233Albert Cheng2012-11-261-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 listAllen Byrne2012-11-261-1/+0
|
* [svn-r23052] Description:Scot Breitenfeld2012-11-264-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 134HDF Tester2012-11-2513-26/+26
|
* [svn-r23048] Description:Quincey Koziol2012-11-211-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 cmakeAllen Byrne2012-11-211-0/+18
|
* [svn-r23039] Snapshot version 1.9 release 133HDF Tester2012-11-1813-26/+26
|
* [svn-r23038] Corrected last array assignment to use X-1 values for index.Allen Byrne2012-11-161-1/+1
|
* [svn-r23037] Correct string variable handling/referenceAllen Byrne2012-11-161-8/+8
| | | | Tested: local and windows
* [svn-r23036] HDFFV-8202: cmake compare should show differences in log outputAllen Byrne2012-11-151-10/+38
| | | | Tested: local linux
* [svn-r23035] Add scalar string test file and testsAllen Byrne2012-11-152-0/+28
|
* [svn-r23034] Add scalar string test file and testsAllen Byrne2012-11-154-7/+71
|
* [svn-r23032] Updated the following sections with information from the v1.8 ↵Albert Cheng2012-11-141-114/+190
| | | | | | | | branch. Supported Platforms Tested Configuration Features Summary More Tested Platforms
* [svn-r23021] Snapshot version 1.9 release 132HDF Tester2012-11-1113-26/+26
|
* [svn-r23020] HDFFV-498: lone colon test fails on cygwin and leaves a.exe ↵Allen Byrne2012-11-092-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 platformsAllen Byrne2012-11-061-8/+4
|