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

Debug #1946 #2007

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Debug #1946 #2007

wants to merge 7 commits into from

Commits on Nov 20, 2024

  1. Provide autogen.sh

    This seems to be some kind of standard script name for bootstrapping
    autotools.
    
    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    59eb09e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Revert "Fix underscrolling problem"

    This reverts commit d7e46d6.
    sjaeckel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5c5c591 View commit details
    Browse the repository at this point in the history
  2. These defines don't have to be in the header file

    They're only used in `window.c`.
    
    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    57ae8c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Add make target my-prof.supp

    This creates a "as personal as possible" Valgrind suppressions file.
    
    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    67922ae View commit details
    Browse the repository at this point in the history
  2. cmd_ac: Refactor alloc, reset & free

    Add all elements to an array, in order to easily be able to run operations
    in bulk.
    
    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    7d885c3 View commit details
    Browse the repository at this point in the history
  3. PyEval_InitThreads() is deprecated

    `Py_Initialize()` does it since 3.7, it's a noop and deprecated since 3.9.
    
    https://docs.python.org/3/c-api/init.html#c.PyEval_InitThreads
    
    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    76267ad View commit details
    Browse the repository at this point in the history
  4. Fix a bunch of obvious memory leaks at termination

    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9edf2fe View commit details
    Browse the repository at this point in the history