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

Vg ip 2: Use C++20, build shared library, improve performance and usability. #1

Merged
merged 23 commits into from
Jul 21, 2024

Conversation

sreiter
Copy link
Owner

@sreiter sreiter commented Jul 21, 2024

No description provided.

sreiter and others added 23 commits April 25, 2024 13:17
Classes and base classes are now identified by their type_index. This
should allow for much faster class hierarchy checks. Furthermore, it
is no longer necessary to obtain the types of base classes during
registration of a new type. This allows for registering classes in
arbitrary order, which is important for registration during static
initialization.
This makes naming consistent with moose_tests.
@sreiter sreiter merged commit 4868790 into master Jul 21, 2024
1 check passed
@sreiter sreiter deleted the vg_ip_2 branch July 21, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant