summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-08-06Require GLib 2.30, telepathy-glib 0.18Simon McVittie1-2/+8
2012-08-06Add ytstenut-uninstalled.pc supportDanilo Cesar Lemes de Paula1-0/+1
It's allow pkg-config to return correct values when ytstenut is not installed. Almost the same as telepathy-ytstenut-uninstalled.pc.in Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=53170
2012-02-02Build fixes for Mingw32Siraj Razick1-1/+22
These changes enables us to cross-compile ytstenut-glib for windows with mingw32.
2012-01-23build: Run integration tests only when requestedRob Staudinger1-1/+12
Automatic integration tests require salut and gabble up and running on the respective system. No longer attempt to run those tests unconditionally, but only when requested using --enable-integration-tests at configure time.
2011-10-31Contact: split away internal interfaceRob Staudinger1-1/+1
The "send-message" signal to pass on a message to the ytstenut internals has been moved to an interface that is not exposed through the API. the Contact class is abstract now, with and -Impl subclass which provides the new "send-message" signal. Tags: refactoring
2011-10-25Roster: get rid of Client reference.Rob Staudinger1-1/+1
No other objects depend on having a pointer to the Client object now. Tags: refactoring
2011-10-24Added files and changes for Android portAlvaro Soliverez1-1/+1
2011-10-21build: use C99.Rob Staudinger1-1/+1
2011-10-19Contact: get rid of Client pointer.Rob Staudinger1-2/+2
More untangling of the codebase. Removed "client" property from Contact, means bumping version to 0.4.0. Tags: refactoring, api
2011-10-03Post release version bump to 0.3.1Rob Staudinger1-1/+1
2011-09-16build: Remove --enable-docs build option, just go by --enable-gtk-doc.Rob Staudinger1-8/+1
2011-09-16build: Enable lots of warnings when building on gcc and fix them.Rob Staudinger1-16/+34
2011-09-16build: Simplify debug options.Rob Staudinger1-23/+8
2011-09-16build: Check for 'nm' in configure.Rob Staudinger1-0/+2
2011-09-16build: Check that all public symbols from ytstenut.sym actually show up in ↵Rob Staudinger1-41/+27
the shared lib.
2011-09-12build: Move pkg-config file to and create API-versioned filename automatically.Rob Staudinger1-1/+1
2011-09-12build: Use single-digit API series number.Rob Staudinger1-1/+1
2011-09-08Adjust namespaces so they start with org.freedesktopRob Staudinger1-1/+1
2011-09-05build: Tweak AC_INIT and ACLOCAL_AMFLAGS.Rob Staudinger1-2/+3
2011-09-02Big rename step #2: Rename all occurrencs of Ytsg to Yts (in all cases)Rob Staudinger1-38/+38
2011-09-02Big rename step #1: remove "glib" from filenames.Rob Staudinger1-14/+14
2011-09-01Post release version bump to 0.3.0Rob Staudinger1-1/+1
2011-09-01Bump version to 0.2.00.2.0Rob Staudinger1-2/+2
2011-08-22examples: Rename 'video-service' dir to 'video-profile'Rob Staudinger1-1/+1
2011-08-19service-adapter: Make it a baseclass instead of an interface.Rob Staudinger1-0/+1
2011-07-25Post release version bump to 0.1.1Rob Staudinger1-1/+1
Signed-off-by: Rob Staudinger <robsta@linux.intel.com>
2011-07-25Add TODORob Staudinger1-0/+1
2011-03-23Added telepathy-ytstenut-glib to configureTomas Frydrych1-1/+1
2011-03-18More work on the clientTomas Frydrych1-1/+1
2011-02-02tests: YtsgStatus unit testTomas Frydrych1-0/+1
2011-02-01YtsgMetadata: hook into librest xml parserTomas Frydrych1-1/+1
2011-01-28Initial commitTomas Frydrych1-0/+181