Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r3770] Purpose: | Bill Wendling | 2001-04-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | Update Description: Changed includes of the form: #include <hdf5_file.h> to #include "hdf5_file.h" so that gcc can pick them up easier without including the system header files since we don't care about them. Platforms tested: Linux | ||||
* | [svn-r3677] Purpose: | Albert Cheng | 2001-03-20 | 1 | -4/+0 |
| | | | | | | | | | | | | | Bug fix (sort of) Description: The RCSID string in H5public.h was causing the C++ code problem as it was included multiple times and C++ did not like multiple definitions of the same static variable. Solution: Since we don't really make use of the RCSID strings as we have not installed it in all source files, we decided to remove it. Platforms tested: eirene (linux), modi4 (IRIX64-64) both serial and parallel modes. | ||||
* | [svn-r2273] Used updated data structure names... | Quincey Koziol | 2000-05-19 | 1 | -2/+2 |
| | |||||
* | [svn-r2222] Added TBBT testing code. | Quincey Koziol | 2000-05-08 | 1 | -0/+146 |