Skip to content
Snippets Groups Projects
  1. Oct 15, 2013
  2. Oct 14, 2013
  3. Oct 13, 2013
  4. Oct 12, 2013
  5. Oct 11, 2013
    • Stephen Kelly's avatar
      cmTarget: Deprecate the LOCATION target property with a policy. · e4e5b28c
      Stephen Kelly authored
      The final location and name of a build-target is not determined
      until generate-time. However, reading the LOCATION property from
      a target is currently allowed at configure time. Apart from creating
      possibly-erroneous results, this has an impact on the implementation
      of cmake itself, and prevents some major cleanups from being made.
      
      Disallow reading LOCATION from build-targets with a policy. Port some
      existing uses of it in CMake itself to use the TARGET_FILE generator
      expression.
      e4e5b28c
    • Vladislav Vinogradov's avatar
      FindCUDA: Fix NPP library search for CUDA 5.5 · 50762188
      Vladislav Vinogradov authored and Brad King's avatar Brad King committed
      In CUDA 5.5 NPP was divided onto 3 separate libraries: nppc, npps, nppi.
      50762188
    • Stephen Kelly's avatar
      Deprecate COMPILE_FLAGS target property. · 3507d5af
      Stephen Kelly authored
      It is succeeded by COMPILE_OPTIONS, which supports generator
      expressions, is a list rather than a string, and is properly
      escaped.
      3507d5af
    • Stephen Kelly's avatar
      export(): Handle multiple dependent export sets. · a4263c9f
      Stephen Kelly authored
      The export-sets topic, merged in commit 49c7b649 (Merge topic
      'export-sets', 2012-10-01) changed install(EXPORT) to allow
      exporting targets whose dependents are exported separately
      to different locations. Doing the same for export() was not
      possible because the export() command was executed at
      configure-time.
      
      Now that export() is also executed at generate-time, make it
      possible to export to multiple dependent export sets.
      a4263c9f
    • Stephen Kelly's avatar
      export(): Process the export() command at generate time. · 66b290e7
      Stephen Kelly authored
      Make the API for adding targets string based so that it can easily
      use cmGeneratorTarget.
      
      Teach the cmIncludeCommand to generate the exported file at
      configure-time instead if it is to be include()d.
      
      The RunCMake.ExportWithoutLanguage test now needs a dummy header.h
      file as expected error from export() is now reported after the
      missing file error.
      66b290e7
    • Kitware Robot's avatar
      CMake Nightly Date Stamp · 2a96e374
      Kitware Robot authored
      2a96e374
  6. Oct 10, 2013
  7. Oct 09, 2013
Loading