Skip to content
Snippets Groups Projects
  1. Aug 16, 2023
  2. Aug 10, 2023
  3. Aug 08, 2023
  4. Aug 07, 2023
  5. Aug 06, 2023
  6. Aug 04, 2023
  7. Jul 26, 2023
  8. Jul 25, 2023
  9. Jul 19, 2023
  10. Jul 18, 2023
  11. Jul 13, 2023
  12. Jul 12, 2023
  13. Jun 29, 2023
  14. Jun 28, 2023
  15. Jun 26, 2023
  16. Jun 23, 2023
  17. Jun 22, 2023
  18. Jun 21, 2023
  19. Jun 15, 2023
  20. Jun 13, 2023
  21. Jun 07, 2023
  22. Jun 06, 2023
  23. Jun 05, 2023
    • Brad King's avatar
      Help: Consolidate 3.27 release notes · e6bcda8c
      Brad King authored
      Run the `Utilities/Release/consolidate-relnotes.bash` script to move
      notes from `Help/release/dev/*` into `Help/release/3.27.rst`.
      e6bcda8c
    • Craig Scott's avatar
      cmake_file_api: New project command · 99b2ccf8
      Craig Scott authored and Brad King's avatar Brad King committed
      Projects can use the new command to request file API replies for the current
      run. No query files are generated, the query is tracked internally. Replies are
      created in the file system at generation time in the usual way.
      
      Fixes: #24951
      99b2ccf8
  24. Jun 02, 2023
  25. Jun 01, 2023
  26. May 31, 2023
  27. May 30, 2023
    • Glen Chung's avatar
      cmake: Add debugger · a9a592f9
      Glen Chung authored and Brad King's avatar Brad King committed
      
      - Depends on cppdap and jsoncpp.
      - Add --debugger argument to enable the Debugger.
      - Add --debugger-pipe argument for DAP traffics over named pipes.
      - Support breakpoints by filenames and line numbers.
      - Support exception breakpoints.
      - Call stack shows filenames and line numbers.
      - Show Cache Variables.
      - Show the state of currently defined targets,
        tests and directories with their properties.
      - Add cmakeVersion to DAP initialize response.
      - Include unit tests.
      
      Co-authored-by: default avatarBen McMorran <bemcmorr@microsoft.com>
      a9a592f9
  28. May 26, 2023
Loading