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

WIP: Output type handling (fixes #17) #19

Merged
merged 22 commits into from
Jan 4, 2015
Merged

Commits on Jan 2, 2015

  1. Make enum types immutable

    Tomas Lycken committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    a31f2a1 View commit details
    Browse the repository at this point in the history
  2. First attempt at handling eltypes better

    Tomas Lycken committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    859a266 View commit details
    Browse the repository at this point in the history
  3. Fix type handling + some minor problems with gradients

    Tomas Lycken committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    2804bea View commit details
    Browse the repository at this point in the history
  4. Get padding as Int when used for sizing

    Tomas Lycken committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    f2e641d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2015

  1. Add TIndex type parameter

    Tomas Lycken committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    c320606 View commit details
    Browse the repository at this point in the history
  2. Tests for type specs.

    Tomas Lycken committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    876b439 View commit details
    Browse the repository at this point in the history
  3. Re-add Reflect BC that was lost in rebase

    Tomas Lycken committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    3912974 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    903a433 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #22 from tlycken/teh/rational

    Support quadratic interpolation of Rational types
    Tomas Lycken committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    9763cc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2015

  1. Remove TIndex type parameter (incomplete)

    Some re-structuring of the ngenerate calls will be done in later commits,
    so this one won't build...
    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    a285f30 View commit details
    Browse the repository at this point in the history
  2. Re-write getindex definitions to resolve ambiguities

    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    4465ca2 View commit details
    Browse the repository at this point in the history
  3. Harmonize naming and order of type args

    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    770cd64 View commit details
    Browse the repository at this point in the history
  4. Allow more flexible indexing in gradient

    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    f44dad3 View commit details
    Browse the repository at this point in the history
  5. Fix ambiguity resolving on 0.4

    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    1839b4f View commit details
    Browse the repository at this point in the history
  6. Fix some more ambiguity stuff on 0.4

    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    520fd11 View commit details
    Browse the repository at this point in the history
  7. Quoting typo in gradient!

    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    eea97e8 View commit details
    Browse the repository at this point in the history
  8. Fix some type mistakes from prev commits

    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    731fbfc View commit details
    Browse the repository at this point in the history
  9. Cosmetic type param ordering

    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    2250a03 View commit details
    Browse the repository at this point in the history
  10. Handle non-Real indices better

    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    f2f512f View commit details
    Browse the repository at this point in the history
  11. Fix further typing mistakes

    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    12ff5c6 View commit details
    Browse the repository at this point in the history
  12. Move Rational-test to typing.jl and disable for 0.3

    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    d7d82dc View commit details
    Browse the repository at this point in the history
  13. Correct a couple of Float64 literals

    Tomas Lycken committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    93668a1 View commit details
    Browse the repository at this point in the history