Commit Graph

  • 2b27e1f5c5 Release our lock when we encounter a canceled task Jon Parise 2015-08-03 12:33:53 -07:00
  • 9409a5e073 Update podspec for 1.1 release Garrett Moon 2015-08-01 18:15:13 -07:00
  • a36d5ff37d Merge pull request #20 from pinterest/setOperationQOS 1.1 Jon Parise 2015-08-01 15:18:27 -07:00
  • 053ee6dfc3 Merge pull request #17 from jmah/jmah/mini-optimization Garrett Moon 2015-08-01 14:14:38 -07:00
  • bbf05dec24 Merge pull request #16 from jmah/jmah/thread-safety-fix Garrett Moon 2015-08-01 14:06:28 -07:00
  • bb8c9db99f Merge pull request #18 from jmah/jmah/bool-clean Jon Parise 2015-08-01 13:10:57 -07:00
  • 5036a71446 Remove extra qualityOfService set setOperationQOS Garrett Moon 2015-08-01 12:43:26 -07:00
  • b6ce589aac Merge pull request #21 from pinterest/clearContextFirst Jon Parise 2015-08-01 12:41:07 -07:00
  • 99b34850c7 Context should be nil'd before image source clearContextFirst Garrett Moon 2015-08-01 09:28:07 -07:00
  • 144327ae99 Set QOS / Thread priority Garrett Moon 2015-08-01 09:24:47 -07:00
  • 735852c800 Ensure BOOLs are YES / NO Jonathon Mah 2015-07-31 18:25:30 -07:00
  • ffd92b70af Optimize cancelling operations a little Jonathon Mah 2015-07-31 18:42:13 -07:00
  • 18bfff532b Fix concurrency issue: Only alter completions dictionary while locked Jonathon Mah 2015-07-31 18:13:11 -07:00
  • ce50f3c2be Merge pull request #15 from jparise/early-check Jon Parise 2015-07-31 15:28:23 -07:00
  • ead45bf18a Pass options directly to our early return routine. Jon Parise 2015-07-31 15:11:04 -07:00
  • 5cc919cbf9 Merge branch 'UUID' Jon Parise 2015-07-31 15:05:35 -07:00
  • fd073e394e Simplify UUID parameter handler. Jon Parise 2015-07-31 14:54:52 -07:00
  • da1a21045c Merge pull request #13 from pinterest/addOlderSDKs Garrett Moon 2015-07-30 17:13:22 -07:00
  • 49226213bf Can't specify simulator Garrett Moon 2015-07-30 16:53:41 -07:00
  • b0a923a99c Add Travis tests for older SDKs. Only build master. Garrett Moon 2015-07-30 16:51:32 -07:00
  • b1d7d1fe5f Merge pull request #12 from pinterest/fixQOSTestAndDocumentLimitations Garrett Moon 2015-07-30 16:18:02 -07:00
  • 3cbbaf758b Move key fetch outside of for loop Garrett Moon 2015-07-30 15:47:34 -07:00
  • faa6264b65 Fix QOS Test (and add cleanup) Garrett Moon 2015-07-30 15:13:36 -07:00
  • d45faa3044 Merge pull request #11 from pinterest/fixEarlyReturnTest Garrett Moon 2015-07-30 14:26:47 -07:00
  • f64da583c1 Switch to for loop so this times out. Garrett Moon 2015-07-30 14:22:22 -07:00
  • 9fd2ca9c28 Fixing the early return test. I forgot about the optimization to execute callbacks before images are stored in the cache. Garrett Moon 2015-07-30 14:11:23 -07:00
  • aaf11794c4 Merge pull request #10 from pinterest/addLinguistAttributes Garrett Moon 2015-07-30 13:46:30 -07:00
  • 72c6a6556d Add .gitattributes to help github correctly identify language repo. Garrett Moon 2015-07-30 13:42:53 -07:00
  • 6186c59c51 Merge pull request #9 from jparise/lock-names Garrett Moon 2015-07-29 15:05:21 -07:00
  • 38d9f8e3c9 Name our locks. Jon Parise 2015-07-29 14:43:23 -07:00
  • ddcfbf1d5f Merge pull request #3 from ZevEisenberg/bugfix/zeveisenberg/1-prefix-category-methods Garrett Moon 2015-07-29 08:56:10 -07:00
  • e142bfa43f Fix dangling deprecated calls. Zev Eisenberg 2015-07-24 21:17:48 -04:00
  • 87fe6e7185 Minor ReadMe cleanup. Zev Eisenberg 2015-07-24 21:05:45 -04:00
  • c9f1796b3f Prefix category methods. Zev Eisenberg 2015-07-24 21:04:43 -04:00
  • ccc27640fb Publish scheme Garrett Moon 2015-07-27 11:11:19 -07:00
  • 6d890229f5 Fix .travis.yml Garrett Moon 2015-07-27 11:07:52 -07:00
  • ed0bd22360 - Fix podspec Garrett Moon 2015-07-27 10:58:31 -07:00
  • 80723bb43a Merge pull request #2 from pixyzehn/feature/fix_storyboard_error Jon Parise 2015-07-27 09:50:33 -07:00
  • 7414dda5fd Update Example/Pods/ to reflect PINCache update. Jon Parise 2015-07-27 09:47:37 -07:00
  • 845a01fe56 Use the public CocoaPods version of PINCache. Jon Parise 2015-07-27 09:40:24 -07:00
  • 11838ceca5 Merge pull request #7 from jaredsinclair/issue-6-modules Jon Parise 2015-07-27 09:26:54 -07:00
  • 60dd076d7c Merge pull request #4 from ZevEisenberg/bugfix/zeveisenberg/fix-some-static-analysis-warnings Jon Parise 2015-07-27 09:26:09 -07:00
  • 8dc2c2a4f5 fix(imports): change to module imports where relevant Jared Sinclair 2015-07-26 18:25:56 -04:00
  • 7c2890d9a8 fix errant apostrophe in possessive "its" Kent Brewster 2015-07-25 08:37:10 -10:00
  • 1099f70847 Add missing calls to super. Zev Eisenberg 2015-07-24 21:12:41 -04:00
  • cf035218be Fix storyboard error on example Nagasawa Hiroki 2015-07-25 10:03:41 +09:00
  • 10c92ec928 Add more contact info 1.0 Garrett Moon 2015-07-22 17:35:27 -07:00
  • 9d2bd31f95 1.0 Garrett Moon 2015-07-22 17:29:31 -07:00