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

a substitute for std::type_info when the compiler doesn't support RTTI #2582

Open
wants to merge 58 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    ca3e762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d463781 View commit details
    Browse the repository at this point in the history
  3. simplification

    ericniebler committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7f87742 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e34a92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dba7ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01440a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec1708e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5816fa0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    bd89a92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6397e8 View commit details
    Browse the repository at this point in the history
  3. avoid most vexing parse

    ericniebler committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ef189bd View commit details
    Browse the repository at this point in the history
  4. once more with feeling

    ericniebler committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5ed8c2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f862ca2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    f0e1c32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2e0fa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b082d0f View commit details
    Browse the repository at this point in the history
  4. suppress warning in test

    ericniebler committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    926acbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6ca315 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6930e77 View commit details
    Browse the repository at this point in the history
  7. bit by bit

    ericniebler committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    36ddf41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2830fac View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

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

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    c1d19f9 View commit details
    Browse the repository at this point in the history
  2. try try again

    ericniebler committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    84dddf5 View commit details
    Browse the repository at this point in the history
  3. fix typos

    ericniebler committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    e1b9c94 View commit details
    Browse the repository at this point in the history
  4. another typo

    ericniebler committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f850f3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c76d1d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

    ericniebler committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b63fc25 View commit details
    Browse the repository at this point in the history
  3. again

    ericniebler committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3e50178 View commit details
    Browse the repository at this point in the history
  4. again

    ericniebler committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f570df3 View commit details
    Browse the repository at this point in the history
  5. again

    ericniebler committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    332fbe7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. again

    ericniebler committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6e7d60d View commit details
    Browse the repository at this point in the history
  2. closer maybe?

    ericniebler committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ef05615 View commit details
    Browse the repository at this point in the history
  3. this?

    ericniebler committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5e3636f View commit details
    Browse the repository at this point in the history
  4. try again

    ericniebler committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e32dbf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. maybe now

    ericniebler committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b446ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64829e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fffcc5 View commit details
    Browse the repository at this point in the history
  4. fix c++11 build

    ericniebler committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    90bdfba View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    97c4bbc View commit details
    Browse the repository at this point in the history
  2. fix typo

    ericniebler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    394a103 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    296f4aa View commit details
    Browse the repository at this point in the history
  4. once more with feeling

    ericniebler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8e5d693 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c40e6c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78d983d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7851488 View commit details
    Browse the repository at this point in the history
  8. fix typo in macro name

    ericniebler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b3449cd View commit details
    Browse the repository at this point in the history
  9. again

    ericniebler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    dd791a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e725e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6267328 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. remove bogus test

    ericniebler committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cf678a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d289e6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ef37ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb78b54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8076572 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    705aa14 View commit details
    Browse the repository at this point in the history