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

Removed dynamic memory allocation in dash::Matrix view types #22

Merged
merged 12 commits into from
Oct 18, 2016

Commits on Oct 18, 2016

  1. Configuration menu
    Copy the full SHA
    1f9adbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fdfe25 View commit details
    Browse the repository at this point in the history
  3. Thread-Safety: Do not update member variables while accessing dash::M…

    …atrix elements
    devreal authored and fuchsto committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    97bbbe6 View commit details
    Browse the repository at this point in the history
  4. Mark variadic functions in LocalMatrixRef inline to reduce overhead (…

    …relevant for GCC)
    devreal authored and fuchsto committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    2899c64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cfe34d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f261ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff59ad4 View commit details
    Browse the repository at this point in the history
  8. Thread-Safety: Do not update member variables while accessing dash::M…

    …atrix elements
    devreal authored and fuchsto committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    c7c477a View commit details
    Browse the repository at this point in the history
  9. Mark variadic functions in LocalMatrixRef inline to reduce overhead (…

    …relevant for GCC)
    devreal authored and fuchsto committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    830a6e2 View commit details
    Browse the repository at this point in the history
  10. Correct initialization of _refview

    devreal authored and fuchsto committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    33bd498 View commit details
    Browse the repository at this point in the history
  11. Fixed probable rebase error

    fuchsto committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    3eaa4f4 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'bug-mat-dynalloc' of github.com:dash-project/dash into …

    …bug-mat-dynalloc
    
    Conflicts:
    	dash/include/dash/matrix/internal/LocalMatrixRef-inl.h
    fuchsto committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    6acc398 View commit details
    Browse the repository at this point in the history