IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2005, 10:27:42 AM (21 years ago)
Author:
desonia
Message:

changed name of p_psMemSetDeallocator/p_psMemGetDeallocator to
psMemSetDeallocator/psMemGetDeallocator.

-rdd

Location:
trunk/psLib/test/collections
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psArray.c

    r3286 r3682  
    1717 *  @author  Ross Harman, MHPCC
    1818 *
    19  *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
    20  *  @date  $Date: 2005-02-18 22:17:20 $
     19 *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
     20 *  @date  $Date: 2005-04-07 20:27:41 $
    2121 *
    2222 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2626#include <math.h>
    2727
    28 #include "pslib.h"
     28#include "pslib_strict.h"
    2929#include "psTest.h"
    3030
  • trunk/psLib/test/collections/tst_psBitSet.c

    r3289 r3682  
    1717 *  @author  Ross Harman, MHPCC
    1818 *
    19  *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
    20  *  @date  $Date: 2005-02-18 22:46:50 $
     19 *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
     20 *  @date  $Date: 2005-04-07 20:27:41 $
    2121 *
    2222 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2424 */
    2525
    26 #include "pslib.h"
     26#include "pslib_strict.h"
    2727#include "psTest.h"
    2828
  • trunk/psLib/test/collections/tst_psHash00.c

    r2392 r3682  
    44 *****************************************************************************/
    55#include <stdio.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#include "psHash.h"
  • trunk/psLib/test/collections/tst_psHash01.c

    r2620 r3682  
    44#include <stdio.h>
    55#include <string.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#include "psHash.h"
  • trunk/psLib/test/collections/tst_psHash02.c

    r2622 r3682  
    88#include <stdio.h>
    99#include <string.h>
    10 #include "pslib.h"
     10#include "pslib_strict.h"
    1111#include "psTest.h"
    1212#include "psHash.h"
  • trunk/psLib/test/collections/tst_psHash03.c

    r2624 r3682  
    66#include <stdio.h>
    77#include <string.h>
    8 #include "pslib.h"
     8#include "pslib_strict.h"
    99#include "psTest.h"
    1010#include "psHash.h"
  • trunk/psLib/test/collections/tst_psHash04.c

    r2626 r3682  
    33 *****************************************************************************/
    44#include <stdio.h>
    5 #include "pslib.h"
     5#include "pslib_strict.h"
    66#include "psTest.h"
    77#include "psHash.h"
  • trunk/psLib/test/collections/tst_psHash05.c

    r3264 r3682  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2005-02-17 19:26:24 $
     8*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2005-04-07 20:27:41 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1313
    1414#include "psTest.h"
    15 #include "pslib.h"
     15#include "pslib_strict.h"
    1616
    1717static psS32 hashToArray( void );
  • trunk/psLib/test/collections/tst_psList.c

    r3264 r3682  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-02-17 19:26:24 $
     8 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-04-07 20:27:41 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1313
    1414#include "psTest.h"
    15 #include "pslib.h"
     15#include "pslib_strict.h"
    1616
    1717void printListInt(psList* list);
  • trunk/psLib/test/collections/tst_psMetadataIO.c

    r3407 r3682  
    1414 *  @author  Robert DeSonia, MHPCC
    1515 *
    16  *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2005-03-11 20:38:56 $
     16 *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2005-04-07 20:27:41 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2222
    2323#include <string.h>
    24 #include "pslib.h"
     24#include "pslib_strict.h"
    2525#include "psTest.h"
    2626
  • trunk/psLib/test/collections/tst_psMetadata_01.c

    r3407 r3682  
    1818*  @author  Ross Harman, MHPCC
    1919*
    20 *  @version $Revision: 1.23 $  $Name: not supported by cvs2svn $
    21 *  @date  $Date: 2005-03-11 20:38:56 $
     20*  @version $Revision: 1.24 $  $Name: not supported by cvs2svn $
     21*  @date  $Date: 2005-04-07 20:27:41 $
    2222*
    2323*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2626
    2727#include <string.h>
    28 #include "pslib.h"
     28#include "pslib_strict.h"
    2929#include "psTest.h"
    3030
  • trunk/psLib/test/collections/tst_psMetadata_02.c

    r3407 r3682  
    1515 *  @author  Robert DeSonia, MHPCC
    1616 *
    17  *  @version $Revision: 1.14 $  $Name: not supported by cvs2svn $
    18  *  @date  $Date: 2005-03-11 20:38:56 $
     17 *  @version $Revision: 1.15 $  $Name: not supported by cvs2svn $
     18 *  @date  $Date: 2005-04-07 20:27:41 $
    1919 *
    2020 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2323
    2424#include <string.h>
    25 #include "pslib.h"
     25#include "pslib_strict.h"
    2626#include "psTest.h"
    2727
  • trunk/psLib/test/collections/tst_psMetadata_03.c

    r3407 r3682  
    1818*  @author  Ross Harman, MHPCC
    1919*
    20 *  @version $Revision: 1.16 $  $Name: not supported by cvs2svn $
    21 *  @date  $Date: 2005-03-11 20:38:56 $
     20*  @version $Revision: 1.17 $  $Name: not supported by cvs2svn $
     21*  @date  $Date: 2005-04-07 20:27:41 $
    2222*
    2323*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2626
    2727#include <string.h>
    28 #include "pslib.h"
     28#include "pslib_strict.h"
    2929#include "psTest.h"
    3030
  • trunk/psLib/test/collections/tst_psMetadata_04.c

    r3407 r3682  
    2323*  @author  Ross Harman, MHPCC
    2424*
    25 *  @version $Revision: 1.17 $  $Name: not supported by cvs2svn $
    26 *  @date  $Date: 2005-03-11 20:38:56 $
     25*  @version $Revision: 1.18 $  $Name: not supported by cvs2svn $
     26*  @date  $Date: 2005-04-07 20:27:41 $
    2727*
    2828*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131
    3232#include <string.h>
    33 #include "pslib.h"
     33#include "pslib_strict.h"
    3434#include "psTest.h"
    3535
  • trunk/psLib/test/collections/tst_psMetadata_05.c

    r3445 r3682  
    2222*  @author  Ross Harman, MHPCC
    2323*
    24 *  @version $Revision: 1.23 $  $Name: not supported by cvs2svn $
    25 *  @date  $Date: 2005-03-17 19:44:44 $
     24*  @version $Revision: 1.24 $  $Name: not supported by cvs2svn $
     25*  @date  $Date: 2005-04-07 20:27:41 $
    2626*
    2727*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3030
    3131#include <string.h>
    32 #include "pslib.h"
     32#include "pslib_strict.h"
    3333#include "psTest.h"
    3434
  • trunk/psLib/test/collections/tst_psMetadata_06.c

    r3407 r3682  
    1313*  @author  Ross Harman, MHPCC
    1414*
    15 *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
    16 *  @date  $Date: 2005-03-11 20:38:56 $
     15*  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
     16*  @date  $Date: 2005-04-07 20:27:41 $
    1717*
    1818*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121
    2222#include <string.h>
    23 #include "pslib.h"
     23#include "pslib_strict.h"
    2424#include "psTest.h"
    2525
  • trunk/psLib/test/collections/tst_psMetadata_07.c

    r3341 r3682  
    99*  @author  Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
    12 *  @date  $Date: 2005-02-28 23:34:10 $
     11*  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
     12*  @date  $Date: 2005-04-07 20:27:41 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1616*/
    1717#include "config.h"
    18 #include "pslib.h"
     18#include "pslib_strict.h"
    1919#include "psTest.h"
    2020
  • trunk/psLib/test/collections/tst_psScalar.c

    r3264 r3682  
    55 *  @author Eric Van Alst, MHPCC
    66 *
    7  *  @version $Revision: 1.3 $
     7 *  @version $Revision: 1.4 $
    88 *           $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-02-17 19:26:24 $
     9 *  @date $Date: 2005-04-07 20:27:41 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1313
    1414#include "psTest.h"
    15 #include "pslib.h"
     15#include "pslib_strict.h"
    1616
    1717static psS32 testScalarAlloc(void);
  • trunk/psLib/test/collections/tst_psVector.c

    r3264 r3682  
    1414 *  @author  Ross Harman, MHPCC
    1515 *
    16  *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2005-02-17 19:26:24 $
     16 *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2005-04-07 20:27:41 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121 */
    2222
    23 #include "pslib.h"
     23#include "pslib_strict.h"
    2424#include "psTest.h"
    2525
  • trunk/psLib/test/collections/tst_psVectorSort_01.c

    r3444 r3682  
    1212 *  @author  Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
    15  *  @date  $Date: 2005-03-17 19:26:19 $
     14 *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
     15 *  @date  $Date: 2005-04-07 20:27:41 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1919 */
    2020
    21 #include "pslib.h"
     21#include "pslib_strict.h"
    2222#include "psTest.h"
    2323
  • trunk/psLib/test/collections/tst_psVectorSort_02.c

    r3264 r3682  
    1414 *  @author  Ross Harman, MHPCC
    1515 *
    16  *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2005-02-17 19:26:24 $
     16 *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2005-04-07 20:27:41 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121 */
    2222
    23 #include "pslib.h"
     23#include "pslib_strict.h"
    2424#include "psTest.h"
    2525
  • trunk/psLib/test/collections/tst_psVectorSort_03.c

    r3264 r3682  
    1212 *  @author  Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
    15  *  @date  $Date: 2005-02-17 19:26:24 $
     14 *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
     15 *  @date  $Date: 2005-04-07 20:27:41 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1919 */
    2020
    21 #include "pslib.h"
     21#include "pslib_strict.h"
    2222#include "psTest.h"
    2323
  • trunk/psLib/test/collections/tst_psVectorSort_04.c

    r3264 r3682  
    99 *  @author  Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
    12  *  @date  $Date: 2005-02-17 19:26:24 $
     11 *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
     12 *  @date  $Date: 2005-04-07 20:27:41 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1616 */
    1717
    18 #include "pslib.h"
     18#include "pslib_strict.h"
    1919#include "psTest.h"
    2020
Note: See TracChangeset for help on using the changeset viewer.