summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [svn-r26233] Disable h5tenum_insert_f if F2003 is enabled.Scot Breitenfeld2015-02-191-1/+1
|
* [svn-r26230] Add def file comment when it is F2003vms_last_support_trunkAllen Byrne2015-02-191-0/+2
|
* [svn-r26217] Added H5T_PROVISIONAL_mp_H5TENUM_INSERT_FScot Breitenfeld2015-02-181-1/+1
|
* [svn-r26214] Fix for HDFFV-8908:Scot Breitenfeld2015-02-187-52/+210
| | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler)
* [svn-r26211] revert ci 26204Scot Breitenfeld2015-02-187-218/+57
|
* [svn-r26210] Removed debugging statement and typos.Scot Breitenfeld2015-02-182-5/+2
|
* [svn-r26208] Update cmake minimumsAllen Byrne2015-02-185-5/+5
|
* [svn-r26205] Fix for HDFFV-8908:Scot Breitenfeld2015-02-187-57/+221
| | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler)
* [svn-r26188] Merged autotools fixes into the trunk:Scot Breitenfeld2015-02-168-8/+13
| | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095
* [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from ↵Mohamad Chaarawi2015-02-165-5/+0
| | | | | | | | | | | | autotools_rework branch: - Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes. tested with h5committest.
* [svn-r26177] Snapshot version 1.9 release 214HDF Tester2015-02-151-1/+1
|
* [svn-r26161] Fix cmake case. Allen Byrne2015-02-122-1/+4
| | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
* [svn-r26146] Snapshot version 1.9 release 213HDF Tester2015-02-081-1/+1
|
* [svn-r26124] Fixed issue with deprecated symbols for H5G constantsScot Breitenfeld2015-02-042-27/+23
|
* [svn-r26122] Fix for HDFFV-9040 h5rget_object_type_f returns different types ↵Scot Breitenfeld2015-02-033-43/+52
| | | | | | | | than indicated by API Slight change of global variable definitions from C. Tested: jam.
* [svn-r26092] Snapshot version 1.9 release 212HDF Tester2015-02-011-1/+1
|
* [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls.Allen Byrne2015-01-261-2/+2
|
* [svn-r26011] Added (i.e. re-added) missing h5oget_info_c definition.Scot Breitenfeld2015-01-231-0/+1
|
* [svn-r26010] Fix for:Scot Breitenfeld2015-01-2220-539/+441
| | | | | | | | | | HDFFV-9049 Intel 15.0 15.0.1 Fails with --enable-fortran2003 Added BIND to the Fortran 2003 functions. Tested: windows (tested concept) linux (--enable-fortran and --enable-fortran2003)
* [svn-r26009] Code Comment cleanup:Scot Breitenfeld2015-01-223-21/+15
| | | | | | | | | | | | | | | | ----------------------- Remove the numbers in the comments associated with: H5G_UNKNOWN_F (-1) H5G_LINK_F 0 H5G_GROUP_F 1 H5G_DATASET_F 2 H5G_TYPE_F 3 These should not be defined as a number since they can changed. They should be considered named parameters, not actual values. HDFFV-9040 h5rget_object_type_f returns different types than indicated by API
* [svn-r25981] Snapshot version 1.9 release 211HDF Tester2015-01-181-1/+1
|
* [svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes ↵Scot Breitenfeld2015-01-152-218/+7
| | | | sometimes and 10 bytes other times. Not sure why.
* [svn-r25978] Bug fix for HDFFV-8847Scot Breitenfeld2015-01-132-7/+218
| | | | Tested: h5committest