Skip to content
Snippets Groups Projects
  1. Sep 08, 2023
    • Matthew Woehlke's avatar
      WIP: CPS proof of concept · 8ea42393
      Matthew Woehlke authored
      Add a command to load a CPS file from an explicit path.
      
      This is intended as a proof of concept ONLY and will likely never appear
      in an official release (although much of the code will probably be
      adapted). Because virtually no projects currently ship CPS (and this has
      not been tested with the one project known to the author that actually
      does ship CPS), it is expected that demonstration CPS files may be
      provided independent of other artifacts. Therefore, the demonstration
      command also takes the package prefix as an argument.
  2. Sep 06, 2023
  3. Sep 05, 2023
  4. Sep 04, 2023
  5. Sep 03, 2023
  6. Sep 02, 2023
  7. Sep 01, 2023
  8. Aug 31, 2023
    • Gregor Jasny's avatar
      Xcode: reject legacy buildsystem for Xcode 14 · b78a14e2
      Gregor Jasny authored
      With Xcode 14 support for the Legacy Build System has been removed
      and the BuildSystemType in the WorkspaceSettings is ignored.
      If CMake still generates projects targeted to the Lecacy Build
      System the build preparation phase will likely fail because Xcode
      for example misses any declared outputs from script invocations.
      
      This is a hard to debug problem and CMake should reject the invalid
      configuration instead.
      b78a14e2
    • Kitware Robot's avatar
      CMake Nightly Date Stamp · 4b28f395
      Kitware Robot authored
      4b28f395
  9. Aug 30, 2023
  10. Aug 29, 2023
    • Matthew Woehlke's avatar
      Reduce sign conversion warnings · 7b346432
      Matthew Woehlke authored
      Add some static casts to make explicit some sign conversions in order to
      avoid warnings about the same. This is by no means an attempt to fix all
      such warnings, but these instances were especially egregious as they
      would be raised across many source files.
      
      Also change a post-increment of an iterator to pre-increment. At worst,
      this does nothing, but pre-increment is potentially more efficient.
      7b346432
Loading