summaryrefslogtreecommitdiffstats
path: root/pablo/ProcTrace.inc
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7356] Dan Wells2003-08-131-0/+212
| | | | | | | | | | | | | Purpose: Bug fix. Description: Parallel make fails because Pablo IDs are not assigned. Solution: Extracted the Pablo IDs into header files and added them to the pablo subdirectory instead of creating them on the fly. Platforms tested: h5committested by Albert Misc. update: Have updated MANIFEXT
* [svn-r3774] Purpose:Albert Cheng2001-04-041-2070/+0
| | | | | | | | | | | | | | | release bug fix Description: ProcTrace.inc is generated on the fly from HDFidList.h by make. It is included in the PABLO_CLEAN list which is part of the make clean and make distclean. So, the release process, which does a distclean first, could not find it for distribution later. Solution: Remove it from the source so that it is not included in the manifest of the release distribution list. (Confirmed with Dan Wells.) Platforms tested: Hard to test it without making a release. Defer to tonight snapshot release for v1.5 to verify its correctness.
* [svn-r3304] Purpose:Quincey Koziol2001-01-181-28/+0
| | | | | | | | Code update Description: Remove ragged array code & tests from library before release. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r2487] Added support for fortran. Also made the Makefile more universal.Dan Wells2000-08-291-887/+1305
|
* [svn-r1181] Changes to allow automatic building of tables for event IDs and ↵Dan Wells1999-04-141-0/+1680
for compatiblity of HDF 4 and HDF 5 trace files.