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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using std::source_location. #2667

Open
wants to merge 7 commits into
base: v1.x
Choose a base branch
from

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    d8ffb37 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Managing WCHAR=ON case.

    gian21391 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    74d3a59 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Include source_location only after checking if source_location exists…

    … in the std library used.
    
    Implementation extended to all logging levels.
    gian21391 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    d5f4d79 View commit details
    Browse the repository at this point in the history
  2. Reverting tests.

    gian21391 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    9400579 View commit details
    Browse the repository at this point in the history
  3. Added C++ standard check before including <source_location>.

    Readded the possibility of using spdlog::info(123).
    gian21391 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8ae7e4d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    e950911 View commit details
    Browse the repository at this point in the history
  2. Added support also for spdlog::log functions.

    Added overloading for std::source_location in logger class.
    gian21391 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    aa6f732 View commit details
    Browse the repository at this point in the history