Skip to content
Snippets Groups Projects
  1. Sep 04, 2008
    • Brad King's avatar
      BUG: Fix typo in get_property documentation · 4bf27d31
      Brad King authored
      Add some missing whitespace to fix formatting of the documentation.
      4bf27d31
    • Brad King's avatar
      BUG: Fix unsetting of global properties · 92a51377
      Brad King authored
      The set_property command unsets a property if it is given no value.  In
      the case of GLOBAL properties, the cmake::SetProperty method would
      replace a NULL value with "NOTFOUND".  Instead it should be left as NULL
      so that the property is unset as expected.  Once it is unset the
      get_cmake_property command will still report NOTFOUND while the
      get_property command will return the empty string as documented.
      92a51377
    • Brad King's avatar
      BUG: Make CTest honor user-specified config · 810c47f5
      Brad King authored
      When the -C or --build-config option is used to specify the
      configuration to be tested by CTest, do not override it with the
      configuration in which CTest is built.
      810c47f5
  2. Sep 03, 2008
  3. Sep 02, 2008
  4. Sep 01, 2008
  5. Aug 31, 2008
  6. Aug 30, 2008
    • Brad King's avatar
      STYLE: Nightly Date Stamp · 8112fbaf
      Brad King authored
      8112fbaf
    • Brad King's avatar
      BUG: Fix Unset test on VS 6 · 0a10958a
      Brad King authored
      Visual Studio 6 does not recognize .cc as a C++ extension by default.
      Simplify the test to be C-only and use a .c extension.
      0a10958a
    • Clinton Stimpson's avatar
      · 87a31b5b
      Clinton Stimpson authored
      ENH:  For #7433, add documentation that directories also can be specified to
            update the translation files.
      87a31b5b
  7. Aug 29, 2008
    • Brad King's avatar
      STYLE: Nightly Date Stamp · 58192f6d
      Brad King authored
      58192f6d
    • Brad King's avatar
      BUG: Link flags should still be chained · 56713fba
      Brad King authored
      The recent fix to avoid including flags in dependency inferral also
      dropped them from chaining of dependencies through targets.  This fix
      restores chaining of flags through known dependency lists while still
      leaving them out of inferred dependency lists.
      56713fba
  8. Aug 28, 2008
  9. Aug 27, 2008
  10. Aug 26, 2008
  11. Aug 25, 2008
    • Brad King's avatar
      STYLE: Nightly Date Stamp · 81f89284
      Brad King authored
      81f89284
    • Clinton Stimpson's avatar
      · dbdca344
      Clinton Stimpson authored
      ENH:  Add -D preprocessor defines to the moc commands.
            Needed to fix #7465.
      dbdca344
    • Brad King's avatar
      ENH: Add unset() command. · 33e865c0
      Brad King authored
      This introduces the unset() command to make it easy to unset CMake
      variables, environment variables, and CMake cache variables.  Previously
      it was not even possible to unset ENV or CACHE variables (as in
      completely remove them).  Changes based on patch from Philip Lowman.
      See issue #7507.
      33e865c0
  12. Aug 24, 2008
  13. Aug 23, 2008
Loading