Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r26280] Removed tab indenting for Fortran source, tab indenting is not ↵ | Scot Breitenfeld | 2015-02-23 | 1 | -6/+6 |
| | | | | F2003 standard compliant. | ||||
* | [svn-r26276] Merged r26075-80, 86 from features/autotools_rework branch. | Dana Robinson | 2015-02-23 | 1 | -430/+69 |
| | | | | | | | | | | | | Cleans up time functions in the autotools input files. Removed deprecated gettimeofday() time zone code and configure processing. Also removed some unused time function configure checks and defines. Fixes: HDFFV-9083 and HDFFV-9085 Tested on: 32-bit linux, serial and parallel (jam) OS X (kite) Solaris (emu) | ||||
* | [svn-r26275] Merge of r26042, 26083, 26084, 26085 from features/autotools_rework | Dana Robinson | 2015-02-22 | 1 | -72/+53 |
| | | | | | | | | | | | | | | | | - Updated configure.ac so that the direct VFD can now be built without specifying _GNU_SOURCE, etc. on the command line. - The direct VFD is now disabled by default. It was previously enabled, but the configuration script couldn't configure it properly, making it a moot point. Fixes: HDFFV-9057, HDFFV-7567, HDFFV-9088, HDFFV-7566 Tested on: h5committest jam w/ direct VFD (*very* slow!) NOTE: platypus cmake fails, but this is not a new error. | ||||
* | [svn-r26272] Merge of r26071 from features/autotools_rework | Dana Robinson | 2015-02-22 | 1 | -41/+1 |
| | | | | | | | | | | | | Removes the --with-default-vfd option from configure. This was basically useless and only allowed selecting the stdio VFD. Since this is a demo VFD and not really a production VFD, we decided to retire this option. Fixes: HDFFV-9081 Tested on: h5committest NOTE: platypus cmake fails, but this is not a new error. | ||||
* | [svn-r26254] Changed mpi test to use include 'mpif.h' | Scot Breitenfeld | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | [svn-r26225] Removes broken open() call work-around that was specific to the now | Dana Robinson | 2015-02-19 | 1 | -10/+0 |
| | | | | | | | | | | unsupported Code Warrior compiler. Also removes the H5_NO_SHARED_WRITING symbol from the pubconf file. Fixes: HDFFV-9080 Tested on: jam only, after bin/reconfigure (all platforms should see no source changes) | ||||
* | [svn-r26219] Merge r26029 from autotools_rework feature branch. | Dana Robinson | 2015-02-18 | 1 | -0/+5 |
| | | | | | | | | | Adds a comment to configure.ac indicating that Cygwin still has problems with srcdir and time. Fixes: HDFFV-9082 Tested on: jam (comment only change) w/ bin/reconfigure | ||||
* | [svn-r26188] Merged autotools fixes into the trunk: | Scot Breitenfeld | 2015-02-16 | 1 | -384/+175 |
| | | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095 | ||||
* | [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from ↵ | Mohamad Chaarawi | 2015-02-16 | 1 | -827/+41 |
| | | | | | | | | | | | | autotools_rework branch: - Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes. tested with h5committest. | ||||
* | [svn-r26177] Snapshot version 1.9 release 214 | HDF Tester | 2015-02-15 | 1 | -11/+11 |
| | |||||
* | [svn-r26173] HDF5-9117: if testing for proper working 'tr' command is needed. | Albert Cheng | 2015-02-14 | 1 | -7/+1 |
| | | | | | | | | | | Long time ago, the tr command in some platform does not work properly and this test was added to detect broken tr and abort the configure process. We are not aware of such broken tr command in current systems and decided to retire this test. The setup of ${TR} is still needed as it is used to process DEBUG_PKG. Tested: h5committested plus using "./configure --enable-debug=all" in jam. | ||||
* | [svn-r26146] Snapshot version 1.9 release 213 | HDF Tester | 2015-02-08 | 1 | -11/+11 |
| | |||||
* | [svn-r26092] Snapshot version 1.9 release 212 | HDF Tester | 2015-02-01 | 1 | -11/+11 |
| | |||||
* | [svn-r25981] Snapshot version 1.9 release 211 | HDF Tester | 2015-01-18 | 1 | -11/+11 |
| | |||||
* | [svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes ↵ | Scot Breitenfeld | 2015-01-15 | 1 | -4/+1 |
| | | | | sometimes and 10 bytes other times. Not sure why. | ||||
* | [svn-r25978] Bug fix for HDFFV-8847 | Scot Breitenfeld | 2015-01-13 | 1 | -1/+4 |
| | | | | Tested: h5committest | ||||
* | [svn-r25975] Snapshot version 1.9 release 210 | HDF Tester | 2015-01-11 | 1 | -11/+11 |
| | |||||
* | [svn-r25949] Snapshot version 1.9 release 209 | HDF Tester | 2015-01-04 | 1 | -11/+11 |
| | |||||
* | [svn-r25924] Snapshot version 1.9 release 208 | HDF Tester | 2014-12-28 | 1 | -11/+11 |
| | |||||
* | [svn-r25915] Snapshot version 1.9 release 207 | HDF Tester | 2014-12-21 | 1 | -11/+11 |
| | |||||
* | [svn-r25912] Revert change r25701: Add LD path to HDF5 install directory to ↵ | Larry Knox | 2014-12-19 | 1 | -5/+1 |
| | | | | | | | | | address HDFFV-8944. The change broke DESTDIR builds where an older HDF5 is installed in the --prefix directory. The original problem remains. Tested with h5committest | ||||
* | [svn-r25900] HDFFV-9046: reorganize hdf5/perform/ directory | Albert Cheng | 2014-12-17 | 1 | -2/+2 |
| | | | | | | Moved perform/ to tools/perform. Updated all the configure related files for the new location. Tested: h5committested plus tested in jam and kite. | ||||
* | [svn-r25886] Snapshot version 1.9 release 206 | HDF Tester | 2014-12-14 | 1 | -11/+11 |
| | |||||
* | [svn-r25864] Snapshot version 1.9 release 205 | HDF Tester | 2014-12-07 | 1 | -11/+11 |
| | |||||
* | [svn-r25855] Snapshot version 1.9 release 204 | HDF Tester | 2014-11-30 | 1 | -11/+11 |
| | |||||
* | [svn-r25834] Snapshot version 1.9 release 203 | HDF Tester | 2014-11-23 | 1 | -11/+11 |
| | |||||
* | [svn-r25762] Snapshot version 1.9 release 202 | HDF Tester | 2014-11-02 | 1 | -11/+11 |
| | |||||
* | [svn-r25736] Snapshot version 1.9 release 201 | HDF Tester | 2014-10-26 | 1 | -11/+11 |
| | |||||
* | [svn-r25720] Snapshot version 1.9 release 200 | HDF Tester | 2014-10-19 | 1 | -11/+11 |
| | |||||
* | [svn-r25701] Add LD path to HDF5 install directory to address HDFFV-8944. | Larry Knox | 2014-10-14 | 1 | -2/+6 |
| | | | | Tested with h5committest and failed external daily tests. | ||||
* | [svn-r25693] Snapshot version 1.9 release 199 | HDF Tester | 2014-10-12 | 1 | -11/+11 |
| | |||||
* | [svn-r25668] Snapshot version 1.9 release 198 | HDF Tester | 2014-10-05 | 1 | -11/+11 |
| | |||||
* | [svn-r25627] Snapshot version 1.9 release 197 | HDF Tester | 2014-09-28 | 1 | -11/+11 |
| | |||||
* | [svn-r25604] Snapshot version 1.9 release 196 | HDF Tester | 2014-09-21 | 1 | -11/+11 |
| | |||||
* | [svn-r25591] Snapshot version 1.9 release 195 | HDF Tester | 2014-09-14 | 1 | -11/+11 |
| | |||||
* | [svn-r25563] Snapshot version 1.9 release 194 | HDF Tester | 2014-08-31 | 1 | -11/+11 |
| | |||||
* | [svn-r25546] Snapshot version 1.9 release 193 | HDF Tester | 2014-08-24 | 1 | -11/+11 |
| | |||||
* | [svn-r25534] Snapshot version 1.9 release 192 | HDF Tester | 2014-08-17 | 1 | -11/+11 |
| | |||||
* | [svn-r25506] Snapshot version 1.9 release 191 | HDF Tester | 2014-08-03 | 1 | -11/+11 |
| | |||||
* | [svn-r25484] Snapshot version 1.9 release 190 | HDF Tester | 2014-07-27 | 1 | -11/+11 |
| | |||||
* | [svn-r25477] Added error if Fortran's default real is double precision. If ↵ | Scot Breitenfeld | 2014-07-24 | 1 | -0/+9 |
| | | | | | | it is and HL is being built then configure returns an error. This is due to HDFFV-889. Tested: jam with intel and -r8 flag, both with and without --disable-hl. | ||||
* | [svn-r25434] Snapshot version 1.9 release 189 | HDF Tester | 2014-07-20 | 1 | -11/+11 |
| | |||||
* | [svn-r25407] Snapshot version 1.9 release 188 | HDF Tester | 2014-07-13 | 1 | -11/+11 |
| | |||||
* | [svn-r25397] - remove configure checks for MPI_File_get_size and Big | Mohamad Chaarawi | 2014-07-07 | 1 | -66/+0 |
| | | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856) | ||||
* | [svn-r25395] Snapshot version 1.9 release 187 | HDF Tester | 2014-07-06 | 1 | -11/+11 |
| | |||||
* | [svn-r25378] Snapshot version 1.9 release 186 | HDF Tester | 2014-06-29 | 1 | -11/+11 |
| | |||||
* | [svn-r25339] Snapshot version 1.9 release 185 | HDF Tester | 2014-06-22 | 1 | -11/+11 |
| | |||||
* | [svn-r25287] Fix for: | Scot Breitenfeld | 2014-06-16 | 1 | -0/+95 |
| | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof | ||||
* | [svn-r25285] Snapshot version 1.9 release 184 | HDF Tester | 2014-06-15 | 1 | -11/+11 |
| | |||||
* | [svn-r25241] Snapshot version 1.9 release 183 | HDF Tester | 2014-06-08 | 1 | -11/+11 |
| |