Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-02 | Inline calls only required for demos | Hugo Osvaldo Barrera | |
LIB_3 and LIB_4 are only used to build the demos, but are initialised unconditionally. This requires pkg-config, gtk+3.0-dev and gtk4.0-dev. Inline this initialisation, so that pkg-config, gtk3 and gtk4 are only required when building the demos (or gtk bindings), but not for building hare-gi itself. | |||
2025-03-21 | Consistently use gtk3/4 suffixes instead of numeric suffixes | Alexey Yerin | |
2025-03-21 | Improve install and uninstall tasks | Alexey Yerin | |
2025-03-21 | Move bindings from bindings/gi => gi | Drew DeVault | |
Signed-off-by: Drew DeVault <drew@ddevault.org> | |||
2025-03-21 | Makefile: drop PHONY for hare-gi | Drew DeVault | |
Signed-off-by: Drew DeVault <drew@ddevault.org> | |||
2025-03-21 | Makefile: move pkg-config for demo3/demo4 to variable | Drew DeVault | |
Signed-off-by: Drew DeVault <drew@ddevault.org> | |||
2025-03-21 | Makefile: install hare-gi binary | Drew DeVault | |
Signed-off-by: Drew DeVault <drew@ddevault.org> | |||
2025-03-21 | Add consistent "3" suffix to gtk3 bits | Drew DeVault | |
Signed-off-by: Drew DeVault <drew@ddevault.org> | |||
2025-03-21 | all: move generated modules into gi:: namespace | Drew DeVault | |
Signed-off-by: Drew DeVault <drew@ddevault.org> | |||
2025-02-22 | Use hare version -vv to get the value of HAREPATH | Alexey Yerin | |
2024-04-01 | Simplify build | Alexey Yerin | |
2023-10-04 | Makefile: Update hare version -v parsing | Alexey Yerin | |
2023-05-28 | Fix Makefile | Alexey Yerin | |
2023-05-28 | Initial commit | Alexey Yerin | |