summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Aff.F90
Commit message (Collapse)AuthorAgeFilesLines
* Brings random stuff over from develop (#1738)Dana Robinson2022-05-061-7/+7
|
* Hdf5 1 10 update license url part2 (#404)Larry Knox2021-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Modify temporary rpath for testing in java example scripts. (#230) * Fix undefined left shifting of negative numbers (#338) Undefined Bahavior Sanitizer errored here about left shifting negative numbers. * Update license url (#332) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. * Update license url part2 (#333) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test. * Update URL in source file Copyright headers for web. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Sean McBride <sean@rogue-research.com>
* Brings fortran changes from developDana Robinson2020-08-161-1/+1
|
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-5/+5
|
* Merge pull request #1325 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:J10511 to developScot Breitenfeld2018-12-041-0/+3
| | | | | | * commit '9bbaca66ca1f987ede2f5c7e9c5938523a47262f': fixed sp. HDFFV-10511 -- Make fortran specific subroutines names PRIVATE
* Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
| | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines.
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-0/+1873
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-1873/+0
|
* [svn-r27395] cleaned-up codeScot Breitenfeld2015-07-151-100/+7
|
* [svn-r27385] H5Dwrite,H5Dread,H5Awrite,H5Dread for INTEGERs and Characters ↵Scot Breitenfeld2015-07-141-622/+0
| | | | are now generated code
* [svn-r27384] H5Dwrite and H5Awrite for INTEGERs are now generated codeScot Breitenfeld2015-07-141-8/+0
|
* [svn-r27002] removed the use of deprecated APIsScot Breitenfeld2015-05-041-7/+9
|
* [svn-r26934] H5test_kind.F90 now generates all the interfaces for H5A, H5D, ↵Scot Breitenfeld2015-04-271-1083/+190
| | | | and H5P REAL interfaces depending on the KIND available.
* [svn-r26917] added conditional for C_LONG_DOUBLEScot Breitenfeld2015-04-231-5/+14
|
* [svn-r26893] added c_long_double interfaces and updated DLLsScot Breitenfeld2015-04-221-1/+300
|
* [svn-r26870] added mising TARGETScot Breitenfeld2015-04-211-1/+1
|
* [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵Scot Breitenfeld2015-04-211-7/+11
| | | | --enable-fortran
* [svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency.Scot Breitenfeld2015-04-211-154/+423
|
* [svn-r26845] H5P and H5A BIND(C) added to APIsScot Breitenfeld2015-04-201-95/+66
|
* [svn-r26825] Added include for preprocessing fortran files with configure ↵Scot Breitenfeld2015-04-161-39/+22
| | | | definitions
* [svn-r26819] Updated H5A, H5E, H5D, H5F APIs to F2003, added ifdef for parallel.Scot Breitenfeld2015-04-151-19/+10
|
* [svn-r26809] Changed Fortran file endings from ".f90" to ".F90"Scot Breitenfeld2015-04-141-0/+2961