summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22148] Removed incorrect executable svn properties from text, source, ↵Dana Robinson2012-03-264-0/+0
| | | | in, and HDF5 files.
* [svn-r21805] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-055-5/+5
| | | | standard 2.8.6
* [svn-r21763] HDFFV-7798: CMake on linux. Corrected path component in ↵Allen Byrne2011-11-151-8/+19
| | | | fortran/src and hl/fortran/src and the install command.
* [svn-r21731] Brought revisions 21719 and 21720 from the trunk, fixes test ↵Scot Breitenfeld2011-11-082-38/+38
| | | | | | | | failures on Mac and race condition with make check -j#. Tested: jam (gnu)
* [svn-r21717] Update cmake configurationAllen Byrne2011-11-045-17/+33
| | | | | | | Update cmake to generate source folders in VS Brought parallel changes from trunk Tested: local linux
* [svn-r21694] Brought r21689 into the tunk, fixes type in H5Eset_error_c.Scot Breitenfeld2011-10-311-1/+1
| | | | Tested: jam (gfortran)
* [svn-r21693] Brought r21691,r21690 to the branch, which:Scot Breitenfeld2011-10-312-10/+2
| | | | | | | Removed not needed test in fortranlib_test_F03.f90 and made fortranlib_test_1_8.f90 standard compliant. tested: jam (gnu compiler)
* [svn-r21638] Update 1.8 branch version to 1.8.9-snap0Mike McGreevy2011-10-211-1/+1
|
* [svn-r21633] Description: changed comments in h5offsetof, no source changes.Scot Breitenfeld2011-10-211-0/+3
|
* [svn-r21632] Description:Scot Breitenfeld2011-10-202-2/+0
| | | | | | | | | | | | Removed line: $(RM) $(DESTDIR)$(includedir)/H5f90i*.h These *.h files are needed for HL_NPOESS and should not be removed when make clean is specified. The Daily Test installs the file using the deploy script, but then runs make clean which removes the file, so the files are not there when we try to compile HL_NPOESS causing an error.
* [svn-r21620] Description: Scot Breitenfeld2011-10-201-20/+20
| | | | | | | | Changed the API to pass type(h5o_info_t) instead of a C pointer to the derived type. Tested: jam (gfortran and pgi)
* [svn-r21585] Description: Fixed robodoc headers (functions and derived ↵Scot Breitenfeld2011-10-146-251/+325
| | | | | | | types), updated the definition of derived types from the original F2003 merge. Tested: jam (intel, gnu, pgi)
* [svn-r21574] Description:Scot Breitenfeld2011-10-141-38/+10
| | | | merged r21434 from trunk,
* [svn-r21568] Description:Scot Breitenfeld2011-10-1494-22314/+740
| | | | | | Merged robodoc headers from trunk in the 1.8 branch, remove functions that should have not been merged into the 1.8 branch, removed the robodoc docomentation. Tested: jam (gnu, intel, pgi)
* [svn-r21551] Maintenance: Addressed HDFFV-915 - investigate if H5open and ↵Elena Pourmal2011-10-131-28/+12
| | | | | | | | | | | | | H5close are needed in the corresponding Fortran wrappers. Solutions: The calls were not needed and were removed from the C stubs h5open_c and h5close_c for the correspnding Fortran subroutines h5open_f and h5close_f. Platforms tested: jam with gcc and gfortran, PGI and Intel koala with PGI and Intel linew with the standard Sun compilers
* [svn-r21444] Snapshot version 1.8 release 8 (snap16)HDF Tester2011-10-032-5/+5
|
* [svn-r21430] Add F2003 IF-ENDIF protection blocks around _F03 file processingAllen Byrne2011-09-282-27/+51
|
* [svn-r21423] Add 2003 fortran to cmake build/configureAllen Byrne2011-09-271-1/+39
| | | | Tested: local linux
* [svn-r21421] Merged the Fortran 2003 changes from the trunk into the 1.8 ↵Scot Breitenfeld2011-09-27185-24505/+61355
| | | | | | | | | | | branch, used: svn merge -r 20506:21414 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: jam (gnu, intel, pgi compilers) Also merged effected non-Fortran files: svn merge -r21247:r21248 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/src/libhdf5.settings.in
* [svn-r21336] Synchronize cmake files with tested commits from trunkAllen Byrne2011-08-301-0/+530
|
* [svn-r21299] Add fortran library depends to test fortran library buildAllen Byrne2011-08-231-2/+6
|
* [svn-r21277] Bug fix: HDFFV-7641Albert Cheng2011-08-221-2/+2
| | | | | | | Corrected mismatched function name typo of h5pget_dxpl_mpio_c and h5pfill_value_defined_c. Tested: Jam. (Note: Allen has fixed trunk version of these already.)
* [svn-r21217] Change CTEST_NAME to HDF5 - the project nameAllen Byrne2011-08-101-18/+13
| | | | | | | Implement InitOnceExecuteOnce - HDFFV-5929 Change command to generate output source files Tested: local linux, windows
* [svn-r21044] Purpose:Mike McGreevy2011-06-285-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix HDFFV-7592 "Remove PACKEDBITS option from autotools files" Description: The code for h5dump's packed bits feature was conditionally compiled in via this option during its 'beta' release in 1.8.5. Now that the feature is fully supported, h5dump has since been changed to always compile the packed bits code (having removed the #ifdef H5_HAVE_H5DUMP_PACKED_BITS checks), so this option in configure is no longer needed. This commit removes the --enable-h5dump-packed-bits configure option, including the help summary from './configure --help' and the libhdf5.settings output summary, the PACKED_BITS Makefile variable, and the definition of H5_HAVE_H5DUMP_PACKED_BITS define in appropriate pubconf header files (which has already been removed from use in source code as of r20722). Note that this option was never added to the trunk, thus this commit only need occur on the 1.8 branch. Tested: - Configure output, help, & summary verified on jam - h5committested
* [svn-r20719] Merge changes to scripts to run installed examples from hdf5 ↵Larry Knox2011-05-041-2/+2
| | | | 1.8.7 r 20718. The default prefix in the scripts will use the compile scripts in the installed bin directory.
* [svn-r20574] Bump soname interface number. This should have been bumpedMike McGreevy2011-04-201-2/+2
| | | | | | in 1.8.6 when its API was changed, but since it wasn't I'm manually fixing up these numbers in 1.8 and 1.8.7 branches for the time being.
* [svn-r20565] Update 1.8 branch version to 1.8.8-snap0Mike McGreevy2011-04-201-1/+1
|
* [svn-r20525] Description:Mike McGreevy2011-04-155-60/+210
| | | | | | | | Merge revisions 20475, 20502, and 20504 from trunk to 1.8 branch. Tested: Tested on jam, fred, bangan (CYGWIN), and h5committested.
* [svn-r20507] Merged the changes in 'fortran' from the trunk into branch, used:Scot Breitenfeld2011-04-152-1/+7
| | | | | | svn merge -r 18556:20506 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: jam (gnu, intel, pgi compilers)
* [svn-r20489] Bug 1386 - allow dimension size to be zero even though it isn't ↵Raymond Lu2011-04-131-1/+7
| | | | | | | | | | | | | | | | unlimited. I brought the changes from the trunk as below: 1. I added test cases for contiguous, compact, and chunked, and external storage datasets, and also attribute. The test includes dataspace selections. 2. I added a test case of extending dataset of zero dimension size and shrinking back to zero dimension size. 3. I updated the Makefile to include the new data file to be cleaned up. 4. The dataspace code has another bug - when the maximal dimension isn't passed in for H5Sset_extent_simple, it is supposed to be same as the dimension. The current library sets NULL to it. I corrected it and added a test case to it. 5. I corrected the tests of Fortran and C++ for the problem in point 3. Tested on jam, heiwa, and amani.
* [svn-r20479] Fixed issue HDFFV-5866 (BZ 2156). Changed scripts to run ↵Larry Knox2011-04-121-4/+18
| | | | | | examples to use specific names for compiled executable files instead of a.out, which did not work on Cywin as it produces a.exe by default. Removed issue from known problems section of RELEASE.txt. Tested with h5committest and Cygwin 1.7.8 on Windows 7.
* [svn-r20370] Correct fflush tests dependencies (bring change from trunk)Allen Byrne2011-03-291-0/+1
|
* [svn-r20301] brought revisions 19868:20300 from the 1.8.6_vms branch to the ↵Raymond Lu2011-03-231-0/+6
| | | | 1.8 branch
* [svn-r20157] Bring CMake changes to branch up to r20156 from trunkAllen Byrne2011-02-253-7/+7
|
* [svn-r20128] Add fortran mod folder to INCLUDE_DIRS for gfortran 4.2.x.Allen Byrne2011-02-211-1/+1
| | | | | | Add test dependicies to correct the order of tests - cmake 2.8.4 bug - but also will improve cmake parallel testing. Tested: local linux, jam
* [svn-r20080] Remove obsolete lines (commented) after correcting Fortran ↵Allen Byrne2011-02-101-5/+0
| | | | | | handling in CMake files Tested: local: linux
* [svn-r20079] Correct Fortran handling in CMake filesAllen Byrne2011-02-105-154/+6
| | | | Tested: local: linux
* [svn-r20062] Description:Quincey Koziol2011-02-082-22/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring r20061 from trunk to 1.8 branch: Bring changes from Coverity branch to trunk: r19930: Fix memory leaks involving VL attributes in h5repack and h5diff. The buffers in copy_attr and diff_attr were not checked for the presence of a vlen before being freed, and vlen storage was never reclaimed. Added checks and calls to H5D_vlen_reclaim(). r19933: Purpose: Fix memory leak in H5L_move_cb() Description: H5L_move_cb copied the source link using H5O_msg_copy() but freed it manually using H5MM_xfree(). Since H5O_link_copy allocates the link using H5FL_MALLOC, this causes the link to be allocated from the free list but is never put back on the free list when it is freed. This prevents the link free list from shutting down properly. Modified H5L_move_cb() and H5L_move_dest_cb() to free the link properly using H5O_msg_free(). r19973: Fix resource leaks by freeing string created by HD5f2string r19974: Issue #345: Inialize buf variable to null Tested on: Mac OS X/32 10.6.6 (amazon) w/debug & production (h5committested on Coverity branch)
* [svn-r20034] Problem: A typo caused compilation to fail with gfortran 4.6 on ↵Elena Pourmal2011-02-031-3/+3
| | | | | | | | fred (Max OS X) Fixed. Platforms tested: fred and jam (minor change)
* [svn-r19913] Correct format of empty parameterAllen Byrne2011-01-052-2/+2
| | | | Tested: local linux
* [svn-r19911] Change how LINK_FLAGS for fortran are appended on Windows - ↵Allen Byrne2011-01-052-6/+8
| | | | | | correct for just shared libs bring r19910 from trunk
* [svn-r19908] Change how LINK_FLAGS for fortran are appended on WindowsAllen Byrne2011-01-054-15/+9
|
* [svn-r19906] Windows: Correct how fortran links in CRT library. Also correct ↵Allen Byrne2011-01-044-15/+15
| | | | | | macro use for checking libtype. Tested: Windows
* [svn-r19871] Add tests for examples.Allen Byrne2010-12-031-0/+10
| | | | | | Bring r19870 from trunk Tested: local linux
* [svn-r19862] Updated libtool to version 2.4, autoconf to version 2.68, and ↵Larry Knox2010-12-015-0/+15
| | | | | | m4 to version 1.4.15. Tested with h5committest on amani, jam and heiwa.
* [svn-r19655] Description:Quincey Koziol2010-10-2110-240/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring r19654 from trunk to 1.8 branch: Bring Coverity revisions from branch back to trunk, and clean up some other misc. compiler warnings also. r19500: Fix coverity items 1446 and 1447. Moved up calls to memset in test_cont in ohdr.c so the test never tries to close uninitialized locations. r19501: Fix coverity items 1398-1445. Various uninitialized variable errors in fheap.c. r19502: Fixed coverity issue 579 and some additional warnings in the file as well. r19503: Bug fix: This fix addressed the "RESOURCE_LEAK" problems #789 and 790, run 26 r19504: minor mods to try to keep coverity from flagging false positives. r19505: Fixed coverity issues 566 - 571. Declared variables that are passed to functions that use them as arrays to be arrays of size 1. Tested on: Mac OS X/32 10.6.4 (amazon) w/debug, production & parallel (h5committested on coverity branch)
* [svn-r19529] Added line to config/examples.am to remove execute permission ↵Larry Knox2010-10-061-0/+1
| | | | | | from example source files that are installed in .../share/hdf5_examples/. This will address bugzilla #2025. Tested with h5committest on amani, heiwa, and jam.
* [svn-r19510] Improve CMake support for CYGWIN.Allen Byrne2010-10-044-55/+41
| | | | | | | | Correct script comment in testh5diff.sh Bring r19509 back from trunk Tested: Windows Cygwin
* [svn-r19451] Update version of 1.8 branch to HDF5 1.8.7-snap0Mike McGreevy2010-09-211-1/+1
|
* [svn-r19442] Move $LIBS to just after $lib_objs in the link command line. ↵Larry Knox2010-09-201-7/+10
| | | | | | Otherwise the linker doesn't find the functions called by the program being compiled. $LIBS is ofr libraries specified by the compile script user. We don't currently have any tests checked in to do this. Tested with netCDF-4 and hdf5 on jam.