Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-06 | hyprpm: Add support for specifying exact git revisions for plugin repo (#4983) | ItsDrike | |
* hyprpm(feat): support specifying exact git revs * Mention git rev argument in help * Mention git rev arg is optional * Wrap text | |||
2024-03-02 | hyprpm: don't copy .so if file doesn't exist | Vaxry | |
ref #4926 | |||
2024-02-03 | hyprpm: fix invalid pkg-config path env in build | Vaxry | |
ref #4573 | |||
2024-02-02 | hyprpm: fix crash on add plugin | Vaxry | |
ref #4563 | |||
2024-02-01 | hyprpm: install headers locally (#4585) | Vaxry | |
* hyprpm: install headers locally * oopsie | |||
2024-01-29 | hyprpm: update global state on plugin recompile not header update | Vaxry | |
ref #4547 | |||
2024-01-29 | hyprpm: don't update headers if they are up-to-date, only recompile | Vaxry | |
will not update headers if plugins are compiled for different ones, and instead only compile. ref #4284 | |||
2024-01-28 | hyprpm: verify headersHashCompiled as well in headersValid() | Vaxry | |
ref #4547 | |||
2024-01-28 | hyprpm: log verbose return of cmake and meson in update | Vaxry | |
2024-01-28 | hyprpm: add --force for update | Vaxry | |
closes #4547 | |||
2024-01-07 | hyprpm: handle failed compilations gracefully | vaxerski | |
2023-12-30 | hyprpm: Make sure we're in git repo before getting new hash (#4303) | zakk4223 | |
2023-12-21 | hyprpm: trim paths in PATH | vaxerski | |
fixes #4210 | |||
2023-12-13 | hyprpm: Link against tomlplusplus when using cmake (#4145) | Junxuan Liao | |
This reduces the compilation time and is consistent with the meson version. | |||
2023-12-13 | hyprpm: add duplicate header error and log more verbose in install fails | Vaxry | |
2023-12-11 | hyprpm: cast std::clamp args to be of the same type (#4116) | Jan Beich | |
hyprpm/src/progress/CProgressBar.cpp:50:27: error: no matching function for call to 'clamp' const auto BARWIDTH = std::clamp(w.ws_col - m_szCurrentMessage.length() - 2, 0UL, 50UL); ^~~~~~~~~~ /usr/include/c++/v1/__algorithm/clamp.h:38:1: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('size_type' (aka 'unsigned int') vs. 'unsigned long') clamp(const _Tp& __v, const _Tp& __lo, const _Tp& __hi) ^ /usr/include/c++/v1/__algorithm/clamp.h:27:1: note: candidate function template not viable: requires 4 arguments, but 3 were provided clamp(const _Tp& __v, const _Tp& __lo, const _Tp& __hi, _Compare __comp) ^ | |||
2023-12-10 | hyprpm: guard empty command | Vaxry | |
fixes #4114 | |||
2023-12-10 | hyprpm: clone plugins recursively | Vaxry | |
2023-12-07 | hyprpm: fix with system headers | Vaxry | |
fixes #4082 | |||
2023-12-07 | hyprpm: Add hyprpm, a Hyprland Plugin Manager (#4072) | Vaxry | |