Skip to content
Snippets Groups Projects
  1. Mar 08, 2023
  2. Mar 07, 2023
  3. Mar 02, 2023
  4. Mar 01, 2023
  5. Feb 28, 2023
  6. Feb 27, 2023
  7. Feb 09, 2023
  8. Feb 08, 2023
  9. Feb 07, 2023
  10. Feb 06, 2023
  11. Feb 03, 2023
  12. Feb 01, 2023
  13. Jan 30, 2023
  14. Jan 19, 2023
  15. Jan 18, 2023
    • Kitware Robot's avatar
      Revise C++ coding style using clang-format-15 · f685d817
      Kitware Robot authored and Brad King's avatar Brad King committed
      Run the `clang-format.bash` script to update all our C and C++ code to a
      new style defined by `.clang-format`.  Use `clang-format` version 15.
      
      * If you reached this commit for a line in `git blame`, re-run the blame
        operation starting at the parent of this commit to see older history
        for the content.
      
      * See the parent commit for instructions to rebase a change across this
        style transition commit.
      f685d817
    • Brad King's avatar
      Empty commit at end of history preceding clang-format-15 style transition · a61d0ad6
      Brad King authored
      This is an empty commit that precedes an automatic application of
      clang-format-15 to update the C++ style of our entire source tree.
      This may be helpful to rebase a topic branch that was originally
      based on a commit preceding the transition.  One may first rebase
      the topic on this commit.  Then use one of the following approaches.
      
      *   Rewrite the topic, including this commit, using `git filter-branch`
          `--tree-filter` with `clang-format.bash` to update the style in
          every commit.  Rebase the revised topic, excluding the rewrite of
          this commit, on the style transition commit.
      
      OR
      
      *   Add a `.git/info/grafts` entry to change the parent of the first
          commit in the topic from this commit to the style transition commit.
          Rewrite the topic using `git filter-branch --tree-filter` with
          `clang-format.bash` to update the style in every commit.  Then
          remove the graft, which was resolved by the filter.
      
      See `git help filter-branch` and `git help repository-layout` for
      details.
      a61d0ad6
    • Brad King's avatar
      clang-format.bash: update to clang-format-15 · 82ae3f28
      Brad King authored
      The `.clang-format` configuration needs no changes to make the
      version 15 format close to what version 6.0 produced before.
      82ae3f28
    • Brad King's avatar
      Merge topic 'clang-format-attr' · 9953b26f
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      
      6c66ba9e clang-format.bash: Use generic clang-format attribute
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !271
      9953b26f
    • Brad King's avatar
      clang-format.bash: Use generic clang-format attribute · 6c66ba9e
      Brad King authored
      Specify the clang-format version in the attribute value instead
      of its name.
      6c66ba9e
  16. Dec 16, 2022
  17. Dec 15, 2022
  18. Nov 15, 2022
  19. Nov 14, 2022
  20. Nov 06, 2022
  21. Nov 04, 2022
  22. Nov 03, 2022
  23. Oct 13, 2022
  24. Oct 12, 2022
  25. Jul 26, 2022
  26. Jul 24, 2022
  27. Jul 22, 2022
  28. Jul 19, 2022
Loading