| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
to get dependencies right.
|
| |
|
|
| |
to date.
|
| |
|
|
| |
doesn's save those when it builds, unlike the .vcproj files, so I chekced in out-of-date versions.
|
| |
|
|
| |
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.
|
| | |
|
| |
|
|
| |
the 2.5 maintainance branch. This fixes build problems with visual studio 2005, and cleans up profile guided optimization.
|
| |
|
|
| |
and the functionalmodule.c has been replaced with _functoolsmodule.c. Other minor changes to .vcproj files and .sln to fix compilation
|
| | |
|
|
|
Contains a special project to perform profile guided optimizations on the pythoncore.dll, by instrumenting and running pybench.py
|