Skip to content
Snippets Groups Projects
  1. Oct 17, 2023
  2. Feb 01, 2022
    • Adriaan de Groot's avatar
      CI: demand clang-format 12 or 13 · c4eee7bb
      Adriaan de Groot authored
      - use clang-format12 or 13 or unversioned executable, only
      - check it's actually 12 or 13
      - set language standard explicitly to C++17, "Cpp11" is now
        an alias for "latest" which is weird
      
      This change does lead to some thrashing when applying styles,
      so I'm not going to do that across the board right now. Changes include:
      - extra spaces in lambda-captures
      - nicer alignment of lambda-bodies
      c4eee7bb
  3. Jun 04, 2021
    • Adriaan de Groot's avatar
      CI: adjust clang-formatting · 236bd0eb
      Adriaan de Groot authored
      - duplicate the file to .base
      - drop 10-and-later setting that was commented out
      - specific setting for lambda-formatting (this seems to be the default)
      236bd0eb
  4. Aug 26, 2020
  5. Jun 17, 2020
    • Adriaan de Groot's avatar
      CI: update clang-format · 45aac7db
      Adriaan de Groot authored
      In clang-format 10, SpaceInEmptyBlock is introduced, and defaults to
      true .. which is different from the earlier formatting versions did.
      For now, refuse clang-format 10, and search specifically also for
      clang-format-9.0.1 because that's what I have on my laptop.
      
      At some point, switch in the config option and then require
      clang-format 10 or later (because earlier versions refuse to
      run with an unknown config option)
      45aac7db
  6. Aug 08, 2019
  7. Aug 04, 2019
  8. Jul 04, 2019
  9. Jun 20, 2019
  10. Jun 13, 2019
  11. Jun 11, 2019
Loading