aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/sqlite/sqlite.pri
Commit message (Collapse)AuthorAgeFilesLines
* Remove qmake build filesEike Ziller2022-01-201-17/+0
| | | | | | | | | | Removes qmake as a build system for building Qt Creator itself. Keep them for some tests that are not completely moved to CMake yet. Change-Id: I846c6ef65626b6dfae6375fdc85d00677aa8c2fb Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Revert "Revert "Merge remote-tracking branch 'origin/4.15'""Eike Ziller2021-05-071-0/+6
| | | | | | | | | | | This reverts commit f0a86d45104f585b7aeef07fcc68cea24061aedb. Reverting a merge doesn't "undo" it - the changes would be lost forever even with subsequent merges. So we need to revert the revert to get the changes. Change-Id: I65928f876f4dc886561bed17c4b2aa42b388c1e3 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* Revert "Merge remote-tracking branch 'origin/4.15'"Marco Bubke2021-05-061-6/+0
| | | | | | | | | This reverts commit 888ca0dd20ff647970fc85340e108cfa34d78c3a. Reason for revert: wrong patchset Change-Id: I1291789938601aaf606c59917ff938e3c24c78dd Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Sqlite: Use config.h instead of setting everything in the build filesMarco Bubke2021-05-051-0/+6
| | | | | Change-Id: Ia70a5e78475a8b8078276df03330060c8785bf90 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Sqlite: Add carray extension from Sqlite and a pointer bindingMarco Bubke2020-05-261-1/+2
| | | | | Change-Id: I96c160514ac80458cbcbff0151c685958de71fdd Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Sqlite: Remove temporary unused functionsMarco Bubke2019-07-161-2/+1
| | | | | | | | 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>
* Sqlite: Move export define to *.proNikolai Kosjar2015-11-261-4/+0
| | | | | | | ...since we do not need that in e.g. unittest.pro. Change-Id: I90da96e81eae3f0fdffd073c4314502c1e0d0c83 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
* Sqlite: Remove VPATHMarco Bubke2015-06-111-5/+4
| | | | | Change-Id: Iec694045fa04280e8f94cd4206cf3e23b9125ecf Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
* Sqlite: Disable warnings for sqlite.cMarco Bubke2015-06-101-0/+4
| | | | | Change-Id: Ida2e4f5397ee3e1f0a5d3ab0b48e419e2423aafa Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Introduce codemodelbackend process and libraryMarco Bubke2015-06-031-0/+12
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>