Skip to content
Snippets Groups Projects
  1. Mar 16, 2009
    • Brad King's avatar
      ENH: Refactor generation of CTestTestfile content · 66d69f86
      Brad King authored
      This moves code which generates ADD_TEST and SET_TESTS_PROPERTIES calls
      into CTestTestfile.cmake files out of cmLocalGenerator and into a
      cmTestGenerator class.  This will allow more advanced generation without
      cluttering cmLocalGenerator.  The cmTestGenerator class derives from
      cmScriptGenerator to get support for per-configuration script
      generation (not yet enabled).
      66d69f86
    • Brad King's avatar
      ENH: Refactor cmInstallGenerator for re-use · e67f5138
      Brad King authored
      A new cmScriptGenerator base class factors out the non-install-specific
      part of cmInstallGenerator.  This will be useful for other generators
      that want per-configuration functionality.
      e67f5138
    • Brad King's avatar
      STYLE: Nightly Date Stamp · e3083534
      Brad King authored
      e3083534
  2. Mar 15, 2009
  3. Mar 14, 2009
  4. Mar 13, 2009
  5. Mar 12, 2009
  6. Mar 11, 2009
  7. Mar 10, 2009
  8. Mar 09, 2009
    • Brad King's avatar
      BUG: Fix get_property result for bad property · 21fc04ef
      Brad King authored
      When a property does not exist we are supposed to return an empty value.
      Previously if a property did not exist we just left the value of the
      output variable unchanged.  This teaches CMake to remove the definition
      of the output variable in this case.
      21fc04ef
    • Brad King's avatar
      ENH: Efficiently filter CTest coverage by label · 1d96c943
      Brad King authored
      This teaches CTest to process coverage information only for object files
      in targets containing labels of interest.  This change also improves
      loading of global coverage information by globbing only in each target
      support directory instead of the entire build tree.
      1d96c943
    • Brad King's avatar
      ENH: Generate a central list of target directories · a86e81c3
      Brad King authored
      This generalizes the previous CMakeFiles/LabelFiles.txt created at the
      top of the build tree to a CMakeFiles/TargetDirectories.txt file.  It
      lists the target support directories for all targets in the project.
      Labels can still be loaded by looking for Labels.txt files in each
      target directory.
      a86e81c3
    • Brad King's avatar
      STYLE: Nightly Date Stamp · b9323d2d
      Brad King authored
      b9323d2d
  9. Mar 08, 2009
  10. Mar 07, 2009
  11. Mar 06, 2009
Loading