Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Eigenstate/vmd-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: support_py312
Choose a base ref
...
head repository: Eigenstate/vmd-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 13 files changed
  • 1 contributor

Commits on Jan 28, 2025

  1. Configuration menu
    Copy the full SHA
    55b3836 View commit details
    Browse the repository at this point in the history
  2. Fix Python 2

    Eigenstate committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    684b78a View commit details
    Browse the repository at this point in the history
  3. Regenerate plugin swig C++ output files on build

    Affects: autopsf, libbiokit
    Eigenstate committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    c52ea9c View commit details
    Browse the repository at this point in the history
  4. Remove register variables

    Doesn't work in C++17 and is a premature optimization anyway.
    Fixes build with Clang.
    Eigenstate committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    0b61841 View commit details
    Browse the repository at this point in the history
  5. Build molecule loading plugins staticly.

    The dynamic plugins are completely duplicated and can
    error on dlopen depending on compiler, and I don't want to
    figure that out. Given that they're build statically anyway,
    just omit making the .so files.
    Eigenstate committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    d61bd25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8381608 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Don't use AddObjectRef to keep 3.9 compatibility

    Only in Stable ABI >= 3.10.
    Eigenstate committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    dfd970d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Fix missing netcdf plugin

    Eigenstate committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    78498d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f10e8 View commit details
    Browse the repository at this point in the history
Loading