Skip to content
Snippets Groups Projects
  1. Mar 01, 2025
  2. Feb 28, 2025
  3. Feb 12, 2025
  4. Feb 11, 2025
  5. Feb 10, 2025
  6. Feb 09, 2025
  7. Feb 07, 2025
  8. Feb 06, 2025
  9. Jan 30, 2025
  10. Jan 29, 2025
  11. Jan 28, 2025
  12. Jan 27, 2025
  13. Jan 24, 2025
  14. Jan 23, 2025
    • Kitware Robot's avatar
      Revise C++ coding style using clang-format with "east const" · 7dec9555
      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`, now with "east const" enforcement.
      Use `clang-format` version 18.
      
      * 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.
      7dec9555
    • Brad King's avatar
      Empty commit at end of history preceding clang-format "east const" transition · ac2b3378
      Brad King authored
      This is an empty commit that precedes an automatic application of clang-format
      with "east const" 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.
      ac2b3378
    • Brad King's avatar
      a234f2ff
    • Kitware Robot's avatar
      Revise C++ coding style using clang-format-18 · 7a19509c
      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 18.
      
      * 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.
      7a19509c
    • Brad King's avatar
      Empty commit at end of history preceding clang-format-18 style transition · 6da5c6ac
      Brad King authored
      This is an empty commit that precedes an automatic application of
      clang-format-18 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.
      6da5c6ac
    • Brad King's avatar
      clang-format.bash: update to clang-format-18 · a42b7759
      Brad King authored
      The `.clang-format` configuration needs no changes to make the
      version 18 format close to what version 15 produced before.
      a42b7759
    • Nikita Nemkin's avatar
      clang-format.bash: Preserve CRLF line endings on Windows · 4a126278
      Nikita Nemkin authored
      Use the binary mode of GNU sed.
      4a126278
  15. Jan 22, 2025
Loading