Changeset f769719 in git for omalloc/omalloc.h


Ignore:
Timestamp:
Dec 8, 2010, 3:42:28 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a2f973393ba43b9dce2c49e8c0643b10b1124c38
Parents:
66602df307d8a961ac3f919e8cf623c1eed5bdf8
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-12-08 15:42:28+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:57:47+01:00
Message:
- we all got rid of makeheader (sorry Hans ;( )
  . renamed:    om_Alloc.h -> omalloc.h
- updated Makefile.am to install the public header files
- fixed the VERSION string issue
- got rid of the obsolete path stuff (Oleksandr is happier now)
File:
1 moved

Legend:

Unmodified
Added
Removed
  • omalloc/omalloc.h

    r66602d rf769719  
    11/*******************************************************************
    2  *  File:    om_Alloc.h
     2 *  File:    omalloc.h
    33 *  Purpose: declaration of public routines for omalloc
    44 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
     
    1717#endif
    1818
    19 /*MAKEHEADER*/
    2019#include <omalloc/omConfig.h>
    21 /*MAKEHEADER*/
    2220#include <omalloc/omDerivedConfig.h>
    23 /*MAKEHEADER*/
    2421#include <omalloc/omError.h>
    25 /*MAKEHEADER*/
    2622#include <omalloc/omStructs.h>
    27 /*MAKEHEADER*/
    2823#include <omalloc/omAllocDecl.h>
    29 /*MAKEHEADER*/
    3024#include <omalloc/omInlineDecl.h>
    31 /*MAKEHEADER*/
    3225#include <omalloc/omBin.h>
    33 /*MAKEHEADER*/
    3426#include <omalloc/omMemOps.h>
    35 /*MAKEHEADER*/
    3627#include <omalloc/omList.h>
    37 /*MAKEHEADER*/
    3828#include <omalloc/omFindExec.h>
    39 /*MAKEHEADER*/
    4029#include <omalloc/omGetBackTrace.h>
    41 /*MAKEHEADER*/
    4230#include <omalloc/omRet2Info.h>
    43 /*MAKEHEADER*/
    4431#include <omalloc/omStats.h>
    45 /*MAKEHEADER*/
    4632#include <omalloc/omOpts.h>
    47 /*MAKEHEADER*/
    4833#include <omalloc/omBinPage.h>
    49 /*MAKEHEADER*/
    5034#include <omalloc/omAllocSystem.h>
    51 /*MAKEHEADER*/
    5235#include <omalloc/omTables.h>
    53 /*MAKEHEADER*/
    5436#include <omalloc/omAllocPrivate.h>
    55 /*MAKEHEADER*/
    5637#include <omalloc/omDebug.h>
    57 /*MAKEHEADER*/
    5838#include <omalloc/omInline.h>
    59 /*MAKEHEADER*/
    6039#include <omalloc/omAllocFunc.h>
    6140
Note: See TracChangeset for help on using the changeset viewer.