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

Modernization and cleanup #69

Merged
merged 8 commits into from Sep 5, 2015
Merged

Modernization and cleanup #69

merged 8 commits into from Sep 5, 2015

Commits on Aug 29, 2015

  1. Modernize CFArray

    * Implement IntoIterator for &CFArray
    * Abstract from_CFTypes over TCFTypes
    sfackler committed Aug 29, 2015
  2. Clean up data

    * Implement Deref for CFData
    * Use slice::from_raw_parts instead of transmuting a tuple
    sfackler committed Aug 29, 2015
  3. Clean up dictionary

    * Abstract from_CFType_pairs over TCFTypes
    sfackler committed Aug 29, 2015
  4. Clean up set

    * Abstract from_slice over TCFType
    sfackler committed Aug 29, 2015
  5. Cleanup string

    * Add CFString::new, deprecate FromStr impl
    * Implement Display for CFString
    * Add wrapping `"`s for Debug impl
    sfackler committed Aug 29, 2015

Commits on Aug 30, 2015

  1. Use newtype structs

    sfackler committed Aug 30, 2015
  2. Implement TCFType by macro

    All of the manually implemented methods are identical, but can't be made
    default implementations unfortunately.
    sfackler committed Aug 30, 2015

Commits on Sep 1, 2015

  1. Update based on review

    sfackler committed Sep 1, 2015
You can’t perform that action at this time.