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

Initial port of WinObjC's KVO implementation to GNUstep #420

Merged
merged 47 commits into from
Nov 10, 2024
Merged

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    b6c52b9 View commit details
    Browse the repository at this point in the history
  2. NSKVOSupport: Import

    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    28c985a View commit details
    Browse the repository at this point in the history
  3. NSKVOSupport: Add test cases

    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    36d0966 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d009453 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43bc756 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    366e24b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e24b308 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    479fe58 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b06b5a0 View commit details
    Browse the repository at this point in the history
  10. NSKVOSupport: Add toMany test

    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b360183 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a25ac65 View commit details
    Browse the repository at this point in the history
  12. NSKVOSupport: Add more tests

    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d957cb8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    39caa6c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1f22e2a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6428ff8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f88eec6 View commit details
    Browse the repository at this point in the history
  17. Update license headers

    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4b2d288 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    06558d4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    81ead76 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    093659a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d2baf7b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    48680c8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    41deed9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bf4989d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    47c40fd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    710159d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d0c3175 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    94aca48 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b27baea View commit details
    Browse the repository at this point in the history
  30. Fix build error with some compilers: initializer element is not a com…

    …pile-time constant
    triplef authored and hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    435c441 View commit details
    Browse the repository at this point in the history
  31. Fix some of the non-portable code

    rfm authored and hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2020146 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7003909 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a37d9f9 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bf40916 View commit details
    Browse the repository at this point in the history
  35. Move _keyPathsForValuesAffectingValueForKey body into class method an…

    …d statically construct empty NSSet
    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    14a3af1 View commit details
    Browse the repository at this point in the history
  36. Remove @synchronize

    hmelder committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e6c9108 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    4143b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f6740 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    38b3f2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c0d86b View commit details
    Browse the repository at this point in the history
  3. Add NSUserDefaults KVO tests

    hmelder committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ba0ec1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41e9c98 View commit details
    Browse the repository at this point in the history
  5. Add autoreleasepool

    hmelder committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2223972 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3d1529 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

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

Commits on Nov 8, 2024

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