1. 13 Jul, 2016 3 commits
  2. 12 Jul, 2016 2 commits
  3. 10 Jul, 2016 2 commits
  4. 09 Jul, 2016 1 commit
  5. 08 Jul, 2016 3 commits
  6. 07 Jul, 2016 7 commits
  7. 06 Jul, 2016 6 commits
  8. 05 Jul, 2016 1 commit
    • Dia Kharrat's avatar
      add nullable qualifier to nil return types · 523bfd4f
      Dia Kharrat authored
      Add the `nullable` qualifier to return types of Objective-C methods that
      can return a nil due to errors. This change makes these methods
      compatible with the Swift 2 try-catch syntax.
      523bfd4f
  9. 04 Jul, 2016 2 commits
  10. 03 Jul, 2016 2 commits
  11. 01 Jul, 2016 6 commits
  12. 30 Jun, 2016 3 commits
  13. 29 Jun, 2016 2 commits
    • Adam Cozzette's avatar
      Integrated internal changes from Google · d64a2d99
      Adam Cozzette authored
      This includes all internal changes from around May 20 to now.
      d64a2d99
    • Thomas Van Lenten's avatar
      Xcode project cleanup/setup. · 6cfc19ed
      Thomas Van Lenten authored
      - Correct some cases sources were compiled into the static lib and the tests.
      - Enable Xcodes code coverage support on the unittests.  We aren't complete on
        coverage, but having the data always there should make it easier to chip away
        at this going forward.
      - Drop method in tests that isn't used, wire up a validator in another test.
      6cfc19ed