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

NSKeyValueCoding: Safe-Caching for -[NSObject valueForKey:] #445

Merged
merged 19 commits into from
Oct 29, 2024

Commits on Oct 14, 2024

  1. KVC Caching Implementation

    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7fa00fb View commit details
    Browse the repository at this point in the history
  2. Do not ignore struct name when comparing type encoding as NSPoint and…

    … NSSize have the same layout
    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    82b0254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca15e8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bb900c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    467b0f7 View commit details
    Browse the repository at this point in the history
  6. Update Copyright Years

    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6f996cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20d7478 View commit details
    Browse the repository at this point in the history
  8. safe_caching: Remove Guards

    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9360951 View commit details
    Browse the repository at this point in the history
  9. Remove redundant checks

    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    87ae935 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9737380 View commit details
    Browse the repository at this point in the history
  11. Rename geometry structs (NSRect, NSPoint, NSSize) for toll-free bridg…

    …ing with CoreGraphics
    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    628556a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    585770d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    63a387d View commit details
    Browse the repository at this point in the history
  14. Update Archiving of Structs

    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    883b2f9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ca802fe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef3b36d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0bf7735 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cd8285e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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