summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15710] The GASS and SRB VFD have been retired and removed from theAlbert Cheng2008-09-273-28/+5
| | | | | | | | HDF5 library. The Dependencies files are generated by "make depend". Tested: h5committest, also serial in Kagiso is tested.
* [svn-r14639] Purpose:Albert Cheng2008-02-231-0/+3
| | | | | | | | | | | | 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.
* [svn-r14636] Purpose:Albert Cheng2008-02-222-2/+2
| | | | | | | | | | | 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.
* [svn-r14634] #684. HDF5 Utilities: many do not include a version option ↵Pedro Vicente Nunes2008-02-221-1/+12
| | | | | | (added a version -V flag to gif2h5) tested: linux
* [svn-r14633] #684. HDF5 Utilities: many do not include a version option ↵Pedro Vicente Nunes2008-02-221-0/+13
| | | | | | (added a version -V flag to h52gif) tested: linux
* [svn-r14533] same change as done for 1.8, have H5IMmake_image_8bit save 8bit ↵Pedro Vicente Nunes2008-02-081-4/+3
| | | | | | | | | images as a 2D dataset RFC here http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=776 tested: windows, linux
* [svn-r14487] remove #ifdefs relative to uncommeting H5Dset_extentPedro Vicente Nunes2008-02-041-8/+0
| | | | | | | 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
* [svn-r14405] bug fix: a type ID was not closedPedro Vicente Nunes2008-01-1412-13/+49
| | | | tested: linux
* [svn-r14329] Run make depend to regenerate all these Dependencies files afterAlbert Cheng2007-12-074-79/+74
| | | | removing the stream-vfd.
* [svn-r13767] Pedro Vicente Nunes2007-05-182-155/+0
| | | | | | code clean, removed unused functions tested: linux
* [svn-r13763] Pedro Vicente Nunes2007-05-171-1/+1
| | | | updated comments
* [svn-r13655] Pedro Vicente Nunes2007-04-131-10/+0
| | | | | | remove an unnecessary file name size limit tested: linux
* [svn-r13652] Description:Quincey Koziol2007-04-132-3/+4
| | | | | | | | 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
* [svn-r13642] Pedro Vicente Nunes2007-04-111-7/+7
| | | | | | avoid hsize_t array index use tested: linux
* [svn-r13637] Pedro Vicente Nunes2007-04-111-2/+31
| | | | | | | bug fix memory leaks tested: linux
* [svn-r13627] Pedro Vicente Nunes2007-04-101-7/+5
| | | | | | test for a NULL pointer in free tested: linux
* [svn-r13625] Pedro Vicente Nunes2007-04-101-116/+24
| | | | | | eliminate code that was meant to have input for multiple images, that is not working tested: linux , solaris
* [svn-r13623] Pedro Vicente Nunes2007-04-102-12/+5
| | | | | | | bug fix eliminate a 64 limit size of an input file tested : linux
* [svn-r13614] Pedro Vicente Nunes2007-04-098-472/+234
| | | | | | | | | 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
* [svn-r13598] Pedro Vicente Nunes2007-04-052-208/+278
| | | | | | | | bug fix with hsize_t indices in pgcc compiler tested: linux pgcc, cc, solaris
* [svn-r13562] Pedro Vicente Nunes2007-03-293-7/+31
| | | | | | | | | 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
* [svn-r13559] Pedro Vicente Nunes2007-03-284-12/+16
| | | | | | | | | | | | | 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
* [svn-r13558] Pedro Vicente Nunes2007-03-281-1/+1
| | | | | | | | 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)
* [svn-r13557] Pedro Vicente Nunes2007-03-281-2/+9
| | | | | | 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
* [svn-r13555] Pedro Vicente Nunes2007-03-275-126/+126
| | | | | | Code cleaning regarding formatting and indentation Tested linux
* [svn-r13551] Pedro Vicente Nunes2007-03-273-2/+155
| | | | | | | | | | 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
* [svn-r13545] Pedro Vicente Nunes2007-03-261-12/+16
| | | | | | | | 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
* [svn-r13318] Updated Copyright notices.Albert Cheng2007-02-1515-120/+135
| | | | Tested platform: Kagiso (serial, pp)
* [svn-r13316] Updated Copyright notices.Albert Cheng2007-02-1431-62/+93
| | | | Tested platform: Kagiso (serial, pp)
* [svn-r13244] Pedro Vicente Nunes2007-02-064-90/+80
| | | | bug fix on H5TBwrite_fields_index and name functions, the space on the H5Dwrite call was all selected
* [svn-r12912] Pedro Vicente Nunes2006-11-141-160/+142
| | | | An attribute was not being closed in H5IMlink_palette
* [svn-r12639] Frank Baker2006-09-044-0/+64
| | | | | | | | Description: Add per-directory abbreviated copyright notices (abbreviated COPYING files pointing to full notices). Tested: MANIFEST verified; not otherwise tested.
* [svn-r12160] Purpose:James Laird2006-03-271-4/+3
| | | | | | | | | | | | | | | | | | | 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!
* [svn-r12049] Purpose:Fang Guo2006-03-093-81/+81
| | | | | | | | | | | 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:
* [svn-r12046] Purpose:Quincey Koziol2006-03-091-2/+2
| | | | | | | | | | | | 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
* [svn-r12016] Purpose:Pedro Vicente Nunes2006-03-0616-49/+189
| | | | | | | | | | | | | | new examples Description: added revised examples for HL (image, table) Solution: Platforms tested: linux Misc. update:
* [svn-r12015] Purpose:James Laird2006-03-063-326/+331
| | | | | | | | | | | | | | | 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
* [svn-r12014] Purpose:James Laird2006-03-061-836/+106
| | | | | | | | | | | | | Bug fix Description: Forgot to cvs add hl/tools/Makefile.in Solution: Added the file. Platforms tested: mir
* [svn-r12013] This commit was manufactured by cvs2svn to create branch ↵cvs2svn2006-03-0618-0/+224434
| | | | 'hdf5_1_6'.
* [svn-r12010] Purpose:James Laird2006-03-065-12/+233
| | | | | | | | | | | | | | | 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
* [svn-r12006] Purpose:James Laird2006-03-051-0/+25
| | | | | | | | | | | | | | 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
* [svn-r12000] Purpose:James Laird2006-03-031-3/+5
| | | | | | | | | | | | | | | | 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
* [svn-r11998] Purpose:James Laird2006-03-013-771/+83
| | | | | | | | | | | | | | | 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
* [svn-r11997] This commit was manufactured by cvs2svn to create branch ↵cvs2svn2006-03-014-0/+929
| | | | 'hdf5_1_6'.
* [svn-r11996] Purpose:Pedro Vicente Nunes2006-03-011-28/+34
| | | | | | | | | | | | | | 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:
* [svn-r11797] Purpose:Pedro Vicente Nunes2005-12-151-17/+60
| | | | | | | | | | | | | | | | | | 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:
* [svn-r11687] Purpose:Albert Cheng2005-11-071-2/+0
| | | | | | | | | | | | | | | | | 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.
* [svn-r11629] Purpose:James Laird2005-10-302-210/+6
| | | | | | | | | | | | | | Bug fix Description: Some references to pdb2hdf were left in the tools/misc Makefile. Removed them. Solution: Also recalculated dependencies. Platforms tested: heping
* [svn-r11597] Purpose:Quincey Koziol2005-10-221-9/+0
| | | | | | | | | | | Update copyrights Description: Updated copyright information in hdf5/bin and top-level and added some more files to be skipped to the chkcopyright config file. Platforms tested: None - just eyeballed
* [svn-r11570] Purpose:Albert Cheng2005-10-172-6/+6
| | | | | | | | | | | | | | Appearance change. Description: depend1.in: Change the style of the copyright generation commands to a simplier style. Dependencies: Regenerated the Dependencies file. Platforms tested: Tested in heping in serial and parallel modes.