- 12 Haz, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Also remove references to odbc libraries, which are not shipped with vs2003 express. (and certainly not useful)
-
- 18 Mar, 2008 1 kayıt (commit)
-
-
Trent Nelson yazdı
Issue 2286: bump up the stack size of the 64-bit debug python_d.exe to 2100000. The default value of 200000 causes a stack overflow at 1965 iterations of r_object() in marshal.c, 35 iterations before the 2000 limit enforced by MAX_MARSHAL_STACK_DEPTH.
-
- 31 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 05 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
The macros _WIN32, _WIN64 and _M_X64 are defined by the compiler. The VS 2008 IDE doesn't know about (some) of the macros and can display wrong information. In my case a section #ifdef _WIN64 was grayed out although the platform was x64. I've added the macros to pyproject.vsprops and x64.vsprops. I've also added a paragraph about the property files to the readme and fixed the order of pyupdate > pyinstrument.
-
- 30 Kas, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
Moved the _DEBUG and NDEBUG macros to two new property files. Fixed #1527 Problem with static libs on Windows Updated README.txt
-
- 22 Kas, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
I've finished the last task for the PCbuild9 directory today. I don't think there is much left to do. Now you can all play around with the shiny new VS 2008 and try the PGO builds. I was able to get a speed improvement of about 10% on py3k. Have fun! :)
-
- 03 May, 2007 1 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.
-
- 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.
-