Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r2926] Purpose: | Bill Wendling | 2000-11-15 | 1 | -0/+0 |
| | | | | Needed Dependencies file | ||||
* | [svn-r2924] Purpose: | Bill Wendling | 2000-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | Bug fix Description: distclean was removing .C files. Solution: It was trying to remove the .f90 extension, of which there wasn't one. Platforms tested: Linux | ||||
* | [svn-r2914] Purpose: | Bill Wendling | 2000-11-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | Bug fix Description: libtool complained that the library name didn't have a ``lib'' prefix. Also, the $(top_srcdir) macro points to the top of the c++/ directory, which was messing up the -I$(top_srcdir)/src stuff. It needed to be changed to the correct value. Solution: Made it so Platforms tested: Linux | ||||
* | [svn-r2901] Purpose: | Bill Wendling | 2000-11-14 | 1 | -0/+59 |
| | | | | Adding Makefile | ||||
* | [svn-r2898] | Binh-Minh Ribler | 2000-11-14 | 13 | -0/+1306 |
Purpose: C++ API for 1.3.x branch Description: The *.C files are the sample code that perform some common operations to an HDF5 file and its components. The *.h5 files are the HDF5 files that are generated/used by the sample programs. Platforms tested: Solaris (arabica) and Linux |