Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-16 | hyprpm: err out on missing runtime deps | Vaxry | |
2024-04-16 | hyprpm: shallow since a week before commit date | vaxerski | |
timezones, etc. ref #5612 | |||
2024-04-15 | hyprpm: checkout branch and rev separately | Vaxry | |
sometimes the branch is garbled by incorrect packaging | |||
2024-04-15 | misc: fix autocompletions for meson (hyprctl/hyprpm) | Vaxry | |
Signed-off-by: Florian sp1rit <[email protected]> | |||
2024-04-15 | hyprpm: minor fixes to hyprpm for shallow and versioned clones | Vaxry | |
2024-04-12 | hyprpm: fix wlroots path (#5567) | bvr-yr | |
2024-04-10 | hyprpm: Improve Hyprpm Update Performance (#5530) | Ben Landon | |
* hyprpm: only clone the required history * hyprpm: don't include tracy when building headers in release mode * chore: remove old, commented-out code See https://github.com/hyprwm/Hyprland/pull/4585#discussion_r1474780294 * chore: format code properly | |||
2024-04-09 | hyprpm: install shell completions | ErrorNoInternet | |
2024-04-08 | pkg-config -> pkgconf for hyprpm and cmake | Vaxry | |
2024-04-07 | hyprpm: add shell completions (#5423) | LOSEARDES77 | |
* hyprpm: add completions * hyprctl: correct spell mistakes * Apply fixes * makefile: correct shell completion paths * makefile: remove complletions on uninstalling | |||
2024-04-05 | hyprpm: fix incorrect commits number parsing (#5437) | bvr-yr | |
2024-04-05 | hyprpm: ignore version checks for shallow clones | Vaxry | |
2024-04-05 | hyprpm: add support for minimum versions | Vaxry | |
2024-04-05 | hyprpm: print more info on build failures | Vaxry | |
2024-04-04 | hyprpm: Use proper path to update repo when processing user provided ↵ | zakk4223 | |
revision (#5414) | |||
2024-03-30 | hyprpm: avoid crashes on corrupted headers | Vaxry | |
ref #5329 | |||
2024-03-21 | hyprpm: add missing newline (#5207) | Praneeth Jain | |
2024-03-19 | hyprpm: log shell in build without fails | Vaxry | |
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 | |