-
…w+WebCache. Add a more common macro to do current queue check
-
spelling correction
-
Updated dispatch_ macro in order to avoid redefinition when included as Pod
-
…atch_main_async_safe`, so we no longer `dispatch_sync` on the main queue that can create issues.
-
…hread/, background queue can execute code on the main thread, so we need to check for the main queue to assure safety
-
Clarified and simplified the usage of TARGET_OS_* macros. Added SD_MAC, SD_UIKIT, SD_IOS, SD_TV, SD_WATCH. Updated Travis CI
-
…ork (pod lib lint works). There is an issue, the SDWebImage watchOS target doesn't show the simulator, only Generic Device. Also need to add some demo and test code.
-
When the code is copied within a swift module, or when a target is linked against the static library or when using from cocoapods - the debugger not longer gets broken.
-
…s (for proper autocomplete). Created a SDWebImageNoParamsBlock to distinguish easier from other no params blocks. Fixes #810
-
…ain_async_safe` macro. Fixes #505
-
Undefine macros before define to prevent warning on iOS
-
This version is a rewrite of the lib using iOS 5.0 as minimum target. The lib as thus been refactored to use blocks/GCD from the ground up. As a consequence, all delegate code style has been removed. The result is a lot less lines of code and more flexibility.