summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-211-1/+1
|\ | | | | | | | | | | * commit 'f03758613a6ec83e5ddd664590d162ccc888f13e': Snapshot version 1.11 release 2. Normalization with vol_integration (test code and H5Xtest.c)
| * Snapshot version 1.11 release 2.hdftest2018-09-201-1/+1
| |
* | Correct $withval usage in configureAllen Byrne2018-09-201-9/+9
|/
* Correct default API version for develop to 112.Larry Knox2018-08-301-1/+1
|
* HDFFV-10552 Add missing HDF5_USE_110[2]_API_DEFAULT optionAllen Byrne2018-08-171-3/+10
|
* Merge pull request #1167 in HDFFV/hdf5 from ↵Jordan Henderson2018-08-021-0/+63
|\ | | | | | | | | | | | | | | | | | | ~JHENDERSON/hdf5:bugfix/MPI2_only_fixes to develop * commit '9aa2eaeb9ed9c94f63973cb55f13de256558497c': Add Autotools and CMake checks for big I/O MPI-3 functions Add hdf5settings section for parallel compression status in CMake builds Switch to CheckSymbolExists in CMake Add configure check for MPI_Mprobe and MPI_Imrecv functions
| * Add Autotools and CMake checks for big I/O MPI-3 functionsJordan Henderson2018-07-311-0/+32
| |
| * Add configure check for MPI_Mprobe and MPI_Imrecv functionsJordan Henderson2018-07-261-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add line to libhdf5settings file for status of Parallel writes to filtered datasets status Surround Parallel Compression code in MPI_VERSION >= 3 checks Add disabled message for Parallel Compression built w/ MPI-2 Modify Parallel Compression tests to only run the parallel filtered read tests when parallel filtered writes are disabled Update big I/O code to handle being built with MPI-2 Add checks to CMakeLists.txt for MPI_Mprobe and MPI_Imrecv
* | Removed FORTRAN_SIZEOF_LONG_DOUBLE from public .h filesM. Scot Breitenfeld2018-07-301-1/+0
|/
* Merge branch 'develop' of ↵Larry Knox2018-07-181-1/+1
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-1/+1
| | | | | | | | | | | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor
* | Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-181-13/+0
|/ | | | Commit Joe Lee's typo corrections for src/H5MF.c.
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵hdftest2018-06-241-1/+1
| | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
* Snapshot version 1.10 release 3 (snap3)hdftest2018-06-241-1/+1
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)hdftest2018-06-161-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '87829e06189cd9b29583b5ca8065b52b1f4cd523': (30 commits) HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly Cleaned up H5Fmount/unmount code. Normalization with vol_integration branch. Add fortran MPI to test and example Add mpi include folders for fortran C objects Normalization with the vol_integration branch. Fixed MANIFEST Fix usage of compression lib in shared tests Fix jni function call version Fix the error found after earlier checkin. H5O_info fixes for java and examples Added a RELASE.txt entry for HDFFV-10505. Changed 'deprecated' to indicate 'no longer supported' in the --enable-debug/production configure flags. (1) Made the change according to the pull request feedback. (2) Removed the performance test form test/th5o.c: will decide on what needs to be done to show speedup via HDFFV-10463. Normalize with vol_integration. Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c. Restored some unused #defines to the deprecated section of H5Dpublic.h. Changes made based on feedback from pull request #1039. ...
| * Merge pull request #1111 in HDFFV/hdf5 from hdf5_1_10.sync to hdf5_1_10Scot Breitenfeld2018-06-151-4/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '57f64b92d19fed2879ee9bafe1d29bfac865d54c': (30 commits) HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly Cleaned up H5Fmount/unmount code. Normalization with vol_integration branch. Add fortran MPI to test and example Add mpi include folders for fortran C objects Normalization with the vol_integration branch. Fixed MANIFEST Fix usage of compression lib in shared tests Fix jni function call version Fix the error found after earlier checkin. H5O_info fixes for java and examples Added a RELASE.txt entry for HDFFV-10505. Changed 'deprecated' to indicate 'no longer supported' in the --enable-debug/production configure flags. (1) Made the change according to the pull request feedback. (2) Removed the performance test form test/th5o.c: will decide on what needs to be done to show speedup via HDFFV-10463. Normalize with vol_integration. Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c. Restored some unused #defines to the deprecated section of H5Dpublic.h. Changes made based on feedback from pull request #1039. ...
| | * Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-041-4/+4
| | |\
| | | * Changed 'deprecated' to indicate 'no longer supported' in theDana Robinson2018-05-311-4/+4
| | | | | | | | | | | | | | | | --enable-debug/production configure flags.
* | | | Snapshot version 1.10 release 3 (snap2)hdftest2018-06-041-1/+1
|/ / /
* | | Updated version to 1.10.3-snap2hdftest2018-05-291-1/+1
|/ /
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-1/+1
|\ \ | |/
| * Remove vestiges of H5_DEBUG_BUILD macro, switching it to the moreQuincey Koziol2018-04-061-1/+1
| | | | | | | | standard H5CX_DEBUG form.
| * Correct AM_MAINTAINER_MODE default to 'enable'.lrknox2018-01-311-1/+1
| |
| * Snapshot version 1.11 release 2hdftest2018-01-051-2/+2
| |
| * Snapshot version 1.11 release 1hdftest2018-01-051-1/+1
| |
* | Updated version to 1.10.3-snap1hdftest2018-04-301-1/+1
| |
* | Updated version to 1.10.3-snap0lrknox2018-03-141-1/+1
| |
* | Snapshot version 1.10 release 2 (snap9)hdftest2018-02-111-1/+1
| |
* | Snapshot version 1.10 release 2 (snap8)hdftest2018-01-081-1/+1
| |
* | Snapshot version 1.10 release 2 (snap7)hdftest2017-12-311-1/+1
| |
* | Snapshot version 1.10 release 2 (snap6)hdftest2017-12-241-1/+1
| |
* | Snapshot version 1.10 release 2 (snap5)hdftest2017-12-171-1/+1
| |
* | Snapshot version 1.10 release 2 (snap4)hdftest2017-12-111-1/+1
| |
* | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-11-281-5/+12
|\ \ | |/
| * Changed ar to always use -cr instead of the autotools defaultDana Robinson2017-11-151-1/+6
| | | | | | | | of cru.
| * Fixed that annoying ar warning about -u being ignored.Dana Robinson2017-11-131-0/+2
| |
| * Plugin test reworkDana Robinson2017-11-091-4/+4
| | | | | | | | Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
* | Snapshot version 1.10 release 2 (snap3)hdftest2017-11-201-1/+1
| |
* | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-10-261-9/+50
|\ \ | |/
| * HDFFV-10037: fixed wrong C link flagsM. Scot Breitenfeld2017-10-251-1/+1
| |
| * Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. Thislrknox2017-10-091-0/+1
| | | | | | | | | | | | allows them to be successfully linked but not installed. The change was added for the HDF5 1.8.20 release, but is also needed for all other HDF5 branches.
| * Update configureAllen Byrne2017-09-201-12/+12
| |
| * changed comments, (HDFFV-10037)M. Scot Breitenfeld2017-08-031-4/+4
| |
| * changed the test for NAG fortran compiler, (HDFFV-10037)M. Scot Breitenfeld2017-08-031-1/+1
| |
| * added test for NAG compiler and use the FC_BASENAME for NAG detection, ↵M. Scot Breitenfeld2017-08-011-2/+1
| | | | | | | | (HDFFV-10037)
| * Rearranged where the substitution occurs.M. Scot Breitenfeld2017-07-281-12/+25
| | | | | | | | | | | | | | libtool does not pass the correct argument linking (-WL,-WL,,) for the NAG Fortran compiler on Linux (other OSs have not been tested). Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)
| * added chmod 755 for h5fcM. Scot Breitenfeld2017-07-271-1/+3
| |
| * removed chmod 755 for h5fcM. Scot Breitenfeld2017-07-271-1/+0
| |
| * libtool does not pass the correct argument linking (-WL,-WL,,) for theM. Scot Breitenfeld2017-07-271-12/+32
| | | | | | | | | | | | NAG Fortran compiler on Linux (other OSs have not been tested). Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)
| * Merge pull request #586 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-06-301-0/+1
| |\ | | | | | | | | | | | | | | | | | | develop * commit '804a88fafdca3d6a76312ab01ac4d6d5b103e9dc': Fix for HDFFV-10160 Modifications to fix the assertion/abort failure when the application does not close the file.