8000 Comparing gtkwave:master...aklsh:master · gtkwave/gtkwave · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: gtkwave/gtkwave
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aklsh/gtkwave
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 16 files changed
  • 8 contributors

Commits on Aug 4, 2022

  1. update appdata files tags

    - Done as part of flatpak packaging, but works for native packaging as
      well
    aklsh committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    dce1376 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

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

Commits on Aug 7, 2022

  1. fix: use unordered list for changes

    Co-authored-by: Ralf Fuest <mail@rfuest.de>
    aklsh and rfuest authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    7ea4d15 View commit details
    Browse the repository at this point in the history
  2. fix: remove empty caption

    Co-authored-by: Ralf Fuest <mail@rfuest.de>
    aklsh and rfuest authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    3df6faa View commit details
    Browse the repository at this point in the history
  3. add updatecontact

    aklsh committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    d7854c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76cf608 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

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

Commits on Dec 9, 2022

  1. Don't crash when loading FST string sigs (#154)

    A mismatched malloc_2/free_2 was causing memory
    corruption when loading FST string signals. Change
    free to free_2 to free the correct address and not
    crash on these.
    jmerdich authored and aklsh committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    e7af94c View commit details
    Browse the repository at this point in the history
  2. Improve bundle directory detection. (#158)

    Now works no matter what the current directory is allowing the binary
    to be run out of the application from the command line.
    DanielO authored and aklsh committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    e120df6 View commit details
    Browse the repository at this point in the history
  3. Disable stdio buffering when accessing FST files on NetBSD (#161)

    the same as OpenBSD and FreeBSD.
    
    Co-authored-by: Lloyd Parkes <lloyd@must-have-coffee.gen.nz>
    2 people authored and aklsh committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    d0d8ab8 View commit details
    Browse the repository at this point in the history
  4. Add .vf virtual fsdb file as synonym for acceptable suffix for FSDB l…

    …oader.
    gtkwave authored and aklsh committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    dab3335 View commit details
    Browse the repository at this point in the history
  5. Only include Wayland headers when GDK has Wayland support (#162)

    Don't try to include gdk/gdkwayland.h unless the GDK backend declares
    support for Wayland. This allows Gtkwave to be built with Gtk versions
    >= 3.22.26 without requiring Wayland support.
    frej authored and aklsh committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    6e4fa10 View commit details
    Browse the repository at this point in the history
  6. buffer overflow fixes in FST reader

    gtkwave authored and aklsh committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2c07945 View commit details
    Browse the repository at this point in the history
Loading
0