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: fmtlib/fmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fmtlib/fmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.x
Choose a head ref
  • 14 commits
  • 8 files changed
  • 8 contributors

Commits on Mar 23, 2018

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

Commits on Apr 8, 2018

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

Commits on Apr 11, 2018

  1. Fix return that can't be reached

    henryiii authored and vitaut committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    5c0d7ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea2cf44 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

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

Commits on Apr 22, 2018

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

Commits on Apr 27, 2018

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

Commits on May 9, 2018

  1. Mark the whole class FormatError as FMT_API

    Else on windows across DLLs the vtable is not visible which causes linking error
    jcelerier authored and vitaut committed May 9, 2018
    Configuration menu
    Copy the full SHA
    857b382 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Fix an MSVC warning (#798)

    vitaut committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    b6d435b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Fix compatibility with bcc32 compiler

    Resolve namespace issues
    Add workaround for compile error on bool template argument of ArgArray struct
    Squelch bcc32 warning on accessing the digits array
    Squelch bcc32 warning on unused values
    Fix warnings about redefinig macros and conditions always true
    Disable "LConv" block for bcc32 compiler
    Remove macro test for deprecated macro
    Fix appveyor-build for cmake v3.13+
    Mark Stapper authored and vitaut committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    d2744bc View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Make FMT_CTOR and FMT_WRAP1 macros work with bcc32

    Mark Stapper authored and vitaut committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    8ad1c12 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

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

Commits on May 25, 2024

  1. Remove an old mingw workaround (#2059) (#3975)

    Backports fix from master branch as the code no longer compiles
    on mingw64/gcc 14.1.0 without gnu extensions enabled.
    yachoor authored May 25, 2024
    Configuration menu
    Copy the full SHA
    8f5e076 View commit details
    Browse the repository at this point in the history
Loading