Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #8847: Disable COMDAT folding in Windows PGO builds. | Martin v. Löwis | 2012-08-01 | 3 | -12/+12 |
| | | | | Patch by Stefan Krah. | ||||
* | Issue #15431: Drop _freeze_importlib from all build configurations, | Martin v. Löwis | 2012-07-28 | 1 | -6/+0 |
| | | | | to prevent constant regeneration of importlib.h. | ||||
* | Issue #15431: Add _freeze_importlib project to regenerate importlib.h on ↵ | Martin v. Löwis | 2012-07-28 | 3 | -0/+231 |
| | | | | | | Windows. Patch by Kristján Valur Jónsson. | ||||
* | Create PGInstrument/PGUpdate configurations for py.exe and pyw.exe | Martin v. Löwis | 2012-06-26 | 3 | -24/+203 |
| | |||||
* | Issue #15102: Fix paths of python executables. | Stefan Krah | 2012-06-24 | 2 | -12/+12 |
| | |||||
* | Issue #15102: find python.exe in OutDir, not SolutionDir. | Martin v. Löwis | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | Issue #15102: Use HOST_PYTHON only if it is set. | Martin v. Löwis | 2012-06-23 | 1 | -2/+2 |
| | |||||
* | Issue #15143: Define _DEBUG when compiling resources. | Martin v. Löwis | 2012-06-22 | 1 | -0/+3 |
| | |||||
* | Remove associator project - it's not needed | Brian Curtin | 2012-06-21 | 3 | -118/+0 |
| | |||||
* | Build and bundle the 32-bit launcher in all configurations. | Martin v. Löwis | 2012-06-21 | 1 | -8/+8 |
| | |||||
* | Add version resource. | Martin v. Löwis | 2012-06-21 | 1 | -0/+5 |
| | |||||
* | Add associator | Brian Curtin | 2012-06-21 | 3 | -0/+130 |
| | |||||
* | Add pywlauncher project | Brian Curtin | 2012-06-20 | 2 | -0/+192 |
| | |||||
* | Add the pyw launcher | Brian Curtin | 2012-06-20 | 1 | -0/+16 |
| | |||||
* | Get 64-bit building | Brian Curtin | 2012-06-20 | 2 | -3/+73 |
| | |||||
* | Support 32-bit release building: | Brian Curtin | 2012-06-20 | 1 | -1/+10 |
| | |||||
* | Initial changes to get the py launcher building | Brian Curtin | 2012-06-20 | 3 | -0/+129 |
| | |||||
* | Issue #15038: Optimize python Locks on Windows | Kristján Valur Jónsson | 2012-06-18 | 2 | -1/+11 |
| | | | | | Extract cross-platform condition variable support into a separate file and provide user-mode non-recursive locks for Windows. | ||||
* | Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj | Richard Oudkerk | 2012-06-04 | 1 | -1/+3 |
| | |||||
* | Update to Tcl/Tk 8.5.11. | Martin v. Löwis | 2012-05-31 | 1 | -3/+3 |
| | |||||
* | Issue #14952: Fix incorrect output dll names for win64/debug builds, causing | Kristjan Valur Jonsson | 2012-05-31 | 1 | -4/+0 |
| | | | | the dll importer on windows to fail. | ||||
* | Update build.bat for VS2010 | Brian Curtin | 2012-05-22 | 1 | -3/+4 |
| | |||||
* | Issue 14821: | Kristján Valur Jónsson | 2012-05-20 | 1 | -12/+0 |
| | | | | | | | If a dependency is expressed both in the .sln file and the .vcxproj file msbuild is confused. Removing the .sln dependencies which are deprecated anyway. See: http://blogs.msdn.com/b/visualstudio/archive/2010/12/21/incorrect-solution-build-ordering-when-using-msbuild-exe.aspx | ||||
* | Remove missing files from the PCbuild pythoncore project. This avoids a | Kristján Valur Jónsson | 2012-05-19 | 2 | -16/+0 |
| | | | | "missing dependency", causing pythocore to be rebuilt every time. | ||||
* | Clean up the PCBuild project files, removing redundant settings and | Kristján Valur Jónsson | 2012-05-19 | 38 | -260/+159 |
| | | | | | use "references" to link to dependent projects. Update readme and batch files. | ||||
* | Upgrade OpenSSL to 1.0.1c | Martin v. Löwis | 2012-05-18 | 2 | -2/+2 |
| | |||||
* | Assume nasm. | Martin v. Löwis | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | merge 3.2 | Martin v. Löwis | 2012-05-18 | 3 | -3/+3 |
|\ | |||||
| * | Drop double quoting again. I'm at a loss when to quote and when not. | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
| | | |||||
| * | Upgrade OpenSSL to 1.0.0j | Martin v. Löwis | 2012-05-18 | 2 | -2/+2 |
| | | |||||
* | | merge heads | Martin v. Löwis | 2012-05-18 | 1 | -33/+9 |
|\ \ | |||||
| * | | Port to VS 2010. | Martin v. Löwis | 2012-05-18 | 1 | -2/+2 |
| | | | |||||
| * | | Merge 3.2 build_ssl changes. | Martin v. Löwis | 2012-05-18 | 1 | -33/+9 |
| |\ \ | | |/ | |||||
| | * | Add another set of quotes to make cmd.exe happy. | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
| | | | |||||
| | * | Fetch openssl directory from pyproject.vsprops. | Martin v. Löwis | 2012-05-18 | 1 | -32/+8 |
| | | | |||||
| | * | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 3 | -8/+8 |
| | | | |||||
* | | | Stop including gzio in the build; it's not used. | Martin v. Löwis | 2012-05-15 | 2 | -9/+0 |
| | | | |||||
* | | | Don't build xxlimited in debug mode. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
|/ / | |||||
* | | Upgrade sqlite to 3.7.12. | Martin v. Löwis | 2012-05-14 | 1 | -1/+1 |
| | | |||||
* | | Relabel bzip2 filters. | Martin v. Löwis | 2012-05-14 | 1 | -12/+12 |
| | | |||||
* | | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 2 | -6/+6 |
| | | |||||
* | | Fix release build settings. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
| | | |||||
* | | changeset: 76969:0cbe1099226d | Brian Curtin | 2012-05-13 | 26 | -8/+165 |
| | | | | | | | | | | | | | | | | branch: vs2010 tag: tip user: Brian Curtin <brian@python.org> date: Sun May 13 16:15:11 2012 -0500 summary: Changes to allow Profile Guided Optimization builds to succeed on VS2010 | ||||
* | | Move out VS9 project files to PC\VS9.0 folder. Fixes #13210 | Brian Curtin | 2012-05-13 | 31 | -16834/+0 |
| | | |||||
* | | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 80 | -397/+9891 |
| | | |||||
* | | Kill remaining mentions of import_nt.c | Antoine Pitrou | 2012-05-04 | 1 | -4/+0 |
| | | |||||
* | | Closes #14093: Added Mercurial version information to Windows builds. | Vinay Sajip | 2012-05-04 | 1 | -1/+66 |
| | | |||||
* | | Issue #11750: The Windows API functions scattered in the _subprocess and | Antoine Pitrou | 2012-04-18 | 2 | -8/+4 |
| | | | | | | | | | | _multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt. | ||||
* | | Merge with 3.2: use ws2_32.lib rather than wsock32.lib on windows. | Kristján Valur Jónsson | 2012-04-15 | 2 | -14/+14 |
|\ \ | |/ | |||||
| * | Make all socket related modules link with ws2_32.lib on windows, like | Kristján Valur Jónsson | 2012-04-15 | 2 | -14/+14 |
| | | | | | | | | _socket does. Some were using the older wsock32.lib. |