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: polybar/polybar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.6.0
Choose a base ref
...
head repository: polybar/polybar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.6.1
Choose a head ref
  • 10 commits
  • 23 files changed
  • 4 contributors

Commits on Mar 2, 2022

  1. Fix a Clang 13 warning

    `-Wdeprecated-copy` found this copy-assignment operator, which it
    complains about. Since it is just `= default`, we should be able to
    remove both it and the default constructor, making the struct just its
    data members.
    Nicholas-Baron authored and patrick96 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    2322493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4350e35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24e079a View commit details
    Browse the repository at this point in the history
  4. Skip manpage and html doc installation if they weren't generated

     Otherwise we get errors like this:
    
     CMake Error at doc/cmake_install.cmake:46 (file):
      file INSTALL cannot find
      "/<<PKGBUILDDIR>>/build/doc/html": No such file or
      directory.
     Call Stack (most recent call first):
      cmake_install.cmake:59 (include)
    samueloph authored and patrick96 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    40cbe7e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. fix(build): Do not replace CMAKE_EXE_LINKER_FLAGS

    CMAKE_EXE_LINKER_FLAGS contains, among other things, the LDFLAGS which
    many distros use to universally apply linker flags.
    When completely replacing CMAKE_EXE_LINKER_FLAGS, these flags are lost.
    patrick96 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    a82e432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b24080 View commit details
    Browse the repository at this point in the history
  3. fix(script): Prevent stalling during shutdown

    If a script module is waiting on a non-tailed script to finish, polybar
    cannot shut down until the script has terminted.
    To remedy this, we use the same polling loop as for tailed scripts which
    checks if it needs to terminate after every iteration.
    patrick96 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    c655ade View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Configuration menu
    Copy the full SHA
    8820cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b04f636 View commit details
    Browse the repository at this point in the history
  3. Release 3.6.1

    patrick96 committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    4a61d31 View commit details
    Browse the repository at this point in the history
Loading