1. 07 Nov, 2024 1 commit
  2. 01 Nov, 2024 1 commit
  3. 30 Oct, 2024 3 commits
  4. 13 Sep, 2024 2 commits
  5. 27 Aug, 2024 2 commits
  6. 22 Aug, 2024 2 commits
  7. 21 Aug, 2024 1 commit
  8. 18 Aug, 2024 1 commit
  9. 06 Aug, 2024 2 commits
  10. 05 Aug, 2024 2 commits
  11. 02 Aug, 2024 2 commits
    • Run format target from project root · b11eaf16
      The CMake format target does not use the correct .clang-format file in
      out-of-source builds. This instructs CMake to use the project root as
      the working directory for running the clang-format command so that it
      finds the .clang-format file.
      Josiah VanderZee committed
    • Use c-strings to constant initialize token array · 9f7babc3
      Since `std::string` has to be dynamically constructed and destructed,
      it could be accessed before initialization or after destruction in a
      multithreaded context. By using constant c-strings instead, we guarantee
      that the array will be valid for the whole lifetime of the program. The
      use of `constexpr` also enforces this requirement.
      
      I have run clang-format on the file to format my changes according to
      CONTRIBUTING.md.
      Josiah VanderZee committed
  12. 17 Jul, 2024 1 commit
  13. 02 May, 2024 1 commit
  14. 22 Feb, 2024 2 commits
  15. 28 Jan, 2024 1 commit
  16. 26 Jan, 2024 2 commits
  17. 04 Jan, 2024 2 commits
  18. 28 Dec, 2023 1 commit
  19. 14 Dec, 2023 2 commits
  20. 27 Nov, 2023 2 commits
  21. 07 Nov, 2023 2 commits
  22. 23 Oct, 2023 1 commit
  23. 22 Oct, 2023 1 commit
  24. 12 Oct, 2023 3 commits