Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KjellKod/g3log
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3
Choose a base ref
...
head repository: KjellKod/g3log
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4
Choose a head ref
  • 20 commits
  • 75 files changed
  • 6 contributors

Commits on Mar 8, 2023

  1. Avoid pending of containerized applications in case of aborting (#481)

    Improvement for Docker run C++ applications with g3log 
    
    * This addresses the case when a PID1 process crashes and the signal handling, goes into multiple or even infinite loops due to subsequent crashes. The PR makes sure to restore all signal handlers to the original signal handling after the first crash is detected. For
    GergoTot authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5323480 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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

Commits on May 4, 2023

  1. constexpr LEVELS for easier custom level usage (#483)

    Usage of C++20's new constexpr functionalities for easier usage of custom LEVELS!
    
    Modified:
    * With C++20 LEVELS's constructor can have a constexpr specifier
    * const LEVELS can be replaced to be constexpr's instead
    SzGaa authored May 4, 2023
    1 Configuration menu
    Copy the full SHA
    cc0fb7c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Fix found by PVS-Studio issues (#490)

    Small changes, essentially cleanup, with no actual code logic change. 
    * Ensure symbol_buffer aligned same as SYMBOL_INFO
    * Use constexpr for compile-time constant
    * Use = default for ctor bodies to allow compiler optimize them
    * Pass string by reference to prevent copying, other smaller types we can  avoid passing by reference as the type is cheaper to copy.
    dimhotepus authored May 15, 2023
    Configuration menu
    Copy the full SHA
    bad9c58 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

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

Commits on Aug 17, 2023

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

Commits on Nov 12, 2023

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

Commits on Nov 25, 2023

  1. Update README.md (#504)

    KjellKod authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    c41c82e View commit details
    Browse the repository at this point in the history
  2. Update README.md (#505)

    KjellKod authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f1036e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. trying out codespaces (#506)

    * trying out codespaces
    KjellKod authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c3a46e6 View commit details
    Browse the repository at this point in the history
  2. Codespaces tryout (#507)

    * adding example vs code launch file
    KjellKod authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c266185 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    KjellKod authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    59fdb4e View commit details
    Browse the repository at this point in the history
  4. Update README.md

    KjellKod authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0708f5a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. adding consistent and easy formatting (#508)

    *  clang format configuration file replaces sublime Astyleformatter
    * instructions added to pull request template
    * code base re-formatted to be consistent throughout.
    KjellKod authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    cf91227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f26b058 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. gitignore (#510)

    * gitingore
    KjellKod authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d70ae50 View commit details
    Browse the repository at this point in the history
  2. refactor fatal call (#511)

    * refactor fatal handling
    KjellKod authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    bba8258 View commit details
    Browse the repository at this point in the history
  3. updated docs (#512)

    * updated docs for API and added sequence diagrams.
    KjellKod authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    055f5e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    626191a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Versioning (#515)

    * making sure that git checkout of tags, doesn't get incrementing numbers when master gets more commits
    KjellKod authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5980182 View commit details
    Browse the repository at this point in the history
Loading