summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27165] Merge 27133 & 27158 from trunk:Mohamad Chaarawi2015-06-084-61/+61
| | | | | | | | | - Add a new attribute function characterstic for format: * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN tested with h5committest.
* [svn-r26994] Merge of r26986 from trunk.Dana Robinson2015-05-022-1/+5
| | | | | | | | | | | | Removes H5F_ACC_DEBUG and H5FD_DEBUG functionality. The H5F_ACC_DEBUG symbol remains but has been defined to zero. Fixes: HDFFV-1074 Tested on: h5committest 32-bit Linux w/ C++ and Fortran and multi VFD
* [svn-r26964] HDFFV-9298: make uninstall generated "test: argument expected" ↵Albert Cheng2015-04-292-0/+2
| | | | | | | | | lines The error is that $EXAMPLETOPDIR is used without setting a value first. Solution is to set them with the proper values. Tested: jam only to confirm the error no longer exists.
* [svn-r26813] Removed printf debug statements.Scot Breitenfeld2015-04-151-2/+0
| | | | Tested: trival
* [svn-r26758] Maintenance: Updated LT_VERS_INTERFACE to 10 and ↵Elena Pourmal2015-04-071-2/+2
| | | | LT_VERS_REVISION to 1 and ran reconfigure.
* [svn-r26754] Maintenance: Changed version number in 1_8 to 1.8.16-snap0 and ↵Elena Pourmal2015-04-071-1/+1
| | | | Updated RELEASE.txt for the new work to be entered.
* [svn-r26728] Merge trunk reviwions 26669 and 26670.Larry Knox2015-04-045-5/+0
| | | | | | Removed from configure.ac VPATH section, LONE_COLON check and checks for redundant addition of /usr/include and /usr/lib to compile flags, with reconfigure. Tested h5committest
* [svn-r26710] Update fortran cmake commandsAllen Byrne2015-04-021-22/+13
|
* [svn-r26697] HDFFV-9131: Remove obsolete/unneeded sections.Allen Byrne2015-04-015-10/+0
|
* [svn-r26674] merged r26657 and r26642 from the trunk into the branch.Scot Breitenfeld2015-03-312-6/+21
| | | | tested: h5committest
* [svn-r26654] Bring trunk CMake changes to branch.Allen Byrne2015-03-304-108/+86
| | | | Tested: local linux
* [svn-r26617] Merged r26616 from the trunk into the branch.Scot Breitenfeld2015-03-271-1/+0
| | | | Tested: Text changes only.
* [svn-r26600] Fix CMake target calls to add new parameterAllen Byrne2015-03-264-13/+13
|
* [svn-r26582] Merge r26509 from trunkJerome Soumagne2015-03-255-10/+0
| | | | Run reconfigure after merges from autotools_rework branch
* [svn-r26576] Merged r26321,r26405,r26417 from the trunk into the branch.Scot Breitenfeld2015-03-251-1/+1
| | | | Tested: h5committest
* [svn-r26547] Merged changes from the trunk into the branch:Scot Breitenfeld2015-03-2343-1435/+1434
| | | | | | svn merge -r26029:26536 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: h5committest
* [svn-r26531] Merge CMake packaging from trunk to 1.8Allen Byrne2015-03-231-1/+5
| | | | Tested: windows
* [svn-r26395] Merges r26329 from trunkDana Robinson2015-03-095-25/+0
| | | | | | | | | | | | | | 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. Fixes: HDFFV-9086 Tested on: h5committest
* [svn-r26371] Update cmake mininum versionAllen Byrne2015-03-056-5/+7
| | | | Update windows wix cpack process.
* [svn-r26316] Add IS_F2003 option to def file macroAllen Byrne2015-02-261-1/+4
|
* [svn-r26314] Brought autotools related changes from the trunk to the branch, ↵Scot Breitenfeld2015-02-268-8/+13
| | | | r26188 r26280
* [svn-r26308] Merged r26214, 26217, 26233, 26241 from the trunk.Scot Breitenfeld2015-02-257-74/+237
|
* [svn-r26304] bring 26303 from trunk:Mohamad Chaarawi2015-02-255-10/+10
| | | | remove files with .clog2 extension generated by MPE when doing make clean
* [svn-r26224] merge 26180 from trunk:vms_last_support_1_8Mohamad Chaarawi2015-02-185-5/+0
| | | | | | | | | | configure fixes for HDFFV-9068,9069,9096,9097,9135 from 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.
* [svn-r26064] HDFFV-9018: Install PDB files to bin folder with dlls.Allen Byrne2015-01-281-2/+2
| | | | Tested: windows
* [svn-r26030] Merged changes from the trunk into the branch:Scot Breitenfeld2015-01-2623-591/+484
| | | | | | svn merge -r25629:26029 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: jam (--enable-fortran2003)
* [svn-r25846] Correct typos in linux export of modAllen Byrne2014-11-251-1/+1
|
* [svn-r25705] Add LD path to HDF5 install directory to address HDFFV-8944.Larry Knox2014-10-141-0/+2
| | | | Tested with h5committest and failed external daily tests.
* [svn-r25698] (port fix done by Allen)Albert Cheng2014-10-131-3/+20
| | | | | | File is not generated by non-2003 compliant fortran compilers. Tested: jam, koala and platypus
* [svn-r25673] Change version to 1.8.15-snap0.Albert Cheng2014-10-061-1/+1
|
* [svn-r25669] Snapshot version 1.8 release 14 (snap18)HDF Tester2014-10-051-2/+2
|
* [svn-r25647] Updated the LT_VERS_* to match the branch.Scot Breitenfeld2014-10-011-2/+2
|
* [svn-r25630] Brought changes from the trunk to the branch:Scot Breitenfeld2014-09-298-92/+120
| | | | svn merge -r25432:25629 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran
* [svn-r25497] Description:Quincey Koziol2014-07-301-1/+1
| | | | | | | | | | Merge changes that correspond to the 64-bit ID changes (without the actual switch to 64-bit IDs) to the 1.8 release branch. (Plus a few minor cleanups and alignments with the trunk that aren't on the branch) Tested on: Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN (h5committested on branch already for a week)
* [svn-r25433] Brought changes from the trunk into the branch.Scot Breitenfeld2014-07-1816-75/+669
| | | | | | | | | | | | | | | For the top level, brings in changes for configure.ac, configure and the MANIFEST: svn merge -c25286 https://svn.hdfgroup.uiuc.edu/hdf5/trunk . svn merge -c25287 https://svn.hdfgroup.uiuc.edu/hdf5/trunk . svn merge -c25290 https://svn.hdfgroup.uiuc.edu/hdf5/trunk . For the fortran level: 384 17:00 svn merge -r25235:25272 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran 389 17:01 svn merge -r25284:25432 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran For the fortran merges, I skipped changes relating to hyperslab selection since the C source has not been merged from the trunk yet. These changes should be in place in the fortran source when the C source is merged to the 1.8 branch.
* [svn-r25402] Bring 25397/8 from trunk:Mohamad Chaarawi2014-07-105-5/+0
| | | | | | | - remove configure checks for MPI_File_get_size and Big MPI_File_set_size as they are supported by MPIO implementations today. - fix bug in t_mpi.c (HDFFV-8856) tested with h5committest.
* [svn-r25237] Merged changes from the trunk to the branch,Scot Breitenfeld2014-06-037-33/+29
| | | | | | svn merge -r25009:25235 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: jam (gnu, intel, pgi)
* [svn-r25111] Changed Subeversion EOL and executable properties. No code changes.Dana Robinson2014-04-252-703/+703
|
* [svn-r25106] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ↵Larry Knox2014-04-256-14/+4
| | | | | | | | back fix for removing rpaths from lib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath configure option was invoked. Added instead configure variable hardcode_into_lib=no. This removes rpath from lib files on Linux and solaris machines. Tested with h5committest on jam, koala, ostrich and platypus (cmake), and on emu and kite.
* [svn-r25036] Maintenance before creating 1_8_13 branch: changed version ↵Elena Pourmal2014-04-141-1/+1
| | | | number to 1.8.14-snap0
* [svn-r25027] Merged changes from the trunk to the branch,Scot Breitenfeld2014-04-1249-1096/+1633
| | | | | | svn merge -r24929:25009 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran tested: jam (gnu)
* [svn-r25017] Merge r24997 changes from trunk.Larry Knox2014-04-113-17/+43
| | | | | | | | | | | | | Added compiler versions for mpich to settings file and configure summary. For make installcheck, compile and run installed examples using the installed scripts. They were being compiled but not run. Add Fortran2003 examples to the run-ex-fortran script when fortran2003 is enabled. Set flag to -O3 in production mode for Intel compilers other than those with specified other settings. Gentoo patches: Remove unnecessary setting of LD_LIBRARY_PATH from configure. Prevent potential array subscript out of bounds error in perform/pio_engine.c and sio_engine.c. Tested with h5committest on jam, koala, ostrich and platypus.
* [svn-r25014] Purpose:Dana Robinson2014-04-113-9/+9
| | | | | | | | | | | | | | | | | Merge of r24937 from the trunk Adds H5free_memory to the API. This function should be used to free memory allocated by the library (e.g., returned values from H5Tget_tag, H5Pget_class_name, etc.). This is mainly to help Windows applications deal with multiple CRT instances, but can also be helpful when a debug memory manager is being used or when the HDF5 API is being wrapped for managed languages like Python and Java. Tested on: 32-bit LE linux (jam) with fortran and C++ 64-bit BE linux (ostrich) 64-bit LE linux (koala)
* [svn-r25010] Add missing mod file to installAllen Byrne2014-04-101-0/+4
|
* [svn-r25003] Add missing mod file to installAllen Byrne2014-04-091-0/+2
|
* [svn-r24980] HDFFV-8290: Merge automake 1.14.1 changes from trunkAllen Byrne2014-04-0711-335/+2218
| | | | Tested: h5committest
* [svn-r24971] Maintenance: Fixed two typos in the comments; see HDFFV-8714Elena Pourmal2014-04-061-2/+2
|
* [svn-r24930] Merged changes in the trunk to the branch,Scot Breitenfeld2014-03-3117-125/+137
| | | | | | svn merge -r24650:24929 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran . tested: jam (intel, pgi, gnu)
* [svn-r24906] Merge latest CMake changes from trunk.Allen Byrne2014-03-268-247/+313
| | | | Tested: local linux
* [svn-r24878] Description:Quincey Koziol2014-03-249-162/+1
| | | | | | | | | | | | | | | | | | | | | Bring r24864 from trunk to 1.8 branch: Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial (daily tested on trunk)