libnih icon indicating copy to clipboard operation
libnih copied to clipboard

NIH Utility Library

Results 8 libnih issues
Sort by recently updated
recently updated
newest added

Add integration with free CI service http://travis-ci.org to execute unit-tests on each push/branch/merge-proposal. At the moment nih_watch_reader tests hang indefinitely on travis-ci infrastructure which have been disabled for now. I...

This add gtkdoc generated API docs for nih/*.h Also fixes up a few markup errors. published at http://libnih.la

This branch changes output: ``` Testing nih_main_write_pidfile() ...with successful write ...with overwrite of existing pid ...with failure to write to temporary file ``` To: ``` ok 21 - nih_main_write_pidfile() ok...

In case intl support is not part of libc, and thus local or external libraries are needed at link time to gain NLS.

1) __abort_msg is not available in all libc's 2) when it is available, it creates a tight dependancy between libnih and (e)glibc, requiring libnih to be recompiled against each (e)glibc...

``` $ make org.freedesktop.systemd1.h GEN org.freedesktop.systemd1.h nih-dbus-tool:marshal.c:172: Not reached assertion failed in marshal /bin/bash: line 4: 12193 Aborted (core dumped) /usr/bin/nih-dbus-tool --package=upstart -- mode=proxy --prefix=systemd --default-interface=org.freedesktop.systemd1.Manager --output=org.freedesktop.systemd1.h org.freedesktop.systemd1.xml ``` that...

Hi Scott, We're using NIH for https://github.com/cgmanager/cgmanager. However, we need to use SCM_CRED/SCM_CREDENTIALS which is not supported by dbus on Linux. We were therefore wondering about the possibility of adding...