summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | [svn-r27703] Publish both static and shared mod files in binaries.Allen Byrne2015-09-081-6/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: local linux
| * | | | | | | | | | [svn-r27690] Snapshot version 1.9 release 230HDF Tester2015-09-071-1/+1
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27676] Fix dependencies of generated fileAllen Byrne2015-09-041-17/+20
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27674] Attempt to fix race condition on windowsAllen Byrne2015-09-031-28/+44
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27663] Removed the lines:Scot Breitenfeld2015-09-022-114/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Source files are used for both the library and fortranlib_test. # Automake will complain about this without the following workaround. fortranlib_test_FCFLAGS=$(AM_FCFLAGS) fortranlib_test_CFLAGS=$(AM_CFLAGS) because they caused Fortran build rules (.f90.o, .F90.o) to be ignored, causing the CPP flags to be passed to the Fortran compiler, causing the xlf compiler to fail. Tested: ostrich (xlf), h5committest
| * | | | | | | | | | [svn-r27661] Always use static mod files.Allen Byrne2015-09-011-8/+2
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27648] Fortran executables depend on modules created by test library, ↵Allen Byrne2015-09-011-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add command to explictly enforce the building of the library before building executables.
| * | | | | | | | | | [svn-r27647] Added compiler check for PGI and CMake version.Scot Breitenfeld2015-09-011-0/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake must be > v3.3 to compile with PGI due to CMake bug in earlier versions.
| * | | | | | | | | [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-3140-168/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest
| * | | | | | | | | [svn-r27622] Snapshot version 1.9 release 229HDF Tester2015-08-311-1/+1
| | | | | | | | | |
| * | | | | | | | | [svn-r27592] Added dll for H5DGET_OFFSET_FScot Breitenfeld2015-08-271-0/+1
| | | | | | | | | |
| * | | | | | | | | [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-265-55/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new option SKIP_HDF5_FORTRAN_SHARED
| * | | | | | | | | [svn-r27585] disabled the test "test_userblock_offset"; it fails for unknown ↵Scot Breitenfeld2015-08-261-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reasons on platypus with pgf90 compiler when reading the streamed file back.
| * | | | | | | | | [svn-r27580] Fix for: Scot Breitenfeld2015-08-257-17/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HDFFV-9283 Add H5Dget_offset fortran wrapper tested: h5committest
| * | | | | | | | | [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-241-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only remaining code consists of a few floating-point tests that rely on pre-generated and checked-in VMS files. These have been left alone, even though they will not be possible to recreate, since testing VMS float behavior is still important. Tested on: h5committest
| * | | | | | | | | [svn-r27556] Added include for build_mod directory.Scot Breitenfeld2015-08-241-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest.
| * | | | | | | | | [svn-r27551] Snapshot version 1.9 release 228HDF Tester2015-08-241-3/+2
| | | | | | | | | |
| * | | | | | | | | [svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran ↵Scot Breitenfeld2015-08-208-45/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pre-processor compiler (This mainly causes issues with the xlf compilers) Tested: h5committest
| * | | | | | | | | [svn-r27525] Added missing H5A_mp_H5AREAD_PTR and H5A_mp_H5AWRITE_PTR ↵Scot Breitenfeld2015-08-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | definitions.
| * | | | | | | | | [svn-r27517] Removed all perl scripts from configure.Scot Breitenfeld2015-08-175-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest
| * | | | | | | | | [svn-r27511] Snapshot version 1.9 release 227HDF Tester2015-08-171-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | [svn-r27500] missing declarationScot Breitenfeld2015-08-121-0/+1
| | | | | | | | |
| * | | | | | | | [svn-r27499] Fixed FLOAT_128 H5T type detection.Scot Breitenfeld2015-08-121-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: jam
| * | | | | | | | [svn-r27497] Fixed missing variable declarations.Scot Breitenfeld2015-08-121-14/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest.
| * | | | | | | | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-11191-55091/+17878
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest --PASSED--
* | | | | | | | | [svn-r27491] merge from trunk.Mohamad Chaarawi2015-08-116-86/+438
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-11191-17878/+55091
| | | | | | | | |
| * | | | | | | | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-055-21/+6
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-0511-80/+421
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: local linux with CMake
| * | | | | | | | | [svn-r27441] misc. code clean-upScot Breitenfeld2015-07-301-18/+0
| | | | | | | | | |
| * | | | | | | | | [svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-221-1/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [svn-r27421] changed from add_custom_command to add_custom_target for ↵Scot Breitenfeld2015-07-211-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generated files, OBJECT_DEPENDS is not fully functional on Windows (cmake 3.1).
| * | | | | | | | | | [svn-r27418] format clean-upScot Breitenfeld2015-07-211-489/+462
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27417] comment code cleanupScot Breitenfeld2015-07-211-1/+1
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27406] gave full path to H5_gen.F90Scot Breitenfeld2015-07-171-1/+1
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27405] added implicit noneScot Breitenfeld2015-07-171-3/+3
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27404] Implemented new function to compare reals with adjustible ↵Scot Breitenfeld2015-07-171-3/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | precision tolerance.
| * | | | | | | | | | [svn-r27401] code cleanupScot Breitenfeld2015-07-161-14/+1
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27399] code clean-upScot Breitenfeld2015-07-163-23/+7
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27395] cleaned-up codeScot Breitenfeld2015-07-151-100/+7
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27394] added properties generatedScot Breitenfeld2015-07-151-0/+2
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27393] removed unused C functionsScot Breitenfeld2015-07-153-214/+8
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27392] removed unused C functionsScot Breitenfeld2015-07-153-158/+6
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27391] Added build dependencies to generated filesScot Breitenfeld2015-07-151-7/+3
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27390] Add fortran source depends commandAllen Byrne2015-07-151-6/+16
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27389] Added generated files to installScot Breitenfeld2015-07-151-0/+1
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27388] Removed robodoc documenation.Scot Breitenfeld2015-07-1483-21339/+0
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27386] misc clean-up Scot Breitenfeld2015-07-141-2/+2
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27385] H5Dwrite,H5Dread,H5Awrite,H5Dread for INTEGERs and Characters ↵Scot Breitenfeld2015-07-144-1733/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are now generated code
| * | | | | | | | | | [svn-r27384] H5Dwrite and H5Awrite for INTEGERs are now generated codeScot Breitenfeld2015-07-144-40/+87
| | | | | | | | | | |