-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 673a76f - Browse repository at this point
Copy the full SHA 673a76fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 761268a - Browse repository at this point
Copy the full SHA 761268aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cee5b3 - Browse repository at this point
Copy the full SHA 1cee5b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd6d9b - Browse repository at this point
Copy the full SHA cdd6d9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b136c79 - Browse repository at this point
Copy the full SHA b136c79View commit details -
Type: Use
type_index
instead of hash. No longer rely on names.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.
Configuration menu - View commit details
-
Copy full SHA for c5cedb6 - Browse repository at this point
Copy the full SHA c5cedb6View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3b5b56 - Browse repository at this point
Copy the full SHA d3b5b56View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74f0713 - Browse repository at this point
Copy the full SHA 74f0713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c06690 - Browse repository at this point
Copy the full SHA 7c06690View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de724ee - Browse repository at this point
Copy the full SHA de724eeView commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3976fba - Browse repository at this point
Copy the full SHA 3976fbaView commit details -
C++20. Also, add binary serialization to stl tests.
Fix binary string serialization.
Configuration menu - View commit details
-
Copy full SHA for d0fc4fb - Browse repository at this point
Copy the full SHA d0fc4fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc72799 - Browse repository at this point
Copy the full SHA cc72799View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb83ce5 - Browse repository at this point
Copy the full SHA eb83ce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7292cf - Browse repository at this point
Copy the full SHA e7292cfView commit details
Commits on Jul 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 152bac1 - Browse repository at this point
Copy the full SHA 152bac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e439393 - Browse repository at this point
Copy the full SHA e439393View commit details -
Rename moosesample to moose_sample.
This makes naming consistent with moose_tests.
Configuration menu - View commit details
-
Copy full SHA for 66abe3f - Browse repository at this point
Copy the full SHA 66abe3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8245af3 - Browse repository at this point
Copy the full SHA 8245af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37b1eaa - Browse repository at this point
Copy the full SHA 37b1eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e49c365 - Browse repository at this point
Copy the full SHA e49c365View commit details -
Configuration menu - View commit details
-
Copy full SHA for e01c0c8 - Browse repository at this point
Copy the full SHA e01c0c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 758416e - Browse repository at this point
Copy the full SHA 758416eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.