1. 25 Jan, 2023 1 commit
  2. 23 Feb, 2022 2 commits
  3. 15 Nov, 2021 1 commit
  4. 05 Jun, 2020 1 commit
  5. 04 Jun, 2020 1 commit
  6. 03 Jun, 2020 1 commit
  7. 05 Jul, 2019 1 commit
    • clar: use `size_t` to keep track of current line number · 77d7e5eb
      We use the `__LINE__` macro in several places throughout clar to allow
      easier traceability when e.g. a test fails. While `__LINE__` is of type
      `size_t`, the clar functions all accept an integer and thus may loose
      precision. While unlikely that any file in our codebase will exceed a
      linecount of `INT_MAX`, let's convert it anyway to silence any compiler
      warnings.
      Patrick Steinhardt committed
  8. 06 Sep, 2018 2 commits
  9. 15 Jun, 2018 1 commit
  10. 27 Feb, 2015 1 commit
  11. 10 Dec, 2014 1 commit
  12. 02 Apr, 2014 1 commit
  13. 28 Mar, 2014 1 commit
  14. 07 Mar, 2014 2 commits
  15. 14 Nov, 2013 1 commit
  16. 17 Sep, 2013 1 commit
  17. 12 Sep, 2013 1 commit
  18. 04 Sep, 2013 1 commit
  19. 22 Mar, 2013 1 commit
  20. 21 Jan, 2013 1 commit
  21. 03 Jan, 2013 1 commit
  22. 28 Jan, 2012 1 commit
  23. 25 Jan, 2012 1 commit