Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
87426cb151202cac37f24aae43d73f5a80b11b1b
/
PCbuild8
4c1cb7e
Patch #1105: Explain that one needs to build the solution
by Martin v. Löwis
· 18 years ago
e811192
copy built files to the PCBuild directory, where tools like
by Mark Hammond
· 18 years ago
ba52643
Remove the rgbimgmodule from PCBuild8
by Kristján Valur Jónsson
· 18 years ago
22ea025
Minor fix of PCBuild8/_ctypes vcproj, moving include dir into the .vsprops file.
by Kristján Valur Jónsson
· 18 years ago
465bdcc
Update the pcbuild8 solution. Straightened out the _ctypes project by using a .vsproj file and a masm64.rules file to avoid redundancy
by Kristján Valur Jónsson
· 18 years ago
19ac472
Fix pcbuild8 after recent overhaul: Added the version resource to python26.dll. Adjust stacksize to 2Mb and made large address aware for 32 bits, and set stacksize to 3Mb for 64 bits.
by Kristján Valur Jónsson
· 18 years ago
8baeb11
Fix building _ctypes.pyd for x64 / Windows.
by Thomas Heller
· 18 years ago
7a0da19
Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64.
by Kristján Valur Jónsson
· 18 years ago
eb97988
Prepare collections module for pure python code entries.
by Raymond Hettinger
· 18 years ago
83955ef
update to (c) years to include 2007
by Anthony Baxter
· 19 years ago
b15a0cc
Update the PCBuild8 solution.
by Kristján Valur Jónsson
· 19 years ago
bc09e10
Fixup the PCBuild8 project directory. exceptions.c have moved to Objects, and the functionalmodule.c has been replaced with _functoolsmodule.c. Other minor changes to .vcproj files and .sln to fix compilation
by Kristján Valur Jónsson
· 19 years ago
a37722c
Added missing svn:eol-style property to text files.
by Tim Peters
· 19 years ago
2b38e40
Add a PCBuild8 build directory for building with Visual Studio .NET 2005. Contains a special project to perform profile guided optimizations on the pythoncore.dll, by instrumenting and running pybench.py
by Kristján Valur Jónsson
· 19 years ago