summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* Correct typo in variable formatAllen Byrne2016-10-141-1/+1
|
* Fix:HDFFV-9987M. Scot Breitenfeld2016-10-146-48/+66
| | | | | | | 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-102-4/+4
|
* 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
|
* 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-293-12/+20
| | | | not available.
* Removed duplicate FCFLAGM. Scot Breitenfeld2016-09-291-3/+0
|
* Removed duplicate FCFLAG.M. Scot Breitenfeld2016-09-291-4/+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-262-2/+2
|
* Added rule to build buildiface program, without a rule, build would add ↵M. Scot Breitenfeld2016-09-262-2/+9
| | | | 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-222-33/+108
|\ | | | | | | 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
| |
| * 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-227-234/+181
|/ | | | 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-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-r30078] Fixed -- HDFFV-9675 Removed unused variables in Fortran Library.Scot Breitenfeld2016-06-156-40/+38
| | | | Tested Jelly.
* [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-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-043-15/+19
| | | | 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-086-45/+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-292-4/+4
|
* [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-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-198-51/+22
|
* [svn-r29163] changed robodoc specs to look for .F90 filesScot Breitenfeld2016-02-191-4/+1
|