1. 26 Jan, 2022 1 commit
  2. 25 Jan, 2022 1 commit
  3. 12 Jan, 2022 1 commit
  4. 11 Jan, 2022 1 commit
  5. 09 Jan, 2022 1 commit
  6. 05 Jan, 2022 4 commits
  7. 04 Jan, 2022 3 commits
  8. 03 Jan, 2022 2 commits
  9. 02 Jan, 2022 2 commits
  10. 31 Dec, 2021 1 commit
  11. 30 Dec, 2021 1 commit
  12. 29 Dec, 2021 3 commits
  13. 17 Dec, 2021 1 commit
  14. 18 Nov, 2021 1 commit
  15. 17 Nov, 2021 1 commit
  16. 14 Nov, 2021 1 commit
  17. 09 Nov, 2021 2 commits
  18. 04 Nov, 2021 1 commit
  19. 03 Nov, 2021 1 commit
  20. 29 Oct, 2021 2 commits
    • Niels Lohmann's avatar
      Update CI (#3088) · 7440786b
      Niels Lohmann authored
      * 👷 prepare GitHub actions for new Docker image
      
      * 👷 use experimental docker image
      
      * 👷 use Clang-Analyzer 14
      
      * 🔇 suppress readability-identifier-length
      
      * 🔇 suppress more Clang-Tidy warnings
      
      *  simplify code
      
      * 🔇 suppress more Clang-Tidy warnings
      
      * 🔇 suppress more Clang-Tidy warnings
      
      * 🚨 fix warning
      
      * 🚨 fix warning
      
      * 🚨 fix warning
      
      * 👷 use new Docker image
      7440786b
    • Niels Lohmann's avatar
      c4a4e672
  21. 20 Oct, 2021 1 commit
  22. 16 Oct, 2021 3 commits
  23. 14 Oct, 2021 2 commits
  24. 08 Oct, 2021 2 commits
  25. 07 Oct, 2021 1 commit
    • Théo DELRIEU's avatar
      meta: fix is_compatible/constructible traits (#3020) · 80df5e8d
      Théo DELRIEU authored
      The previous version relied on the existence of an 'iterator' type.
      
      As mentioned in comments, this is not the proper way to do it and
      causes issues with certain types (e.g. views from range-v3).
      
      Add a 'is_range' trait that properly detects the return type of
      'begin'/'end', and use it in instead.
      80df5e8d