Skip to content
Snippets Groups Projects
  1. Sep 03, 2008
  2. Sep 02, 2008
  3. Sep 01, 2008
  4. Aug 31, 2008
  5. Aug 30, 2008
  6. 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
  7. Aug 28, 2008
  8. Aug 27, 2008
  9. Aug 26, 2008
  10. Aug 25, 2008
    • Brad King's avatar
      STYLE: Nightly Date Stamp · 81f89284
      Brad King authored
      81f89284
    • 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
  11. Aug 24, 2008
  12. Aug 23, 2008
  13. Aug 22, 2008
  14. Aug 21, 2008
    • Brad King's avatar
      ENH: Allow custom limit on object file path length · 990c6b0b
      Brad King authored
      Some native build tools, particularly those for cross compiling, may
      have a limit on the length of the full path to an object file name that
      is lower than the platform otherwise supports.  This change allows the
      limit to be set by the project toolchain file through the variable
      CMAKE_OBJECT_PATH_MAX.
      990c6b0b
    • Brad King's avatar
      STYLE: Nightly Date Stamp · 5fda12b7
      Brad King authored
      5fda12b7
  15. Aug 20, 2008
    • 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
  16. Aug 19, 2008
Loading