Skip to content
Snippets Groups Projects
  1. Aug 05, 2015
  2. Aug 04, 2015
  3. Aug 03, 2015
    • Brad King's avatar
      3da43137
    • Kitware Robot's avatar
      KWSys 2015-08-03 (dad68c33) · 9a59ae5c
      Kitware Robot authored and Brad King's avatar Brad King committed
      Extract upstream KWSys using the following shell commands.
      
      $ git archive --prefix=upstream-kwsys/ dad68c33 | tar x
      $ git shortlog --no-merges --abbrev=8 --format='%h %s' f63febb7..dad68c33
      James Johnston (1):
            dad68c33 Encoding: Fix undefined behavior if out of memory.
      
      Jean-Christophe Fillion-Robin (2):
            e5c23738 SystemTools: Fix DetectFileType failure on missing file
            6d83c113 SystemTools: Fix DetectFileType failure on directory
      
      Sebastian Schuberth (1):
            4db8e69f SystemTools: Implement FileIsSymlink on Windows
      9a59ae5c
    • Brad King's avatar
      Help: Refine RULE_LAUNCH_{COMPILE,CUSTOM,LINK} global property docs · d951f542
      Brad King authored
      Link to the generators that implement these properties.  Explain in
      more detail why other generators ignore them.
      d951f542
    • Brad King's avatar
      cmake: Do not treat developer warnings as errors by default in scripts · 975426ce
      Brad King authored
      The logic in commit c96fe0b4 (cmake: Add -W options to control
      deprecation warnings and errors, 2015-07-28) accidentally enables
      errors on warnings by default in scripts because there is no
      initialization of CMAKE_SUPPRESS_DEVELOPER_ERRORS to TRUE.
      
      Rename internal CMAKE_SUPPRESS_DEVELOPER_ERRORS cache entry to
      CMAKE_ERROR_DEVELOPER_WARNINGS.  Fix the logic in the message() command
      to treat AUTHOR_WARNING as an error only if the option is explicitly
      enabled.
      975426ce
    • Brad King's avatar
      Merge topic 'if-test' · 7ac2b125
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      14e49ed1 if: Add "TEST <test>" condition
      623dcc85 ExternalProject: Avoid if() auto-dereference of a "TEST" variable
      7ac2b125
    • Matt McCormick's avatar
      if: Add "TEST <test>" condition · 14e49ed1
      Matt McCormick authored and Brad King's avatar Brad King committed
      if(TEST TestNameThatExists) will return true if a test with the name
      TestNameThatExists has been added with add_test.  The syntax is similar
      to if(TARGET TargetName).  Since use of "TEST" as an argument to if()
      could previously be interpreted as a non-keyword argument, add policy
      CMP0064 to treat it as a keyword as NEW behavior.
      14e49ed1
    • Matt McCormick's avatar
      ExternalProject: Avoid if() auto-dereference of a "TEST" variable · 623dcc85
      Matt McCormick authored and Brad King's avatar Brad King committed
      Exposed by CMP0054 warnings.
      623dcc85
Loading