1. 945c632 Set eol-style to CRLF for all batch files. by Martin v. Löwis · 17 years ago
  2. 5a4d668 Don't run kill_python as part of the build process. Change the buildbots so they have to call it explicitly instead. by Trent Nelson · 17 years ago
  3. d6dffbc Reimplement kill_python. The existing version had a number of flaws, namely, it didn't work for x64 and it wasn't precise about which python_d.exe it was killing -- it just killed the first one it came across that happened to have 'pcbuild\python_d.exe' or 'build\python_d.exe' in it's path. The new version has been rewritten from the ground up and now lives in PCbuild, instead of Tools\buildbot, and it has also been incorporated into the Visual Studio solution (pcbuild.sln) as 'kill_python'. The solution has also been altered such that kill_python is called where necessary in the build process in order to prevent any linking errors due to open file locks. In lieu of this, all of the existing bits and pieces in Tools\buildbot that called out to kill_python at various points have also been removed as they are now obsolete. Tested on both Win32 and x64. by Trent Nelson · 17 years ago
  4. 611c86b Fix the x64 Windows build environment used by the buildbots. %VS90COMNTOOLS%\vsvars32.bat is fine for 32-bit builds, but doesn't work for x64 builds, regardless of /MACHINE:AMD64 and /USECL:MS_OPTERON flags passed to cl.exe. Launch the x86_64 cross compilation environment via '%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat x86_amd64'. I don't have access to any systems *without* Visual Studio 2008 Professional installed (i.e. just Express Edition), so I can't test if x64 compilation works w/ VS Express at the moment. by Trent Nelson · 17 years ago
  5. 76f1c1f Use Visual Studio 2009 on the build slaves. by Martin v. Löwis · 18 years ago
  6. 656dc2a Fix paths for build bot by Christian Heimes · 18 years ago
  7. 70f5f7a Use GetModuleFileNameEx instead of GetProcessImageFileName, by Martin v. Löwis · 19 years ago
  8. ce8607d Revert to 45478, disable kill_python command for now. by Martin v. Löwis · 19 years ago
  9. 63d1f99 Rename binary again; increase noise; stop trying to actually kill the process. by Martin v. Löwis · 19 years ago
  10. 2d12372 Add kill_python command. by Martin v. Löwis · 19 years ago
  11. 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 19 years ago
  12. b138677 Adding the /useenv means that one's PATH actually gets through. This is by Trent Mick · 19 years ago
  13. d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 19 years ago[Renamed from PCbuild/pybuild.bat]
  14. 1777ada Added brief comments. by Tim Peters · 19 years ago
  15. 82f6cc4 Use devenv.com to better obtain output. by Martin v. Löwis · 19 years ago
  16. 350a872 Add buildbot support scripts. by Martin v. Löwis · 19 years ago