Skip to content
Snippets Groups Projects
  1. Jul 26, 2021
  2. Jul 25, 2021
  3. Jul 24, 2021
    • Craig Scott's avatar
      Help: Clarify and correct wording around DEPFILE option · f6e5743d
      Craig Scott authored
      The previous wording contradicted itself regarding whether
      Visual Studio generators were supported, and about when
      generator expressions could be used. Restructure the paragraphs
      and max it clearer what support was added in which CMake
      versions.
      f6e5743d
  4. Jul 20, 2021
  5. Jul 19, 2021
  6. Jul 18, 2021
  7. Jul 17, 2021
  8. Jul 15, 2021
  9. Jul 14, 2021
  10. Jul 13, 2021
    • Brad King's avatar
      Help: Clarify 'cmake --build' signature alternatives · 161f1f42
      Brad King authored
      Documentation added by
      
      * commit 4f4f2028 (Help: Add documentation for buildPresets and
                           testPresets, 2021-01-13, v3.20.0-rc1~51^2~7)
      * commit 676ecf0d (cmake-presets: Add build and test presets,
                           2020-12-14, v3.20.0-rc1~51^2~6)
      
      used square brackets in the `cmake --build` signature to indicate
      non-optional alternatives, which is not a typical convention.
      A common convention is to use parentheses instead, but in this
      case it is probably clearer to list the two signatures separately.
      
      Fixes: #22413
      161f1f42
  11. Jul 12, 2021
    • Sergio Martins's avatar
      Help: Fix preset example cmakeMinimumRequired · 2114d717
      Sergio Martins authored and Brad King's avatar Brad King committed
      Since commit 8bc5c896 (CMakePresets.json: Add the ability to
      conditionally disable presets, 2021-03-10, v3.21.0-rc1~464^2)
      the example requires presets version 3 support, which is not
      available until CMake 3.21.  CMake 3.20.0 can't open v3 presets.
      Make cmakeMinimumRequired compatible with the example's version.
      2114d717
  12. Jul 09, 2021
  13. Jul 08, 2021
  14. Jul 06, 2021
  15. Jul 04, 2021
  16. Jul 03, 2021
  17. Jul 01, 2021
    • Zack Galbreath's avatar
      help: update ctest attached file example · 0962cbf2
      Zack Galbreath authored
      Clarify that multiple files can be attached to a given test at runtime
      0962cbf2
    • Zack Galbreath's avatar
      ctest: support <CTestMeasurement> for runtime measurements · 5489ce74
      Zack Galbreath authored
      Teach CTest to parse output for <CTestMeasurement> in addition to
      <DartMeasurement> for measurements defined at runtime.
      
      Use a new class (cmCTestTestMeasurementXMLParser) derived from cmXMLParser
      to parse the data and attributes these XML elements. This is an improvement
      over our previous approach of using a series of regular expressions.
      
      As part of this commit we also rename some member variables and methods
      to make their purpose more clear.
      
      DartStuff                        -> AllTestMeasurementsRegex
      DartStuff1                       -> SingleTestMeasurementRegex
      DartString                       -> TestMeasurementsOutput
      GenerateDartOutput()             -> GenerateCTestXML()
      GenerateRegressionImages()       -> RecordCustomTestMeasurements()
      cmCTestRunTest::DartProcessing() -> ParseOutputForMeasurements()
      5489ce74
    • scivision's avatar
      Help: Note C_STANDARD values added in CMake 3.21 · 9c310ff0
      scivision authored and Brad King's avatar Brad King committed
      Issue: #22366
      9c310ff0
  18. Jun 30, 2021
  19. Jun 29, 2021
    • Alex Sweet's avatar
      CPack/RPM: Fix weak dep support · 9b53eca3
      Alex Sweet authored and Brad King's avatar Brad King committed
      RPM 4.11.3 for el7 contains backported support for the RPM weak dep tags.
      It only supports querying those tags, but rpmbuild can not make use of them.
      Since CPack relies on rpmbuild --querytags to check for support, this
      commit switches to rpm --suggests to check for support of weak
      dependencies.
      
      Fixes: #22350
      9b53eca3
    • Takumi Nakamura's avatar
      Ninja: Use `ccmake` for `edit_cache` · 51bf4094
      Takumi Nakamura authored and Brad King's avatar Brad King committed
      If `ninja` is new enough to support the console pool, and `ccmake` is
      available, use it for `edit_cache`.
      51bf4094
Loading