summaryrefslogtreecommitdiffstats
path: root/fortran/test
Commit message (Collapse)AuthorAgeFilesLines
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-8/+11
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-4/+4
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* HDFFV-10398 use the target name for custom commandsAllen Byrne2018-01-301-4/+2
|
* HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-2/+2
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-10/+0
|
* Fix fortran cmake variable usageAllen Byrne2018-01-111-15/+15
|
* Correct whitespaceAllen Byrne2018-01-101-1/+1
|
* HDFFV-10385 multi-config builders need folder setAllen Byrne2018-01-101-2/+2
|
* HDFFV-10385 fix packagingAllen Byrne2018-01-101-2/+2
|
* HDFFV-10385 includes cleanupAllen Byrne2018-01-101-3/+1
|
* Correct folder typoAllen Byrne2018-01-091-2/+2
|
* HDFFV-10385 fix platform errorsAllen Byrne2018-01-091-10/+11
|
* HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-10/+4
|
* HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmakeM. Scot Breitenfeld2017-12-072-11/+11
| | | | This is now fixed via the HDFFV-10325 fix.
* fixed check output string to match testM. Scot Breitenfeld2017-06-091-1/+1
|
* Fix for shared fortran libraries on mac (HDFFV-2772).M. Scot Breitenfeld2017-05-183-9/+9
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2537-222/+159
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-3/+3
|
* Fix test output file nameAllen Byrne2017-01-121-2/+2
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-12/+102
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-102-35/+35
|
* Enabled commented out code,M. Scot Breitenfeld2017-01-061-45/+42
| | | | HDFFV-9498 -- PGI COMPILER BUG: READ(...,pos,) fails for pgf90 causes offset test to fail
* Merge pull request #67 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-10-141-2/+2
|\ | | | | | | | | | | | | * commit '052ca6a74199005efe7f324f2a3ac508b18cdc27': Correct name and usage of cmake variable Add STGZ to mac cpack list Merge from master cmake_conf project
| * Correct name and usage of cmake variableAllen Byrne2016-10-101-2/+2
| |
* | Fix:HDFFV-9987M. Scot Breitenfeld2016-10-102-2/+2
|/ | | | | | | With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F) Resolution: Made H5S_ALL_F INTEGER(HID_T) to match C.
* removed the use of C_SIZEOF for non BIND(C) derived typeM. Scot Breitenfeld2016-10-031-5/+1
|
* Fixed test to use storage_size instead of c_sizeof when available.M. Scot Breitenfeld2016-09-291-4/+4
|
* Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is ↵M. Scot Breitenfeld2016-09-292-2/+5
| | | | not available.
* Removed duplicate FCFLAG.M. Scot Breitenfeld2016-09-291-4/+0
|
* Added path to source include files when building buidiface.M. Scot Breitenfeld2016-09-261-1/+1
|
* Added rule to build buildiface program, without a rule, build would add ↵M. Scot Breitenfeld2016-09-261-2/+6
| | | | repeated compile options when using the NAG compiler.
* Merge branch 'develop' of ↵M. Scot Breitenfeld2016-09-221-18/+54
|\ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| * Add missing target depends commandAllen Byrne2016-09-211-0/+3
| |
| * Fix typoAllen Byrne2016-09-211-1/+1
| |
| * Add gen file technique to HL and test fortran librariesAllen Byrne2016-09-211-19/+52
| |
* | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compilerM. Scot Breitenfeld2016-09-222-27/+17
|/ | | | Fixes issues with KIND = BYTE assumptions.
* [svn-r30259] Fixed: HDFFV-9965: HDF5 Fails to build when sizeof or c_sizeof ↵Scot Breitenfeld2016-08-051-1/+5
| | | | | | | | is not available in Fortran Added the use of 'storage_size' if 'c_sizeof' is not available. Tested (jelly, intel)
* [svn-r30078] Fixed -- HDFFV-9675 Removed unused variables in Fortran Library.Scot Breitenfeld2016-06-156-40/+38
| | | | Tested Jelly.
* [svn-r29866] Add files to clear test generated files tests.Allen Byrne2016-05-041-1/+92
|
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-041-4/+4
| | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29336] Removed unused variables from Fortran code.Dana Robinson2016-03-084-37/+2
| | | | | | | Updated gnu Fortran flags. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-2/+2
|
* [svn-r29182] Re-commit of HDFFV-8740 fix, which adds the ability to configureDana Robinson2016-02-221-7/+0
| | | | | | | | | | | | external dataset storage path behavior. This check-in fixes a bug in the original check-in where the external path stored in the file struct was not copied on reopen causing subsequent dataset operations to fail. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ fortran and C++ autotools parallel (MPICH 3.1.4) w/ fortran
* [svn-r29172] Fixed double word typo in #ifdef H5_FORTRAN_HAVE_C_SIZEOFScot Breitenfeld2016-02-191-1/+1
|
* [svn-r29165] Various rododoc fixes. Effects comments only.Scot Breitenfeld2016-02-196-12/+11
|
* [svn-r29155] HDFFV-9652: Add fortran wrappers/test for collective metadata ↵Scot Breitenfeld2016-02-191-1/+1
| | | | | | functions Tested: h5committest.new
* [svn-r29092] Fixed uninitialized return value from fortran API.Scot Breitenfeld2016-02-111-2/+2
|