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

Commits on Apr 25, 2024

  1. .gitignore: Add .cache.

    sreiter committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    673a76f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    761268a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cee5b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdd6d9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b136c79 View commit details
    Browse the repository at this point in the history
  6. 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.
    sreiter committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c5cedb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    d3b5b56 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. JSON: Rename .cpp files.

    sreiter committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    74f0713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c06690 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    de724ee View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    3976fba View commit details
    Browse the repository at this point in the history
  2. C++20. Also, add binary serialization to stl tests.

    Fix binary string serialization.
    sreiter committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d0fc4fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc72799 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    eb83ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7292cf View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    152bac1 View commit details
    Browse the repository at this point in the history
  2. Fix compilation after merge.

    sreiter committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    e439393 View commit details
    Browse the repository at this point in the history
  3. Rename moosesample to moose_sample.

    This makes naming consistent with moose_tests.
    sreiter committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    66abe3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8245af3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37b1eaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e49c365 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e01c0c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    758416e View commit details
    Browse the repository at this point in the history