summaryrefslogtreecommitdiffstats
path: root/hl/test
Commit message (Collapse)AuthorAgeFilesLines
* [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-r9911] Purpose:Pedro Vicente Nunes2005-02-012-6/+16
| | | | | | | | | | | | | | | bug fix Description: added the test_ds to the makefile Solution: Platforms tested: linux Misc. update:
* [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-r9903] Purpose:James Laird2005-02-013-81/+700
| | | | | | | | | | Configuration update Description: HDF5 now uses automake Solution: Ditto to previous checkin.
* [svn-r9884] Purpose:Pedro Vicente Nunes2005-01-291-0/+424
| | | | | | | | | | | | | | | bug fix I forgot to add one file to cvs Description: Solution: Platforms tested: linux Misc. update:
* [svn-r9883] Purpose:Pedro Vicente Nunes2005-01-292-4/+7
| | | | | | | | | | | | | | | | | | | | | added a first batch of dimension scales fix some small bubgs in lite (a close function was not being called ) Description: this batch contains the basic API functions described in the RFC and a minimal test file Solution: Platforms tested: linux solaris 64 AIX windows Misc. update:
* [svn-r9881] Purpose:Pedro Vicente Nunes2005-01-281-1/+1
| | | | | | | | | | | | | | | | | changed the name of the hl table files back to H5TB.c and H5TB.h this can be done now because the H5TB.c (threaded binary trees) file was removed from the hdf5 library Description: Solution: Platforms tested: linux Misc. update:
* [svn-r9778] Purpose:Quincey Koziol2005-01-081-66/+11
| | | | | | | | | | | | | | | Remove feature Description: Retire threaded, balanced binary tree code from HDF5 use. Requiescat in pace... Also, regenerate dependencies files. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Too minor to require full h5committesting (the code is already disconnected from everything except its tests)
* [svn-r9727] Purpose:Quincey Koziol2004-12-292-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug Fix/Code Cleanup/Doc Cleanup/Optimization/Branch Sync :-) Description: Generally speaking, this is the "signed->unsigned" change to selections. However, in the process of merging code back, things got stickier and stickier until I ended up doing a big "sync the two branches up" operation. So... I brought back all the "infrastructure" fixes from the development branch to the release branch (which I think were actually making some improvement in performance) as well as fixed several bugs which had been fixed in one branch, but not the other. I've also tagged the repository before making this checkin with the label "before_signed_unsigned_changes". Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel & fphdf5 FreeBSD 4.10 (sleipnir) w/threadsafe FreeBSD 4.10 (sleipnir) w/backward compatibility Solaris 2.7 (arabica) w/"purify options" Solaris 2.8 (sol) w/FORTRAN & C++ AIX 5.x (copper) w/parallel & FORTRAN IRIX64 6.5 (modi4) w/FORTRAN Linux 2.4 (heping) w/FORTRAN & C++ Misc. update:
* [svn-r9609] Purpose: Small bug fixElena Pourmal2004-12-011-2/+0
| | | | | | | | | | | | Description: Build failed in hl/test directory on OSF1 at PSC Solution: It looks like that two extra blank lines after CPPGLAGS definition caused the syntax error I deleted the lines, and compilation went through Platforms tested: lemiuex, heping Misc. update:
* [svn-r9591] Purpose:Quincey Koziol2004-11-291-1/+1
| | | | | | | | | | | | Bug fix Description: Add dependency on the HDF5 library as well as the high-level library for rebuilding tests. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r9571] Purpose:Pedro Vicente Nunes2004-11-241-32/+9
| | | | | | | | | | | | | | bug fix Description: the string build of some test files using "srcdir" was not done properly Solution: Platforms tested: linux Misc. update:
* [svn-r9562] Purpose:Pedro Vicente Nunes2004-11-234-7/+42
| | | | | | | | | | | | | | | | bug fix Description: the Makefile.in of the hl tests was not including a "srcdir" include path the test table .c file was missing also the srcdir path Solution: add it Platforms tested: Misc. update:
* [svn-r9558] Purpose:Pedro Vicente Nunes2004-11-228-0/+2988
insert high level library into main library Description: configure.in has a new entry (--enable-hl, disable-hl) it is on by default the configure message prints info regarding if hl is enabled or not the tree is /hl /hl/src /hl/test Solution: Platforms tested: linux solaris AIX Misc. update: