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

[core] New implementation for the logging/formatting system #2955

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    be1e774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    308af58 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    5ae2a03 View commit details
    Browse the repository at this point in the history
  2. Fixed heavy logging cases and atomics. Withdrawn changes for enums. U…

    …pdated sfmt implementation
    ethouris committed May 25, 2024
    Configuration menu
    Copy the full SHA
    089dd51 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    e37d37d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce84fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8126c49 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    216c1ed View commit details
    Browse the repository at this point in the history
  2. Cleared out warn-errors for logging-off version

    Mikołaj Małecki committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d8cebcd View commit details
    Browse the repository at this point in the history
  3. Moved Printable out of C++11-dependent section (args... no longer nee…

    …ded)
    Mikołaj Małecki committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4e39fd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5199746 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Fixed the use of std::atomic

    ethouris committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4843143 View commit details
    Browse the repository at this point in the history
  2. Fixed the right atomic type used with logging. Fixed some reported sh…

    …adowed local variables
    ethouris committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1a0eca4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9643702 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Updated sfmt.h, fixed sync formatting

    Mikołaj Małecki committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f4ecbc1 View commit details
    Browse the repository at this point in the history
  2. Updated and merged

    Mikołaj Małecki committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b90f540 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge branch 'master' into dev-add-sfmt-for-logging

    Mikołaj Małecki committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7660e92 View commit details
    Browse the repository at this point in the history
  2. Some cosmetic fixes. Fixed the use of std::abs

    Mikołaj Małecki committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0a607c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Fixed usage of <cmath> with std

    Mikołaj Małecki committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d2ec1cf View commit details
    Browse the repository at this point in the history
  2. Fixed correct includes for std::div

    Mikołaj Małecki committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    193fe39 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Renamed sfmt.h and moved to srt namespace

    Mikołaj Małecki committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c81d4d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Fixed: sfmt should use only void* pointers. Fixed: std::hex should no…

    …t be used.
    Mikolaj Malecki committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fcf93cf View commit details
    Browse the repository at this point in the history