summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #3 id:40...zhaoqin2015-09-302-13/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-292-0/+13
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #8 id:14...Jeremy Roman2015-09-232-13/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-232-0/+13
* Remove relative include config from sqlite.shess2015-09-112-16/+8
* Bring third_party/sqlite/BUILD.gn into parity with sqlite.gyp.shess2015-09-112-20/+74
* Un-nest configs in GN files.brettw2015-09-021-22/+28
* [sqlite] Respect the gyp and gn component switch.shess2015-09-012-5/+42
* Revert of Un-nest configs in GN files. (patchset #3 id:40001 of https://coder...thakis2015-09-011-21/+20
* Revert of [sqlite] Respect the gyp and gn component switch. (patchset #6 id:1...phajdan.jr2015-09-012-39/+4
* [sqlite] Respect the gyp and gn component switch.shess2015-09-012-4/+39
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* Un-nest configs in GN files.brettw2015-08-311-20/+21
* Revert of [sqlite] Respect the gyp and gn component switch. (patchset #2 id:2...shess2015-08-282-26/+3
* [sqlite] Respect the gyp and gn component switch.shess2015-08-282-3/+26
* Revert of [sqlite] Respect the gyp and gn component switch. (patchset #1 id:1...sergeyv2015-08-282-29/+2
* [sqlite] Respect the gyp and gn component switch.shess2015-08-282-2/+29
* build: On Android, disable LTO for specific targets only when targeting GCC.pcc2015-08-261-1/+1
* [sql] Allow read-only memory mapping.shess2015-08-255-0/+104
* [sqlite] Annotate Chromium-specific exposed functions with SQLITE_API.shess2015-08-2210-42/+239
* Explicitly pass -Wno-unused-function to the targets that need it.thakis2015-08-192-7/+31
* Fix compilation of //sql:sql_unittests on iOS.sdefresne2015-08-111-89/+135
* [sql] Remove _HAS_EXCEPTIONS=0 from build info.shess2015-08-072-4/+0
* Fix //third_party/sqlite BUILD.gn on iOS.sdefresne2015-07-281-1/+1
* Enable MSVC warning C4018 for third_party/sqlite now that it is fixed.pkasting2015-07-221-1/+1
* Fix MSVC warning C4018 for sqlite.pkasting2015-07-213-18/+18
* [sql] Disable worker-thread code in SQLite.shess2015-06-241-0/+4
* Correct iOS device build for latest Xcode beta.justincohen2015-06-111-4/+6
* [sql] Remove fts2 patches.shess2015-04-1516-2970/+278
* Remove android_webview_build conditions from various places.torne2015-04-071-6/+0
* [sql] File left from removing SQLite 3.7.6.3 vendor import.Scott Hess2015-04-011-7832/+0
* [sql] Remove SQLite 3.7.6.3 vendor import.shess2015-04-01931-505117/+0
* Let sqlite use fdatasync() on Linux-based systemshashimoto2015-03-272-0/+12
* [sqlite backport] Fix collation dequoting.shess2015-03-257-26/+285
* [sql] Stop building fts2.shess2015-03-112-48/+1
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-1/+1
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-3/+1
* [sql] Enable disabled clang warnings.shess2015-02-132-25/+0
* [sql] Fix uninit variable in fts3EvalDeferredPhrase.shess2015-02-133-4/+37
* Import SQLite 3.8.7.4.Scott Hess2015-02-10903-55856/+233504
* [sql] Fix missing files in reference version of SQLite 3.8.7.4.Scott Hess2015-02-022-2/+24434
* [sql] Import reference version of SQLite 3.8.7.4.shess2015-02-011209-2/+640123
* [sql] Fix CRLF in some SQLite source code.Scott Hess2015-01-3111-364/+370
* [sql] Rewrite sqlite patching "system".shess2015-01-3041-2168/+3847
* [sql] Enable HAVE_USLEEP for more platforms.shess2015-01-212-2/+19
* [sql] Import reference version of SQLite 3.7.6.3.shess2015-01-14932-0/+512949
* gn format //third_partyscottmg2014-12-031-2/+10
* Specify the sqlite default file format on Android (fix typo)mckev2014-12-031-1/+1
* clang: Suppress a new warning in sqlite.Nico Weber2014-11-202-0/+6
* Add Link-Time Optimizations support for Android.fdegans2014-10-231-0/+5