1. 14 Nov, 2018 2 commits
    • Adam Cozzette's avatar
      Merge pull request #5349 from Allen-Webb/master · 897c2a22
      Adam Cozzette authored
      cpp_generator: Add generator options for --cpp_out.
      897c2a22
    • Thomas Van Lenten's avatar
      Fix up the Xcode project. · c0bc265b
      Thomas Van Lenten authored
      The builds were failing under Xcode 10 because of the new build system.
      Even when reverted to the old build system, the build was failing
      on the analyzer and swift bridging header, so it seems the general
      logic for searching for things was changed in a way the setting does
      not always cover.
      
      - Disable HeaderMaps.
      - Set user header search paths instead of system search paths.
      - Turn off always search user paths (now recommended).
      
      Tested in Xcode 10.1 and 9.4.1; both are able to build/pass with this.
      c0bc265b
  2. 13 Nov, 2018 4 commits
  3. 12 Nov, 2018 5 commits
  4. 09 Nov, 2018 9 commits
  5. 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
  6. 06 Nov, 2018 5 commits
  7. 05 Nov, 2018 1 commit
  8. 04 Nov, 2018 1 commit
  9. 03 Nov, 2018 1 commit
  10. 02 Nov, 2018 1 commit
    • Thomas Van Lenten's avatar
      Let the 9.4 migrator migrate the Swift source. · eecccdc8
      Thomas Van Lenten authored
      No changes were needed, but since the Xcode projects pick up the updated
      setting, the tests require a newer Xcode that supports Swift 4.
      
      This is being done because Xcode 10 starting warning about Swift 3 support
      going away in the future, so we might as well do the updates since most
      folks shouldn't be on those really old Xcode versions any more.
      eecccdc8
  11. 01 Nov, 2018 3 commits
  12. 31 Oct, 2018 1 commit
  13. 29 Oct, 2018 4 commits
  14. 23 Oct, 2018 1 commit