Commit Graph

93 Commits

Author SHA1 Message Date
Vaxry 6624f2bb66 cmake: use CMAKE_SOURCE_DIR for tests
fixes #7
2024-01-03 14:13:58 +01:00
Vaxry 218d392e54 cmake: use binary_dir instead of build/
fixes #6
2024-01-03 13:59:09 +01:00
Vaxry 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
Vaxry 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
Vaxry bf6300d316 deploy: only run on main 2023-12-31 16:46:38 +01:00
Vaxry 55e6ca0e67 cmake: add pkg-config files 2023-12-31 14:41:22 +01:00
Vaxry 82dce408d1 docs: add newlines afer since 2023-12-31 14:28:36 +01:00
Vaxry 17e0c79139 api: add typedefs for config types 2023-12-31 14:20:50 +01:00
Vaxry 5150f64f15 configvalue: add getDataStaticPtr() 2023-12-31 14:15:03 +01:00
Vaxry 1210de188c configOptions: add allowMissingConfig 2023-12-31 01:59:37 +01:00
Vaxry 0d7d03363b readme: set better install prefix for cmake 2023-12-31 01:32:58 +01:00
Vaxry 2a9c79f0aa README: add example impl 2023-12-30 15:34:33 +01:00
Vaxry 0aef08154b CI: silence ssh and scp logs 2023-12-30 15:25:58 +01:00
Vaxry 2b87493487
CI: deploy docs (#2) 2023-12-30 15:15:36 +01:00
Vaxry efcd821ee0 doxygen: init 2023-12-30 14:31:48 +01:00
Vaxry 70145fd8da core: add options for config parser 2023-12-30 13:32:29 +01:00
Vaxry c69c286b31 readme: add build instructions 2023-12-29 20:05:45 +01:00
Vaxry 946e3d604c cmake: add install targets 2023-12-29 20:04:23 +01:00
Vaxry a081d90b19 core: add custom data types 2023-12-29 19:35:23 +01:00
Vaxry 8d538588ff internal: move public stuff to include/hyprlang.hpp 2023-12-29 18:01:07 +01:00
Vaxry d6bb511810
CI: Add arch cross-compile and test (#1) 2023-12-29 17:52:44 +01:00
Vaxry 97bf10facd core: add missed config test 2023-12-29 16:02:43 +01:00
Vaxry 710bf1276a core: add parseFile 2023-12-29 13:43:36 +01:00
Vaxry cc05e782b3 core: add special categories 2023-12-29 13:26:21 +01:00
Vaxry 4d9da8db25 tests: adjust env check 2023-12-29 12:05:08 +01:00
Vaxry 069cb99131 readme: add vars to readme 2023-12-29 12:03:19 +01:00
Vaxry c5d9b60170 core: add env 2023-12-29 12:01:01 +01:00
Vaxry 582d35fee8 core: make dynamic variable changes affect lines where it is used 2023-12-29 11:48:55 +01:00
Vaxry 158c66c5db core: add variables 2023-12-29 11:40:08 +01:00
Vaxry 090dcb22ea core: add dynamic handlers 2023-12-29 11:22:24 +01:00
Vaxry 19479c3216 core: add support for handlers 2023-12-28 23:25:57 +01:00
Mihai Fufezan 53d955b150
Nix/CI: add hyprlang-with-tests 2023-12-28 23:27:46 +02:00
Mihai Fufezan 046fe8531a
CI: init 2023-12-28 23:16:38 +02:00
Mihai Fufezan ff594625a1
Nix: init 2023-12-28 23:11:34 +02:00
Mihai Fufezan 57fdf6038e
CMake: install lib and fix test path 2023-12-28 23:11:27 +02:00
Vaxry b355124950 cmakelists: make library shared 2023-12-28 21:26:25 +01:00
Vaxry 1c46cc857b add comma-separated rgb and rgba 2023-12-28 21:23:10 +01:00
Vaxry 750d011806 add support for vec2 2023-12-28 21:04:51 +01:00
Vaxry 2fb2ab9b46 update readme 2023-12-28 20:50:54 +01:00
Vaxry e15526ee91 initial commit
parses variables. Progress, I guess.
2023-12-28 20:38:01 +01:00
Vaxry 3e6a554bec
Initial commit 2023-12-28 17:01:04 +01:00