summaryrefslogtreecommitdiffstats
path: root/src/sqlite.mk
Commit message (Collapse)AuthorAgeFilesLines
* update: harfbuzz, sqliteMark Brand2017-01-061-2/+2
|
* sqlite: updateMark Brand2017-01-031-2/+2
|
* sqlite: updateMark Brand2017-01-031-3/+3
|
* add _WEBSITE and _DESCR fields to core packagesBoris Nagaev2016-12-221-0/+2
| | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
* sqlite: updateMark Brand2016-11-281-2/+2
|
* sqlite: updateMark Brand2016-11-071-2/+2
|
* dbus, gdb, sqlite: updateMark Brand2016-10-141-2/+2
|
* sqlite: updateMark Brand2016-09-131-2/+2
|
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* sqlite: updateMark Brand2016-08-131-2/+2
|
* sqlite: updateMark Brand2016-08-081-2/+2
|
* sqlite: updateMark Brand2016-05-181-2/+2
|
* sqlite: updateMark Brand2016-04-191-2/+2
|
* sqlite: updateMark Brand2016-04-091-2/+2
|
* sqlite: updateMark Brand2016-03-291-2/+2
|
* sqlite: updateMark Brand2016-03-041-2/+2
|
* sqlite: updateMark Brand2016-02-151-2/+2
|
* sqlite: updateMark Brand2016-01-201-2/+2
|
* sqlite: updateMark Brand2016-01-141-2/+2
|
* sqlite: updateMark Brand2016-01-061-3/+3
|
* sqlite: updateMark Brand2015-11-021-2/+2
|
* sqlite: updateMark Brand2015-10-171-2/+2
|
* sqlite: updateMark Brand2015-10-141-2/+2
|
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* sqlite: updateMark Brand2015-07-301-2/+2
|
* sqlite: updateMark Brand2015-05-211-2/+2
|
* sqlite: updateMark Brand2015-05-091-2/+2
|
* sqlite: updateMark Brand2015-05-081-3/+3
|
* sqlite: updateMark Brand2015-04-081-2/+2
|
* curl dbus gdb gnutls sqlite xz: updateMark Brand2015-02-271-2/+2
|
* sqlite: updateMark Brand2015-01-301-2/+2
|
* sqlite: updateMark Brand2015-01-201-2/+2
|
* sqlite: updateMark Brand2015-01-161-3/+3
|
* sqlite: updateMark Brand2014-12-101-2/+2
|
* sqlite: updateMark Brand2014-12-061-2/+2
|
* sqlite: updateMark Brand2014-11-191-2/+2
|
* sqlite: updateMark Brand2014-10-291-2/+2
|
* sqlite: updateMark Brand2014-10-171-2/+2
|
* update package sqliteMark Brand2014-08-171-2/+2
|
* update package sqliteMark Brand2014-06-041-2/+2
|
* update package sqliteMark Brand2014-04-031-2/+2
|
* update package sqliteMark Brand2014-03-261-2/+2
|
* update package sqliteMark Brand2014-03-121-2/+2
|
* package sqlite: omit debugging symbolsMark Brand2014-03-101-1/+2
|
* update package sqliteMark Brand2014-03-101-2/+2
|
* update package sqliteMark Brand2014-02-111-2/+2
|
* package qt4 and dependencies: enable shared buildsTony Theodore2014-02-091-4/+1
|
* update package sqliteMark Brand2014-02-041-3/+3
|
* package sqlite: do not disable thread safetyMark Brand2013-12-161-1/+1
| | | | | | | | | This was disabled in 9ff1828308481a01ada21c772320f863393ea072 due to buggy pthread support, but this this option does not induce sqlite to use multiple threads. Instead, it builds sqlite with the necessary mutexes to make the library thread safe. https://sqlite.org/threadsafe.html