Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-12Update project file formatting to match Xcode's auto-formattingTroy Stump
2021-06-12Lower iOS deployment target to 9.0Troy Stump
2021-06-12Update all targets to inherit their deployment target(s) from the project's d...Troy Stump
2021-06-12Remove unused project localizationsTroy Stump
2021-06-12Bump project compatibility version to Xcode 12.0Troy Stump
2021-03-25Add typeForColumn functionsRobert Ryan
2020-05-05Improve FMDBVersionRobert Ryan
2019-06-19Merge pull request #743 from wix-playground/AddMissingDoplymentTargetsAugust "Gus" Mueller
2019-06-19Add missing OS deployment targets to project targetsLeo Natan
2019-06-19Enable ARC in the static FMDB targetLeo Natan
2019-01-26Unused params shouldn't be set for all targets.August Mueller
2019-01-25Fix compilation for enabled GCC_WARN_UNUSED_PARAMETERRimas Mickevičius
2019-01-25Fix compilation for enabled CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPERimas Mickevičius
2018-09-18Fixed localization issue with InfoPlist.strings for test targetChristian Noon
2018-09-18Updated the Xcode compatibility version from 3.2 to 8.0Christian Noon
2018-09-18Updated the Xcode project to Xcode 10 and accepted all project updatesChristian Noon
2017-11-27Added build target for watchOSRupert Hanson
2017-10-24Update transactionsRobert M. Ryan
2017-08-28Merge pull request #486 from anagromataf/feature/allow-api-extension-api-onlyAugust "Gus" Mueller
2017-08-28Revert "Button things :("August Mueller
2017-07-19Button things :(August Mueller
2017-06-03Add doc comments warningsRobert M. Ryan
2017-05-23Removed Swift variadic renditions2.7Robert M. Ryan
2017-01-122.7Robert M. Ryan
2016-02-25Set APPLICATION_EXTENSION_API_ONLY to YESTobias Kräntzer
2015-12-29Version 2.6Robert M. Ryan
2015-12-29Version 2.6Robert M. Ryan
2015-12-05Changed the linker flags, because things have sorta changed with how Xcode ha...August Mueller
2015-11-05Merge pull request #426 from NextThought/inclusion-via-projectAugust "Gus" Mueller
2015-11-01put public headers in a sensible place so that <FMDB/FMDB.h>Chris Utz
2015-11-01add copy headers step for FMDB-IOS target. And expose core headers for the FM...Chris Utz
2015-10-30Add renditions of executeQuery and executeUpdate that throw errors in SwiftRobert M. Ryan
2015-08-03Revert "Framework branch"revert-394-frameworkAugust "Gus" Mueller
2015-08-02Modified to support using frameworkRobert M. Ryan
2015-06-10create shared Test schemeStefan Sechelmann
2015-01-24Weird merge from robertmryan-masterAugust Mueller
2015-01-22Added tests for FTS changeStephan Heilner
2014-10-20Cleanup and sdk fixes.August Mueller
2014-10-20Merge branch 'FMResultSet_Next_Error_Handling' of git://github.com/rosh89/fmd...August Mueller
2014-10-14Fix for Xcode 6.1August Mueller
2014-10-13Modified extrasRob Ryan
2014-10-09Adding 'nextWithError' method to FMResultSet to obtain error detailsRoshan Muralidharan
2014-09-10Moved some files around.August Mueller
2014-08-28Added FTS3 source files and tests to FMDB project.Andrew Goodale
2014-06-25Added some warnings, and fixed some warnings.August Mueller
2014-04-24Removed FMDatabaseSplitter, since it's no longer needed and cleaned up some c...August Mueller
2014-04-09Notes on what's going on today.busyloopbackAugust Mueller
2014-04-09Moved some stuff around.August Mueller
2014-04-07added batch sql splitteropenthread
2014-03-10Create FMDB.h to include all the standard includes; moved framework code into...robertmryan