aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprpm
AgeCommit message (Collapse)Author
2024-03-06hyprpm: 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-02hyprpm: don't copy .so if file doesn't existVaxry
ref #4926
2024-02-03hyprpm: fix invalid pkg-config path env in buildVaxry
ref #4573
2024-02-02hyprpm: fix crash on add pluginVaxry
ref #4563
2024-02-01hyprpm: install headers locally (#4585)Vaxry
* hyprpm: install headers locally * oopsie
2024-01-29hyprpm: update global state on plugin recompile not header updateVaxry
ref #4547
2024-01-29hyprpm: don't update headers if they are up-to-date, only recompileVaxry
will not update headers if plugins are compiled for different ones, and instead only compile. ref #4284
2024-01-28hyprpm: verify headersHashCompiled as well in headersValid()Vaxry
ref #4547
2024-01-28hyprpm: log verbose return of cmake and meson in updateVaxry
2024-01-28hyprpm: add --force for updateVaxry
closes #4547
2024-01-07hyprpm: handle failed compilations gracefullyvaxerski
2023-12-30hyprpm: Make sure we're in git repo before getting new hash (#4303)zakk4223
2023-12-21hyprpm: trim paths in PATHvaxerski
fixes #4210
2023-12-13hyprpm: Link against tomlplusplus when using cmake (#4145)Junxuan Liao
This reduces the compilation time and is consistent with the meson version.
2023-12-13hyprpm: add duplicate header error and log more verbose in install failsVaxry
2023-12-11hyprpm: 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-10hyprpm: guard empty commandVaxry
fixes #4114
2023-12-10hyprpm: clone plugins recursivelyVaxry
2023-12-07hyprpm: fix with system headersVaxry
fixes #4082
2023-12-07hyprpm: Add hyprpm, a Hyprland Plugin Manager (#4072)Vaxry