summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/H5TBff.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26417] Removed compiler warnings from HL. HDF5-237Scot Breitenfeld2015-03-101-94/+92
| | | | Tested: h5committest
* [svn-r26253] Update CMake with fortran source properties and defines, ↵Allen Byrne2015-02-201-24/+24
| | | | correct name of hl fortran examples option check
* [svn-r26170] Fix for HDFFV-8559Scot Breitenfeld2015-02-131-1/+25
| | | | Correction of mistyped variable and removed implicit typing for interfaces.
* [svn-r22170] Removed extraneous svn executable properties from ↵Dana Robinson2012-03-281-0/+0
| | | | non-executable files.
* [svn-r20195] Description: Fixed memory leaks (valgrind detected) in ↵Scot Breitenfeld2011-03-071-2/+2
| | | | | | field_info and make tables routines. Tested: jam (gnu and intel compilers)
* [svn-r20192] Description: Bug 1939: h5tbget_field_info_fScot Breitenfeld2011-03-061-782/+796
| | | | | | | | | | | | | | | | | * Fixed error in passing an array of characters with different length field names for h5tbmake_table. * Fixed error in h5tget_field_info_f with packing the C strings into a fortran array of strings. * Added optional arguement to h5tbget_field_info_f called maxlen which returns the maximum string character length in a field name element. * Uncommented out test for h5tbget_field_info_f in the test program and added additional checks for the output. Tested: jam (intel and gnu compilers)
* [svn-r18197] Description:Quincey Koziol2010-01-301-321/+321
| | | | | | | | | Trim trailing whitespace from source code files with this command: find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//' Tested on: None - eyeballed only
* [svn-r17164] Description:Scot Breitenfeld2009-07-081-72/+72
| | | | | | Removed the blank space after !DEC$ to satisify the absoft compiler. tested smirom
* [svn-r14057] Purpose: Fixes for 64-bit Windows Intel Fortran 9.1Scott Wegner2007-08-091-24/+24
| | | | | | | | | | | | Description: We are porting Fortran to 64-bit Windows, and need to make many syntactical changes to bring the code up to date. We now go back to using "!DEC$" rather than "!MS$" in our "ATTRIBUTE" code. Also, the naming conventions for mixed language is inconsistent from 32- to 64- bit Windows. To make up with this, we use the "decorate" flag. We also needed to change the "calling convention" in project settings from "CVF" to "default". Also other minor cleanups on project files. Tested: 32-bit: VS.NET and VS2005 64-bit: VS2005
* [svn-r13256] Updated fortran source code with new THG copyright.Albert Cheng2007-02-071-2/+3
| | | | Tested: kagiso.
* [svn-r12857] Description:Elena Pourmal2006-11-031-81/+81
| | | | | | | | Updated code to eliminate compilation warnings and to add support for the latest g95. Platforms tested: g95 on kagiso, heping, and mir the first lite (making and reading 1-d datasets) test fails on mir
* [svn-r11115] Purpose:Fang Guo2005-07-221-0/+192
| | | | | | | | | | | Improvement Description: Add high level fortran dll export definition for windows Solution: Platforms tested: MSVS 6.0 on windows XP, cygwin, heping and copper Misc. update:
* [svn-r10747] Purpose:Pedro Vicente Nunes2005-05-161-359/+346
| | | | | | | | | | | | | | | | | | bug fix Description: the fortran type integer*1 has become not portable. define the image fortran datatype as "integer" and make special save, read, and palette functions that use native integer for a memory type and UCHAR as disk type for the image data added some more tests with new palette definitions Solution: Platforms tested: linux solaris Misc. update:
* [svn-r9644] Purpose:Pedro Vicente Nunes2004-12-081-0/+1684
add hl fortran Description: Solution: Platforms tested: linux (absfot and pgf90) solaris (32 and 64 bit) AIX note : HP gives a compiling error , to be fixed in the future Misc. update: