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

RFC: Make struct passing work properly #3466

Closed
wants to merge 17 commits into from
Closed

RFC: Make struct passing work properly #3466

wants to merge 17 commits into from

Commits on Jun 27, 2013

  1. Configuration menu
    Copy the full SHA
    6458047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3dc3a1 View commit details
    Browse the repository at this point in the history
  3. Make ccall test pass

    Keno committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    44f214e View commit details
    Browse the repository at this point in the history
  4. WIP on cfunction

    Keno committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    1533124 View commit details
    Browse the repository at this point in the history
  5. Make cfunction ABI compliant

    Keno committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    d433167 View commit details
    Browse the repository at this point in the history
  6. Fix Varargs ccalls

    Keno committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    822501c View commit details
    Browse the repository at this point in the history
  7. x86 ABI compliance

    Keno committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    4a697d1 View commit details
    Browse the repository at this point in the history
  8. Progress toward Win64

    Keno committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    e698520 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a98f088 View commit details
    Browse the repository at this point in the history
  10. Fix alignment in memcpy

    Keno committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    666d892 View commit details
    Browse the repository at this point in the history
  11. Factor out some common code

    Keno committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    4f2910c View commit details
    Browse the repository at this point in the history
  12. Fix a bug in the last commit

    Keno committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    3867b6d View commit details
    Browse the repository at this point in the history
  13. Make win64 work

    Keno committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    ca0c8c8 View commit details
    Browse the repository at this point in the history
  14. Rebase

    Keno committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    7aee599 View commit details
    Browse the repository at this point in the history
  15. Small bugfix

    Keno committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    0ca1970 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2013

  1. Fix small memory bug

    Also adjust the tests for the fact that Complex is immutable
    Keno committed Jun 28, 2013
    Configuration menu
    Copy the full SHA
    b5b72bf View commit details
    Browse the repository at this point in the history
  2. Add missing initializations

    Keno committed Jun 28, 2013
    Configuration menu
    Copy the full SHA
    5baa6ce View commit details
    Browse the repository at this point in the history