Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #2513: enable 64bit cross compilation on windows. | Mark Hammond | 2008-04-07 | 2 | -6/+50 |
| | |||||
* | Update the PCBuild8 solution. | Kristján Valur Jónsson | 2006-09-05 | 1 | -2/+2 |
| | | | | | | | | Facilitate cross-compilation by having binaries in separate Win32 and x64 directories. Rationalized configs by making proper use of platforms/configurations. Remove pythoncore_pgo project. Add new PGIRelease and PGORelease configurations to perform Profile Guided Optimisation. Removed I64 support, but this can be easily added by copying the x64 platform settings. | ||||
* | Convert more modules to METH_VARARGS. | Georg Brandl | 2006-05-29 | 1 | -1/+1 |
| | |||||
* | Port to Python 2.5. Drop .DEF file. Change output file names to .pyd. | Martin v. Löwis | 2006-04-22 | 3 | -12/+7 |
| | |||||
* | Remove svn:mime-type (inexplicably set to a binary type), | Tim Peters | 2006-03-01 | 1 | -161/+161 |
| | | | | and set svn:eol-style to native, on some text files. | ||||
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -5/+0 |
| | | | | properties now. | ||||
* | Update example to VC 7.1. Will backport to 2.4. | Martin v. Löwis | 2004-12-29 | 5 | -190/+253 |
| | |||||
* | Update the DLL example to work with Py2.4. | Raymond Hettinger | 2004-05-15 | 1 | -2/+2 |
| | |||||
* | Update the example Windows extension to 2.2 (was hardcoded to 2.1). | Tim Peters | 2001-12-15 | 2 | -11/+11 |
| | |||||
* | Repair "selective cut-&-paste" screwup. | Tim Peters | 2001-01-19 | 1 | -3/+2 |
| | |||||
* | Update the example DLL instructions for 2.1. Add example.def to the | Tim Peters | 2001-01-19 | 2 | -11/+16 |
| | | | | MSVC project file (as the instructions always recommended doing). | ||||
* | Windows: 2.1a1 changes so Python runs again. Note that the python20 | Tim Peters | 2001-01-17 | 1 | -2/+2 |
| | | | | subproject is gone, replaced by the new pythoncore subproject. | ||||
* | Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, | Thomas Wouters | 2000-07-22 | 1 | -3/+2 |
| | | | | | char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P | ||||
* | Checked in a wrong version. | Tim Peters | 2000-07-02 | 1 | -2/+2 |
| | |||||
* | The example_nt directory was old enough to vote. Frank Stajano | Tim Peters | 2000-07-02 | 4 | -419/+152 |
| | | | | | | | | | | | | | | | | pointed out some of the problems he had following the instructions, and I stumbled into the others: MSVC has changed in several respects, Python has changed the directories into which it builds its own Windows outputs, and we grew the unusual scheme of appending "_d" to the names of debug-mode output files. This should all work with VC6 + CVS Python now. Some other Windows geek please confirm! And the less you know, the better <0.5 wink>. Explanations and examples for versions of MSVC before 6, and versions of Python before 2.0b1, have been removed, because they're too different and so confuse life. This last step I OK'ed with Guido first (indeed, 'twas his idea!). | ||||
* | update the example without the example.def file | Guido van Rossum | 1997-12-11 | 1 | -6/+4 |
| | |||||
* | New instructions, take VC++ 5.x into account. | Guido van Rossum | 1997-12-11 | 1 | -21/+51 |
| | |||||
* | Adding VC 5.x workspace and project files | Guido van Rossum | 1997-12-11 | 2 | -0/+144 |
| | |||||
* | ignore various VC++ turds | Guido van Rossum | 1997-11-22 | 1 | -0/+5 |
| | |||||
* | Small changes to readme and makefile; tested for 1.5a3! | Guido van Rossum | 1997-08-13 | 2 | -6/+7 |
| | |||||
* | Added CRLF for Notepad. | Guido van Rossum | 1997-05-16 | 1 | -116/+116 |
| | |||||
* | Instructions updated for 1.5. Added the important note to set the | Guido van Rossum | 1997-05-14 | 1 | -21/+24 |
| | | | | run-library to multithreaded dll. | ||||
* | New makefile, for 1.5, with CRLF | Guido van Rossum | 1997-05-14 | 1 | -285/+285 |
| | |||||
* | Add warning that it's out of date. | Guido van Rossum | 1997-05-08 | 1 | -0/+4 |
| | |||||
* | A directory with a working example of how to build an extension. | Guido van Rossum | 1996-09-06 | 4 | -0/+417 |