summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency.Scot Breitenfeld2015-04-2114-4443/+1353
|
* [svn-r26856] various intel compiler fixesScot Breitenfeld2015-04-203-6/+6
|
* [svn-r26847] combined H5test_kind programsScot Breitenfeld2015-04-2014-1004/+302
|
* [svn-r26846] BIND(C) added to H5 general functionsScot Breitenfeld2015-04-203-77/+55
|
* [svn-r26845] H5P and H5A BIND(C) added to APIsScot Breitenfeld2015-04-206-2022/+1258
|
* [svn-r26838] svn merge -r26813:26837 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-171-2/+0
|\
* | [svn-r26836] added BIND(C) to H5T APIsScot Breitenfeld2015-04-174-1303/+1029
| |
* | [svn-r26834] Added more BIND(C) to H5O Fortran APIsScot Breitenfeld2015-04-172-34/+43
| |
* | [svn-r26833] Added BIND(C) to H5O Fortran APIsScot Breitenfeld2015-04-173-141/+106
| |
* | [svn-r26832] misc. clean-upScot Breitenfeld2015-04-171-2/+2
| |
* | [svn-r26831] Added H5S BIND(C)Scot Breitenfeld2015-04-173-790/+629
| |
* | [svn-r26830] Added BIND(C) to Fortran H5R APIs.Scot Breitenfeld2015-04-161-15/+21
| |
* | [svn-r26829] Added BIND(C) to the Fortran H5I APIsScot Breitenfeld2015-04-163-61/+40
| |
* | [svn-r26827] Combined parallel APIs and removed no longer needed parallel files.Scot Breitenfeld2015-04-168-552/+449
| |
* | [svn-r26826] CHANGED H5G APIs to use BIND(C)Scot Breitenfeld2015-04-164-212/+126
| |
* | [svn-r26825] Added include for preprocessing fortran files with configure ↵Scot Breitenfeld2015-04-169-63/+107
| | | | | | | | definitions
* | [svn-r26819] Updated H5A, H5E, H5D, H5F APIs to F2003, added ifdef for parallel.Scot Breitenfeld2015-04-1516-990/+721
| |
* | [svn-r26814] svn merge -r26807:26813 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-153-45/+24
|\ \ | |/
| * [svn-r26812] Removed printf debugging statements.Scot Breitenfeld2015-04-151-2/+0
| | | | | | | | Tested: trival.
* | [svn-r26809] Changed Fortran file endings from ".f90" to ".F90"Scot Breitenfeld2015-04-1431-356/+289
| |
* | [svn-r26807] Combined *_F03* files and removed *_F90* files.Scot Breitenfeld2015-04-1437-13614/+6772
|/
* [svn-r26785] Snapshot version 1.9 release 216HDF Tester2015-04-121-1/+1
|
* [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and ↵Larry Knox2015-04-026-6/+1
| | | | | | | | redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure. Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths. Tested with h5committest.
* [svn-r26660] HDFFV-9131: autotols reworkAllen Byrne2015-03-305-10/+0
| | | | | | | Remove CXX_CONDITIONAL remove unneeded/obsolete sections. h5commtitest
* [svn-r26657] Fix for HDFFV09202.Scot Breitenfeld2015-03-302-6/+21
| | | | | | | HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: jam( --enable-fortran2003, gnu) koala (--enable-fortran2003, intel)
* [svn-r26645] Revert the part of revision 26642 that is in fortran/test and ↵Larry Knox2015-03-302-10/+12
| | | | | | | | | | causes the error "undefined reference to `verify_fortran_integer_4_". files: tH5P_F03.f90 tf.f90 Tested: h5committest and several failed daily tests.
* [svn-r26642] Fix for HDFFV09202 and HDFFV-9171.Scot Breitenfeld2015-03-282-12/+10
| | | | | | | HDFFV-9171 Configure mistakes Cray Compilers for Intel Compilers, HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: h5committest
* [svn-r26631] reverted change r26629Scot Breitenfeld2015-03-272-10/+12
|
* [svn-r26629] Fix for HDFFV09202 and HDFFV-9171.Scot Breitenfeld2015-03-272-12/+10
| | | | | | | HDFFV-9171 Configure mistakes Cray Compilers for Intel Compilers, HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: h5committest
* [svn-r26616] Removed reference to grpit.f90 since it was removed.Scot Breitenfeld2015-03-271-1/+0
|
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-254-143/+112
| | | | Tested: local linux
* [svn-r26541] fixed array bounds starting from zero in H5Pff.f90 routines.Scot Breitenfeld2015-03-231-46/+39
| | | | Tested: h5committest
* [svn-r26530] Add back Windows dll export defineAllen Byrne2015-03-231-0/+4
|
* [svn-r26512] Reverted changed 26488 and 26477Scot Breitenfeld2015-03-204-854/+664
| | | | Tested: h5committest
* [svn-r26509] Run reconfigure after merges from autotools_rework branch.Jerome Soumagne2015-03-205-10/+0
|
* [svn-r26505] Merge r26435 from autotools_rework branch.Jerome Soumagne2015-03-202-4/+1
| | | | | | | Remove DEFAULT_LIBS from configure.ac and irix6.x config file which was using it. Remove references to IRIX/irix* platform.
* [svn-r26490] Remove unused definesAllen Byrne2015-03-191-4/+0
|
* [svn-r26488] Updated developers notes due to the removal of COMMON and ↵Scot Breitenfeld2015-03-191-2/+8
| | | | | | EQUIVALANCE and how everything is now put together. Not tested, comments only.
* [svn-r26481] Removed compiler warnings. HDF5-239Scot Breitenfeld2015-03-1917-233/+195
| | | | Tested: h5committest.
* [svn-r26479] Fix for: HDFFV-9162Scot Breitenfeld2015-03-1914-961/+963
| | | | | | | | h5pget_class_f should return hid_t for classtype Also removed all left over C comment artifacts /* and */ in the Fortran comments. Tested: h5committest
* [svn-r26477] Removed COMMON and EQUIVALENCE usage from Fortran Source. Scot Breitenfeld2015-03-194-662/+846
| | | | | | | | | Also removed disabling shared when building Fortran on the Mac. These fixes should fix all the building shared with Fortran problems. HDF5-247 Also fixes array bounds starting from zero in H5Pff.f90 routines. Tested: h5committest
* [svn-r26459] Snapshot version 1.9 release 215HDF Tester2015-03-151-1/+1
|
* [svn-r26452] Fixed formatting of copyright.Scot Breitenfeld2015-03-132-24/+24
|
* [svn-r26417] Removed compiler warnings from HL. HDF5-237Scot Breitenfeld2015-03-101-99/+103
| | | | Tested: h5committest
* [svn-r26401] Fixed warnings in the C stubs for Fortran wrappers. See ↵Elena Pourmal2015-03-094-20/+53
| | | | | | Crucible review HDF5-238. Tested on platypus with gcc/gfortran 4.9.2, jam and emu with the default compilers.
* [svn-r26329] Merge of r26069, r26070, and r26072 from the ↵Dana Robinson2015-02-275-25/+0
| | | | | | | | | | | | | | | | | | features/autotools_rework branch. Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space, and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Part of: HDFFV-9086 Tested on: h5committest
* [svn-r26303] remove files with .clog2 extension generated by MPE when doing ↵Mohamad Chaarawi2015-02-255-10/+10
| | | | make clean.
* [svn-r26253] Update CMake with fortran source properties and defines, ↵Allen Byrne2015-02-204-23/+27
| | | | correct name of hl fortran examples option check
* [svn-r26247] Reverted back from using 'USE MPI' to include 'mpif.h' since ↵Scot Breitenfeld2015-02-203-3/+4
| | | | windows does not seem to support 'USE MPI'.
* [svn-r26241] Fixed issue with default 8 byte integers using xlf compilers.Scot Breitenfeld2015-02-194-26/+31
|