Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Aug 28, 2008
  4. Aug 27, 2008
  5. Aug 26, 2008
  6. 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
  7. Aug 24, 2008
  8. Aug 23, 2008
  9. Aug 22, 2008
  10. Aug 21, 2008
  11. Aug 20, 2008
    • Bill Hoffman's avatar
      ENH: try to fix error · 08cb1db5
      Bill Hoffman authored
      08cb1db5
    • David Cole's avatar
      ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive... · 86e7a9da
      David Cole authored
      ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive globs to skip symlinks when necessary. Default to true for backwards compatible behavior. Used from the ctest coverage handler to avoid recursing through the '/Applications' directory on the Mac looking for *.da files... Should fix the hangs reported recently by Mac CMake dashboard submitters.
      86e7a9da
    • Brad King's avatar
      ENH: Add if(TARGET) command · fff812db
      Brad King authored
      It is useful to be able to test if a target has been created.  Often
      targets are created only inside conditions.  Rather than storing the
      result of the condition manually for testing by other parts of the
      project, it is much easier for the other parts to just test for the
      target's existence.  This will also be useful when find-modules start
      reporting results with IMPORTED targets and projects want to test if a
      certain target is available.
      fff812db
    • Brad King's avatar
      BUG: Handle case when select() lies · 07665de0
      Brad King authored
      According to "man select" on Linux it is possible that select() lies
      about data being ready on a pipe in some subtle cases.  We deal with
      this by switching to non-blocking i/o and checking for EAGAIN.  See
      issue #7180.
      07665de0
    • Brad King's avatar
      STYLE: Nightly Date Stamp · 9f1c7bdb
      Brad King authored
      9f1c7bdb
Loading