summaryrefslogtreecommitdiff
path: root/Makefile-libgsystem.am
Commit message (Collapse)AuthorAgeFilesLines
* Rework to be an installed libraryv2014.1Colin Walters2014-02-061-22/+42
| | | | See https://mail.gnome.org/archives/desktop-devel-list/2014-February/msg00028.html
* Add glib-compat to Makefile to ensure it's distedColin Walters2013-05-281-0/+1
| | | | For people who still distcheck.
* Build with GLib 2.32 as wellColin Walters2013-05-171-0/+1
| | | | Needed by NetworkManager.
* gsystem-log.h: New structured logging APIColin Walters2013-04-231-0/+2
| | | | This is a wrapper for systemd-journal that's introspectable.
* GSConsole: New API to access system consoleColin Walters2013-01-241-0/+2
| | | | At present, only implemented for Unix.
* Revert "gsystemlog.la: New library which wraps sd_journal"Colin Walters2013-01-151-19/+0
| | | | | | | | This reverts commit 7229abafe3f8fac571cc1032dbfa16fce8954ade. After some discussion here: https://bugzilla.gnome.org/show_bug.cgi?id=691785 and in person, Ray and I decided to not have a generic systemd/syslog wrapper here.
* gsystemlog.la: New library which wraps sd_journalColin Walters2013-01-131-0/+19
| | | | | | An experimental API which allows logging to systemd. It's is simpler for the case where you just want a MESSAGE_ID+MESSAGE+PRIORITY (very common), and also can fallback to syslog if systemd isn't available.
* Import GSubprocess as GSSubprocessColin Walters2012-12-011-0/+5
| | | | Since it's stalled getting into GLib, let's import it here.
* build: Allow callers to control whether or not we are installedColin Walters2012-11-291-3/+1
| | | | | | | | And add some more flags to help with that, ensure we're not leaking symbols, etc. This will require static users to add noinst_LTLIBRARIES += libgsystem.la to their Makefiles.
* shutil: New submodule for high-level I/O operationsColin Walters2012-11-291-0/+2
| | | | Imported from ostree.
* build: Dist COPYING and READMEColin Walters2012-09-251-0/+2
| | | | These are both important to include in consumer tarballs.
* Add gs_file_read_noatime()Colin Walters2012-08-101-0/+2
| | | | | | Based on a patch from William Jon McCann <mccann@redhat.com> This will be used by libgnome-desktop and hopefully other things.
* Force embedders to define source pathColin Walters2012-07-151-7/+3
| | | | Trying to use ?= apparently confuses automake.
* Update buildsystem to be more embeddableColin Walters2012-07-151-5/+9
|
* Rename from libgdaemonColin Walters2012-07-151-0/+27