1. 29 Sep, 2007 1 commit
    • 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. 28 Sep, 2007 4 commits
  3. 27 Sep, 2007 4 commits
  4. 26 Sep, 2007 2 commits
  5. 25 Sep, 2007 1 commit
  6. 24 Sep, 2007 3 commits
  7. 22 Sep, 2007 5 commits
  8. 21 Sep, 2007 1 commit
  9. 20 Sep, 2007 1 commit
  10. 19 Sep, 2007 3 commits
  11. 18 Sep, 2007 7 commits
  12. 17 Sep, 2007 4 commits
  13. 16 Sep, 2007 1 commit
  14. 15 Sep, 2007 1 commit
  15. 14 Sep, 2007 2 commits