summaryrefslogtreecommitdiffstats
path: root/fortran/src
Commit message (Collapse)AuthorAgeFilesLines
* libtool does not pass the correct argument linking (-WL,-WL,,) for theM. Scot Breitenfeld2017-07-271-1/+1
| | | | | | 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 #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2542-252/+201
| | | | | | | | | | 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.
* Combined the README_DEVEL and README, and removed out-dated README materialM. Scot Breitenfeld2017-04-112-220/+78
|
* HDFFV-9875 enable static pdb and cleanup exportsAllen Byrne2017-02-031-1/+1
|
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-021-0/+2
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-131-2/+2
|\ | | | | | | | | * commit 'bd85e57904f1f943774bb99ea5e8b0d074db0edb': tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build.
| * tools/test/h5diff/testh5diff.sh.in:lrknox2017-01-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build. tools/test/misc/testh5repart.sh.in: Change the name of the temporary test directory from "testfiles" which is also used for 2 h5mkgrp test files under source control to "testrepart" to avoid deleting source controlled files when running "make check" in the source directory. Fix test scripts that remove source-controlled files during "make check" when run in-source. Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory. Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean".
* | Update cmake min version and cmake command conventionAllen Byrne2017-01-101-28/+28
|/
* Correct typo in variable formatAllen Byrne2016-10-141-1/+1
|
* Fix:HDFFV-9987M. Scot Breitenfeld2016-10-144-46/+64
| | | | | | | 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 unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.M. Scot Breitenfeld2016-10-141-5/+1
| | | | | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-0/+1
|
* Correct name and usage of cmake variableAllen Byrne2016-10-101-2/+2
|
* Removed unused variables.M. Scot Breitenfeld2016-09-291-12/+12
|
* Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is ↵M. Scot Breitenfeld2016-09-291-10/+15
| | | | not available.
* Removed duplicate FCFLAGM. Scot Breitenfeld2016-09-291-3/+0
|
* Added number of integer KINDs found to the header files.M. Scot Breitenfeld2016-09-263-27/+33
|
* 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-0/+3
| | | | repeated compile options when using the NAG compiler.
* Misc. cleaning up of the program.M. Scot Breitenfeld2016-09-232-92/+15
|
* misc. format code-cleanupM. Scot Breitenfeld2016-09-221-6/+0
|
* Code clean-up.M. Scot Breitenfeld2016-09-221-2/+1
|
* Merge branch 'develop' of ↵M. Scot Breitenfeld2016-09-221-15/+54
|\ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| * Add WORKING_DIR to commandAllen Byrne2016-09-201-0/+2
| |
| * Add target depends require separate foldersAllen Byrne2016-09-201-6/+37
| |
| * Add another source propertyAllen Byrne2016-09-201-0/+1
| |
| * Update generated files commands and propertiesAllen Byrne2016-09-201-7/+6
| |
| * Chage command proces to generate file before use.Allen Byrne2016-09-201-37/+20
| |
| * Add missing command to set shared generated fileAllen Byrne2016-09-191-2/+2
| |
| * Separate fortran generation into static and shared folders.Allen Byrne2016-09-161-2/+25
| |
* | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compilerM. Scot Breitenfeld2016-09-225-207/+164
|/ | | | Fixes issues with KIND = BYTE assumptions.
* [svn-r30089] fixed issue of CHARACTER argument of c_loc having a length of 1Scot Breitenfeld2016-06-161-1/+1
|
* [svn-r30087] fixed issue of CHARACTER argument of c_loc having a length of 1Scot Breitenfeld2016-06-161-2/+2
|
* [svn-r30085] changed from CHARACTER to CHARACTER(LEN=*), and moved the LEN ↵Scot Breitenfeld2016-06-162-3/+4
| | | | of an optional argument into the optional check loop.
* [svn-r30058] Correct typo in compile scripts that causes dropping of ↵Larry Knox2016-06-081-1/+1
| | | | | | filename in -o outfile. Addresses HDFFV-9530 and HDFFV-9938.
* [svn-r29952] merged change 29951 from Scot Breitenfeld2016-05-231-0/+2
| | | | | | https://svn.hdfgroup.uiuc.edu/hdf5/branches/hdf5_1_10_0/fortran/src into trunk.
* [svn-r29946] comment cleanup/reformattingScot Breitenfeld2016-05-181-57/+51
|
* [svn-r29939] HDFFV-9917: compile time error with H5f90global.f90Scot Breitenfeld2016-05-161-4/+4
| | | | | | | Fix:Made datatypes the same type and kind for both args to MAX(). Tested: jam (gnu)
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-041-11/+11
| | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29591] Changed buf variable in h5awrite_f from INOUT to INScot Breitenfeld2016-03-291-1/+1
|
* [svn-r29379] Add individual LT_VERS_* variables for wrapper libraries: c++, ↵Larry Knox2016-03-091-1/+1
| | | | | | | | | | | | | | | | fortran, java, hl, hl/c++, hl/fortran to so that the shared object version numbers can be incremented independently. Disabled auto-increment of shared object version numbers by h5vers. Files modified: config/lt_vers.am java/src/jni/Makefile.am hl/src/Makefile.am hl/c++/src/Makefile.am hl/fortran/src/Makefile.am c++/src/Makefile.am bin/h5vers fortran/src/Makefile.am
* [svn-r29337] Cleaning warnings in Fortran code.Dana Robinson2016-03-081-2/+2
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran
* [svn-r29336] Removed unused variables from Fortran code.Dana Robinson2016-03-082-8/+0
| | | | | | | 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-r29169] Changed #ifdef to use H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE ↵Scot Breitenfeld2016-02-191-2/+2
| | | | | | instead of H5_FORTRAN_HAVE_C_LONG_DOUBLE Tested: jam (gnu)
* [svn-r29165] Various rododoc fixes. Effects comments only.Scot Breitenfeld2016-02-192-39/+11
|
* [svn-r29162] added robodoc header informationScot Breitenfeld2016-02-191-11/+10
|
* [svn-r29155] HDFFV-9652: Add fortran wrappers/test for collective metadata ↵Scot Breitenfeld2016-02-192-0/+187
| | | | | | functions Tested: h5committest.new
* [svn-r29074] fixed integer type for H5Sget_simple_extent_ndims_f argumentScot Breitenfeld2016-02-091-1/+1
|
* [svn-r29062] HDFFV-9564: Implement VDS Fortran wrappers.Scot Breitenfeld2016-02-0817-19/+738
| | | | Tested: h5committest.new