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

Rbind allow binding of different class attributes #5446

Merged
merged 39 commits into from
Jul 24, 2024

Commits on Aug 25, 2022

  1. add fix #5309

    ben-schwen committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    976c372 View commit details
    Browse the repository at this point in the history
  2. fix test numbering

    ben-schwen committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    3754191 View commit details
    Browse the repository at this point in the history
  3. add rbind for ITime

    ben-schwen committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4077830 View commit details
    Browse the repository at this point in the history
  4. more tests

    ben-schwen committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f015eed View commit details
    Browse the repository at this point in the history
  5. add merge tests

    ben-schwen committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6ab44b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. add AsIs #4934

    ben-schwen committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    65e7674 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. add news

    ben-schwen committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    2282d9f View commit details
    Browse the repository at this point in the history
  2. news typo

    ben-schwen committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    9527b89 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. add ignore.attr argument

    ben-schwen committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    a6d9c65 View commit details
    Browse the repository at this point in the history
  2. fix news

    ben-schwen committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    e2786a5 View commit details
    Browse the repository at this point in the history
  3. merge master

    ben-schwen committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    b9b0479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c4d19c View commit details
    Browse the repository at this point in the history
  5. add attribute to usage

    ben-schwen committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    9d6afbc View commit details
    Browse the repository at this point in the history
  6. move nanotime tests

    ben-schwen committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    5a4823c View commit details
    Browse the repository at this point in the history
  7. adjust test numbering

    ben-schwen committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    452adc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. add test coverage

    ben-schwen committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f967ce8 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. prohibit NA for ignore.att

    ben-schwen committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    04ad6ee View commit details
    Browse the repository at this point in the history
  2. merge master

    ben-schwen committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    0949726 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    a1cc7a9 View commit details
    Browse the repository at this point in the history
  2. move news

    ben-schwen committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    89f2541 View commit details
    Browse the repository at this point in the history
  3. finish todo of #5857

    ben-schwen committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7353bc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

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

Commits on Jul 20, 2024

  1. Update NEWS.md

    Co-authored-by: Michael Chirico <chiricom@google.com>
    ben-schwen and MichaelChirico authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    2e69fa1 View commit details
    Browse the repository at this point in the history
  2. update comment

    ben-schwen committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    44b44f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc6479a View commit details
    Browse the repository at this point in the history
  4. update doc for ignore.attr

    ben-schwen committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    677a47c View commit details
    Browse the repository at this point in the history
  5. fix nit ignoreattr

    ben-schwen committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    3190651 View commit details
    Browse the repository at this point in the history
  6. fix test consistency

    ben-schwen committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    5757276 View commit details
    Browse the repository at this point in the history
  7. remove setnames

    ben-schwen committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    d977e9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62f9e9a View commit details
    Browse the repository at this point in the history
  9. update test comments

    ben-schwen committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    094bbfc View commit details
    Browse the repository at this point in the history
  10. update NEWS num

    ben-schwen committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    66fa443 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. NEWS wording

    MichaelChirico authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    dbdd16f View commit details
    Browse the repository at this point in the history
  2. more NEWS wording

    MichaelChirico authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    a4c73cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f6ddf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d77c1ea View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. && not &

    MichaelChirico authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    45fa387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceae807 View commit details
    Browse the repository at this point in the history
  3. correct error message

    MichaelChirico committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    13ec07f View commit details
    Browse the repository at this point in the history