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: sigrokproject/pulseview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d00efc6
Choose a base ref
...
head repository: sigrokproject/pulseview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 13, 2024

  1. build.yml: Add yaml file

    abraxa committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f1fa4a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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

Commits on Aug 30, 2024

  1. Fix warnings coming up with clang 17

    Also with -Wunqualified-std-cast-call that's enabled on github's macos-14-arm64 runner.
    abraxa committed Aug 30, 2024
    3 Configuration menu
    Copy the full SHA
    f48be9a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

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

Commits on May 15, 2025

  1. CMakeLists.txt: Update version range from 2.8 to 3.31.5 to avoid abort

    The error with CMake 4 on the github CI looks like this:
    
    CMake Error at CMakeLists.txt:22 (cmake_minimum_required):
      Compatibility with CMake < 3.5 has been removed from CMake.
    
      Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
      to tell CMake that the project requires at least <min> but has been updated
      to work with policies introduced by <max> or earlier.
    
      Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
    abraxa committed May 15, 2025
    Configuration menu
    Copy the full SHA
    c0676b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2fe9df View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

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