mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
OSX Commit
This commit is contained in:
parent
42b3ba9c82
commit
477fdc8775
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#include "typedWritableReferenceCount.h"
|
#include "typedWritableReferenceCount.h"
|
||||||
#include "pStatCollector.h"
|
#include "pStatCollector.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "pmutex.h"
|
#include "pmutex.h"
|
||||||
#include "filename.h"
|
#include "filename.h"
|
||||||
#include "drawMask.h"
|
#include "drawMask.h"
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
#include "config_display.h"
|
#include "config_display.h"
|
||||||
#include "geomMunger.h"
|
#include "geomMunger.h"
|
||||||
#include "geomVertexData.h"
|
#include "geomVertexData.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "pvector.h"
|
#include "pvector.h"
|
||||||
#include "attribSlots.h"
|
#include "attribSlots.h"
|
||||||
#include "shaderContext.h"
|
#include "shaderContext.h"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "mouseData.h"
|
#include "mouseData.h"
|
||||||
#include "modifierButtons.h"
|
#include "modifierButtons.h"
|
||||||
#include "buttonEvent.h"
|
#include "buttonEvent.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "pmutex.h"
|
#include "pmutex.h"
|
||||||
#include "reMutex.h"
|
#include "reMutex.h"
|
||||||
#include "pvector.h"
|
#include "pvector.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "filename.h"
|
#include "filename.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Class : WindowProperties
|
// Class : WindowProperties
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
// Includes
|
// Includes
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "typedef.h"
|
#include "typedef.h"
|
||||||
|
|
||||||
#ifdef OLD_HAVE_IPC
|
#ifdef OLD_HAVE_IPC
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#define DOWNLOADDB_H
|
#define DOWNLOADDB_H
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "filename.h"
|
#include "filename.h"
|
||||||
#include "multifile.h"
|
#include "multifile.h"
|
||||||
#include "datagram.h"
|
#include "datagram.h"
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// We use real assert() instead of nassert(), because we're likely
|
// 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.
|
// risk infinite recursion.
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#define URLSPEC_H
|
#define URLSPEC_H
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Class : URLSpec
|
// Class : URLSpec
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "filename.h"
|
#include "filename.h"
|
||||||
#include "encryptStream.h"
|
#include "encryptStream.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#ifndef HAVE_GETOPT
|
#ifndef HAVE_GETOPT
|
||||||
#include "gnu_getopt.h"
|
#include "gnu_getopt.h"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "filename.h"
|
#include "filename.h"
|
||||||
#include "encryptStream.h"
|
#include "encryptStream.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#ifndef HAVE_GETOPT
|
#ifndef HAVE_GETOPT
|
||||||
#include "gnu_getopt.h"
|
#include "gnu_getopt.h"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "filename.h"
|
#include "filename.h"
|
||||||
#include "zStream.h"
|
#include "zStream.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#ifndef HAVE_GETOPT
|
#ifndef HAVE_GETOPT
|
||||||
#include "gnu_getopt.h"
|
#include "gnu_getopt.h"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "filename.h"
|
#include "filename.h"
|
||||||
#include "zStream.h"
|
#include "zStream.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#ifndef HAVE_GETOPT
|
#ifndef HAVE_GETOPT
|
||||||
#include "gnu_getopt.h"
|
#include "gnu_getopt.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: EggAnimData::Constructor
|
// Function: EggAnimData::Constructor
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include "typedObject.h"
|
#include "typedObject.h"
|
||||||
#include "luse.h"
|
#include "luse.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Class : EggAttributes
|
// Class : EggAttributes
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include "eggBin.h"
|
#include "eggBin.h"
|
||||||
|
|
||||||
#include "dcast.h"
|
#include "dcast.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
TypeHandle EggBinMaker::_type_handle;
|
TypeHandle EggBinMaker::_type_handle;
|
||||||
|
|
||||||
|
@ -217,7 +217,7 @@
|
|||||||
#include "eggObject.h"
|
#include "eggObject.h"
|
||||||
|
|
||||||
#include "pointerTo.h"
|
#include "pointerTo.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include "pset.h"
|
#include "pset.h"
|
||||||
#include "pmap.h"
|
#include "pmap.h"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include "eggCurve.h"
|
#include "eggCurve.h"
|
||||||
|
|
||||||
#include "string_utils.h"
|
#include "string_utils.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
TypeHandle EggCurve::_type_handle;
|
TypeHandle EggCurve::_type_handle;
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include "eggGroupNode.h"
|
#include "eggGroupNode.h"
|
||||||
#include "filename.h"
|
#include "filename.h"
|
||||||
#include "coordinateSystem.h"
|
#include "coordinateSystem.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "dSearchPath.h"
|
#include "dSearchPath.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include "eggGroupUniquifier.h"
|
#include "eggGroupUniquifier.h"
|
||||||
#include "eggGroup.h"
|
#include "eggGroup.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "plist.h"
|
#include "plist.h"
|
||||||
#include "pvector.h"
|
#include "pvector.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "mathNumbers.h"
|
#include "mathNumbers.h"
|
||||||
|
|
||||||
class EggMesher;
|
class EggMesher;
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include "config_egg.h"
|
#include "config_egg.h"
|
||||||
#include "dcast.h"
|
#include "dcast.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
TypeHandle EggNameUniquifier::_type_handle;
|
TypeHandle EggNameUniquifier::_type_handle;
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include "eggMaterial.h"
|
#include "eggMaterial.h"
|
||||||
#include "eggVertexPool.h"
|
#include "eggVertexPool.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
TypeHandle EggPoolUniquifier::_type_handle;
|
TypeHandle EggPoolUniquifier::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include "eggRenderMode.h"
|
#include "eggRenderMode.h"
|
||||||
#include "indent.h"
|
#include "indent.h"
|
||||||
#include "string_utils.h"
|
#include "string_utils.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
TypeHandle EggRenderMode::_type_handle;
|
TypeHandle EggRenderMode::_type_handle;
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "eggData.h"
|
#include "eggData.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#ifdef THREAD_DUMMY_IMPL
|
#ifdef THREAD_DUMMY_IMPL
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "numeric_types.h"
|
#include "numeric_types.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#ifdef THREAD_NSPR_IMPL
|
#ifdef THREAD_NSPR_IMPL
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "numeric_types.h"
|
#include "numeric_types.h"
|
||||||
|
|
||||||
#include <pratom.h>
|
#include <pratom.h>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#ifdef THREAD_POSIX_IMPL
|
#ifdef THREAD_POSIX_IMPL
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "numeric_types.h"
|
#include "numeric_types.h"
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#ifdef THREAD_WIN32_IMPL
|
#ifdef THREAD_WIN32_IMPL
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "numeric_types.h"
|
#include "numeric_types.h"
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "config_express.h"
|
#include "config_express.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: CircBuffer::Constructor
|
// Function: CircBuffer::Constructor
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#ifdef THREAD_DUMMY_IMPL
|
#ifdef THREAD_DUMMY_IMPL
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
class MutexDummyImpl;
|
class MutexDummyImpl;
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#ifdef THREAD_NSPR_IMPL
|
#ifdef THREAD_NSPR_IMPL
|
||||||
|
|
||||||
#include "mutexNsprImpl.h"
|
#include "mutexNsprImpl.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include <prcvar.h>
|
#include <prcvar.h>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#ifdef THREAD_POSIX_IMPL
|
#ifdef THREAD_POSIX_IMPL
|
||||||
|
|
||||||
#include "mutexPosixImpl.h"
|
#include "mutexPosixImpl.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#ifdef THREAD_WIN32_IMPL
|
#ifdef THREAD_WIN32_IMPL
|
||||||
|
|
||||||
#include "mutexWin32Impl.h"
|
#include "mutexWin32Impl.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include <prcvar.h>
|
#include <prcvar.h>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "datagram.h"
|
#include "datagram.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
// for sprintf().
|
// for sprintf().
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "datagramIterator.h"
|
#include "datagramIterator.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: DatagramIterator::get_string
|
// Function: DatagramIterator::get_string
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include "clockObject.h"
|
#include "clockObject.h"
|
||||||
#include "config_express.h"
|
#include "config_express.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "typedef.h"
|
#include "typedef.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "ramfile.h"
|
#include "ramfile.h"
|
||||||
#include "datagram.h"
|
#include "datagram.h"
|
||||||
#include "datagramIterator.h"
|
#include "datagramIterator.h"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "pvector.h"
|
#include "pvector.h"
|
||||||
#include "pset.h"
|
#include "pset.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
// There are some inheritance issues with template classes and typedef
|
// There are some inheritance issues with template classes and typedef
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#ifdef HAVE_OPENSSL
|
#ifdef HAVE_OPENSSL
|
||||||
|
|
||||||
#include "typedef.h"
|
#include "typedef.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "filename.h"
|
#include "filename.h"
|
||||||
#include "plist.h"
|
#include "plist.h"
|
||||||
#include "datagram.h"
|
#include "datagram.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "selectThreadImpl.h" // for THREADED_PIPELINE definition
|
#include "selectThreadImpl.h" // for THREADED_PIPELINE definition
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Class : PipelineCyclerLinks
|
// Class : PipelineCyclerLinks
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#define POINTERTOVOID_H
|
#define POINTERTOVOID_H
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Class : PointerToVoid
|
// Class : PointerToVoid
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include "reversedNumericData.h"
|
#include "reversedNumericData.h"
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include "referenceCount.h"
|
#include "referenceCount.h"
|
||||||
#include "dcast.h"
|
#include "dcast.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
class ThatThingie : public TypedObject, public ReferenceCount {
|
class ThatThingie : public TypedObject, public ReferenceCount {
|
||||||
public:
|
public:
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include "pointerTo.h"
|
#include "pointerTo.h"
|
||||||
#include "threadPriority.h"
|
#include "threadPriority.h"
|
||||||
#include "threadImpl.h"
|
#include "threadImpl.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
class Mutex;
|
class Mutex;
|
||||||
class ReMutex;
|
class ReMutex;
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#ifdef THREAD_DUMMY_IMPL
|
#ifdef THREAD_DUMMY_IMPL
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "threadPriority.h"
|
#include "threadPriority.h"
|
||||||
|
|
||||||
class Thread;
|
class Thread;
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#ifdef THREAD_NSPR_IMPL
|
#ifdef THREAD_NSPR_IMPL
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "threadPriority.h"
|
#include "threadPriority.h"
|
||||||
#include "mutexNsprImpl.h"
|
#include "mutexNsprImpl.h"
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#ifdef THREAD_POSIX_IMPL
|
#ifdef THREAD_POSIX_IMPL
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "threadPriority.h"
|
#include "threadPriority.h"
|
||||||
#include "mutexPosixImpl.h"
|
#include "mutexPosixImpl.h"
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#ifdef THREAD_WIN32_IMPL
|
#ifdef THREAD_WIN32_IMPL
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "threadPriority.h"
|
#include "threadPriority.h"
|
||||||
#include "mutexWin32Impl.h"
|
#include "mutexWin32Impl.h"
|
||||||
#include "conditionVarWin32Impl.h"
|
#include "conditionVarWin32Impl.h"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include "string_utils.h"
|
#include "string_utils.h"
|
||||||
|
|
||||||
#include "dconfig.h"
|
#include "dconfig.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include "typedObject.h"
|
#include "typedObject.h"
|
||||||
#include "datagram.h"
|
#include "datagram.h"
|
||||||
#include "datagramIterator.h"
|
#include "datagramIterator.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "indent.h"
|
#include "indent.h"
|
||||||
#include "deg_2_rad.h"
|
#include "deg_2_rad.h"
|
||||||
#include "nearly_zero.h"
|
#include "nearly_zero.h"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#define __LORIENTATION_H__
|
#define __LORIENTATION_H__
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "lquaternion.h"
|
#include "lquaternion.h"
|
||||||
|
|
||||||
#include "fltnames.h"
|
#include "fltnames.h"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "deg_2_rad.h"
|
#include "deg_2_rad.h"
|
||||||
#include "compose_matrix.h"
|
#include "compose_matrix.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include "fltnames.h"
|
#include "fltnames.h"
|
||||||
#include "lquaternion_src.h"
|
#include "lquaternion_src.h"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include "lquaternion.h"
|
#include "lquaternion.h"
|
||||||
#include "cmath.h"
|
#include "cmath.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include "fltnames.h"
|
#include "fltnames.h"
|
||||||
#include "lrotation_src.h"
|
#include "lrotation_src.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "typedObject.h"
|
#include "typedObject.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "datagram.h"
|
#include "datagram.h"
|
||||||
#include "datagramIterator.h"
|
#include "datagramIterator.h"
|
||||||
#include "checksumHashGenerator.h"
|
#include "checksumHashGenerator.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "typedObject.h"
|
#include "typedObject.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "datagram.h"
|
#include "datagram.h"
|
||||||
#include "datagramIterator.h"
|
#include "datagramIterator.h"
|
||||||
#include "checksumHashGenerator.h"
|
#include "checksumHashGenerator.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "typedObject.h"
|
#include "typedObject.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "datagram.h"
|
#include "datagram.h"
|
||||||
#include "datagramIterator.h"
|
#include "datagramIterator.h"
|
||||||
#include "checksumHashGenerator.h"
|
#include "checksumHashGenerator.h"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "lmatrix.h"
|
#include "lmatrix.h"
|
||||||
#include "compose_matrix.h"
|
#include "compose_matrix.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
void test() {
|
void test() {
|
||||||
|
@ -27,7 +27,11 @@
|
|||||||
|
|
||||||
#ifdef HAVE_FFTW
|
#ifdef HAVE_FFTW
|
||||||
|
|
||||||
|
#ifdef IS_OSX
|
||||||
|
#include <drfftw.h>
|
||||||
|
#else
|
||||||
#include <rfftw.h>
|
#include <rfftw.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
// These FFTW support objects can only be defined if we actually have
|
// These FFTW support objects can only be defined if we actually have
|
||||||
// the FFTW library available.
|
// the FFTW library available.
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include "config_net.h"
|
#include "config_net.h"
|
||||||
#include "config_express.h" // for collect_tcp
|
#include "config_express.h" // for collect_tcp
|
||||||
#include "clockObject.h"
|
#include "clockObject.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include "config_net.h"
|
#include "config_net.h"
|
||||||
#include "clockObject.h"
|
#include "clockObject.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include <prerror.h>
|
#include <prerror.h>
|
||||||
#include <pratom.h>
|
#include <pratom.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include "pprerror.h"
|
#include "pprerror.h"
|
||||||
#include "config_net.h"
|
#include "config_net.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include <prerror.h>
|
#include <prerror.h>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include "datagramIterator.h"
|
#include "datagramIterator.h"
|
||||||
#include "config_net.h"
|
#include "config_net.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: DatagramTCPHeader::Constructor
|
// Function: DatagramTCPHeader::Constructor
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include "datagramIterator.h"
|
#include "datagramIterator.h"
|
||||||
#include "config_net.h"
|
#include "config_net.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: DatagramUDPHeader::Constructor
|
// Function: DatagramUDPHeader::Constructor
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include "geom.h"
|
#include "geom.h"
|
||||||
#include "transformState.h"
|
#include "transformState.h"
|
||||||
#include "renderState.h"
|
#include "renderState.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: CullHandler::Destructor
|
// Function: CullHandler::Destructor
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
|
|
||||||
#include "loaderOptions.h"
|
#include "loaderOptions.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "pandaNode.h"
|
#include "pandaNode.h"
|
||||||
#include "filename.h"
|
#include "filename.h"
|
||||||
#include "tokenBoard.h"
|
#include "tokenBoard.h"
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include "nodePathComponent.h"
|
#include "nodePathComponent.h"
|
||||||
#include "pointerTo.h"
|
#include "pointerTo.h"
|
||||||
#include "referenceCount.h"
|
#include "referenceCount.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "typedObject.h"
|
#include "typedObject.h"
|
||||||
|
|
||||||
class NodePathCollection;
|
class NodePathCollection;
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
#include "pointerTo.h"
|
#include "pointerTo.h"
|
||||||
#include "nodePointerTo.h"
|
#include "nodePointerTo.h"
|
||||||
#include "pointerToArray.h"
|
#include "pointerToArray.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "updateSeq.h"
|
#include "updateSeq.h"
|
||||||
|
|
||||||
#ifdef HAVE_PYTHON
|
#ifdef HAVE_PYTHON
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "nodePath.h"
|
#include "nodePath.h"
|
||||||
#include "polylightNode.h"
|
#include "polylightNode.h"
|
||||||
#include "pmap.h"
|
#include "pmap.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "sceneSetup.h"
|
#include "sceneSetup.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include "luse.h"
|
#include "luse.h"
|
||||||
#include "nodePath.h"
|
#include "nodePath.h"
|
||||||
#include "pmap.h"
|
#include "pmap.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "pandaNode.h"
|
#include "pandaNode.h"
|
||||||
#include "colorAttrib.h"
|
#include "colorAttrib.h"
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include "pvector.h"
|
#include "pvector.h"
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include "bam.h"
|
#include "bam.h"
|
||||||
#include "bamReader.h"
|
#include "bamReader.h"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#define __BAM_READER_
|
#define __BAM_READER_
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include "typedWritable.h"
|
#include "typedWritable.h"
|
||||||
#include "datagramGenerator.h"
|
#include "datagramGenerator.h"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include "typedWritable.h"
|
#include "typedWritable.h"
|
||||||
#include "config_util.h"
|
#include "config_util.h"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#define __BAM_WRITER_
|
#define __BAM_WRITER_
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "bamEndian.h"
|
#include "bamEndian.h"
|
||||||
#include "bamTextureMode.h"
|
#include "bamTextureMode.h"
|
||||||
#include "typedWritable.h"
|
#include "typedWritable.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: ButtonRegistry::RegistryNode::Constructor
|
// Function: ButtonRegistry::RegistryNode::Constructor
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "modifierButtons.h"
|
#include "modifierButtons.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: ModifierButtons::Constructor
|
// Function: ModifierButtons::Constructor
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "mouseButton.h"
|
#include "mouseButton.h"
|
||||||
#include "buttonRegistry.h"
|
#include "buttonRegistry.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "nameUniquifier.h"
|
#include "nameUniquifier.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "dconfig.h"
|
#include "dconfig.h"
|
||||||
|
|
||||||
#include "test_bam.h"
|
#include "test_bam.h"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include "factory.h"
|
#include "factory.h"
|
||||||
#include "writableParam.h"
|
#include "writableParam.h"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include <ipc_file.h>
|
#include <ipc_file.h>
|
||||||
#include "test_bam.h"
|
#include "test_bam.h"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include "test_bam.h"
|
#include "test_bam.h"
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "lineStream.h"
|
#include "lineStream.h"
|
||||||
|
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[]) {
|
main(int argc, char *argv[]) {
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
|
|
||||||
#include "uniqueIdAllocator.h"
|
#include "uniqueIdAllocator.h"
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "chancfg.h"
|
#include "chancfg.h"
|
||||||
#include "textNode.h"
|
#include "textNode.h"
|
||||||
#include "eggLoader.h"
|
#include "eggLoader.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "pt_NamedNode.h"
|
#include "pt_NamedNode.h"
|
||||||
|
|
||||||
extern PT_NamedNode render;
|
extern PT_NamedNode render;
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include "geomTristrips.h"
|
#include "geomTristrips.h"
|
||||||
#include "geomVertexWriter.h"
|
#include "geomVertexWriter.h"
|
||||||
#include "geomNode.h"
|
#include "geomNode.h"
|
||||||
#include "notify.h"
|
#include "pnotify.h"
|
||||||
#include "transformState.h"
|
#include "transformState.h"
|
||||||
#include "colorAttrib.h"
|
#include "colorAttrib.h"
|
||||||
#include "colorScaleAttrib.h"
|
#include "colorScaleAttrib.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user