summaryrefslogtreecommitdiffstats
path: root/hl/fortran/test/tstimage.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26576] Merged r26321,r26405,r26417 from the trunk into the branch.Scot Breitenfeld2015-03-251-2/+0
| | | | Tested: h5committest
* [svn-r21183] Description: unset the executable permissions for source files:Scot Breitenfeld2011-08-071-0/+0
| | | | | | tstimage.f90 and tsttable.f90. Tested: none.
* [svn-r18198] Description:Quincey Koziol2010-01-301-45/+45
| | | | | | | | | Trim trailing whitespace from source code files, with following command: find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//' Tested on: None - eyeballed only
* [svn-r13256] Updated fortran source code with new THG copyright.Albert Cheng2007-02-071-2/+3
| | | | Tested: kagiso.
* [svn-r11537] Purpose:Albert Cheng2005-10-111-1/+1
| | | | | | Fixed the copyright notice. Tested in heping.
* [svn-r10970] Purpose: New feature/bug #350 fixElena Pourmal2005-06-221-2/+0
| | | | | | | | | | | | | | | | | | | | Description: When compiler flag was used to set the size of Fortran integer to 8 bytes, library would fail. Solution: Cleaned up the code; added detection of Fortran INTEGER type size and appropriately defined int_f type for C-stubs routines. Platforms tested: Solaris 2.8 32 and 64-bit, AIX 5.1 64-bit parallel PGI Fortran with -i8 flag on heping Absoft Fortran with -i8 flag on heping g95 on mir (Fortran integer is 8 bytes by default that cannot be changed - compiler bug ;-) AIX Fortran with -qintsize=8 32 and 64-bit modes on copper Misc. update:
* [svn-r10747] Purpose:Pedro Vicente Nunes2005-05-161-57/+83
| | | | | | | | | | | | | | | | | | 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/+316
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: