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

Modernize the package #11

Merged
merged 64 commits into from
Mar 8, 2023
Merged

Modernize the package #11

merged 64 commits into from
Mar 8, 2023

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    91eda41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c809c43 View commit details
    Browse the repository at this point in the history
  3. Add a smoke test.

    maleadt committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    4618063 View commit details
    Browse the repository at this point in the history
  4. Fix hostname function.

    maleadt committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    332b494 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8330bc View commit details
    Browse the repository at this point in the history
  6. Add some CI.

    maleadt committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9b5a456 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    307733d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c2e6a View commit details
    Browse the repository at this point in the history
  3. Add other useful actions.

    maleadt committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d3728a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3a68dc View commit details
    Browse the repository at this point in the history
  5. Fix method iteration.

    maleadt committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b9431a8 View commit details
    Browse the repository at this point in the history
  6. Test I/O.

    maleadt committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b522b39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ac67dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    423c3c5 View commit details
    Browse the repository at this point in the history
  9. Add back framework loading.

    maleadt committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    87202d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    125e490 View commit details
    Browse the repository at this point in the history
  11. Conversion back to String.

    maleadt committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    86fbb87 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a9f0b3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e385b1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d3dff01 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eced9ac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    77a0081 View commit details
    Browse the repository at this point in the history
  17. String comparisons.

    maleadt committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    51c4d9e View commit details
    Browse the repository at this point in the history
  18. NSArray.

    maleadt committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c965a25 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5aa00f5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    520be76 View commit details
    Browse the repository at this point in the history
  21. Add integer aliases.

    maleadt committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a7a2449 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    91f3600 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    aac61bd View commit details
    Browse the repository at this point in the history
  2. Split generated classes into an abstract and concrete instance.

    This makes it possible to faithfully implements Objective-C's object model.
    maleadt committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    a8c859f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Add NSRange.

    maleadt committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    9ec8057 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    cbcc6df View commit details
    Browse the repository at this point in the history
  2. Wrap NSDictionary.

    maleadt committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    1a815ad View commit details
    Browse the repository at this point in the history
  3. Wrap NSError.

    maleadt committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    29c0538 View commit details
    Browse the repository at this point in the history
  4. Improved Dict conversions.

    maleadt committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    8f54dea View commit details
    Browse the repository at this point in the history
  5. Fix userInfo dict access.

    maleadt committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    0923617 View commit details
    Browse the repository at this point in the history
  6. Better display for NSError.

    maleadt committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    78f8d6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d2665c View commit details
    Browse the repository at this point in the history
  8. Conversion to typed array.

    maleadt committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    adfb975 View commit details
    Browse the repository at this point in the history
  9. Initial GCD wrappers.

    maleadt committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b0ea877 View commit details
    Browse the repository at this point in the history
  10. Fix for 1.7-

    maleadt committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    01d0223 View commit details
    Browse the repository at this point in the history
  11. NSValue.

    maleadt committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    2a8f041 View commit details
    Browse the repository at this point in the history
  12. NSNumber.

    maleadt committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    be305b3 View commit details
    Browse the repository at this point in the history
  13. NSURL.

    maleadt committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    fad6dfe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    39dd3de View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. NSRange from UnitRange.

    maleadt committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    cf51209 View commit details
    Browse the repository at this point in the history
  2. NSURL comparisons.

    maleadt committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d36add2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c4868d View commit details
    Browse the repository at this point in the history
  4. Bugfixes.

    maleadt committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9b94d6c View commit details
    Browse the repository at this point in the history
  5. Add some NSObject functions.

    maleadt committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a0d0c8a View commit details
    Browse the repository at this point in the history
  6. setproperty invoke bugfix.

    maleadt committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    6191667 View commit details
    Browse the repository at this point in the history
  7. Add Protocol type.

    maleadt committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    39932a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d24d6b View commit details
    Browse the repository at this point in the history
  9. Initial support for blocks.

    maleadt committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4520fbb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ffd8984 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    960aa5f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ce04137 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    71ec81c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31db9f View commit details
    Browse the repository at this point in the history
  3. Reorganize code a little.

    maleadt committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f9e23f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb876b1 View commit details
    Browse the repository at this point in the history
  5. Rework the README.

    maleadt committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b26f340 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6bd3c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7d683c View commit details
    Browse the repository at this point in the history