summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5675] Purpose:Quincey Koziol2002-06-197-38/+34
| | | | | | | | | | Code cleanup Description: Removed more compiler warnings, etc. Platforms tested: Linux 2.2.x (eirene) w/parallel
* [svn-r5668] Purpose:Quincey Koziol2002-06-197-115/+59
| | | | | | | | | | Code cleanup Description: Turn on more warnings in the IRIX builds and clean them up. Platforms tested: IRIX64 6.5 (modi4) w/parallel, both -n32 and the default (-64?) mode
* [svn-r5579] Purpose:Bill Wendling2002-06-105-5/+67
| | | | | | | | | | | | | | Copyright Fix Description: Switched the copyright statements from the old, bad version to the new version we got from the lawyers. Note: not every file was changed. There are some files which have copyrights not to NCSA (see the Stream VFD and some of the GIF conversion modules didn't have copyrights, so I didn't know if they were from others or from us). I left those alone. If others think they should be changed, please feel free to do so. Platforms tested: Linux
* [svn-r5360] MuQun Yang2002-05-061-4/+8
| | | | | | | | | Purpose: erase windows warnings Description: Solution: Platforms tested: windows 2000,linux 2.2.18
* [svn-r5355] MuQun Yang2002-05-035-15/+19
| | | | | | | | | | Purpose: code clean up to erase windows warnings Description: need to clean up more Solution: Platforms tested: window 2000, linux
* [svn-r4170] Elena Pourmal2001-07-101-1/+1
| | | | | | | | | | | | | Purpose: Bug fix by Bob McGrath Description: On Solaris platforms palette was not written to the HDF5 file Solution: '\0' character was written outside the GroupName array. Apparently on Solaris it destroyed the condition value that determined if the palette should be written to the file. Platforms tested: Solaris 2.7 (arabica)
* [svn-r4137] Elena Pourmal2001-07-061-2/+1
| | | | | | | | | | | Purpose: Bufg fix Description: H5Sget_simple_extent_dims function had the third argument of the wrong type. Solution: Replaced the argument with NULL, since it is not used. Platforms tested: T3E
* [svn-r4108] Elena Pourmal2001-07-041-2/+1
| | | | | | | | | | | | Purpose: Bug fix Description: One of the function calls (H5Sget_simple_extent_dims) used parameter with the wrong type. That caused compilation errors on T3E. Solution: Used NULL since the argument is optional and was never used. Platforms tested: T3E(mcurie) and IRIX64 (modi4)
* [svn-r3934] Purpose:Bill Wendling2001-05-153-9/+6
| | | | | | | | | | | | | | | | Code Update Description: Ported change from the 1.5 branch to the 1.4 branch where all HDF5 include files are in quotes instead of angle brackets: #include "hdf5_file.h" instead of #include <hdf5_file.h> Platforms tested: Linux
* [svn-r3923] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'.cvs2svn2001-05-1210-0/+2840