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

More Cartesian housekeeping, plus implementation of copy! #5671

Merged
merged 7 commits into from
Feb 8, 2014

Commits on Feb 6, 2014

  1. Concretely specify the type of dims in SubArray

    This allows the type of `size(S::SubArray)` to be inferred.
    timholy committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    27e2628 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. Configuration menu
    Copy the full SHA
    867a861 View commit details
    Browse the repository at this point in the history
  2. Enhance ncall so only the last argument is expanded on itersym

    This allows one to pass additional "pre" arguments
    timholy committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    feb66f7 View commit details
    Browse the repository at this point in the history
  3. Add @nsplat, a convenience for generating explicit versions of functi…

    …ons with a splatted argument
    timholy committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    c12b527 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6133a7 View commit details
    Browse the repository at this point in the history
  5. Implement copy! using Cartesian

    Fixes #5411
    timholy committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    e0ee3d5 View commit details
    Browse the repository at this point in the history
  6. Bump CARTESIAN_DIMS to 4

    timholy committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    36ddd12 View commit details
    Browse the repository at this point in the history