IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2006, 11:33:09 AM (19 years ago)
Author:
Paul Price
Message:

Adding function to return long version information, including CVS tag name, whether psDB was included, and the date and time of compilation. Added function to strip CVS keywords from the keyword/value string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psString.h

    r9939 r10286  
    1414 *  @author David Robbins, MHPCC
    1515 *
    16  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2006-11-10 00:31:12 $
     16 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2006-11-29 21:33:09 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    208208);
    209209
     210/// Given a CVS keyword string, strip off the CVS-specific keyword to get the value
     211psString psStringStripCVS(const char *string, ///< The string, something like "$CVSKEYWORD: Value$"
     212                          const char *tagName ///< The name of the tag to remove, something like "CVSKEYWORD"
     213                         );
    210214
    211215#define PS_ASSERT_STRING_NON_EMPTY(NAME, RVAL) \
Note: See TracChangeset for help on using the changeset viewer.