Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9a37159e51fc436594752ab0e6c6ad4d25df8e4e
/
PCbuild9
99170a5
Merged revisions 59541-59561 via svnmerge from
by Christian Heimes
· 17 years ago
b76922a
Merged revisions 59450-59464 via svnmerge from
by Christian Heimes
· 17 years ago
827b35c
Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'.
by Christian Heimes
· 17 years ago
255f53b
Merged revisions 59376-59406 via svnmerge from
by Christian Heimes
· 17 years ago
280ca08
Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h but several projects don't include it.
by Christian Heimes
· 17 years ago
7867208
Merged revisions 59371-59375 via svnmerge from
by Christian Heimes
· 17 years ago
b9eccbf
Merged revisions 59333-59370 via svnmerge from
by Christian Heimes
· 17 years ago
46fb994
Update build instructions Tcl/Tk to use 8.4.12, and python9.mak.
by Martin v. Löwis
· 17 years ago
60d388d
Reverted two commit accidents
by Christian Heimes
· 17 years ago
68e3686
Fixed quoting and paths in the sqlite project file
by Christian Heimes
· 17 years ago
43f827b
These optimizations create smaller and a bit faster code on my machine. I've also disabled an optimization that may be dangerous. Intrinsic functions conflict with errno.
by Christian Heimes
· 17 years ago
9385266
Merged revisions 59245-59254 via svnmerge from
by Christian Heimes
· 17 years ago
d59c64c
Merged revisions 59234-59238 via svnmerge from
by Christian Heimes
· 17 years ago
7d2ff88
Merged revisions 59226-59233 via svnmerge from
by Christian Heimes
· 17 years ago
b078925
Added a simple helper script to build the dependencies of _tkinter.
by Christian Heimes
· 17 years ago
3d9b5a5
Updated readme.txt
by Christian Heimes
· 17 years ago
e39439e
Fixed a newline problem
by Christian Heimes
· 17 years ago
ad3562e
Paul had the great idea to add /DNO_TCL to the pre-build step.
by Christian Heimes
· 17 years ago
0eb2102
Implemented request from Marc-Andre Lemburg
by Christian Heimes
· 17 years ago
62a8ee1
Added code to pre-generate makefiles and assembly files to build_ssl.py
by Christian Heimes
· 17 years ago
faddf1f
Revert change of bz2.vcproj
by Christian Heimes
· 17 years ago
c139a9b
Fixed PGO builds
by Christian Heimes
· 17 years ago
831c476
when building with VC 2008, turn off unicode as default mode for the win32 API.
by Amaury Forgeot d'Arc
· 17 years ago
81c951c
Removed character set = unicode as requested by Amaury
by Christian Heimes
· 17 years ago
1076a20
Patch +1478 from Joseph Armbruster
by Christian Heimes
· 17 years ago
81e8ab5
For unknown reasons "Save All" doesn't save the vsprops files.
by Christian Heimes
· 17 years ago
9519eb9
Fixes for #1473 and #1476
by Christian Heimes
· 17 years ago
bfd4985
Added configurations and files for profile guided optimization (PGO).
by Christian Heimes
· 17 years ago
ad32deb
Report #1473 Drop _EXPORTS macros in PCbuild9
by Christian Heimes
· 17 years ago
82f013b
Fixed build order of the _ssl project. The openssl project needs to come first because the makefile puts the header files in the right place.
by Christian Heimes
· 17 years ago
97e8029
I've spend some time to automate more steps of the build process. Now bzip2, bsddb, sqlite and openssl are automatically build by prelink steps.
by Christian Heimes
· 17 years ago
8a48c4c
Removed ReleaseAMD64 and replaced it with platform x64. The x64 builds fine except of the modules that depend on external libraries like tkinter and openssl. And I can't test the build on my 32bit CPU.
by Christian Heimes
· 17 years ago
81ca7c7
Updates to the msi builder and PCbuild9 directory. msi.py can now create installers from the PCbuild9 directory with MSVCR90.dll. PCbuild and MSVCR71.dll are still the default.
by Christian Heimes
· 17 years ago
bce52be
Fixed some build issues and updated docs.
by Christian Heimes
· 17 years ago
ad14d11
Initial import of new PCbuild9 for VS 2008. It partly based on PCbuild and partly hand crafted with some idea from PCbuild8. I've recreated all the extension module projects.
by Christian Heimes
· 17 years ago