summaryrefslogtreecommitdiffstats
path: root/doc/html/fortran
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9930] James Laird2005-02-031-1/+1
| | | | | | | | | | | | | | | | | | Purpose: Bug fix Description: Parallel builds were breaking in tools/lib Solution: talign didn't realize it depended on libh5tools.la because its dependencies listed the full path (../../tools/lib/libh5tools.la). Changed this, and made similar changes in a couple of other directories. This checkin should also add the --foreign flag to every Makefile.in Platforms tested: sleipnir (minor change)
* [svn-r9928] Purpose:Quincey Koziol2005-02-031-1/+1
| | | | | | | | | | | | | New feature Description: Add basic code for new B-tree implementation. They don't do much yet, aren't hooked up to anything yet and the format may change, but I'd like to start getting them into the daily tests. Platforms tested: FreeBSD 4.11 (sleipnir) w/parallel Too minor to require h5committest
* [svn-r9920] Purpose:James Laird2005-02-021-3/+4
| | | | | | | | | | | | | | | | | | | Bug fix Description: Found the permanant fix to automake/CVS dependency problem Solution: Added AM_MAINTAINER_MODE macro to configure.in. Now automake will never try to regenerate Makefiles, Makefiles.in, configure, H5config.h, etc. when they are out of date, nor will it print any warnings. Developers should be very very careful to use reconfigure script, and can add --enable-maintainer-mode flag to configure on heping to regenerate these files correctly. Platforms tested: heping sleipnir copper
* [svn-r9915] Purpose:James Laird2005-02-021-6/+6
| | | | | | | | | | | | | | | Bug fix Description: Configuration files' timestamps were incorrect. Solution: Update Makefiles.in. Also added correct paths to autotools on heping, so heping build should be able to re-generate configuration files even if they are still broken. Platforms tested: sleipnir
* [svn-r9912] Purpose:James Laird2005-02-011-87/+8
| | | | | | | | | | | | | | | | | Bug fix Description: Dependencies between configure files (aclocal, configure.in, configure, Makefiles.am and .in) are still causing Makefiles to try to run autotools during build. Solution: Committed all Makefiles.in to update their timestamps. As a temporary measure, forcibly prevented automake from running autotools during build by redefining the variables it uses. Platforms tested: sleipnir (No changes to Makefile content)
* [svn-r9907] Purpose:James Laird2005-02-011-0/+1
| | | | | | | | | | | | | Bug fix Description: Different compilers use different flags to include Fortran module files Solution: Changed boilerplate to use configure variable rather than hardcoded -M flag. Platforms tested: sleipnir, sol, copper
* [svn-r9902] Purpose:James Laird2005-02-013-16/+449
| | | | | | | | | | | | | | | Configuration feature Description: HDF5 now uses automake to generate Makefiles Solution: Makefile.in files are now generated from Makefile.am files. To reconfigure (after chaning a Makefile.am or configure.in): /bin/sh bin/reconfigure.sh Platforms tested: Many
* [svn-r7761] Purpose:Quincey Koziol2003-10-281-5/+1
| | | | | | | | | | | Bug fix Description: Correct list of files to install after recent FORTRAN documentation cleanup Platforms tested: FreeBSD 4.9 (sleipnir) w/"make install-doc" h5committest doesn't test this.
* [svn-r7751] Frank Baker2003-10-2714-7308/+2
| | | | | | | | Purpose: Removing the files hdf5/doc/html/fortran/h5*_FORTRAN.html from CVS as the content has been integrated into the files hdf5/doc/html/RM_H5*.html
* [svn-r7623] Elena Pourmal2003-10-131-2/+2
| | | | | | | | | | | | | Purpose: Bug fix Description: The third parameter to the h5pget(set)_cache_f subroutines had a wrong type Solution: Fixed the type and changed the docs. Platforms tested: kelgia, arabica 64-bit, copper 64-bit Misc. update:
* [svn-r7140] Frank Baker2003-07-0214-30/+276
| | | | | | | | | | | | | | | Purpose: Add short copyright notice. Update release tag line. Description: Added short copyright notice as comment in source files; does not display in browser. Updated release tag line in footers to read as follows: Describes HDF5 Release 1.6.0, July 2003 Platforms tested: IE 5
* [svn-r7132] Frank Baker2003-07-011-6/+13
| | | | | | | | | | | | | Purpose: Update h5pset_szip_f options mask. Description: h5pset_szip_f: Updated list of valid szip option values. Deleted 2, added 3 and notation "or the sum of any combination". Added example and note regarding mutually-exclusive options. Platforms tested: IE 5
* [svn-r7059] Purpose:Quincey Koziol2003-06-181-1/+2
| | | | | | | | | | | Refactoring Description: Track changes to H5Fget_obj_<foo> API functions. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r6988] Elena Pourmal2003-06-061-1/+79
| | | | | | | | | | | | | | Purpose: Maintenance for 1.6 release Description: Signatures for fortran functions h5pmodify_filter_f, h5pget_filter_by_id_f, and h5pset_family_offset_f were missing. Solution: Added missing signatures Platforms tested: IE Misc. update:
* [svn-r6972] Elena Pourmal2003-06-051-1/+64
| | | | | | | | | | | | | Purpose: Maintenance Description: Signature pages for h5tarray_create_f, h5tget_array_ndims, h5tget_array_dims were missing. Solution: Added signature pages to the RM Platforms tested: IE Misc. update:
* [svn-r6965] Elena Pourmal2003-06-041-72/+381
| | | | | | | | | | | | | | | | | | | | | | Purpose: Maintenace fro 1.6 release Description: Man pages for the following functions have been added h5pset(get)_fapl_core_f h5pset(get)_fapl_family_f h5pset(get)_fapl_multi_f h5pset_fapl_sec2_f h5pset_fapl_sdio_f h5pset_fapl_split_f h5pget_driver_f h5pset_szip_f h5pget_nfilters_f h5pset(get)_preserve_f Solution: Platforms tested: IE Misc. update:
* [svn-r6950] Purpose:Quincey Koziol2003-06-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | API tweak. Description: The H5Sget_select_bounds() API call was using hsize_t arrays for retrieving the 'start' and 'end' coordinates, which is counter to the rest of the dataspace API. Solution: Change the arrays to be hssize_t instead. Platforms tested: FreeBSD 4.8 (sleipnir) w/C++ FreeBSD 4.8 (sleipnir) w/parallel h5committested Misc. update: Updated all docs for this change. Added 1.4 compatibility #ifdef's
* [svn-r6698] Frank Baker2003-04-171-1/+7
| | | | | | | | | | | | | | | Purpose: Comment out functions not in R1.6 Description: Commented out these hyperslab functions since they are not "turned on" for Release 1.6: h5scombine_hyperslab_f h5scombine_select_f h5sselect_select_f Platforms tested: Safari, IE 5
* [svn-r6600] Frank Baker2003-04-081-6/+9
| | | | | | | | | | | | | | Purpose: Link in additional Fortran90 functions. Description: Linked 68 new Fortran90 functions to the discussions of the corresponding C functions. Made the corresponding Fortran index changes in the function listings at the tops of the RM pages. Fixed formatting and link typos in RM_H5P.html & fortran/h5p_FORTRAN.html. Platforms tested: Safari and IE 5
* [svn-r6491] Elena Pourmal2003-03-196-13/+289
| | | | | | | | | | | | | | | | | | | | Purpose: Catching up with the C library Description: Updated documentation files to include information on the following functions h5iget_name_f h5tis_variavle_str_f h5zunregister_f h5zfilter_avail_f h5pset_shuffle_f h5pset_fletcher32 h5pset_edc_check_f h5pget_edc_check_f h5dfill_f Solution: Platforms tested: arabica(C and F90), burrwhite (pgcc and pgf90), modi4 (F90 and parallel) Misc. update:
* [svn-r6478] Frank Baker2003-03-1414-79/+114
| | | | | | | | | | | Purpose: DreamWeaver (DW) adaptation of the HDF5 doc set, introducing the use of stylesheets and DW libraries. Stylesheets -- for consistent format management. DW libraries -- for managing common elements across documents. Platforms tested: IE 5 and 6 Netscape
* [svn-r6464] Elena Pourmal2003-03-056-246/+1294
| | | | | | | | | | | | | | | | | | Purpose: Maintenance Description: * Added support for generic properties. * Added support for time allocation properties. * Added support for variable length datatypes (only datatypes based on INTEGER, REAL and CHARACTER Fortran types are supported). * added some missing functions Solution: I am checking in new Fortran APIs and their man pages to support 1.5 features listed above. Not all APIs have tests yet. APIs were written in Fall 2002, and I am afraid that I will loose the code or totally forget what I did if I wait longer. ;-) Platforms tested: arabica (fortran), eirene (fortran), modi4 (parallel, fortran)
* [svn-r6217] Elena Pourmal2002-12-191-1/+89
| | | | | | | | | | | | | Purpose: Bug fix Description: man pages for the following F90 functions were missing: h5tget_super_f h5tarray_create_f h5tget_array_ndims_f h5tget_array_dims_f Solution: Added missing man pages Platforms tested: IE
* [svn-r5958] Elena Pourmal2002-10-021-0/+48
| | | | | | | | | | | | | | Purpose: Added missing fortran functions h5set(get)_buffer_f. Also added docs and tests for them. Solution: Currently functions do not accept conversion and background buffers. This corresponds to H5set(get)_buffer call with buffer pointers set to NULL. If there is a demand, I can overload the functions to have new parameters and go through all trouble creating functions for all supported datatypes. Platforms tested: Solaris 2.7, Linux 2.2., IRIX64-6.5
* [svn-r5956] Elena Pourmal2002-10-013-2/+291
| | | | | | | | | | | | | | | | | | Purpose: Added new F90 APIs Description: I added new F90 APIs, tests, and documentation for the following functions: h5fget_obj_count_f h5pequal_f h5tget_member_index_f h5fget_obj_ids_f h5pget_fclose_degree_f h5pset_fclose_degree_f Documentation for exisiting functions was missing: h5freopen_f, h5fflush_f, h5fmount_f, h5unmount_f, h5fget_create_plist_f, h5fget_access_plist_f. Platforms tested: Solaris 2.7, Linux 2.2 and IRIX64-6.5
* [svn-r5948] Elena Pourmal2002-09-251-0/+88
| | | | | | | | | | Purpose: Added new fortran functions Description: Source code, tests and documentation for h5glink2_f and h5gmove2_f functions were added. I also added missing man page for h5glink_f Platforms tested: Solaris 2.7, IRIX64-6.5 and Liniux 2.2
* [svn-r5946] Elena Pourmal2002-09-241-1/+98
| | | | | | | | | | | | | | Purpose: Added missing fortran functions. Description: Four Library Fortran API functions have been added: h5get_libversion_f, h5_check_version_f, h5garbage_collect_f and h5dont_atexit_f. Only first two functions were tested. Documentation file and RELEASE.txt were updated. Platforms tested: Solaris 2.7, IRIX64-6.5 and Linux 2.2
* [svn-r5378] Frank Baker2002-05-072-6/+24
| | | | | | | | | | | | | | | | Purpose: Update h5dread/write_f parameters Description: fortran/h5d_FORTRAN.html h5dread/write_f -- in the 'reference' versions, which yesterday's revisions missed): Added new overloading to dims parameter description. Corrected prior dims type and noted that it is deprecated and will be removed in 1.6. fortran/h5a_FORTRAN.html Updated "Last modified" tag to reflect yesterday's revisions. Platforms tested: IE 5
* [svn-r5366] Frank Baker2002-05-062-18/+34
| | | | | | | | | | | Purpose: Update description of h5dread/write_f and h5aread/write_f dims parameter. Description: h5dread/write_f, h5aread/write_f Added new overloading to dims parameter description. Noted that prior dims type is deprecated and will be removed in 1.6. Platforms tested: IE 5
* [svn-r5329] Frank Baker2002-05-021-3/+3
| | | | | | | | | | Purpose: Bugfix -- Fixes #757. Description: h5t{get/set}_size_f Corrected SIZE parameter datatype to INTEGER(SIZE_T). Platforms tested: IE 5
* [svn-r4834] Frank Baker2002-01-161-17/+17
| | | | | | | | | | Purpose: Bugfix. Description: h5pset/get_fapl_mpio_f & h5pset/get_dxpl_mpio_f: Corrected function names (mpi --> mpio) Platforms tested: IE 5
* [svn-r4096] Frank Baker2001-07-022-0/+392
| | | | | | | | | Purpose: New files in the development branch. Syncronizing R1.5 development branch fortran docs with R1.4.x release branch. Platforms tested: IE 5
* [svn-r4094] Frank Baker2001-07-025-51/+163
| | | | | | | | Purpose: Synchronizing R1.5 development branch fortran docs with R1.4.x release branch. Platforms tested: IE 5
* [svn-r3824] Frank Baker2001-04-1811-11/+21
| | | | | | | | Purpose: Update "Describes HDF5 Release..." footer from R1.4 to "Release 1.5, Unreleased Development Branch" Platforms tested: IE 5
* [svn-r3388] Frank Baker2001-02-091-1/+1
| | | | | | | | | | | Purpose: Marking files for "Release 1.4, February 2001." Description: Across doc files Updating "Describes HDF5 Release..." entry to "Describes HDF5 Release 1.4, February 2001." Platforms tested: IE 5
* [svn-r3360] Purpose:Bill Wendling2001-02-052-0/+26
| | | | | | | | | | | | | | | | Fix Description: Fixed the install-doc command... Solution: Purpose: Fix Description: Fixed the install-doc command... Solution: Mostly just fixed in the config/conclude.in file, but updated the doc directories with Makefile.ins and Dependencies so that they'd work. Platforms tested: Linux, Solaris
* [svn-r3174] Frank Baker2000-12-211-0/+117
| | | | | | | Purpose: New Fortran90 API doc -- "HDF5 Fortran90 User's Notes" Platforms tested: IE 5
* [svn-r2436] Fortran90 API -- functions and descriptions in the filesFrank Baker2000-07-1710-0/+4433
h5a_FORTRAN.html h5d_FORTRAN.html h5e_FORTRAN.html h5f_FORTRAN.html h5g_FORTRAN.html h5i_FORTRAN.html h5p_FORTRAN.html h5r_FORTRAN.html h5s_FORTRAN.html h5t_FORTRAN.html