| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
w/High Level library.
ISSUE: the header files changed names between 1.6 and 1.8, and that may cause issues for a 1.6 app using the 1.8 library.
SOLUTION: Added a conditional #if def to detect 1.6 library version number and use the 1.6 headers or else use the 1.8 headers.
DOCS AND TEST: Nothing added
STATUS: Closed bug
tested: linux
|
|
|
|
|
|
| |
Changed 'THG' to 'The HDF Group' in various HDF5 source files,
most of which are <subdirectory>/COPYING.
-- Closes Bugzilla entry 1403.
|
|
|
|
|
|
|
|
|
|
|
| |
of the table.
added a ckeck that avoids to read these records if they are not needed (for pushing down the table)
Marked the Table version as 3.0, and "NROWS" attribute writing (in H5TBdelete_record) was deprecated
Added a test to shrink to dimensions 0
Merged the code from the Table API in trunk to the 1.6 version
tested: windows, linux
|
|
|
|
|
|
|
|
| |
HDF5 library. The Dependencies files are generated by
"make depend".
Tested:
h5committest, also serial in Kagiso is tested.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Descriptions:
Some examples are dependent on other files. E.g., a read program depend
a write program to create the data file first.
Adapted the dependencies from v1.8 Makefiles.
Tested:
By hand and also by h5committest.
|
|
|
|
|
|
|
|
|
|
|
| |
feature.
Description: Added the feature of non-repeated tests. If a test has
passed, it will not be run again in the next 'make check' unless its
executable has changed.
Also added the target "check-clean" to remove all the *.chkexe files which
indicated the test passed last time.
|
|
|
|
|
|
| |
(added a version -V flag to gif2h5)
tested: linux
|
|
|
|
|
|
| |
(added a version -V flag to h52gif)
tested: linux
|
|
|
|
|
|
|
|
|
| |
images as a 2D dataset
RFC here
http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=776
tested: windows, linux
|
|
|
|
|
|
|
| |
this function was done in 2002 but was at a time (2003-2006) previewed not to be used
it is now being used again
tested: windows, linux
|
|
|
|
| |
tested: linux
|
|
|
|
| |
removing the stream-vfd.
|
|
|
|
|
|
| |
code clean, removed unused functions
tested: linux
|
|
|
|
| |
updated comments
|
|
|
|
|
|
| |
remove an unnecessary file name size limit
tested: linux
|
|
|
|
|
|
|
|
| |
Fix a few more problems with using 'hsize_t' variables for array indices,
which the PGI compiler doesn't like in debug mode.
Tested on:
Linux/32 2.4 (kagiso) w/pgcc & debug enabled
|
|
|
|
|
|
| |
avoid hsize_t array index use
tested: linux
|
|
|
|
|
|
|
| |
bug fix
memory leaks
tested: linux
|
|
|
|
|
|
| |
test for a NULL pointer in free
tested: linux
|
|
|
|
|
|
| |
eliminate code that was meant to have input for multiple images, that is not working
tested: linux , solaris
|
|
|
|
|
|
|
| |
bug fix
eliminate a 64 limit size of an input file
tested : linux
|
|
|
|
|
|
|
|
|
| |
bug fixes
substituted hize_t array index variables for int
stack corruption in the h52gif reading routine, wrote a new routine
shell script for gif tests, added check of program return value
tested: linux pgcc, solaris, linux 64
|
|
|
|
|
|
|
|
| |
bug fix
with hsize_t indices in pgcc compiler
tested: linux pgcc, cc, solaris
|
|
|
|
|
|
|
|
|
| |
added the gif2h5 run in the test suite and a gif file to /testfiles for
input
bug fix in the linking of a palette to an image, had a test if there is
a link to be made (sometimes there is no palette)
tested: linux, AIX, solaris
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bug fix
a malloc call with an incorrect length caused several memory problems
that ultimately corrupted a name passed in a list of arguments in the
h52gif tool
allocated memory was not freed
created a folder for the gif test binary files and made the shell script
use that file
tested linux, AIX, solaris
|
|
|
|
|
|
|
|
| |
Bug fix
The linking library order of h52gifgentst caused linking errors in icc and pgcc compilers.
Changed so that HL gets linked first
$(LIBHDF5_HL) $(LIBTOOLS) $(LIBHDF5) $(LDFLAGS) $(LIBS)
|
|
|
|
|
|
| |
Bug fix
The Makefile.in for the gif tests did not include instructions for removing build files of new source files added and temporary files generated
|
|
|
|
|
|
| |
Code cleaning regarding formatting and indentation
Tested linux
|
|
|
|
|
|
|
|
|
|
| |
New feature
Add a test shell script for h52gif tool. A simple script that just runs the
tool from a pre-saved HDF5 file and produces a gif file. A HDF5 test
generator program is also added
Tested: linux, AIX, solaris
|
|
|
|
|
|
|
|
| |
Bug fix
The H5TB_find_field function was not correctly finding a string field name amongst a string list of parameters of field names in cases where the name is similar up to n characters.
Solution: added an extra verify condition with the string length
Tested: kagiso, simple fix
|
|
|
|
| |
Tested platform: Kagiso (serial, pp)
|
|
|
|
| |
Tested platform: Kagiso (serial, pp)
|
|
|
|
| |
bug fix on H5TBwrite_fields_index and name functions, the space on the H5Dwrite call was all selected
|
|
|
|
| |
An attribute was not being closed in H5IMlink_palette
|
|
|
|
|
|
|
|
| |
Description:
Add per-directory abbreviated copyright notices
(abbreviated COPYING files pointing to full notices).
Tested:
MANIFEST verified; not otherwise tested.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added test
Description:
The deploy Daily Test is now more robust
Solution:
Previously, the Daily Tests (using the bin/snapshot script) would run
bin/deploy to install HDF5 into a directory other than the --prefix
specified at configure-time. However, this new installation was never
tested using make check-install.
Modified bin/snapshot to clean the test directory and run make check-install
for the newly-deployed library.
Platforms tested:
tested snapshot script on mir. No changes to code.
Trial by fire in Daily Tests tonight!
|
|
|
|
|
|
|
|
|
|
|
| |
Enable HL DLL on Windows
Description:
Put a macro before function in order to enable hl dll on windows
Solution:
Platforms tested:
Windows XP, heping
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
Add the high-level examples directory to the list of directories for
mostlyclean/clean/distclean.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
new examples
Description:
added revised examples for HL (image, table)
Solution:
Platforms tested:
linux
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating h52gif tool
Description:
The 1.6 branch seems to have had an older version of the h52gif tool
checked in.
Solution:
At Pedro's request, copied the writehdf.c file from the 1.7 branch
and replaced the file that had been in the 1.6 branch.
Platforms tested:
mir
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
Forgot to cvs add hl/tools/Makefile.in
Solution:
Added the file.
Platforms tested:
mir
|
|
|
|
| |
'hdf5_1_6'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Moving gif2h5 to hl directory in 1.6 branch
Description:
This is the same change as was made in the 1.7 branch.
Solution:
Moved the gif2h5 tool from the hdf5/tools directory to the hdf5/hl/tools
directory. The files were already present, but now the Makefiles
build and install using the new directory instead of the old one.
Platforms tested:
mir, modi4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
Didn't add hl/examples/Dependencies to cvs last checkin.
Solution:
A few platforms (modi4) can't generate Dependencies file. It just
needed to be checked into CVS.
Platforms tested:
mir
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
Fixed errors in hl examples on modi4 and in parallel.
Solution:
Parallel error was a typo. D'oh! Used the wrong variable for h5pcc.
modi4 was because pmake needs all of its variables defined before they
are used. Forgot to define $(LIBHDF5_HL). 1.7 branch is smarter about
this. :)
Platforms tested:
mir, modi4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added HL examples
Description:
Added framework and three HL C examples to 1.6 branch.
Solution:
The HL C examples should compile with h5cc, and the code is in place
to make them work with install, install-examples, etc., so
it should be easy to add more examples.
Platforms tested:
mir, shanti
|
|
|
|
| |
'hdf5_1_6'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
new feature
Description:
added the possibility of passing NULL to the output parameters for H5LTget_dataset_info, in case some of them are not requested
Solution:
Platforms tested:
linux
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
h52gif bug fix (494)
Description:
Changed the HDF5 read routines to use memory types and sizes, for both the
image and pallete datasets
( they were using file datatype sizes for memory allocation)
Solution:
Platforms tested:
linux
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Description:
The hardcoding of RUNTEST=$(LT_RUN) caused problem when serial executable
needs to be launched by $RUNSERIAL such as "yod -sz 1" since $LT_RUN which
refer to "libtool -execute" does not know how to launch executable that way.
Solution:
Removed the definition. Now the predefined
RUNTEST=$SERIAL
in config/commence.in will take effect as designed.
Platforms tested:
h5committested.
|