1. 17 Dec, 2024 2 commits
  2. 07 Nov, 2024 12 commits
  3. 01 Nov, 2024 1 commit
  4. 30 Oct, 2024 3 commits
  5. 13 Sep, 2024 2 commits
  6. 27 Aug, 2024 2 commits
  7. 22 Aug, 2024 2 commits
  8. 21 Aug, 2024 1 commit
  9. 18 Aug, 2024 1 commit
  10. 06 Aug, 2024 2 commits
  11. 05 Aug, 2024 2 commits
  12. 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
  13. 17 Jul, 2024 1 commit
  14. 02 May, 2024 1 commit
  15. 22 Feb, 2024 2 commits
  16. 28 Jan, 2024 1 commit
  17. 26 Jan, 2024 2 commits
  18. 04 Jan, 2024 1 commit