summaryrefslogtreecommitdiffstats
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-2918-0/+1459
|
* [svn-r27745] Merge trunk revision 27744Allen Byrne2015-09-101-1/+1
|
* [svn-r27638] Merged r27500-27631 from trunk.Dana Robinson2015-09-011-17/+17
|\
| * [svn-r27517] Removed all perl scripts from configure.Scot Breitenfeld2015-08-171-17/+17
| | | | | | | | Tested: h5committest
* | [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-141-19/+326
|\ \ | |/ | | | | | | | | | | | | Tested w/ h5committest NOTES: - The manifest may still be messed up. - Cmake fails since the dual binary work needs to be merged with this repo's CMake externals.
| * [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-19/+326
| | | | | | | | Tested: h5committest --PASSED--
| * [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-326/+19
| |
| * [svn-r27488] Merged the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-19/+326
| |\ | | | | | | | | | Tested: h5committest
| | * [svn-r27401] code cleanupScot Breitenfeld2015-07-161-17/+4
| | |
| | * [svn-r27326] Working version of cmake on linux.Scot Breitenfeld2015-07-021-6/+4
| | |
| | * [svn-r27299] Changed from using sed to perl.Scot Breitenfeld2015-06-301-11/+10
| | |
| | * [svn-r27297] changed from using sed to perlScot Breitenfeld2015-06-291-41/+47
| | |
| | * [svn-r27285] added search replace for space to commaScot Breitenfeld2015-06-251-0/+2
| | |
| | * [svn-r27232] fixed C test program for float128Scot Breitenfeld2015-06-171-0/+2
| | |
| | * [svn-r27230] added test for float128Scot Breitenfeld2015-06-171-1/+5
| | |
| | * [svn-r27225] new test for __float128Scot Breitenfeld2015-06-171-9/+7
| | |
| | * [svn-r27223] Added check for quadmath.hScot Breitenfeld2015-06-171-0/+2
| | |
| | * [svn-r27221] Reworked Fortran autools REAL KIND detection.Scot Breitenfeld2015-06-161-5/+35
| | |
| | * [svn-r27167] more DT fixesScot Breitenfeld2015-06-091-5/+21
| | |
| | * [svn-r27164] various bug fixes for DTScot Breitenfeld2015-06-081-0/+34
| | |
| | * [svn-r27154] fixed issue with mis-matching long double between Fortran and CScot Breitenfeld2015-06-051-6/+5
| | |
| | * [svn-r27151] fixed __float128 errorsScot Breitenfeld2015-06-041-44/+70
| | |
| | * [svn-r27140] fixed interger*16 supportScot Breitenfeld2015-06-031-3/+2
| | |
| | * [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵Scot Breitenfeld2015-06-011-0/+14
| | | | | | | | | | | | quad precision.
| | * [svn-r27122] removed dependency on generatored fortran source codeScot Breitenfeld2015-05-281-2/+2
| | |
| | * [svn-r27119] handles INTEGER*16 caseScot Breitenfeld2015-05-281-2/+2
| | |
| | * [svn-r27115] Moved testing KINDs and SIZEOFs to configure.Scot Breitenfeld2015-05-271-1/+190
| | |
| | * [svn-r26917] added conditional for C_LONG_DOUBLEScot Breitenfeld2015-04-231-0/+35
| | |
| | * [svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency.Scot Breitenfeld2015-04-211-33/+0
| |/
* | [svn-r26350] Merge of r26273-26348 from the trunk.Dana Robinson2015-03-041-6/+6
|\ \ | |/ | | | | Tested on: h5committest
| * [svn-r26280] Removed tab indenting for Fortran source, tab indenting is not ↵Scot Breitenfeld2015-02-231-6/+6
| | | | | | | | F2003 standard compliant.
| * [svn-r26247] Reverted back from using 'USE MPI' to include 'mpif.h' since ↵Scot Breitenfeld2015-02-201-1/+1
| | | | | | | | windows does not seem to support 'USE MPI'.
| * [svn-r26188] Merged autotools fixes into the trunk:Scot Breitenfeld2015-02-162-0/+404
| | | | | | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095
* | [svn-r26127] Fixed typo.Scot Breitenfeld2015-02-051-1/+1
| |
* | [svn-r26113] Updated configure and the parallel tests to 'USE mpi' instead ↵Scot Breitenfeld2015-02-021-1/+1
| | | | | | | | | | | | of 'include 'mpih.f' tested jam (mpich + gnu).
* | [svn-r26098] Removed copied m4 files from version control.Dana Robinson2015-02-025-8610/+0
| | | | | | | | | | | | | | | | | | Developers will now have to run bin/reconfigure (deprecated, will be removed soon) or autogen.sh after checking out code. Part of: HDFFV-9120 Tested on: jam with Fortran and C++
* | [svn-r26063] Fixed the wrong number of arguments being used for ↵Scot Breitenfeld2015-01-281-3/+4
| | | | | | | | MPI_FILE_OPEN. Kept using include "mpif.h" since it is not going to be depriciated. But 'USE mpi' will work now that the API is correct.
* | [svn-r26062] Changed the fortran test back from "USE mpi" to "include ↵Scot Breitenfeld2015-01-281-1/+1
| | | | | | | | "mpif.h"". Using the module causes problems on the Cray (hopper).
* | [svn-r26061] Fixed unintentional typo.Scot Breitenfeld2015-01-281-2/+2
| |
* | [svn-r26060] Fix for HDFFV-9091Scot Breitenfeld2015-01-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 405-408::fortran vars should be scoped Scoped: HAVE_SIZEOF HAVE_C_SIZEOF HAVE_STORAGE_SIZE FORTRAN_DEFAULT_REALisDBLE to where the tests are (in m4/aclocal_fc.m4) Tested: jam (gnu)
* | [svn-r26059] Fix for: HDFFV-9095 Scot Breitenfeld2015-01-271-1/+1
| | | | | | | | | | | | | | 4159:: Check if Fortran's default real is double precision. If it is and HL is being built then configure should fail due to bug HDFFV-889. Fix: This check should be located where HL is check for, and it is. Updated the comment to elimenate confusion.
* | [svn-r26057] Fix for: HDFFV-9094Scot Breitenfeld2015-01-271-0/+27
| | | | | | | | | | | | | | | | | | | | change include 'mpif.h' to module in tests Solution: changed to 'USE mpi' and moved the tests to m4/aclocal_fc.m4 Tested: jam (mpicc, mpif90)
* | [svn-r26053] Added comments.Scot Breitenfeld2015-01-272-0/+10
| |
* | [svn-r26052] Fixed false positive tests for intrensic functions.Scot Breitenfeld2015-01-272-11/+14
| | | | | | | | | | Tested: jam (mpi, gfortran, intel) --enable-fortran, and --enable-fortran --enable-fortran2003
* | [svn-r26051] Fix for HDFFV-9092Scot Breitenfeld2015-01-272-0/+359
|/ | | | | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory: aclocal_cxx.m4 (for C++ tests) aclocal_fc.m4 (for Fortran tests) tested: jam
* [svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, ↵Larry Knox2012-08-223-64/+230
| | | | | | libtool 2.4.2 Tested THG machines.
* [svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15.Larry Knox2010-11-232-330/+724
| | | | Tested with h5committest on amani, heiwa, and jam.
* [svn-r19366] Updated autoconf to version 2.6.7, libtool to version 2.2.10, ↵Larry Knox2010-09-105-0/+8050
and m4 to version 1.4.14. Also added m4 directory for m4 macros according to autoconf suggestion. Tested with h5committest on amani, jam, and heiwa, and on linew.