Commit graph

36 commits

Author SHA1 Message Date
Petr Kobalicek
dfeb5811dd
CMake: Use library aliases instead of library names (#55)
This changeset makes it possible to compile hyprlang with a custom
install prefix, which was not honored because of using "hyprutils" as
a raw dependency, which means that CMake was adding "-lhyprutils" flag
to the linker, but the linker didn't know the path in case a custom
install prefix was used to compile hyprutils.
2024-09-10 20:51:00 +01:00
651c8d02cc
CMake: fmt 2024-07-18 20:39:01 +03:00
c0704455ee
CMake, Nix: add VERSION file 2024-07-18 20:37:19 +03:00
Vaxry
ec6938c662
core: Move to hyprutils for util functions (#48)
* move to hyprutils

* Nix: add hyprutils dep

---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2024-06-08 23:24:12 +02:00
87d5d98410 cmake: remove -lc++abi
fixes #46
2024-05-23 16:16:22 +02:00
c7c2d29831 cmake: bump ver to 0.5.2 2024-05-23 12:00:09 +02:00
554c95a846 ci/cmake: fix clang build on arch 2024-05-23 11:56:15 +02:00
78fcaa27ae cmake: bump ver to 0.5.1 2024-04-14 20:00:46 +01:00
a685493fdb cmake: bump sover to 2 2024-03-08 16:18:28 +00:00
84170ba0e5 cmake: bump ver to 0.5.0 2024-03-08 16:15:14 +00:00
bba5daeaf9 header: undef internal symbols if not internal 2024-03-08 16:15:01 +00:00
9995f54edd cmake: bump ver to 0.4.2 2024-03-07 18:14:09 +00:00
f1db1a7e1f cmakelists: add O3 for release 2024-03-07 01:41:15 +00:00
42c66f6b44 cmakelists: bump ver to 0.4.1 2024-02-28 01:02:18 +00:00
11d5ccda07 cmake: bump sover to 1 2024-02-17 23:34:20 +00:00
df4be17dea cmake: bump ver to 0.4.0 2024-02-17 23:32:21 +00:00
aeb3e012ad cmake: bump ver to 0.3.2 2024-02-15 14:05:43 +00:00
a3b1a6b649 cmake: bump version to 0.3.1 2024-02-12 21:46:12 +00:00
78c16564ac build: unbreak clang 2024-02-12 17:23:50 +00:00
335d0c65e1 cmake: bump ver to 0.3.0 2024-02-09 20:30:26 +00:00
Pavel Solovev
25da0804b0 use CMAKE_INSTALL_FULL_LIBDIR in pkgconfig instead of hardcoded lib 2024-01-09 17:20:04 +02:00
Pavel Solovev
d48680678d cmake: install pkgconfig in CMAKE_INSTALL_LIBDIR
This's a library so the pkgconfig file should be installed in CMAKE_INSTALL_LIBDIR
2024-01-09 11:01:51 +02:00
Pavel Solovev
f1aaf52c36 cmake: use GNUInstallDirs variables 2024-01-06 00:15:08 +02:00
Mihai Fufezan
8118461c52
CMake: add SOVERSION 2024-01-05 23:27:29 +02:00
Mihai Fufezan
4c28464a7d
CMake: fix install dirs 2024-01-04 12:41:03 +02:00
6624f2bb66 cmake: use CMAKE_SOURCE_DIR for tests
fixes #7
2024-01-03 14:13:58 +01:00
218d392e54 cmake: use binary_dir instead of build/
fixes #6
2024-01-03 13:59:09 +01:00
6f62e2d5f4 version: bump to 0.2.1 2024-01-02 23:10:42 +01:00
Mihai Fufezan
db5e1399b9
Fix pkg-config and Nix 2024-01-02 23:17:22 +02:00
5cb3d2ba62 cmakelists: bump version to 0.2.0 2024-01-01 13:27:04 +01:00
Vaxry
1db2a12767
CI: add fuzzing and sanitizing (#5) 2023-12-31 16:51:50 +01:00
55e6ca0e67 cmake: add pkg-config files 2023-12-31 14:41:22 +01:00
946e3d604c cmake: add install targets 2023-12-29 20:04:23 +01:00
Mihai Fufezan
57fdf6038e
CMake: install lib and fix test path 2023-12-28 23:11:27 +02:00
b355124950 cmakelists: make library shared 2023-12-28 21:26:25 +01:00
e15526ee91 initial commit
parses variables. Progress, I guess.
2023-12-28 20:38:01 +01:00