Commit Graph

5 Commits

Author SHA1 Message Date
Marco Bubke
596d310d42 Sqlite: Remove temporary unused functions
We will maybe rank the functions in the future but today we don't use that
code.

Change-Id: I84c88b45ceae830c29c3c197e7d0d0c1a6d5c114
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
2019-07-16 08:28:19 +00:00
Nikolai Kosjar
e244784ed3 Sqlite: Move export define to *.pro
...since we do not need that in e.g. unittest.pro.

Change-Id: I90da96e81eae3f0fdffd073c4314502c1e0d0c83
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
2015-11-26 13:57:08 +00:00
Marco Bubke
2327ef7eec Sqlite: Remove VPATH
Change-Id: Iec694045fa04280e8f94cd4206cf3e23b9125ecf
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
2015-06-11 10:57:06 +00:00
Marco Bubke
0996cf0e9e Sqlite: Disable warnings for sqlite.c
Change-Id: Ida2e4f5397ee3e1f0a5d3ab0b48e419e2423aafa
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2015-06-10 12:59:44 +00:00
Marco Bubke
e2f8a9883b Introduce codemodelbackend process and library
This is a partial result of wip/clang-oop. More will follow.

This allows us to invoke the completion out of the Qt Creator process
and thus safes us as against libclang crashes.

At this point only the completion use case is supported.

Some notes on the individual components:

 src/libs/codemodelbackendipc
  * library encapsulating the inter process communication handling
  * used by the backend application and in a follow-up change by the
    creator integration

 src/libs/3rdparty/sqlite
  * version 3.8.10.2
  * dependency of codemodelbackendipc, will be used to storage indexing
    data, among others

 src/tools/codemodelbackend
  * the backend application

 tests/unit:
  * unit tests

Change-Id: I91a48e27467581a22fb760a18d8eb926008fea60
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2015-06-03 14:22:09 +00:00