summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23153] Snapshot version 1.9 release 140HDF Tester2013-01-131-1/+1
|
* [svn-r23139] Only do line by line compare if compare files fail. Allen Byrne2013-01-071-0/+6
|
* [svn-r23138] Only do line by line compare if compare files fail. Allen Byrne2013-01-071-0/+12
| | | | Tested: local linux
* [svn-r23136] Snapshot version 1.9 release 139HDF Tester2013-01-061-1/+1
|
* [svn-r23130] Update CPack to 2.8.10Allen Byrne2013-01-021-267/+330
|
* [svn-r23121] Snapshot version 1.9 release 138HDF Tester2012-12-301-1/+1
|
* [svn-r23119] Snapshot version 1.9 release 137HDF Tester2012-12-231-1/+1
|
* [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-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-192-1/+9
| | | | | | | | | | | | | | | | | | | 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-r23085] Snapshot version 1.9 release 136HDF Tester2012-12-091-1/+1
|
* [svn-r23071] Snapshot version 1.9 release 135HDF Tester2012-12-021-1/+1
|
* [svn-r23064] HDFFV-8202: Add diff display to cmake output on error. Merged ↵Allen Byrne2012-11-281-5/+19
| | | | changes from runTest.cmake.
* [svn-r23050] Snapshot version 1.9 release 134HDF Tester2012-11-251-1/+1
|
* [svn-r23044] Restore build configuration defines for cmakeAllen Byrne2012-11-211-0/+18
|
* [svn-r23039] Snapshot version 1.9 release 133HDF Tester2012-11-181-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-r23021] Snapshot version 1.9 release 132HDF Tester2012-11-111-1/+1
|
* [svn-r22879] Bug Fix: HDFFV 8017Albert Cheng2012-10-101-0/+16
| | | | | | | | | | | | | | | dt_arith would fail in Lion and Mountain Lion system when GCC version 4.2.1 is used with --enable-production. Somehow the -O optimization will fail some of the hard conversion code. Solution: This is just a temporary patch by detecting if this is a Lion or Mountain Lion system using GCC 4.2.1, then just remove the any -O option from the PROD_CFLAGS. A better fix should be deviced later. Tested: Duck(lion) and Owl (mountain lion) tested with --enable-production. Also tested in Fred and Tejeda, both Snow Leopard systems to verify there is no undesired side effect.
* [svn-r22846] Snapshot version 1.9 release 131HDF Tester2012-09-301-1/+1
|
* [svn-r22830] Bug fix: HDFFV-8069 AIX config file Fortran flags need fix Albert Cheng2012-09-271-4/+4
| | | | | | | | | | | | | Description: The Fortran compiler flags were all set to "-O". They should be different setting for different situations. E.g, "-g" for debug and "-pg" for profile, etc. Fix: set them to appropriate different values. Tested: in Remote ADA AIX machines using 3 different settings: configure --enable-fortran --enable-cxx # default to --disable-production configure --enable-fortran --enable-cxx --enable-production configure --enable-fortran --enable-cxx --disable-production
* [svn-r22802] Snapshot version 1.9 release 130HDF Tester2012-09-231-1/+1
|
* [svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate ↵Allen Byrne2012-09-181-1/+4
| | | | | | variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders Tested: jam with intel compilers
* [svn-r22766] Snapshot version 1.9 release 129HDF Tester2012-09-161-1/+1
|
* [svn-r22745] Snapshot version 1.9 release 128HDF Tester2012-09-091-1/+1
|
* [svn-r22732] Snapshot version 1.9 release 127HDF Tester2012-09-021-1/+1
|
* [svn-r22722] Update all references from configure.in to configure.acAllen Byrne2012-08-281-1/+1
| | | | Tested: h5committest
* [svn-r22720] Fix RelWithDebInfo packagingAllen Byrne2012-08-281-10/+10
|
* [svn-r22714] one more missed VAR change for parallel examplesAllen Byrne2012-08-261-1/+1
|
* [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵Allen Byrne2012-08-233-16/+13
| | | | | | autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. Tested: h5committest
* [svn-r22697] Snapshot version 1.9 release 126HDF Tester2012-08-191-1/+1
|
* [svn-r22670] Snapshot version 1.9 release 125HDF Tester2012-08-121-1/+1
|
* [svn-r22633] Correct packaing infoAllen Byrne2012-08-061-5/+6
|
* [svn-r22629] Snapshot version 1.9 release 124Larry Knox2012-08-051-1/+1
|
* [svn-r22622] Windows config is up one levelAllen Byrne2012-08-021-1/+3
|
* [svn-r22620] Add ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} to default include_dirsAllen Byrne2012-08-021-22/+2
| | | | Correct cmake packaging names
* [svn-r22614] Revert heading of summary.Allen Byrne2012-07-301-1/+1
|
* [svn-r22602] Allen Byrne2012-07-258-114/+29
|
* [svn-r22599] FinHDF5 should be generated during build.Allen Byrne2012-07-241-0/+85
|
* [svn-r22570] Correct name of error reference fileAllen Byrne2012-07-131-2/+2
|
* [svn-r22569] On windows read/write error reference file just like reference ↵Allen Byrne2012-07-131-0/+5
| | | | file before comparision. This will set the line endings.
* [svn-r22560] Changes to allow tests to compare error files!Allen Byrne2012-07-121-3/+28
|
* [svn-r22547] Remove clear-objects from ignore list (like h5import)Allen Byrne2012-07-101-3/+0
|
* [svn-r22545] Enable H5IMPORT-clear-objects for valgrindAllen Byrne2012-07-101-1/+1
| | | | Tested: local linux
* [svn-r22527] Update Ignore List for change to H5IMPORT testsAllen Byrne2012-07-091-0/+16
|
* [svn-r22525] Snapshot version 1.9 release 124Larry Knox2012-07-091-1/+1
|
* [svn-r22514] Correct failure REGEX test to test value of TEST_EXPECTAllen Byrne2012-07-051-8/+11
|
* [svn-r22487] Snapshot version 1.9 release 122HDF Tester2012-06-241-1/+1
|