summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Enable the building of the _types module on Windows.Barry Warsaw2006-07-271-6/+9
| | | | Note that this has only been tested for VS 2003 since that's all I have.
* Fix Debug build of _ssl.Martin v. Löwis2006-07-143-10/+15
|
* Add debug output to analyse buildbot failure.Martin v. Löwis2006-07-141-0/+1
|
* Extend build_ssl to Win64, using VSExtComp.Martin v. Löwis2006-07-144-45/+76
|
* Patch #1509163: MS Toolkit Compiler no longer availableMartin v. Löwis2006-06-291-1/+10
|
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-4/+1
| | | | | | Renames functional extension module to _functools and adds a Python functools module so that utility functions like update_wrapper can be added easily.
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-1/+1
|
* Get the Windows build working again (recover fromTim Peters2006-05-231-3/+3
| | | | `struct` module changes).
* Patch 1490384: New Icons for the PC build.Martin v. Löwis2006-05-221-0/+0
|
* Use GS- and bufferoverlowU.lib where appropriate, for AMD64.Martin v. Löwis2006-04-2610-11/+11
|
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-231-6/+0
|
* Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)Martin v. Löwis2006-04-2118-37/+37
|
* Fix typo.Thomas Heller2006-04-151-1/+1
|
* Patch #1470875: Building Python with MS Free Compiler.Martin v. Löwis2006-04-153-0/+168
|
* Allocate the 0x1D1A0000 base adress for the _ctypes extension module.Thomas Heller2006-04-131-2/+8
| | | | | | | Export the COM entry point functions. Note that there are several conflicting base addresses defined for other extensions, also not all are listed in dllbase_nt.txt.
* Define WIN32, to get proper struct alignment in WinSock2.h.Martin v. Löwis2006-04-081-2/+2
| | | | Fixes #1462352. Will backport.
* upgrade to final version of pysqlite 2.2.0Anthony Baxter2006-04-051-4/+4
|
* Adjust sqlite3 build process to Win64.Martin v. Löwis2006-04-041-2/+2
|
* update to correct version of pysqliteAnthony Baxter2006-04-041-4/+4
|
* Fix Debug, Itanium, AMD64 configurationsMartin v. Löwis2006-04-041-3/+6
|
* Add sqlite3 to the Windows build process.Martin v. Löwis2006-04-043-0/+308
|
* Looks like someone renamed (or something) md5c.c to md5.c.Tim Peters2006-04-031-1/+1
|
* Patch #1462700: Make _ctypes_test depend on _ctypes.Martin v. Löwis2006-04-032-1/+2
| | | | Use same GUID for pythoncore in project and solution.
* Allow supression of subwcrev.exe invocation on a per-working-copy basis.Martin v. Löwis2006-03-271-0/+3
|
* Update to Tk 8.4.12 and Tix 8.4.0Martin v. Löwis2006-03-211-22/+13
|
* Update to OpenSSL 0.9.8aMartin v. Löwis2006-03-212-12/+4
|
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-161-6/+0
|
* For x86 Release and Debug builds, remove the /Wp64 compiler flag, itThomas Heller2006-03-141-2/+2
| | | | is responsible for most (all?) of the warnings we get.
* It's necessary to do a Debug build of the bsddb project too.Tim Peters2006-03-131-2/+6
|
* Minor changes.Tim Peters2006-03-131-5/+4
|
* Trimmed trailing whitespace.Tim Peters2006-03-131-2/+2
|
* Fix build process of bsddb for IA64 and AMD64.Martin v. Löwis2006-03-132-6/+11
| | | | Remove remarks on size_t problems.
* Update to bsddb 4.4.20.Martin v. Löwis2006-03-132-46/+34
|
* Update to bzip2 1.0.3Martin v. Löwis2006-03-132-19/+17
| | | | Make buildbot slaves automatically fetch bzip2 1.0.3.
* Move buildbot scripts to Tools/buildbot.Martin v. Löwis2006-03-123-9/+0
|
* Added brief comment.Tim Peters2006-03-121-2/+1
|
* Added brief comments.Tim Peters2006-03-122-2/+2
|
* Add buildbot test script.Martin v. Löwis2006-03-111-0/+4
|
* Give the _ssl project a harmless command to performTim Peters2006-03-111-0/+3
| | | | | | for its "clean" action. Else the clean step run by the buildbot reports failure, due to the _ssl project whining about not being able to spawn an empty string.
* Add AMD64 and Itanium configurationgs to ctypes;Martin v. Löwis2006-03-103-8/+233
| | | | | disable them in the solution since ctypes doesn't support these processors on Windows.
* Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln.Thomas Heller2006-03-092-398/+398
| | | | | Tools/scripts/svneol.py: added the .sln and .vcproj extensions because these are text files. Ran svneol.py over the source tree.
* Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows.Thomas Heller2006-03-093-0/+307
| | | | | | Settings for 64-bit Windows are missing. I've left in the 64-bit warnings to remind me to port ctypes to Py_ssize_t.
* Taught svneol to look at .c and .h files too, andTim Peters2006-03-091-88/+88
| | | | it found a bunch more in need of svn:eol-style.
* Use devenv.com to better obtain output.Martin v. Löwis2006-03-052-6/+2
|
* Add buildbot support scripts.Martin v. Löwis2006-03-052-0/+10
|
* Import bdist_msiMartin v. Löwis2006-03-052-0/+265
|
* Drop vsextcomp_verboseMartin v. Löwis2006-02-161-1/+1
|
* Add _lsprof.Martin v. Löwis2006-02-141-0/+6
|
* Add build support for AMD64.Martin v. Löwis2006-02-1417-6/+878
|
* Even more copyright year locations!Georg Brandl2006-02-111-1/+1
|