Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MrHalloween/FastCoding
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nicklockwood/FastCoding
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 30 files changed
  • 4 contributors

Commits on Oct 26, 2017

  1. Optionally encode an object, only if it exists. otherwise skip. Encod…

    …ing nil object with the key can corrupt archive.
    adamwulf authored and nicklockwood committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    71e8406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c73d66 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Fixed build errors for mac. Also include test case showing error when…

    … encoding NSColorSpace.
    adamwulf authored and nicklockwood committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    09d3ae8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c57233c View commit details
    Browse the repository at this point in the history
  3. Released object crash (nicklockwood#31)

    Fix objects being released during decoding, causing a crash with exc_bad_access
    adamwulf authored and nicklockwood committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    c8c7f75 View commit details
    Browse the repository at this point in the history
  4. Added failing test for NSDate equality after decoding.

    Fabian Kreiser authored and nicklockwood committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    625968e View commit details
    Browse the repository at this point in the history
  5. Use -timeIntervalSinceReferenceDate for storing NSDate objects.

    This fixes -isEqualToDate: to fail because NSDate uses timeIntervalSinceReferenceDate internally and converting to timeIntervalSince1970 loses precision due to floating point conversion.
    Fabian Kreiser authored and nicklockwood committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    8d718d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5fd0c4 View commit details
    Browse the repository at this point in the history
  7. Updated for 3.3 release

    nicklockwood committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    7194025 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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