| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
to get dependencies right.
|
|
|
|
| |
distutils or external build processes can find them.
|
| |
|
| |
|
|
|
|
| |
a .vsproj file and a masm64.rules file to avoid redundancy
|
|
|
|
|
|
| |
python26.dll. Adjust stacksize to 2Mb and made large address aware for 32 bits, and set stacksize to 3Mb for 64 bits.
Todo: Set .dll optimized load addresses, and side-by-side packaging of the python26.dll.
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Facilitate cross-compilation by having binaries in separate Win32 and x64 directories.
Rationalized configs by making proper use of platforms/configurations.
Remove pythoncore_pgo project.
Add new PGIRelease and PGORelease configurations to perform Profile Guided Optimisation.
Removed I64 support, but this can be easily added by copying the x64 platform settings.
|
|
|
|
| |
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
|