1. 21 Jun, 2016 1 commit
    • Thomas Van Lenten's avatar
      Rename methods to avoid ObjC KVC collisions. (#1699) · a230b5d2
      Thomas Van Lenten authored
      Note: Breaking API change on the Dictionary classes.
      
      The numeric value classes were using "Value" in the naming, but this silently
      collided with the KVC category on NSObject; meaning KVC code could break up a
      keypath and call these selectors with the wrong types leading to crashes (even
      though the code all would compile cleanly).
      
      - Rename the methods to use the "type" instead of literal "Value".
      - Update all the impls and tests.
      - Enable the warning that will catch issues like this in the future.
      
      Fixes https://github.com/google/protobuf/issues/1616
      a230b5d2
  2. 20 Jun, 2016 1 commit
  3. 17 Jun, 2016 4 commits
  4. 16 Jun, 2016 8 commits
  5. 15 Jun, 2016 2 commits
  6. 14 Jun, 2016 2 commits
  7. 10 Jun, 2016 4 commits
  8. 09 Jun, 2016 1 commit
  9. 08 Jun, 2016 2 commits
  10. 07 Jun, 2016 6 commits
  11. 06 Jun, 2016 3 commits
  12. 03 Jun, 2016 6 commits