- 26 May, 2007 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
- 04 May, 2007 2 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
Update the pcbuild8 solution. Straightened out the _ctypes project by using a .vsproj file and a masm64.rules file to avoid redundancy
-
- 03 May, 2007 2 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
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. Todo: Set .dll optimized load addresses, and side-by-side packaging of the python26.dll.
-
Thomas Heller yazdı
-
- 30 Nis, 2007 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
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.
-
- 28 Şub, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 06 Ock, 2007 1 kayıt (commit)
-
-
Anthony Baxter yazdı
-
- 05 Eyl, 2006 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
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.
-
- 31 May, 2006 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
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
-
- 28 May, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 27 May, 2006 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
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
-