Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fmt #99

Merged
merged 56 commits into from
Jan 4, 2023
Merged

fmt #99

merged 56 commits into from
Jan 4, 2023

Commits on Jan 2, 2023

  1. Add fmt library

    TLCFEM committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    6451f4a View commit details
    Browse the repository at this point in the history
  2. Add CMake support

    TLCFEM committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    f2930d5 View commit details
    Browse the repository at this point in the history
  3. Simplify logging

    TLCFEM committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    c8a8926 View commit details
    Browse the repository at this point in the history
  4. Simplify

    TLCFEM committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    c67da54 View commit details
    Browse the repository at this point in the history
  5. Update warning and fatal

    TLCFEM committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    59e0ef9 View commit details
    Browse the repository at this point in the history
  6. Update error

    TLCFEM committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    6960260 View commit details
    Browse the repository at this point in the history
  7. Update error

    TLCFEM committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    352d30f View commit details
    Browse the repository at this point in the history
  8. Remove extra debug

    TLCFEM committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    30c1c6f View commit details
    Browse the repository at this point in the history
  9. Reformat

    TLCFEM committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    6774393 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Update debug

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    7f7c938 View commit details
    Browse the repository at this point in the history
  2. Reformat

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    9b4da53 View commit details
    Browse the repository at this point in the history
  3. Update info

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    45c4863 View commit details
    Browse the repository at this point in the history
  4. Format

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    957e718 View commit details
    Browse the repository at this point in the history
  5. Update info

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    097bcba View commit details
    Browse the repository at this point in the history
  6. Reformat

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2ec0173 View commit details
    Browse the repository at this point in the history
  7. Format

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d749882 View commit details
    Browse the repository at this point in the history
  8. Format

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    911e124 View commit details
    Browse the repository at this point in the history
  9. Update vec print

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d24e39e View commit details
    Browse the repository at this point in the history
  10. Format

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b87b7d1 View commit details
    Browse the repository at this point in the history
  11. Format

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    30200cb View commit details
    Browse the repository at this point in the history
  12. Format

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    443e59e View commit details
    Browse the repository at this point in the history
  13. Format

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    086b1ee View commit details
    Browse the repository at this point in the history
  14. Format

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    7386f84 View commit details
    Browse the repository at this point in the history
  15. Rename logging functions

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f454182 View commit details
    Browse the repository at this point in the history
  16. Format

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    47819d4 View commit details
    Browse the repository at this point in the history
  17. Format

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e096f28 View commit details
    Browse the repository at this point in the history
  18. Format

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f62112c View commit details
    Browse the repository at this point in the history
  19. Format

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ce494eb View commit details
    Browse the repository at this point in the history
  20. Update action

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    4432eec View commit details
    Browse the repository at this point in the history
  21. Update action

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    0730112 View commit details
    Browse the repository at this point in the history
  22. Update action

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    27f0dd6 View commit details
    Browse the repository at this point in the history
  23. Update action

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2f3dd6a View commit details
    Browse the repository at this point in the history
  24. Update action

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ddc1f55 View commit details
    Browse the repository at this point in the history
  25. Change order

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5fb0588 View commit details
    Browse the repository at this point in the history
  26. Use macros

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c77d1e1 View commit details
    Browse the repository at this point in the history
  27. Simplify

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a7a7892 View commit details
    Browse the repository at this point in the history
  28. Simplify

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b6ce08b View commit details
    Browse the repository at this point in the history
  29. Update includes

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    bfb76ad View commit details
    Browse the repository at this point in the history
  30. Simplify

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    0d8f29b View commit details
    Browse the repository at this point in the history
  31. Simplify

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a348f5e View commit details
    Browse the repository at this point in the history
  32. Enhance highlighting

    TLCFEM committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ba63efd View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Change color

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5ba2521 View commit details
    Browse the repository at this point in the history
  2. Add color option

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    3f1de53 View commit details
    Browse the repository at this point in the history
  3. Refactor

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    bd51f23 View commit details
    Browse the repository at this point in the history
  4. Change color

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5c0dbe3 View commit details
    Browse the repository at this point in the history
  5. Add -nc bye default

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    554d0b0 View commit details
    Browse the repository at this point in the history
  6. Minor tweaking

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5a3f85a View commit details
    Browse the repository at this point in the history
  7. Remove empty files

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    41dd7fa View commit details
    Browse the repository at this point in the history
  8. Add coverage

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ba9f112 View commit details
    Browse the repository at this point in the history
  9. Minor tweaking

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    44cb118 View commit details
    Browse the repository at this point in the history
  10. Minor tweaking

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    efdffcd View commit details
    Browse the repository at this point in the history
  11. Reformat

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    a723363 View commit details
    Browse the repository at this point in the history
  12. Minor update

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    47d5d74 View commit details
    Browse the repository at this point in the history
  13. Minor tweaking

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    59ceb5f View commit details
    Browse the repository at this point in the history
  14. Minor tweaking

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2ed1718 View commit details
    Browse the repository at this point in the history
  15. Minor tweak

    TLCFEM committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f17e985 View commit details
    Browse the repository at this point in the history