Skip to content
Snippets Groups Projects
  1. Mar 16, 2010
  2. Mar 10, 2010
    • Bill Hoffman's avatar
      CMake 2.8.1-rc5 · 1274ce5b
      Bill Hoffman authored
      Fix Qt with OpenGL on the Mac.
      Add .git .bzr and .hg to the list of default CPack ignore directories.
      Bump RC number
      Update ChangeLog.manual
      1274ce5b
  3. Mar 05, 2010
  4. Feb 16, 2010
  5. Feb 11, 2010
    • Brad King's avatar
      Fix rule hash persistence file generation · 5f926016
      Brad King authored
      We store custom command rule hashes in CMakeFiles/CMakeRuleHashes.txt
      persistently across CMake runs.  When the rule hash changes we delete
      the custom command output file and write a new hash into the persistence
      file.
      
      This functionality was first added by the commit 'Introduce "rule
      hashes" to help rebuild files when rules change.' (2008-06-02).
      However, the implementation in cmGlobalGenerator::CheckRuleHashes kept
      the file open for read when attempting to rewrite a new file.  On
      Windows filesystems this prevented the new version of the file from
      being written!  This caused the first set of rule hashes to be used
      forever within a build tree, meaning that all custom commands whose
      rules changed would be rebuilt every time CMake regenerated the build
      tree.
      
      In this commit we address the problem by splitting the read and write
      operations into separate methods.  This ensures that the input stream is
      closed before the output stream opens the file.
      5f926016
    • Brad King's avatar
      CMake 2.8.1-rc2 · 224dde90
      Brad King authored
      224dde90
  6. Feb 08, 2010
  7. Feb 02, 2010
    • Brad King's avatar
      Avoid CTest 2.6.4 dashboard script crash · 09be6c54
      Brad King authored
      CTest 2.6.4 crashes if a dashboard script invokes "message()" after
      "ctest_test()" or anything else that creates an inner cmCTest object.
      The CMake.Install test drives installation using --build-and-test with
      the outer CTest driving CMake tests.  We add --force-new-ctest-process
      to avoid creation of a cmCTest object inside the outer CTest just in
      case it is 2.6.4.
      09be6c54
  8. Feb 01, 2010
    • Brad King's avatar
      Revert accidental CMake-2-8 branch commit · 5a0653ed
      Brad King authored
      Commit "Add alternate per-vendor compiler id detection" on this branch
      was meant for the main development line.
      5a0653ed
    • Brad King's avatar
      Add alternate per-vendor compiler id detection · 10787297
      Brad King authored
      At least one Fortran compiler does not provide a preprocessor symbol to
      identify itself.  Instead we try running unknown compilers with version
      query flags known for each vendor and look for known output.  Future
      commits will add vendor-specific flags/output table entries.
      10787297
  9. Jan 28, 2010
  10. Nov 13, 2009
  11. Nov 11, 2009
  12. Nov 10, 2009
  13. Nov 03, 2009
  14. Oct 28, 2009
  15. Oct 09, 2009
  16. Oct 01, 2009
  17. Sep 25, 2009
  18. Sep 24, 2009
  19. Sep 23, 2009
Loading