summaryrefslogtreecommitdiff
path: root/tests/libtracker-fts
Commit message (Expand)AuthorAgeFilesLines
* meson: Rework how unit tests are definedSam Thursfield2018-07-151-5/+0
* meson: Replace all source_root() and build_root() callsSam Thursfield2017-08-041-2/+2
* libtracker-data: Make TrackerDataManager a non singletonCarlos Garnacho2017-06-291-9/+9
* libtracker-data: Make tracker-data-update.c a non singletonCarlos Garnacho2017-06-291-1/+3
* libtracker-fts: Remove TRACKER_FTS_STOP_WORDS envvarCarlos Garnacho2017-06-291-1/+1
* libtracker-data: Require location directories in all internalsCarlos Garnacho2017-06-291-8/+11
* libtracker-data: Remove test_schemas argument from TrackerDataManagerCarlos Garnacho2017-06-281-8/+5
* Add cache location to db manager and data managerPhilip Van Hoof2017-06-281-1/+1
* libtracker-data: tracker-store: Initial infrastructure to support domainPhilip Van Hoof2017-06-281-0/+1
* Fixes to Meson build systemSam Thursfield2017-06-241-2/+1
* Distribute meson.build files in tarballs generated by AutotoolsSam Thursfield2017-05-221-1/+2
* Meson build instructions for TrackerSam Thursfield2017-05-221-0/+13
* libtracker-common: Move and fix tracker-parser unit tests from libtracker-ftsMartyn Russell2014-12-033-719/+1
* Fix unit test after refactor of tracker-parser to libtracker-commonPhilip Van Hoof2014-12-011-1/+1
* libtracker-common: Moved tracker-ontologies.h into libtracker-sparqlMartyn Russell2014-10-271-6/+1
* data: Moved data/languages to src/libtracker-common/stop-wordsMartyn Russell2014-09-261-1/+1
* data: Moved ontologies/ into src/Martyn Russell2014-09-261-1/+1
* libtracker-fts: Make parser tests conditional by build requirmentsMartyn Russell2014-09-261-9/+29
* tests: Updated gtester scripts to improve testing systemMartyn Russell2014-02-203-6/+7
* test,libtracker-fts: allow alternate number of expected wordsAleksander Morgado2013-11-251-13/+25
* tests,libtracker-fts: always run full unicode testsAleksander Morgado2013-10-031-29/+0
* tests,libtracker-fts: use a more generic test string for chinese parser testsAleksander Morgado2013-10-031-2/+2
* all: Remove use of g_type_init() now it's deprecated in GLib since 2.35.xMartyn Russell2013-03-083-5/+0
* libtracker-fts: Fix unit test ontologies, removed tracker:fulltextNoLimitMartyn Russell2013-02-141-2/+1
* tests: tweak FTS tests to cope with the word length changesCarlos Garnacho2013-02-144-0/+4
* Remove g_thread_init callsJürg Billeter2011-11-273-10/+0
* libtracker-data: Initialization of db during restore must be handled if failsPhilip Van Hoof2011-06-291-1/+2
* libtracker-data: Drop unused sql_dir variableJürg Billeter2011-06-281-1/+0
* libtracker-fts: Fixed distcheck with dconf files not cleaned upMartyn Russell2011-04-041-0/+6
* libtracker-sparql: Use static linking instead of pluginsJürg Billeter2011-04-041-1/+1
* libtracker-data, tracker-store, tracker-control, tests: Make db iface initablePhilip Van Hoof2011-02-041-1/+3
* libtracker-fts: Use Cursor instead of ResultSet in fts-testJürg Billeter2011-01-191-31/+14
* build: Fix linking errors in tests/ and utils/Deji Akingunola2010-12-071-0/+1
* build: Replaced all trailing tabs before \ for spaces in Makefile.amsMartyn Russell2010-10-273-40/+40
* build: Use AM_CPPFLAGS now INCLUDES is deprecatedMartyn Russell2010-10-271-1/+1
* libtracker-fts: Cleaned up CFLAGS/LIBS for testsMartyn Russell2010-10-271-49/+30
* build: Remove WARN_CFLAGS and GCOV_{CFLAGS|LIBS}, use BUILD_{CFLAGS|LIBS} ins...Martyn Russell2010-10-271-5/+2
* libtracker-data, -direct, tests: Make it possible to set the max cache size p...Philip Van Hoof2010-09-231-1/+1
* Move SparqlError from libtracker-data to libtracker-sparqlJürg Billeter2010-08-161-0/+2
* libtracker-data: Do not use overly large transactions anymoreJürg Billeter2010-08-161-2/+0
* Fixes NB#179570: FTS search of file extension doesn't always workAleksander Morgado2010-08-021-3/+8
* VPATH build issues fixedAleksander Morgado2010-08-021-0/+3
* Merge libtracker-db into libtracker-dataJürg Billeter2010-07-202-3/+1
* libtracker-db: Support for moving rotated chunks to another locationPhilip Van Hoof2010-07-161-1/+1
* libtracker-db, libtracker-data: Support for journal rotationPhilip Van Hoof2010-07-161-0/+1
* libtracker-fts tests: Remove unused variableAleksander Morgado2010-07-071-14/+12
* Fixes GB#619244: Use a custom unaccenting method instead of libunacAleksander Morgado2010-06-151-27/+28
* Fixes GB#619498: Check if stop word before stemming, not afterAleksander Morgado2010-06-011-13/+89
* FTS parsers: refactor & cleanup APIAleksander Morgado2010-05-272-4/+5
* FTS tests: small fix in test dataAleksander Morgado2010-05-261-11/+11