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

Wiswesser #2591

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Wiswesser #2591

wants to merge 20 commits into from

Commits on May 7, 2023

  1. updated documentation

    Mikey authored and Mikey committed May 7, 2023
    Configuration menu
    Copy the full SHA
    abc7f80 View commit details
    Browse the repository at this point in the history
  2. added read file

    Mikey authored and Mikey committed May 7, 2023
    Configuration menu
    Copy the full SHA
    f5a03a8 View commit details
    Browse the repository at this point in the history
  3. added all

    Mikey authored and Mikey committed May 7, 2023
    Configuration menu
    Copy the full SHA
    e38439b View commit details
    Browse the repository at this point in the history
  4. added reader to make file

    Mikey authored and Mikey committed May 7, 2023
    Configuration menu
    Copy the full SHA
    967613b View commit details
    Browse the repository at this point in the history
  5. changed function name

    Mikey authored and Mikey committed May 7, 2023
    Configuration menu
    Copy the full SHA
    260402d View commit details
    Browse the repository at this point in the history
  6. updated docs for rules covered

    Mikey authored and Mikey committed May 7, 2023
    Configuration menu
    Copy the full SHA
    591f11a View commit details
    Browse the repository at this point in the history
  7. mvcc doesnt like the c string, malloced and freed char pointers instead

    Mikey authored and Mikey committed May 7, 2023
    Configuration menu
    Copy the full SHA
    9ffa9fb View commit details
    Browse the repository at this point in the history
  8. tried some string moving to keep memory alive for mvcc

    Mikey authored and Mikey committed May 7, 2023
    Configuration menu
    Copy the full SHA
    01b469c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. wlnptr string copy

    Mikey authored and Mikey committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ad050ce View commit details
    Browse the repository at this point in the history
  2. msvc compilar string lifetime workaround

    Mikey authored and Mikey committed May 8, 2023
    Configuration menu
    Copy the full SHA
    6707777 View commit details
    Browse the repository at this point in the history
  3. ahh var lengths arrays are gcc only

    Mikey authored and Mikey committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0c91df5 View commit details
    Browse the repository at this point in the history
  4. missed one var array, fixed

    Mikey authored and Mikey committed May 8, 2023
    Configuration menu
    Copy the full SHA
    4ce776d View commit details
    Browse the repository at this point in the history
  5. failing specific example in GCC swing, adding debugging

    Mikey authored and Mikey committed May 8, 2023
    Configuration menu
    Copy the full SHA
    1a3a7d7 View commit details
    Browse the repository at this point in the history
  6. complete exit on mol object bork

    Mikey authored and Mikey committed May 8, 2023
    Configuration menu
    Copy the full SHA
    1813c10 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. explicit memory management, fully checked, no lost memory

    Mikey authored and Mikey committed May 9, 2023
    Configuration menu
    Copy the full SHA
    abd4f07 View commit details
    Browse the repository at this point in the history
  2. debugging gcc swig on ssh debug session

    Mikey authored and Mikey committed May 9, 2023
    Configuration menu
    Copy the full SHA
    864e7c5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. moved global const char to std::string for safety?

    Mikey authored and Mikey committed May 10, 2023
    Configuration menu
    Copy the full SHA
    22af1d1 View commit details
    Browse the repository at this point in the history
  2. refactored the global vars to work with SWIG, updated WLNTest to be s…

    …tricter on branches implied by smiles
    Mikey authored and Mikey committed May 10, 2023
    Configuration menu
    Copy the full SHA
    8529040 View commit details
    Browse the repository at this point in the history
  3. sontatype bot point fix addressed

    Mikey authored and Mikey committed May 10, 2023
    Configuration menu
    Copy the full SHA
    74a802f View commit details
    Browse the repository at this point in the history
  4. final sonatype fix - will wait for python security to be approved bef…

    …ore submitting again
    Mikey authored and Mikey committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0503710 View commit details
    Browse the repository at this point in the history