Skip to content
  1. Sep 29, 2007
    • William A. Rowe Jr's avatar
      VisualStudio 2005 includes two 'bugs'. The first is not really, · f44fca3c
      William A. Rowe Jr authored
      it allows massively parallel compilation within a project or even
      across projects.  Unfortunately step one of both the ces and ccs
      iconv charset compilations is to create a precompiled header of
      the iconv.h contents, and the resulting iconv.pch cannot be written
      by both projects as they race to the finish.  Make the longer build
      dependent upon the shorter build.
      
      The other bug is a bug we will not fix, also related to parallel
      compilation.  MS blindly attempts to make a new BuildLog.htm in
      each Intermediate_Dir of the project.  Of course with parallel
      compilation, this falls down; we are building two projects in the
      same tree at the same time.  Chalk this up as a bug for MS to fix.
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580531 13f79535-47bb-0310-9956-ffa450edef68
      f44fca3c
  2. Sep 28, 2007
  3. Sep 27, 2007
  4. Sep 26, 2007
  5. Sep 25, 2007
  6. Sep 24, 2007
  7. Sep 22, 2007
  8. Sep 21, 2007
  9. Sep 20, 2007
  10. Sep 19, 2007
  11. Sep 18, 2007
  12. Sep 17, 2007
  13. Sep 16, 2007
  14. Sep 15, 2007
  15. Sep 14, 2007