Skip to content
Snippets Groups Projects
  1. May 13, 2022
  2. May 12, 2022
  3. May 11, 2022
  4. May 06, 2022
  5. May 05, 2022
  6. May 04, 2022
  7. May 03, 2022
  8. Apr 29, 2022
    • Brad King's avatar
      cmGeneratedFileStream: Do not remove empty path · 71ded12a
      Brad King authored
      If `Close()` is called when a file was never opened, we have no
      temporary file path.  Do not try to remove it.  Some implementations of
      `unlink()` crash on an empty path (though the documented behavior is to
      fail with `ENOENT`).
      
      Fixes: #23414
      71ded12a
    • Craig Scott's avatar
      productbuild: Restore CPACK_PACKAGEMAKER_CHOICES variable · d099136a
      Craig Scott authored
      In 2a8df7e7 (productbuild: Don't write rootVolumeOnly attribute if
      writing domains, 2022-03-21), the variable holding the main contents
      of the distribution.dist XML file was renamed from
      CPACK_PACKAGEMAKER_CHOICES to CPACK_APPLE_PKG_INSTALLER_CONTENT.
      This reflected the fact that the PackageMaker generator is deprecated.
      The new variable also includes more details than the old one held.
      Some projects were relying on the old variable name, so we need to still
      set that to the same contents as it would have previously provided.
      
      Neither of these variables were previously documented, but the older
      variable was mentioned in enough semi-official places that it essentially
      became semi-supported. Document both variables and highlight that the
      older one is deprecated.
      
      Fixes: #23467
      d099136a
    • Brad King's avatar
      Merge topic 'doc-cmake.org-tutorial-archive' into release-3.23 · a8c88421
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      
      4cb616fe Tutorial: Provide a source archive when published on cmake.org
      37fb7059 Utilities/Sphinx: Add variables listing pre-sphinx commands
      eb7d913a Utilities/Sphinx: Clarify names of variables listing post-sphinx commands
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !7215
      a8c88421
  9. Apr 28, 2022
    • Brad King's avatar
      Tutorial: Provide a source archive when published on cmake.org · 4cb616fe
      Brad King authored
      Provide readers following the tutorial on `cmake.org` a direct link to
      download the tutorial's source examples.  Previously readers had to
      fetch the CMake source tree separately and look for the tutorial source
      examples inside it.
      
      Fixes: #22475
      4cb616fe
  10. Apr 27, 2022
  11. Apr 26, 2022
  12. Apr 25, 2022
  13. Apr 22, 2022
  14. Apr 21, 2022
Loading