summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23669] Snapshot version 1.9 release 150HDF Tester2013-05-051-1/+1
|
* [svn-r23642] Snapshot version 1.9 release 149HDF Tester2013-04-281-1/+1
|
* [svn-r23618] Bug fix: HDFFV-8390Albert Cheng2013-04-241-2/+2
| | | | | | | | Threadsafe works in v1.8.10 release. But it fails v1.8.11-pre1 tarball in configure stage now. There was a typo in the configure around the checking of pthread library. Fixed it. Tested: AIX and also h5committested.
* [svn-r23538] Correct incorrect unset var nameAllen Byrne2013-04-031-1/+1
|
* [svn-r23505] reverted FFLAGS bug fix.Scot Breitenfeld2013-04-011-0/+1
| | | | Tested: jam (intel)
* [svn-r23480] Reposition conditional and libtool commands.Allen Byrne2013-03-281-58/+58
|
* [svn-r23465] I moved dynlib1.c to test/ directory and revised the ↵Raymond Lu2013-03-271-1/+5
| | | | | | | | Makefile.am in test/. I added the condition to skip plugin.c test when the library is built for static. Tested on jam, koala, and emu.
* [svn-r23435] ported revisions 23346:23432 from the trunkRaymond Lu2013-03-221-4/+5
|\
| * [svn-r23410] HDFFV-8264: Using F2003, build fails on Fedora with undefined ↵Scot Breitenfeld2013-03-211-3/+4
| | | | | | | | | | | | | | | | | | | | | | reference to __h5r_MOD_h5rget_region_region_f This turned out being an issue with configure. The reporter submitted a patch which fixed the fact that we should not be setting AM_FCFLAGS (an automake variable) with FFLAGS (a user variable). I removed this, and we now only set FFLAGS if the environment variable is set, otherwise we don't. Tested: jam (gnu)
| * [svn-r23361] Snapshot version 1.9 release 148HDF Tester2013-03-171-1/+1
| |
| * [svn-r23341] Snapshot version 1.9 release 147HDF Tester2013-03-101-1/+1
| |
| * [svn-r23323] Snapshot version 1.9 release 146HDF Tester2013-03-031-1/+1
| |
| * [svn-r23311] Snapshot version 1.9 release 145HDF Tester2013-02-241-1/+1
| |
| * [svn-r23305] HDFFV-8257: szip still used even if headers are not found. ↵Allen Byrne2013-02-181-83/+100
| | | | | | | | | | | | Change configure to test the result of the CHECK HEADERS call before checking for the library. Tested: local linux, h5committest
| * [svn-r23290] Snapshot version 1.9 release 144HDF Tester2013-02-171-1/+1
| |
* | [svn-r23376] Description:Quincey Koziol2013-03-191-0/+1
| | | | | | | | Add dirent.h detection to configure.ac
* | [svn-r23347] ported revision 23248:23346 from the trunkRaymond Lu2013-03-131-84/+101
| |
* | [svn-r23346] First commit for DESY project. It has the basic functionality ↵Raymond Lu2013-03-131-1/+4
|/ | | | | | of loading dynamically filter libraries and a simple test for it. Tested on koala.
* [svn-r23240] Snapshot version 1.9 release 143HDF Tester2013-02-101-1/+1
|
* [svn-r23221] Snapshot version 1.9 release 142HDF Tester2013-02-031-1/+1
|
* [svn-r23180] Snapshot version 1.9 release 141HDF Tester2013-01-201-1/+1
|
* [svn-r23153] Snapshot version 1.9 release 140HDF Tester2013-01-131-1/+1
|
* [svn-r23151] HDFFV-498: Eliminate a.exe file on cygwin configurationsAllen Byrne2013-01-111-10/+3
|
* [svn-r23150] Revert changes because 1.8 branch files were improperly used.Allen Byrne2013-01-111-5/+12
|
* [svn-r23145] HDFFV-498: Eliminate a.exe file on cygwin configurationsAllen Byrne2013-01-091-12/+5
| | | | Tested: cygwin, duck, jam, and local linux
* [svn-r23136] Snapshot version 1.9 release 139HDF Tester2013-01-061-1/+1
|
* [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-r23111] Purpose:Dana Robinson2012-12-191-0/+6
| | | | | | | | | | | | | | | | | | | 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-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-r23050] Snapshot version 1.9 release 134HDF Tester2012-11-251-1/+1
|
* [svn-r23039] Snapshot version 1.9 release 133HDF Tester2012-11-181-1/+1
|
* [svn-r23021] Snapshot version 1.9 release 132HDF Tester2012-11-111-1/+1
|
* [svn-r23020] HDFFV-498: lone colon test fails on cygwin and leaves a.exe ↵Allen Byrne2012-11-091-2/+9
| | | | | | | | file on system. Added test for CYGWIN and use a,exe instead of a.out. Review: HHDF5-1-8-31 Tested: cygwin
* [svn-r22908] Reverted changes in revision 22819Larry Knox2012-10-161-15/+0
| | | | Tested with h5committest on jam, koala and ostrich.
* [svn-r22846] Snapshot version 1.9 release 131HDF Tester2012-09-301-1/+1
|
* [svn-r22819] Added H5BLD_STATIC and HDF5_USE_SHLIB to configure.ac so that ↵Larry Knox2012-09-271-0/+15
| | | | | | if configured with --disable-static the default for HDF5_USE_SHLIB in the compile scripts will be changed to yes. This is a fix for HDFFV-8141, where the compile scripts try to link to non-existant static hdf5 libraries. Tested on jam,koala,ostrich(h5committest) and other THG machines.
* [svn-r22807] Description:Quincey Koziol2012-09-251-3/+3
| | | | | | | | | | | | | | | | | | | | | Add encode/decode API routines for property lists: H5Pencode/H5Pdecode. Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/PPC 2.6 (ostrich) w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-ia64 2.6 (ember) w/Intel compilers, w/parallel, C++ & FORTRAN, in production mode Mac OS X/32 10.7.3 (amazon) in debug mode Mac OS X/32 10.7.3 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode Mac OS X/32 10.7.3 (amazon) w/parallel, in debug mode
* [svn-r22802] Snapshot version 1.9 release 130HDF Tester2012-09-231-1/+1
|
* [svn-r22773] Use Allen Byrne2012-09-171-4/+21
| | | | | | | | | | | | LT_PREREQ([2.2]) LT_INIT([dlopen]) instead of AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL Also add ALLOW_UNSUPPORTED on threadsafe check Both from 1.8 configure
* [svn-r22766] Snapshot version 1.9 release 129HDF Tester2012-09-161-1/+1
|
* [svn-r22752] Update autotools macros and comment indicators.Allen Byrne2012-09-111-1158/+1164
| | | | | | Added autotools quotation around parameters h5committest
* [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-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵Allen Byrne2012-08-231-0/+4542
autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. Tested: h5committest