aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2009-11-05EXTRA_DIST fixes, cleanups, tools/git-missing-release added.Gergely Risko
tools/git-missing-release: a tool to check if you miss any files from the release tags, compared to Git.
2009-10-22fixed make distcheckGergely Risko
Added dolt temporary files to DISTCLEANFILES. Signed-off-by: Akos Pasztory <ext-akos.pasztory@nokia.com>
2009-10-09coverage, unit-tests, customer-tests fixes.Gergely Risko
2009-09-11Cleanups.Gergely Risko
2009-09-10Recurse into libcontextprovider too in customer-check, check-sum.Gergely Risko
2009-08-13Merge branch 'newcontextd'Marius Vollmer
Conflicts: Makefile.am common/logging.cpp configure.ac contextd/org.freedesktop.ContextKit.contextd.context debian/rules libcontextsubscriber/src/Makefile.am
2009-08-13Removed contextd, it's now in ContextKit-maemo.Marius Vollmer
2009-08-07Fixing the coverage target so that it does the check also in libcontextprovider.Marja Hassinen
2009-07-31Compile commons correctly.Michael Dominic K
2009-07-29Removing some old vapi and vala remains.Michael Dominic K
2009-07-24Removed fake-prrovider and fake-context-provider package.Marius Vollmer
2009-07-23Adding context to the build.Michael Dominic K
2009-07-22Correctly include vapi/ in subdirs.Marius Vollmer
2009-07-20Even more cleanups.Michael Dominic K
2009-07-20Don't enter here too.Michael Dominic K
2009-06-24Merge branch 'master' into build_cleanupGergely Risko
Conflicts: configure.ac libcontextsubscriber/Makefile.am libcontextsubscriber/configure.old tests/customer-tests/libcontextprovider/stubs/Makefile.am tools/Makefile.am
2009-06-23build cleanup: fixed coverage support for libcontextsubscriberGergely Risko
2009-06-23build cleanup: support for top-level check-sum, check-accept and coverageGergely Risko
2009-06-23Build cleanup continued.Gergely Risko
The configure.ac is only about checking the configuration (build environment) now, not setting things up. Every build setting is stored in Makefile.ams. No coverage yet, but make check is supported.
2009-06-18removed gtkdocize dependency, fixed make distcheck issues.Gergely Risko
2009-06-17build system cleanup, first tryGergely Risko
2009-06-03Merge branch 'master' of git@dvcs.projects.maemo.org:ContextKitMarius Vollmer
Conflicts: NEWS configure.ac debian/changelog
2009-06-01Exclude caches from the uninstall check performed by distcheck.Marius Vollmer
2009-06-01libcontextsubscriber: make distcheck + lintian fixes, new qt+moc+automake methodGergely Risko
2009-05-29Makefile.am: typo fixesGergely Risko
2009-05-29debian/: libcontextsubscriber packaging.Gergely Risko
Signed-off-by: David Janzso <ext-david.2.janzso@nokia.com>
2009-05-27Bringing the python stuff alive.Akos PASZTORY
Moved from tools/flexiprovider to python/ContextKit, added into the build infrastructure and adapted scripts.
2009-05-26Bringing the python stuff alive.Akos PASZTORY
Moved from tools/flexiprovider to python/ContextKit, added into the build infrastructure and adapted scripts.
2009-05-26Merge branch 'master' into subscriptionMarius Vollmer
Conflicts: .gitignore Makefile.am configure.ac doc/context-intro.txt
2009-05-20Added fake-provider directory.Marius Vollmer
* Makefile.am: Added it to SUBDIRS. * configure.ac: Create fake-provider/Makefile.
2009-05-19vpath fixes for make distcheckGergely Risko
2009-05-18Bringing the python stuff alive.Akos PASZTORY
Moved from tools/flexiprovider to python/ContextKit, added into the build infrastructure and adapted scripts.
2009-05-18Added -uninstalled pkg-config file.Akos PASZTORY
Signed-off-by: David Janzso <ext-david.2.janzso@nokia.com>
2009-05-14Distribute vapi files.Rob Taylor
2009-05-11Added -uninstalled pkg-config file.Akos PASZTORY
Signed-off-by: David Janzso <ext-david.2.janzso@nokia.com>
2009-04-29Combine contextd and libcontextprovider coverage data and add lcov files to ↵Jean-Luc Lamadon
distclean
2009-04-22Integrating building the mini contextd to the existing build system.Marja Hassinen
Fixing minor errors in the code.
2009-04-14Move spec and tools related stuff from topdir into spec and tools.Marius Vollmer
2009-04-14Run distcheck with --enable-gtk-doc.Marius Vollmer
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Here.
2009-04-07Code coverage now works.Rob Taylor
2009-04-07Remove Makefile.fragment includes from top level Makefile.amRob Taylor
2009-04-07More recursive make, now libcontextproviderRob Taylor
2009-04-07Use lcov to give us digestible coverage informationRob Taylor
2009-04-07Cleaned up distribution.Marius Vollmer
* Makefile.am (SPEC_TOOLS): Removed tools that have benn moved into doc/. (EXTRA_DIST): Added new tools git-make-dist and autogen-helpers.sh.
2009-04-06Add blank line to Makefile.am to improve readability.Marius Vollmer
Signed-off-by: David.
2009-04-02Removed doc related things from top-level Makefile.amMarius Vollmer
2009-04-01Moved generation of contextkit.html and context-properties.html into doc/.Marius Vollmer
2009-04-01Use doc/Makefile.am to create docs. Added intro.Marius Vollmer
2009-03-27Start of the BIG CHANGE.Rob Taylor
Manager and Subscriber now use a null value in the hash table to denote an unavailable key. Property changes are now done a key at a time and aggregated to be umitted on the next main loop iteration. Contextd has been killed (for now).
2009-03-20More docs.Marius Vollmer
* More docs in spec/context.xml. * New tool context2asciidoc. Use it to create doc/context.html. * More docs in doc/context-providers, including a first stab at types.