aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sqlite.rb
AgeCommit message (Collapse)Author
2014-08-17sqlite: update 3.8.6 bottle.BrewTestBot
2014-08-17sqlite 3.8.6Denis Denisov
Closes #31665. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-07sqlite: update 3.8.5_1 bottle.BrewTestBot
2014-08-07sqlite: bump revision for icu4c upgradeTomasz Pajor
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-21sqlite: update 3.8.5 bottle.BrewTestBot
2014-06-21sqlite 3.8.5Jack Nagel
2014-05-16sqlite: add ICU extensionDan Loewenherz
This commit adds the option to integrate the "International Components for Unicode" library for SQLite. See https://www.sqlite.org/src/artifact?ci=trunk&filename=ext/icu/README.txt for more information. Closes #29285. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-15Don't assume cflags is non-nilJack Nagel
Fixes #29284.
2014-04-06sqlite: update 3.8.4.3 bottle.BrewTestBot
2014-04-06sqlite 3.8.4.3Jack Nagel
2014-03-30sqlite: update 3.8.4.2 bottle.BrewTestBot
2014-03-30sqlite 3.8.4.2Jack Nagel
2014-03-15sqlite: update 3.8.4.1 bottle.BrewTestBot
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-15sqlite 3.8.4.1Jack Nagel
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-11sqlite: update 3.8.3 bottle.BrewTestBot
2014-02-11sqlite: drop redundant commentJack Nagel
2014-02-11sqlite: do not enable stat3 supportBen Reser
It's buggy with 3.8.1, 3.8.2 and 3.8.3. See this bug for details: https://www.sqlite.org/src/info/4c86b126f2 Further, it violates the query planner stability guarantee: https://sqlite.org/queryplanner-ng.html#qpstab https://sqlite.org/compile.html Closes #26592. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-05sqlite: add testMike Naberezny
Closes #26412. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-04sqlite 3.8.3Jack Nagel
2013-12-08sqlite 3.8.2Jack Nagel
2013-12-05sqlite: add relocatable bottleJack Nagel
2013-11-01sqlite 3.8.1Jack Nagel
2013-10-31sqlite: update bottle.BrewTestBot
2013-09-18sqlite: add bottle.Mike McQuaid
2013-09-11sqlite: use resourcesAdam Vandenberg
2013-09-04sqlite 3.8.0.2Jack Nagel
2013-08-31sqlite 3.8.0.1Marc Simpson
Closes #22213. Signed-off-by: Xiyue Deng <manphiz@gmail.com>
2013-08-27sqlite: fix SHA-1.Mike McQuaid
Closes #22151.
2013-08-27sqlite 3.8.0Stefan
Fixed version for extension_functions.c to match what is on the official homepage. The sha1 remains the same. Closes #22132 Fixes #22134 Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-06-11sqlite: style nitAdam Vandenberg
2013-06-11sqlite: fix download filename of functionsChad Catlett
Closes #20412. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-06sqlite: deps come after optionsAdam Vandenberg
2013-05-20sqlite 3.7.17Jack Nagel
2013-04-12sqlite 3.7.16.2Jack Nagel
2013-03-31sqlite 3.7.16.1Jack Nagel
2013-03-21sqlite 3.7.16Stefan
Closes #18592. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-08sqlite 3.7.15.2Jack Nagel
2013-01-13sqlite 3.7.15.1Manuel Reinhardt
Closes #17056. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-11sqlite: style nitsMisty De Meo
2013-01-11sqlite: keg_onlySamuel John
Closes #17000. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-12-17sqlite 3.7.15Lester Cheung
Closes #16634. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-15sqlite: fix typoJack Nagel
2012-11-10Revert "Rename readline to gnu-readline"Jack Nagel
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94. Turns out one of the "other things" is a dealbreaker. We only create kegs using a formula's canonical name. However, we do not check that this is the case when mapping existing kegs back to formula objects, and thus a keg with a name that happens to be an alias can fool Homebrew into thinking the canonically-named keg exists. So anything that enumerates kegs and then tries to do stuff with the resulting formula objects will just break. This is obviously worse than the debugger being broken, so reverting this for the time being.
2012-11-10Rename readline to gnu-readlineJack Nagel
The Readline class clashes with the Readline module from the Ruby stdlib. This has mostly worked, but with the recent debugging support's integration of IRB, it is no longer possible for them to coexist. So we need to rename it. The implications of this are: - Anything that depends on readline will reinstall it as "gnu-readline". Anything already installed will continue to function. - "brew upgrade readline" will say "gnu-readline not installed", as "readline" is now an alias. - Probably other things. So there are some downsides, but we will just have to deal with them. Fixes #15776.
2012-11-06sqlite 3.7.14.1Jack Nagel
*Note*: the docs tarball was not updated in this release, but I incremented the version for consistency. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-06sqlite 3.7.14Jack Nagel
- Make readline a recommended dep in preparation for upcoming dependency changes - Remove redundant ENV.Os, as that is the current default Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-12sqlite: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-17sqlite: Update to 3.7.13Charlie Sharpsteen