1. 12 Haz, 2008 1 kayıt (commit)
  2. 18 Mar, 2008 1 kayıt (commit)
  3. 31 Ara, 2007 1 kayıt (commit)
  4. 05 Ara, 2007 1 kayıt (commit)
    • Christian Heimes's avatar
      The macros _WIN32, _WIN64 and _M_X64 are defined by the compiler. The VS 2008… · 18679948
      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.
      18679948
  5. 30 Kas, 2007 1 kayıt (commit)
  6. 22 Kas, 2007 1 kayıt (commit)
    • Christian Heimes's avatar
      Backport of the PCbuild9 directory from the py3k branch. · e8954f8c
      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! :)
      e8954f8c
  7. 03 May, 2007 1 kayıt (commit)
  8. 30 Nis, 2007 1 kayıt (commit)
    • Kristján Valur Jónsson's avatar
      Complete revamp of PCBuild8 directory. Use subdirectories for each project… · 7a0da190
      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.
      7a0da190