hyprlang/src
Zach DeCook 573cf83c51
core: Fix compilation and tests on 32bit architectures (#20)
* Fix compilation on 32-bit architectures

The 1234L suffix creates a 'long', which is not 64-bit on 32-bit architectures.

* Use stoll instead of stol to fix colors on 32-bit systems

on 32 bit systems, 'long' is 32 bits and 'long long' is 64 bits,
so the 'long long' functions need to be used.

* Fix rgba and rgb values on 32-bit

* Use a cast to Hyprlang::INT
2024-02-12 18:03:04 +00:00
..
common.cpp internal: various stability improvements 2024-02-11 15:38:51 +00:00
config.cpp core: Fix compilation and tests on 32bit architectures (#20) 2024-02-12 18:03:04 +00:00
config.hpp internal: fixes to config path handling 2024-02-12 15:13:27 +00:00
core.hpp initial commit 2023-12-28 20:38:01 +01:00
logger.hpp initial commit 2023-12-28 20:38:01 +01:00
public.hpp internal: move public stuff to include/hyprlang.hpp 2023-12-29 18:01:07 +01:00