OSX Commit

This commit is contained in:
Roger Hughston 2006-03-17 22:57:38 +00:00
parent 42b3ba9c82
commit 477fdc8775
88 changed files with 91 additions and 87 deletions

View File

@ -29,7 +29,7 @@
#include "typedWritableReferenceCount.h"
#include "pStatCollector.h"
#include "notify.h"
#include "pnotify.h"
#include "pmutex.h"
#include "filename.h"
#include "drawMask.h"

View File

@ -39,7 +39,7 @@
#include "config_display.h"
#include "geomMunger.h"
#include "geomVertexData.h"
#include "notify.h"
#include "pnotify.h"
#include "pvector.h"
#include "attribSlots.h"
#include "shaderContext.h"

View File

@ -27,7 +27,7 @@
#include "mouseData.h"
#include "modifierButtons.h"
#include "buttonEvent.h"
#include "notify.h"
#include "pnotify.h"
#include "pmutex.h"
#include "reMutex.h"
#include "pvector.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h"
#include "filename.h"
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Class : WindowProperties

View File

@ -22,7 +22,7 @@
// Includes
////////////////////////////////////////////////////////////////////
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include "typedef.h"
#ifdef OLD_HAVE_IPC

View File

@ -19,7 +19,7 @@
#define DOWNLOADDB_H
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include "filename.h"
#include "multifile.h"
#include "datagram.h"

View File

@ -25,7 +25,7 @@
#endif
// We use real assert() instead of nassert(), because we're likely
// to be invoked directly by notify here, and we don't want to
// to be invoked directly by pnotify.here, and we don't want to
// risk infinite recursion.
#include <assert.h>

View File

@ -20,7 +20,7 @@
#define URLSPEC_H
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Class : URLSpec

View File

@ -18,7 +18,7 @@
#include "filename.h"
#include "encryptStream.h"
#include "notify.h"
#include "pnotify.h"
#ifndef HAVE_GETOPT
#include "gnu_getopt.h"

View File

@ -18,7 +18,7 @@
#include "filename.h"
#include "encryptStream.h"
#include "notify.h"
#include "pnotify.h"
#ifndef HAVE_GETOPT
#include "gnu_getopt.h"

View File

@ -18,7 +18,7 @@
#include "filename.h"
#include "zStream.h"
#include "notify.h"
#include "pnotify.h"
#ifndef HAVE_GETOPT
#include "gnu_getopt.h"

View File

@ -18,7 +18,7 @@
#include "filename.h"
#include "zStream.h"
#include "notify.h"
#include "pnotify.h"
#ifndef HAVE_GETOPT
#include "gnu_getopt.h"

View File

@ -16,7 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Function: EggAnimData::Constructor

View File

@ -25,7 +25,7 @@
#include "typedObject.h"
#include "luse.h"
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Class : EggAttributes

View File

@ -22,7 +22,7 @@
#include "eggBin.h"
#include "dcast.h"
#include "notify.h"
#include "pnotify.h"
TypeHandle EggBinMaker::_type_handle;

View File

@ -217,7 +217,7 @@
#include "eggObject.h"
#include "pointerTo.h"
#include "notify.h"
#include "pnotify.h"
#include "pset.h"
#include "pmap.h"

View File

@ -19,7 +19,7 @@
#include "eggCurve.h"
#include "string_utils.h"
#include "notify.h"
#include "pnotify.h"
TypeHandle EggCurve::_type_handle;

View File

@ -24,7 +24,7 @@
#include "eggGroupNode.h"
#include "filename.h"
#include "coordinateSystem.h"
#include "notify.h"
#include "pnotify.h"
#include "dSearchPath.h"
////////////////////////////////////////////////////////////////////

View File

@ -19,7 +19,7 @@
#include "eggGroupUniquifier.h"
#include "eggGroup.h"
#include "notify.h"
#include "pnotify.h"
#include <ctype.h>

View File

@ -27,7 +27,7 @@
#include "plist.h"
#include "pvector.h"
#include "notify.h"
#include "pnotify.h"
#include "mathNumbers.h"
class EggMesher;

View File

@ -22,7 +22,7 @@
#include "config_egg.h"
#include "dcast.h"
#include "notify.h"
#include "pnotify.h"
TypeHandle EggNameUniquifier::_type_handle;

View File

@ -22,7 +22,7 @@
#include "eggMaterial.h"
#include "eggVertexPool.h"
#include "notify.h"
#include "pnotify.h"
TypeHandle EggPoolUniquifier::_type_handle;

View File

@ -19,7 +19,7 @@
#include "eggRenderMode.h"
#include "indent.h"
#include "string_utils.h"
#include "notify.h"
#include "pnotify.h"
TypeHandle EggRenderMode::_type_handle;

View File

@ -17,7 +17,7 @@
////////////////////////////////////////////////////////////////////
#include "eggData.h"
#include "notify.h"
#include "pnotify.h"
int

View File

@ -24,7 +24,7 @@
#ifdef THREAD_DUMMY_IMPL
#include "notify.h"
#include "pnotify.h"
#include "numeric_types.h"
////////////////////////////////////////////////////////////////////

View File

@ -24,7 +24,7 @@
#ifdef THREAD_NSPR_IMPL
#include "notify.h"
#include "pnotify.h"
#include "numeric_types.h"
#include <pratom.h>

View File

@ -24,7 +24,7 @@
#ifdef THREAD_POSIX_IMPL
#include "notify.h"
#include "pnotify.h"
#include "numeric_types.h"
#include <pthread.h>

View File

@ -24,7 +24,7 @@
#ifdef THREAD_WIN32_IMPL
#include "notify.h"
#include "pnotify.h"
#include "numeric_types.h"
#include <windows.h>

View File

@ -18,7 +18,7 @@
#include "pandabase.h"
#include "config_express.h"
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Function: CircBuffer::Constructor

View File

@ -24,7 +24,7 @@
#ifdef THREAD_DUMMY_IMPL
#include "notify.h"
#include "pnotify.h"
class MutexDummyImpl;

View File

@ -25,7 +25,7 @@
#ifdef THREAD_NSPR_IMPL
#include "mutexNsprImpl.h"
#include "notify.h"
#include "pnotify.h"
#include <prcvar.h>

View File

@ -25,7 +25,7 @@
#ifdef THREAD_POSIX_IMPL
#include "mutexPosixImpl.h"
#include "notify.h"
#include "pnotify.h"
#include <pthread.h>

View File

@ -25,7 +25,7 @@
#ifdef THREAD_WIN32_IMPL
#include "mutexWin32Impl.h"
#include "notify.h"
#include "pnotify.h"
#include <prcvar.h>

View File

@ -19,7 +19,7 @@
#include "datagram.h"
#include "notify.h"
#include "pnotify.h"
// for sprintf().
#include <stdio.h>

View File

@ -18,7 +18,7 @@
#include "datagramIterator.h"
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Function: DatagramIterator::get_string

View File

@ -19,7 +19,7 @@
#include "pandabase.h"
#include <errno.h>
#include <stdio.h>
#include "notify.h"
#include "pnotify.h"
#include "clockObject.h"
#include "config_express.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h"
#include "typedef.h"
#include "notify.h"
#include "pnotify.h"
#include "ramfile.h"
#include "datagram.h"
#include "datagramIterator.h"

View File

@ -23,7 +23,7 @@
#include "pvector.h"
#include "pset.h"
#include "notify.h"
#include "pnotify.h"
#include <algorithm>
// There are some inheritance issues with template classes and typedef

View File

@ -23,7 +23,7 @@
#ifdef HAVE_OPENSSL
#include "typedef.h"
#include "notify.h"
#include "pnotify.h"
#include "filename.h"
#include "plist.h"
#include "datagram.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h"
#include "selectThreadImpl.h" // for THREADED_PIPELINE definition
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Class : PipelineCyclerLinks

View File

@ -20,7 +20,7 @@
#define POINTERTOVOID_H
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Class : PointerToVoid

View File

@ -17,7 +17,7 @@
////////////////////////////////////////////////////////////////////
#include "notify.h"
#include "pnotify.h"
#include "reversedNumericData.h"

View File

@ -22,7 +22,7 @@
#include "referenceCount.h"
#include "dcast.h"
#include "notify.h"
#include "pnotify.h"
class ThatThingie : public TypedObject, public ReferenceCount {
public:

View File

@ -24,7 +24,7 @@
#include "pointerTo.h"
#include "threadPriority.h"
#include "threadImpl.h"
#include "notify.h"
#include "pnotify.h"
class Mutex;
class ReMutex;

View File

@ -24,7 +24,7 @@
#ifdef THREAD_DUMMY_IMPL
#include "notify.h"
#include "pnotify.h"
#include "threadPriority.h"
class Thread;

View File

@ -24,7 +24,7 @@
#ifdef THREAD_NSPR_IMPL
#include "notify.h"
#include "pnotify.h"
#include "threadPriority.h"
#include "mutexNsprImpl.h"

View File

@ -24,7 +24,7 @@
#ifdef THREAD_POSIX_IMPL
#include "notify.h"
#include "pnotify.h"
#include "threadPriority.h"
#include "mutexPosixImpl.h"

View File

@ -24,7 +24,7 @@
#ifdef THREAD_WIN32_IMPL
#include "notify.h"
#include "pnotify.h"
#include "threadPriority.h"
#include "mutexWin32Impl.h"
#include "conditionVarWin32Impl.h"

View File

@ -120,4 +120,4 @@ private:
PLAYERS _players;
TEXTURES _textures;
};
#endif
#endif

View File

@ -22,7 +22,7 @@
#include "string_utils.h"
#include "dconfig.h"
#include "notify.h"
#include "pnotify.h"
#include <ctype.h>

View File

@ -24,7 +24,7 @@
#include "typedObject.h"
#include "datagram.h"
#include "datagramIterator.h"
#include "notify.h"
#include "pnotify.h"
#include "indent.h"
#include "deg_2_rad.h"
#include "nearly_zero.h"

View File

@ -20,7 +20,7 @@
#define __LORIENTATION_H__
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include "lquaternion.h"
#include "fltnames.h"

View File

@ -27,7 +27,7 @@
#include "deg_2_rad.h"
#include "compose_matrix.h"
#include "notify.h"
#include "pnotify.h"
#include "fltnames.h"
#include "lquaternion_src.h"

View File

@ -23,7 +23,7 @@
#include "lquaternion.h"
#include "cmath.h"
#include "notify.h"
#include "pnotify.h"
#include "fltnames.h"
#include "lrotation_src.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h"
#include "typedObject.h"
#include "notify.h"
#include "pnotify.h"
#include "datagram.h"
#include "datagramIterator.h"
#include "checksumHashGenerator.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h"
#include "typedObject.h"
#include "notify.h"
#include "pnotify.h"
#include "datagram.h"
#include "datagramIterator.h"
#include "checksumHashGenerator.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h"
#include "typedObject.h"
#include "notify.h"
#include "pnotify.h"
#include "datagram.h"
#include "datagramIterator.h"
#include "checksumHashGenerator.h"

View File

@ -20,7 +20,7 @@
#include "lmatrix.h"
#include "compose_matrix.h"
#include "notify.h"
#include "pnotify.h"
#include <stdlib.h>
void test() {

View File

@ -27,7 +27,11 @@
#ifdef HAVE_FFTW
#ifdef IS_OSX
#include <drfftw.h>
#else
#include <rfftw.h>
#endif
// These FFTW support objects can only be defined if we actually have
// the FFTW library available.

View File

@ -25,7 +25,7 @@
#include "config_net.h"
#include "config_express.h" // for collect_tcp
#include "clockObject.h"
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////

View File

@ -25,7 +25,7 @@
#include "config_net.h"
#include "clockObject.h"
#include "notify.h"
#include "pnotify.h"
#include <prerror.h>
#include <pratom.h>
#include <algorithm>

View File

@ -21,7 +21,7 @@
#include "pprerror.h"
#include "config_net.h"
#include "notify.h"
#include "pnotify.h"
#include <prerror.h>
////////////////////////////////////////////////////////////////////

View File

@ -21,7 +21,7 @@
#include "datagramIterator.h"
#include "config_net.h"
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Function: DatagramTCPHeader::Constructor

View File

@ -21,7 +21,7 @@
#include "datagramIterator.h"
#include "config_net.h"
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Function: DatagramUDPHeader::Constructor

View File

@ -21,7 +21,7 @@
#include "geom.h"
#include "transformState.h"
#include "renderState.h"
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Function: CullHandler::Destructor

View File

@ -22,7 +22,7 @@
#include "pandabase.h"
#include "loaderOptions.h"
#include "notify.h"
#include "pnotify.h"
#include "pandaNode.h"
#include "filename.h"
#include "tokenBoard.h"

View File

@ -29,7 +29,7 @@
#include "nodePathComponent.h"
#include "pointerTo.h"
#include "referenceCount.h"
#include "notify.h"
#include "pnotify.h"
#include "typedObject.h"
class NodePathCollection;

View File

@ -40,7 +40,7 @@
#include "pointerTo.h"
#include "nodePointerTo.h"
#include "pointerToArray.h"
#include "notify.h"
#include "pnotify.h"
#include "updateSeq.h"
#ifdef HAVE_PYTHON

View File

@ -27,7 +27,7 @@
#include "nodePath.h"
#include "polylightNode.h"
#include "pmap.h"
#include "notify.h"
#include "pnotify.h"
#include "sceneSetup.h"

View File

@ -24,7 +24,7 @@
#include "luse.h"
#include "nodePath.h"
#include "pmap.h"
#include "notify.h"
#include "pnotify.h"
#include "pandaNode.h"
#include "colorAttrib.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include "pvector.h"

View File

@ -17,7 +17,7 @@
////////////////////////////////////////////////////////////////////
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include "bam.h"
#include "bamReader.h"

View File

@ -20,7 +20,7 @@
#define __BAM_READER_
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include "typedWritable.h"
#include "datagramGenerator.h"

View File

@ -17,7 +17,7 @@
////////////////////////////////////////////////////////////////////
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include "typedWritable.h"
#include "config_util.h"

View File

@ -20,7 +20,7 @@
#define __BAM_WRITER_
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include "bamEndian.h"
#include "bamTextureMode.h"
#include "typedWritable.h"

View File

@ -16,7 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Function: ButtonRegistry::RegistryNode::Constructor

View File

@ -16,7 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////

View File

@ -18,7 +18,7 @@
#include "modifierButtons.h"
#include "notify.h"
#include "pnotify.h"
////////////////////////////////////////////////////////////////////
// Function: ModifierButtons::Constructor

View File

@ -18,7 +18,7 @@
#include "mouseButton.h"
#include "buttonRegistry.h"
#include "notify.h"
#include "pnotify.h"
#include <stdio.h>

View File

@ -18,7 +18,7 @@
#include "nameUniquifier.h"
#include "notify.h"
#include "pnotify.h"
#include <stdio.h>

View File

@ -17,7 +17,7 @@
////////////////////////////////////////////////////////////////////
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include "dconfig.h"
#include "test_bam.h"

View File

@ -18,7 +18,7 @@
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include "factory.h"
#include "writableParam.h"

View File

@ -17,7 +17,7 @@
////////////////////////////////////////////////////////////////////
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include <ipc_file.h>
#include "test_bam.h"

View File

@ -17,7 +17,7 @@
////////////////////////////////////////////////////////////////////
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include "test_bam.h"

View File

@ -18,7 +18,7 @@
#include "lineStream.h"
#include "notify.h"
#include "pnotify.h"
int
main(int argc, char *argv[]) {

View File

@ -18,7 +18,7 @@
//
#include "pandabase.h"
#include "notify.h"
#include "pnotify.h"
#include "uniqueIdAllocator.h"

View File

@ -20,7 +20,7 @@
#include "chancfg.h"
#include "textNode.h"
#include "eggLoader.h"
#include "notify.h"
#include "pnotify.h"
#include "pt_NamedNode.h"
extern PT_NamedNode render;

View File

@ -29,7 +29,7 @@
#include "geomTristrips.h"
#include "geomVertexWriter.h"
#include "geomNode.h"
#include "notify.h"
#include "pnotify.h"
#include "transformState.h"
#include "colorAttrib.h"
#include "colorScaleAttrib.h"