summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/projects
Commit message (Collapse)AuthorAgeFilesLines
* Current ("1.5b4") projects, with new UH toolbox modules and suchJack Jansen1998-02-2022-9902/+10442
|
* Projects for 1.5b3Jack Jansen1998-01-0612-3538/+3767
|
* Projects used for 1.5a4Jack Jansen1997-10-1011-2394/+2442
|
* Added balloon help for options dialog.Jack Jansen1997-09-0912-3035/+3315
| | | | | | Added Help module. Checked in PythonCore.prj.hqx (which had somehow slipped through until now)
* PythonCore is now a fat shared library, the plugin modules aren't fat,Jack Jansen1997-08-1921-4829/+4847
| | | | | | | | unfortunately, this turned out to be too difficult. Plugins.prj now builds all plugin modules, and all the interdependencies between the projects are correct. One exception: plugins don't attempt to build PythonCore (PythonFAT and PythonApplet do).
* CW11 projects replaced by CW Pro 1 projects, and all cfm68k/ppcJack Jansen1997-08-0875-16936/+9494
| | | | projects unified (as much as possible: PythonCore is still separate).
* Final set of CW11 projects, before switch to CW Pro 1.Jack Jansen1997-07-2835-9518/+9931
|
* Projects for 1.5a2 distritbuionJack Jansen1997-05-2928-3179/+3249
|
* Removed references to StdClib and PLStringFuncs, rebuilt everythingJack Jansen1997-05-2330-12711/+12686
|
* Export a few more New/Convert routines, on Just's requestJack Jansen1997-05-132-0/+14
|
* Updated to use MSL librariesJack Jansen1997-05-0735-13881/+13759
|
* Converted to CW11.Jack Jansen1997-02-2433-12036/+12178
|
* Rebuilt everything with Guido's new sources, added a few modules hereJack Jansen1997-02-2028-9902/+10328
| | | | and there, etc. These projects are still CW10.
* Initial stab at calling C routines from python dynamicallyJack Jansen1997-02-172-0/+214
|
* Image libraries moved and small thingsJack Jansen1997-01-3127-9945/+10039
|
* Added PyMac_Initialize() routine, to be used by embedding programs (inJack Jansen1997-01-153-508/+502
| | | | stead of standard Py_Initialize(), which it calls).
* - Added optional profiling supportJack Jansen1997-01-0730-5795/+6237
| | | | | - Added Internet Config interface - Use different ports of zlib and libpng
* Added gdbm plugins, changed jpeg library to v6, various minor changesJack Jansen1996-12-2333-11647/+12012
|
* Changed project segment structure to (more-or-less) match directoryJack Jansen1996-11-0929-11901/+11846
| | | | structure.
* Removed old project file, als restructured projects directory toJack Jansen1996-11-091-117/+0
| | | | reflect build directory structure (the latter done by hand)
* Project files for 1.4 releaseJack Jansen1996-10-2327-9214/+8485
|
* Ported to CW10Jack Jansen1996-10-1625-8589/+8646
|
* PPC companion to Python68KSmall.Jack Jansen1996-09-091-0/+1233
|
* It turns out that Py_GetProgramName is used after all...Jack Jansen1996-09-094-1197/+1197
|
* Fixed to use appletbundle in stead of bundle resource fileJack Jansen1996-09-091-138/+133
|
* Code to add shlib resource fork was not enabled, also made projectJack Jansen1996-09-091-206/+201
| | | | layout more similar to ppc project layout
* Got rid of toollibs, moved some libraries aroundJack Jansen1996-09-074-1321/+1276
|
* Projects for 1.4b3 distribution: debugging off, optimizations on, etc.Jack Jansen1996-08-2825-8710/+8778
|
* "Small" 68K interpreter, without waste, img and tkinterJack Jansen1996-08-281-0/+1179
|
* - MWRuntimeStatic{arch} are static versions of MW shared runtimeJack Jansen1996-08-2330-7024/+9682
| | | | | | | | | libraries - Except for the above the whole library architecture conforms to MW documentation. - PythonCorePPC also uses .exp file now - Static pythons have full complement of modules - cfm versions of all possible plugins created (not tested)
* - Gave PPC shared libraries (and projects) .ppc in their nameJack Jansen1996-08-2031-4304/+8544
| | | | | | - Created CFM68K projects (not all tested yet!!) - Moved quicktime to its own module - Modified the README file to (approximately) resemble reality
* Changed to use 8-byte doubles. Also re-enabled optimizations, 68020Jack Jansen1996-08-071-1342/+1330
| | | | codegen.
* New releases of CWGUSI, Waste and Tcl/Tk.Jack Jansen1996-08-0612-4894/+4899
|
* 1.4b2 projectsJack Jansen1996-08-0212-5213/+5274
|
* CW9Jack Jansen1996-08-0114-4938/+5512
|
* Fixed up for 1.3.3 distribution, removed various old (and nuused)Jack Jansen1996-05-2017-8708/+4838
| | | | project files.
* Export OptResObj_{New,Convert}Jack Jansen1996-05-201-0/+2
|
* An interface to the WASTE textedit replacement library.Jack Jansen1996-04-192-209/+565
|
* Keep .exp files in cvs treeJack Jansen1996-04-197-0/+35
|
* Fixed for new directory layoutJack Jansen1996-03-2011-3904/+3901
|
* binhex fixedJack Jansen1996-03-0711-5294/+5281
|
* Changed MacOS creator code from PYTH to PythJack Jansen1996-02-2113-7548/+7567
|
* - Added Tk projectsJack Jansen1996-02-2017-7809/+9113
| | | | | - Ported everything to CW8 - Renamed Runtime-Python to PythonCoreRuntime
* GUSI-based python projectsJack Jansen1996-02-142-0/+2054
|
* Re-binhexed all projects.Jack Jansen1996-01-3110-4574/+4738
|
* A different binhexer, apparently:-(Jack Jansen1996-01-0212-5327/+5443
|
* Updated for the CW7.5 release, and some minor tweaks that I don'tJack Jansen1995-11-1410-3926/+3976
| | | | remember.
* Project to build alternative version of MWCRuntimePPC.lib, needed forJack Jansen1995-11-141-0/+100
| | | | PythonCore as of the CW7.5 release.
* almost-but-not-quite working python with tk.Jack Jansen1995-11-141-0/+813
|
* - plugin tkinter module for ppc pythonJack Jansen1995-10-313-0/+1166
| | | | | - minimal python for cfm68k - sample project for plugin module