1. 18 Nov, 2018 1 commit
  2. 16 Nov, 2018 2 commits
  3. 15 Nov, 2018 1 commit
  4. 14 Nov, 2018 9 commits
  5. 13 Nov, 2018 5 commits
  6. 12 Nov, 2018 5 commits
  7. 09 Nov, 2018 9 commits
  8. 08 Nov, 2018 2 commits
    • Adam Cozzette's avatar
      Merge pull request #5316 from zmodem/dllexport_build_fix · ce72041c
      Adam Cozzette authored
      Add wire_format_lite_inl.h include to implicit_weak_message.cc
      ce72041c
    • Dave MacLachlan's avatar
      Fix bugs in our keyword conversion support for objectivec · be83b29b
      Dave MacLachlan authored
      We have code for converting C/C++/Objc keywords that appear in protos
      to convert them so that they can be compiled.
      One of the things we need to be careful of is accidentally overriding methods
      that Apple declares in NSObject. It turns out that we have run into issues
      where we conflict with "hidden" methods in NSObject or methods added by
      categories. method_dump.sh collects all of the methods we care about for
      macOS and iOS and dumps them into objectivec_nsobject_methods.h which
      is then included in objectivec_helpers.cc as part of the build.
      
      Added a pile of tests to verify that conversions are happening as expected.
      be83b29b
  9. 06 Nov, 2018 5 commits
  10. 05 Nov, 2018 1 commit