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

Add new library loading modes #6312

Merged
merged 8 commits into from
Aug 14, 2019
Merged

Add new library loading modes #6312

merged 8 commits into from
Aug 14, 2019

Commits on Aug 14, 2019

  1. Configuration menu
    Copy the full SHA
    ae46333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf16ee5 View commit details
    Browse the repository at this point in the history
  3. Remove dumb overloads of atomic_op, fetch_op

    And lf_queue::apply.
    Fix inlining problem by passing F by value.
    Nekotekina committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    4f22559 View commit details
    Browse the repository at this point in the history
  4. Remove lib_loading_type::automatic

    This is former default and is now obsolete.
    Nekotekina committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    d45c743 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8f3067 View commit details
    Browse the repository at this point in the history
  6. typemap: remove "polymorphic" type support

    Unnecessary complexity
    Nekotekina committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    d41d7b5 View commit details
    Browse the repository at this point in the history
  7. typemap: remove "shared" type support

    Need to fix design mistakes of putting too much into the same bag.
    Nekotekina committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    9f93090 View commit details
    Browse the repository at this point in the history
  8. Implement stx::typeinfo_v (util/typeindices.hpp)

    Move and generalize logic from typemap.h
    Nekotekina committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    4df1c16 View commit details
    Browse the repository at this point in the history