summaryrefslogtreecommitdiffstats
path: root/hl/fortran/test/tstlite.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-1628/+0
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-0/+1628
|
* [svn-r27164] various bug fixes for DTScot Breitenfeld2015-06-081-1711/+0
|
* [svn-r27154] fixed issue with mis-matching long double between Fortran and CScot Breitenfeld2015-06-051-4/+0
|
* [svn-r27115] Moved testing KINDs and SIZEOFs to configure.Scot Breitenfeld2015-05-271-81/+161
|
* [svn-r26976] Added TARGET.Scot Breitenfeld2015-04-301-11/+11
|
* [svn-r26970] Added new pointer APIs for h5ltmake_dataset ahd h5ltread_dataset.Scot Breitenfeld2015-04-291-4/+10
|
* [svn-r26908] Added missing c_long_double interfaces, now handles promotion ↵Scot Breitenfeld2015-04-231-2/+2
| | | | of reals and integers to 8 bytes, added C wrappers that take pointers from Fortran.
* [svn-r26881] Added BIND(C) to the Fortran HL APIs, and fixed the issue with ↵Scot Breitenfeld2015-04-221-2/+3
| | | | -r8 (or equiv.) being specified.
* [svn-r26417] Removed compiler warnings from HL. HDF5-237Scot Breitenfeld2015-03-101-51/+47
| | | | Tested: h5committest
* [svn-r22133] Description: fixed problem with closing a non-existing file id.Scot Breitenfeld2012-03-231-1/+1
| | | | Tested: koala (gnu 4.1)
* [svn-r22130] Test for HDFFV-7777 h5ltget_attribure_string_f addedScot Breitenfeld2012-03-231-17/+36
| | | | Added check that HLDS fortran function do remove NULL character.
* [svn-r22078] New API: H5ltpath_validScot Breitenfeld2012-03-161-2/+85
| | | | | | | | | REF: HDFFV-1233 A high-level "H5LTpath_valid" routine for checking if a path is correct Both Fortran and C version. Tested: jam (gnu and intel)
* [svn-r20353] Bug 1752 - H5Lite Fortran APIs do not allow you to create 4 ↵Scot Breitenfeld2011-03-271-650/+1111
| | | | | | | | | dimensional datasets (or greater) * Fixed and tested the integer, real, double routines for creating and reading dimensional dataset with ranks 4-7 Tested: jam (intel, gnu compilers)
* [svn-r18197] Description:Quincey Koziol2010-01-301-81/+81
| | | | | | | | | 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-r16947] 1. #1522 (B1) h5ltread_dataset_string_f error with g95Pedro Vicente Nunes2009-05-131-2/+68
| | | | | | | ISSUE: h5ltread_dataset_string_f causes library assertion with g95. SOLUTION: convert the fortran string buffer to a C buffer with HD5f2cstring, and pass this string to the C function TEST: added a test call in the fortran test lite program DOCS: added the note in RELEASE.txt "- Lite: the h5ltread_dataset_string_f and h5ltget_attribute_string_f functions had memory problems with the g95 fortran compiler. (PVN - 5/13/2009) 1522
* [svn-r16597] #1047 (B1) The h5lt info routines are returning data in ↵Pedro Vicente Nunes2009-03-231-14/+62
| | | | | | transposed form. ISSUE : the dimension array of the function h5ltget_dataset_info_f was not transposed (because of C-FORTRAN storage order, the FORTRAN function calls the C function with the same name). SOLUTION: transpose the array. ACTION: add a test case. tested: h5committest
* [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/+1
| | | | | | | | | | | | | | | | | | | | 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-5/+5
| | | | | | | | | | | | | | | | | | 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/+955
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: