1. 23 Feb, 2022 2 commits
  2. 15 Nov, 2021 1 commit
  3. 05 Jun, 2020 1 commit
  4. 04 Jun, 2020 1 commit
  5. 03 Jun, 2020 1 commit
  6. 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
  7. 06 Sep, 2018 2 commits
  8. 15 Jun, 2018 1 commit
  9. 27 Feb, 2015 1 commit
  10. 10 Dec, 2014 1 commit
  11. 02 Apr, 2014 1 commit
  12. 28 Mar, 2014 1 commit
  13. 07 Mar, 2014 2 commits
  14. 14 Nov, 2013 1 commit
  15. 17 Sep, 2013 1 commit
  16. 12 Sep, 2013 1 commit
  17. 04 Sep, 2013 1 commit
  18. 22 Mar, 2013 1 commit
  19. 21 Jan, 2013 1 commit
  20. 03 Jan, 2013 1 commit
  21. 28 Jan, 2012 1 commit
  22. 25 Jan, 2012 1 commit