summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Pass unquoted string to stat.Martin v. Löwis2006-01-191-3/+3
|
* Quote the path to the executable before invoking system().Tim Peters2006-01-181-3/+4
|
* Add missing make_buildinfo.c.Martin v. Löwis2006-01-181-0/+87
|
* Generate getbuildinfo.o each time the linker is invoked;Martin v. Löwis2006-01-183-12/+147
| | | | | try to generate SVNVERSION information if subwcrev.exe can be found.
* Remove buildno.Martin v. Löwis2006-01-152-177/+0
|
* Patch #1396093: Further .vcproj cleanupsMartin v. Löwis2006-01-152-2838/+9
|
* Patch #1307806: Use project defaults where possibleMartin v. Löwis2006-01-0314-1048/+71
|
* Make zlib builtin.Martin v. Löwis2006-01-034-271/+61
|
* As reported on c.l.py, the _elementtree projectTim Peters2005-12-261-0/+1
| | | | should depend on the pythoncore project.