summaryrefslogtreecommitdiff
path: root/examples/libtracker-sparql
Commit message (Collapse)AuthorAgeFilesLines
* tests: Updated gtester scripts to improve testing systemMartyn Russell2014-02-201-2/+0
| | | | | | | | | | | | | | | We imported Makefile.decl from glib when it was using Subversion, a long time ago. The script had a few issues (like running all unit tests twice on make distcheck) and needed to be updated. I've stolen a latest version from GLib's glib.mk and also their m4 macros which are required to make this all work too. This gives us the advantage of defining installable and uninstallable test cases as well as test data, scripts and other useful stuff. The debug output also looks quite good. And distcheck passes :)
* all: Remove use of g_type_init() now it's deprecated in GLib since 2.35.xMartyn Russell2013-03-082-3/+0
|
* libtracker-sparql: Use static linking instead of pluginsJürg Billeter2011-04-041-1/+1
| | | | | | | | | Plugin loading in threads may be problematic in certain environments. As we do not currently support external plugins anyway, this changes libtracker-bus and libtracker-direct to be part of libtracker-sparql. This will also slightly improve initialization performance. Fixes NB#241659.
* build: ignore some built files in gitAleksander Morgado2011-03-141-0/+1
|
* examples: Don't forget to free structure in async-connectionMartyn Russell2011-03-021-0/+2
|
* examples: Don't forget class-signal.cMartyn Russell2011-03-021-0/+111
|
* examples: Move async-connection and class-signal to libtracker-sparql subdirMartyn Russell2011-03-023-0/+190