Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
bdac001c
Kaydet (Commit)
bdac001c
authored
Haz 23, 2002
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- Got rid of non-carbon stuff
- Use precompiled headers - Rationalized naming scheme
üst
be6e0f4f
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
25 additions
and
181 deletions
+25
-181
mwerks_carbonplugin_config.h
Mac/mwerks/mwerks_carbonplugin_config.h
+0
-20
mwerks_nonshared_config.h
Mac/mwerks/mwerks_nonshared_config.h
+0
-43
mwerks_nscarbon.pch
Mac/mwerks/mwerks_nscarbon.pch
+7
-0
mwerks_nscarbon_config.h
Mac/mwerks/mwerks_nscarbon_config.h
+1
-1
mwerks_plugin_config.h
Mac/mwerks/mwerks_plugin_config.h
+0
-20
mwerks_shared_config.h
Mac/mwerks/mwerks_shared_config.h
+0
-47
mwerks_shcarbon.pch
Mac/mwerks/mwerks_shcarbon.pch
+7
-0
mwerks_shcarbon_config.h
Mac/mwerks/mwerks_shcarbon_config.h
+2
-2
mwerks_shlib_config.h
Mac/mwerks/mwerks_shlib_config.h
+0
-3
mwerks_small_config.h
Mac/mwerks/mwerks_small_config.h
+0
-44
mwerks_smcarbon.pch
Mac/mwerks/mwerks_smcarbon.pch
+7
-0
mwerks_smcarbon_config.h
Mac/mwerks/mwerks_smcarbon_config.h
+1
-1
No files found.
Mac/mwerks/mwerks_carbonplugin_config.h
deleted
100644 → 0
Dosyayı görüntüle @
be6e0f4f
/*
** Config file for dynamically-loaded ppc/cfm68k plugin modules.
*/
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define OPAQUE_TOOLBOX_STRUCTS 1
#define TARGET_API_MAC_CARBON 1
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_TOOLBOX_OBJECT_GLUE
/* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
#define USE_GUSI2
/* Stdio implemented with GUSI */
#define USE_GUSI
#define WITH_THREAD
/* Use thread support (needs GUSI 2, not GUSI 1) */
#define USE_MSL
/* Use MSL libraries */
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h>
#endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
Mac/mwerks/mwerks_nonshared_config.h
deleted
100644 → 0
Dosyayı görüntüle @
be6e0f4f
/*
** Configuration file for standalone 68k/ppc Python.
**
** Note: enabling the switches below is not enough to enable the
** specific features, you may also need different sets of sources.
*/
#define USE_GUSI2
/* Stdio implemented with GUSI 2 */
#define USE_GUSI
#define USE_MSL
/* Use Mw Standard Library (as opposed to Plaugher C libraries) */
#define USE_TOOLBOX
/* Include toolbox modules in core Python */
#define USE_QT
/* Include quicktime modules in core Python */
#define USE_WASTE
/* Include waste module in core Python */
#define USE_MACSPEECH
/* Include macspeech module in core Python */
#define USE_IMG
/* Include img modules in core Python */
#define USE_MACCTB
/* Include ctb module in core Python */
#define USE_TK
/* Include _tkinter module in core Python */
#define MAC_TCL
/* This *must* be on if USE_TK is on */
/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
/* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
/* #define HAVE_DYNAMIC_LOADING /* Enable dynamically loaded modules */
#define USE_GDBM
/* Include the gdbm module */
#define USE_ZLIB
/* Include the zlib module */
#define USE_IC
/* Include Internet Config module */
#define USE_PYEXPAT
/* Include Pyexpat module */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
#endif
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h>
#endif
/* Missing declarations. Should these go to pyport.h? */
#ifdef USE_GUSI2
#include <stdio.h>
extern
int
fileno
(
FILE
*
);
#endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
Mac/mwerks/mwerks_nscarbon.pch
0 → 100644
Dosyayı görüntüle @
bdac001c
#pragma once on
#pragma precompile_target "mwerks_nscarbon_pch"
#include "mwerks_nscarbon_config.h"
#include <Carbon.h>
#include "Python.h"
Mac/mwerks/mwerks_nscarbon_config.h
Dosyayı görüntüle @
bdac001c
/*
** Configuration file for standalone
68k/ppc
Python.
** Configuration file for standalone
Carbon
Python.
**
** Note: enabling the switches below is not enough to enable the
** specific features, you may also need different sets of sources.
...
...
Mac/mwerks/mwerks_plugin_config.h
deleted
100644 → 0
Dosyayı görüntüle @
be6e0f4f
/*
** Config file for dynamically-loaded ppc/cfm68k plugin modules.
*/
/* #define USE_GUSI1 /* Stdio implemented with GUSI */
#define USE_GUSI2
/* Stdio implemented with GUSI */
#if defined(USE_GUSI2)
#define USE_GUSI
#endif
#define WITH_THREAD
/* Use thread support (needs GUSI 2, not GUSI 1) */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_TOOLBOX_OBJECT_GLUE
/* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
#define USE_MSL
/* Use MSL libraries */
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h>
#endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
Mac/mwerks/mwerks_shared_config.h
deleted
100644 → 0
Dosyayı görüntüle @
be6e0f4f
/*
** Configuration file for dynamically loaded cfm68k/ppc PythonCore,
** interpreter and Applet.
**
** Note: enabling the switches below is not enough to enable the
** specific features, you may also need different sets of sources.
*/
#define USE_GUSI2
/* Stdio implemented with GUSI */
#define WITH_THREAD
/* Use thread support (needs GUSI 2, not GUSI 1) */
#define USE_MSL
/* Use Mw Standard Library (as opposed to Plaugher C libraries) */
/* #define USE_CORE_TOOLBOX /* Include core toolbox modules (Dlg,Ctl,Menu,Win,Res,Qd) */
/* #define USE_TOOLBOX /* Include all toolbox modules in core Python */
/* #define USE_QT /* Include quicktime modules in core Python */
/* #define USE_WASTE /* Include waste module in core Python */
/* #define USE_MACSPEECH /* Include macspeech module in core Python */
/* #define USE_IMG /* Include img modules in core Python */
/* #define USE_MACCTB /* Include ctb module in core Python */
/* #define USE_STDWIN /* Include stdwin module in core Python */
/* #define USE_MACTCP /* Include mactcp (*not* socket) modules in core */
/* #define USE_TK /* Include _tkinter module in core Python */
/* #define MAC_TCL /* This *must* be on if USE_TK is on */
#define USE_MAC_SHARED_LIBRARY
/* Enable code to add shared-library resources */
#define USE_MAC_APPLET_SUPPORT
/* Enable code to run a PYC resource */
#define HAVE_DYNAMIC_LOADING
/* Enable dynamically loaded modules */
/* #define USE_GDBM /* Include the gdbm module */
/* #define USE_ZLIB /* Include the zlib module */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_TOOLBOX_OBJECT_GLUE
/* Call toolbox object converters indirectly */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
#endif
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h>
#endif
/* Missing declarations. Should these go to pyport.h? */
#ifdef USE_GUSI2
#include <stdio.h>
extern
int
fileno
(
FILE
*
);
#endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
Mac/mwerks/mwerks_shcarbon.pch
0 → 100644
Dosyayı görüntüle @
bdac001c
#pragma once on
#pragma precompile_target "mwerks_shcarbon_pch"
#include "mwerks_shcarbon_config.h"
#include <Carbon.h>
#include "Python.h"
Mac/mwerks/mwerks_shcarbon_config.h
Dosyayı görüntüle @
bdac001c
/*
** Configuration file for dynamically loaded
cfm68k/ppc
PythonCore,
** interpreter and
Applet
.
** Configuration file for dynamically loaded
Carbon
PythonCore,
** interpreter and
extension modules
.
**
** Note: enabling the switches below is not enough to enable the
** specific features, you may also need different sets of sources.
...
...
Mac/mwerks/mwerks_shlib_config.h
deleted
100644 → 0
Dosyayı görüntüle @
be6e0f4f
#define HAVE_CONFIG_H
#define USE_STDWIN
#define USE_MAC_SHARED_LIBRARY
Mac/mwerks/mwerks_small_config.h
deleted
100644 → 0
Dosyayı görüntüle @
be6e0f4f
/*
** Configuration file for small standalone 68k/ppc Python.
**
** Note: enabling the switches below is not enough to enable the
** specific features, you may also need different sets of sources.
*/
#define USE_GUSI2
/* Stdio implemented with GUSI 2 */
#define USE_MSL
/* Use Mw Standard Library (as opposed to Plaugher C libraries) */
#define USE_TOOLBOX
/* Include toolbox modules in core Python */
#define USE_QT
/* Include quicktime modules in core Python */
/* #define USE_WASTE /* Include waste module in core Python */
#define USE_MACSPEECH
/* Include macspeech module in core Python */
/* #define USE_IMG /* Include img modules in core Python */
#define USE_MACCTB
/* Include ctb module in core Python */
/* #define USE_STDWIN /* Include stdwin module in core Python */
/* #define USE_MACTCP /* Include mactcp (*not* socket) modules in core */
/* #define USE_TK /* Include _tkinter module in core Python */
/* #define MAC_TCL /* This *must* be on if USE_TK is on */
/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
/* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
/* #define HAVE_DYNAMIC_LOADING /* Enable dynamically loaded modules */
/* #define USE_GDBM /* Include the gdbm module */
/* #define USE_ZLIB /* Include the zlib module */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define WITH_HOTSHOT
/* Enable hotshot profiler */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
#endif
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h>
#endif
/* Missing declarations. Should these go to pyport.h? */
#ifdef USE_GUSI2
#include <stdio.h>
extern
int
fileno
(
FILE
*
);
#endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
Mac/mwerks/mwerks_smcarbon.pch
0 → 100644
Dosyayı görüntüle @
bdac001c
#pragma once on
#pragma precompile_target "mwerks_smcarbon_pch"
#include "mwerks_smcarbon_config.h"
#include <Carbon.h>
#include "Python.h"
Mac/mwerks/mwerks_carbon_config.h
→
Mac/mwerks/mwerks_
sm
carbon_config.h
Dosyayı görüntüle @
bdac001c
/*
** Configuration file for small standalone
68k/ppc
Python.
** Configuration file for small standalone
Carbon
Python.
**
** Note: enabling the switches below is not enough to enable the
** specific features, you may also need different sets of sources.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment