summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24218] Snapshot version 1.9 release 165HDF Tester2013-09-291-1/+1
|
* [svn-r24194] Don't add hdf5 library dependencies to lib files when ↵Larry Knox2013-09-241-0/+7
| | | | | | --disable-sharedlib-rpath configure option is invoked. Fix for HDFFV-8276. Tested with h5committest and on hdf-duck.
* [svn-r24186] Snapshot version 1.9 release 164HDF Tester2013-09-221-1/+1
|
* [svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump.Allen Byrne2013-09-191-21/+21
| | | | | | | Add more usage info for UserMacros. Add new option information about the Plugin default path. Tested: local linux, jam
* [svn-r24120] HDFFV-8345: plugin test properly checks static-exec result to ↵Allen Byrne2013-09-101-1/+4
| | | | | | include test. Tested: jam
* [svn-r24104] HDFFV-8345: add User Defined filters to h5repack.Allen Byrne2013-09-061-1/+23
| | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools
* [svn-r24092] Snapshot version 1.9 release 163HDF Tester2013-09-011-1/+1
|
* [svn-r24068] Snapshot version 1.9 release 162HDF Tester2013-08-251-1/+1
|
* [svn-r24004] HDFFV-8319 and -8321: Cleanup autotools code.Allen Byrne2013-08-131-17/+10
| | | | | | Also remove GetConsoleScreenInfo check from cygwin configure. Tested: h5committest
* [svn-r23989] Snapshot version 1.9 release 161HDF Tester2013-08-111-1/+1
|
* [svn-r23968] Snapshot version 1.9 release 160HDF Tester2013-08-041-1/+1
|
* [svn-r23926] Snapshot version 1.9 release 159HDF Tester2013-07-211-1/+1
|
* [svn-r23895] Snapshot version 1.9 release 158HDF Tester2013-07-141-1/+1
|
* [svn-r23865] Snapshot version 1.9 release 157HDF Tester2013-07-071-1/+1
|
* [svn-r23849] Snapshot version 1.9 release 156HDF Tester2013-06-301-1/+1
|
* [svn-r23806] Snapshot version 1.9 release 155HDF Tester2013-06-231-1/+1
|
* [svn-r23778] Snapshot version 1.9 release 154HDF Tester2013-06-161-1/+1
|
* [svn-r23741] Snapshot version 1.9 release 153HDF Tester2013-06-091-1/+1
|
* [svn-r23737] HDFFV-8434: Use lowecase for whether in confiure.acAllen Byrne2013-06-051-2/+2
| | | | Trival change
* [svn-r23718] Snapshot version 1.9 release 152HDF Tester2013-05-261-1/+1
|
* [svn-r23708] Snapshot version 1.9 release 151HDF Tester2013-05-191-1/+1
|
* [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)