aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
AgeCommit message (Collapse)Author
2024-08-21Fix static asan patchJames R Larrowe
2024-05-11nix: build improvements (#5952)André Silva
* scripts: allow using existing variable values in generateVersion.sh * nix: populate versioning variables * nix: remove unused meson input * nix: remove unnecessary hyprland-protocols dependency * Nix: remove nixConfig from flake It's more annoying than helpful. * CI/Nix: fix PR build failure --------- Co-authored-by: Mihai Fufezan <[email protected]>
2024-04-24scripts: fix asan patchVaxry
2024-04-13build: update asan patch (#5562)André Silva
2024-04-06scripts: switch to branch --show-current for branch in generateVersionVaxry
2024-04-05hyprpm: add support for minimum versionsVaxry
2024-03-22scripts: fix asan patchVaxry
2024-03-01makefile: add asanVaxry
2023-12-17hyprctl: add commit date to "hyprctl version" (#4171)MightyPlaza
* add commit date to "hyprctl version" modified: scripts/generateVersion.sh modified: src/debug/HyprCtl.cpp modified: src/version.h.in * Nix: add date to hyprctl --------- Co-authored-by: Mihai Fufezan <[email protected]>
2023-10-11build: Unbreak Meson build on FreeBSD (#3549)Jan Beich
* generateVersion.sh: move cp(1) flags before arguments POSIX and BSD cp(1) don't support flags after arguments e.g., cp: -fr is not a directory * generateVersion.sh: switch to sed(1) -i for better compatibility On BSDs awk is usually The One True Awk thus doesn't support `-i inplace`. awk: unknown option -i ignored awk: can't open file {sub(/@HASH@/,"1234567890abcdef")}1 source line number 1
2023-10-10internal: better versioning (#3543)Vaxry
* better versioning * meson: better versioning * nix: better versioning --------- Co-authored-by: Mihai Fufezan <[email protected]>