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
2020-04-23Version bump for the SPM2.7.6August Mueller
2020-02-22Merge pull request #774 from bamx23/fix-podspecAugust "Gus" Mueller
2020-02-18fix header_dir path in podspecNikolay Volosatov
2019-12-14Merge pull request #768 from niveus/Check-for-SQLCiphersw01master1612August "Gus" Mueller
2019-12-13Change flag to SQLCIPHER_CRYPTOjason
2019-12-13Check that we are actually connected to an SQLCipher dbjason
2019-11-19Merge pull request #762 from Nelyus/swiftpmAugust "Gus" Mueller
2019-11-18Add SPM manifest with a library targetPierre Monod-Broca
2019-08-21Merge pull request #753 from R4N/sqlcipher-version-capAugust "Gus" Mueller
2019-08-21Adds SQLCipher subspec major version cap which will prevent `pod update` from...Micah Moore
2019-06-19Merge pull request #743 from wix-playground/AddMissingDoplymentTargetsAugust "Gus" Mueller
2019-06-19Merge pull request #742 from wix-playground/EnableARCinFMDBAugust "Gus" Mueller
2019-06-19Add missing OS deployment targets to project targetsLeo Natan
2019-06-19Enable ARC in the static FMDB targetLeo Natan
2019-04-16Merge pull request #719 from djs66256/masterAugust "Gus" Mueller
2019-01-31Documentation update.August Mueller
2019-01-26Merge branch 'rimasm-master'August Mueller
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-11-23fix leaksDaniel
2018-09-18Version bump.2.7.5August Mueller
2018-09-18Merge branch 'cnoon-feature/xcode-10-support'August Mueller
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
2018-09-05fix a warning for folks.August Mueller
2018-08-17Well, we should make sure this actually compiles.August Mueller
2018-08-15Merge pull request #697 from jhammer/localized-string-tableAugust "Gus" Mueller
2018-08-15Merge pull request #696 from jfahrenkrug/mark_dateformatter_method_args_nullableAugust "Gus" Mueller
2018-08-14Use NSLocalizedStringFromTableJonathan Hammer
2018-08-14Use NSLocalizedStringFromTableJonathan Hammer
2018-08-14Use NSLocalizedStringFromTableJonathan Hammer
2018-08-14Use NSLocalizedStringFromTableJonathan Hammer
2018-08-14Switch to NSLocalizedStringFromTableJonathan Hammer
2018-08-14The setDateFormat: method explicitly allows a nil parameter to reset to defaultJohannes Fahrenkrug
2018-07-10Merge pull request #683 from qmoya/patch-1August "Gus" Mueller
2018-07-10Update README.markdownQuico Moya
2018-06-27Cleanup for the static analyzer.August Mueller
2018-06-09Merge pull request #677 from philippec/masterAugust "Gus" Mueller
2018-06-05Added attributes to method implementationsPhilippe Casgrain
2018-06-01Merge branch 'rob2468-master'August Mueller
2018-06-01Merge branch 'master' of git://github.com/rob2468/fmdb into rob2468-masterAugust Mueller
2018-05-22Merge pull request #672 from R4N/sqlcipher-headerAugust "Gus" Mueller
2018-05-21Consolidates header search paths into the same line as other SQLCipher subspe...Micah Moore
2018-05-21bugfix, -[FMDatabase executeStatements:withResultBlock:] method has potential...jam.chenjun
2018-05-21add unit test case for -[FMDatabase executeStatements:withResultBlock:], SELE...jam.chenjun
2018-05-17Only sets HEADER_SEARCH_PATHS to SQLCipher in the podspec for subspec SQLCipher.Micah Moore
2018-05-17Adds SQLCipher to the HEADER_SEARCH_PATHS of FMDB within the SQLCipher subspec.Micah Moore
2018-03-02Merge pull request #651 from PaxLabs/schema-nullabilityAugust "Gus" Mueller