Library for alterator objects
  • C 98.3%
  • CMake 1.7%
Find a file
Maria Alexeeva e7246469a9
All checks were successful
Build and test check / Build and test on alt-p11 (pull_request) Successful in 44s
Build and test check / Build and test on alt-sisyphus (pull_request) Successful in 1m0s
Formatting check / check_formatting (alt-sisyphus) (pull_request) Successful in 1m47s
Build and test check / Build and test on alt-p11 (push) Successful in 59s
Build and test check / Build and test on alt-sisyphus (push) Successful in 1m2s
Formatting check / check_formatting (alt-sisyphus) (push) Successful in 1m53s
0.1.7-alt1
- Update version to 0.1.7.
2026-06-05 14:41:28 +04:00
.forgejo/workflows ci: add build and test check 2026-03-20 15:31:15 +03:00
.gear fix: adjust RPM spec and soversion handling for CMake build 2026-03-14 19:55:31 +04:00
.vscode chore: add vscode configs 2026-04-21 13:57:32 +03:00
examples feat: implement stdout nd stderr to AlteratorGroupComponentApplier 2026-06-05 10:40:11 +03:00
src release: update project versions for release 0.1.7 2026-06-05 14:40:56 +04:00
vapi-metadata feat: update Edition1 bindings 2026-05-04 16:52:55 +03:00
.clang-format chore: rename clang-format.txt to .clang-format 2025-08-15 16:22:06 +03:00
.gitignore chore: update .gitignore 2025-11-21 18:46:21 +04:00
alterator-glib.pc.in release: update project versions for release 0.1.7 2026-06-05 14:40:56 +04:00
CMakeLists.txt fix: cmake warnings 2026-03-20 15:31:15 +03:00
generate_bindings.cmake feat: update Edition1 bindings 2026-05-04 16:52:55 +03:00
generate_vapi.cmake fix: change directory for install .vapi 2026-03-12 19:01:36 +04:00
get_soversion.cmake fix: adjust RPM spec and soversion handling for CMake build 2026-03-14 19:55:31 +04:00
libalterator-glib.spec 0.1.7-alt1 2026-06-05 14:41:28 +04:00
LICENSE license: move from GPLv3+ to LGPLv3+ 2026-03-14 17:23:27 +04:00
README.md fix: README.md 2026-03-12 16:07:54 +03:00
valgrind.supp strings_from_streams_check_apply (#93) 2026-06-02 17:53:34 +03:00

libalterator-glib

libalterator-glib is a library for alterator objects.

Build on sisyphus:

Install dependencies:

sudo apt-get install -y \
    libtomlc99-devel libcheck-devel \
    libdbus-devel libdbus-glib-devel \
    libcjson-devel gobject-introspection-devel \
    vala-tools libgio-devel libpolkit-devel \
    gcc-c++ cmake

Build project:

cmake -B build && cmake --build build 2>&1 | tee build/log

Install project:

sudo cmake --install build