Not yet configured in my CI/CD, here are the manual steps :
hg clone --insecure https://hg.cerbelle.net/hg/liboom
hg clone http://hg.cerbelle.net/hg/liboom
cd liboom
./bootstrap.sh
./configure
make astyle
make cppcheck && \
xdg-open cppcheck/index.html
make clean all check lcov gcovr && \
xdg-open lcov/index.html
make DESTDIR=`pwd`/_installtest install installcheck uninstall
make linux-inst linux-zip linux-clean linux-distclean
make dist distcheck distclean
make clean debian-deb debian-distclean
This version does not support non POSIX (without set/getrlimit) operating systems (Windows) and needs sysconf GNU extensions (SC_AVPHYS_PAGES), not available on MacOS.
CPPCheck report
LCOV Coverage report
Doxygen doc - pdf
Doxygen doc - online
Sources - tar.gz
Sources - tar.bz2
Sources - tar.xz
Sources - zip
Debian packages available in the following repositories :
deb [trusted=yes] https://packages.cerbelle.net/debian unstable/
deb-src [trusted=yes] https://packages.cerbelle.net/debian unstable/
apt-get update
apt-cache search liboom
Other builds not yet configured in my CI/CD, visit the manual build steps wiki page
This version does not support non POSIX (without set/getrlimit) operating systems (Windows) and needs sysconf GNU extensions (SC_AVPHYS_PAGES), not available on MacOS.
CPPCheck report
LCOV Coverage report
Doxygen doc - pdf
Doxygen doc - online
Sources - tar.gz
Sources - tar.bz2
Sources - tar.xz
Sources - zip
Debian packages available in the following repositories :
deb [trusted=yes] https://packages.cerbelle.net/debian unstable/
deb-src [trusted=yes] https://packages.cerbelle.net/debian unstable/
apt-get update
apt-cache search liboom
Other builds not yet configured in my CI/CD, visit the manual build steps wiki page
Under development