Skip to content
Snippets Groups Projects
  1. Aug 16, 2008
  2. Aug 15, 2008
  3. Aug 14, 2008
  4. Aug 13, 2008
  5. Aug 12, 2008
  6. Aug 11, 2008
  7. Aug 10, 2008
  8. Aug 09, 2008
  9. Aug 08, 2008
  10. Aug 07, 2008
    • Brad King's avatar
      ENH: Tolerate repeated link library types · 40fc9174
      Brad King authored
      The "debug", "optimized", and "general" link library type specifier
      arguments to the target_link_library commands are sometimes repeated in
      user code due to variable expansion and other complications.  Instead of
      silently accepting the duplicates and trying to link to a bogus library
      like "optimized.lib", warn and ignore the earlier specifiers.
      40fc9174
    • Brad King's avatar
      ENH: Clarify documentation of EXCLUDE_FROM_ALL · 2bbb1713
      Brad King authored
      The add_subdirectory() command's EXCLUDE_FROM_ALL option does not
      override inter-target dependencies.  This change clarifies the
      documentation accordingly.
      2bbb1713
    • Brad King's avatar
      ENH: Test fake circular dependency case · c76f3ae5
      Brad King authored
      A recent change fixed a case in which CMake incorrectly diagnosed a
      circular dependency involving a non-linkable executable target.  This
      adds a test for that case.
      c76f3ae5
    • Brad King's avatar
      ENH: Improve robustness of compiler INFO strings · b8fc8b32
      Brad King authored
      Compiler INFO strings built at preprocessing time encode information
      that must appear as a string literal in the resulting binary.  We must
      make sure the strings appear in the final binary no matter what compiler
      and flags are used.  The previous implementation worked in most places
      but failed with the GNU linker's --gc-sections option which managed to
      discard the string.  Instead we make the program return value depend on
      an element of the string indexed by a runtime program parameter, which
      absolutely requires the string to be present.
      b8fc8b32
    • Brad King's avatar
      STYLE: Nightly Date Stamp · e58fab84
      Brad King authored
      e58fab84
  11. Aug 06, 2008
  12. Aug 05, 2008
Loading