1. 25 May, 2016 1 commit
  2. 24 May, 2016 4 commits
    • Thomas Van Lenten's avatar
      Automated testing tweaks for ObjC · 368a2f4c
      Thomas Van Lenten authored
      - Move the ObjC tests into the list and exclude them on linux, this will change
        where in the order they start, since they are longer, it will have other
        things run in parallel instead of them ending up last and taking the longest.
      - Switch to the Xcode 7.3 image.
      - Drop the use of xctool and stream line things through the full_mac_build.sh
        script. This means we end up with only one build script instead of two.
      - Tweaks to the mac build script:
        - Make iOS Xcode version support explicit
        - Support Debug/Release only building
        - Change the OS X min parallel count to 2 to better deal with VMs.
      - Split the travis ios tests into the two Xcode Configurations as the logs are
        choking travis.
      368a2f4c
    • Thomas Van Lenten's avatar
      Merge pull request #1593 from thomasvl/framework_includes · 5d0c2ee3
      Thomas Van Lenten authored
      Better support for using the proto library from a framework.
      5d0c2ee3
    • Joshua Haberman's avatar
      Merge pull request #1589 from hochhaus/master · 173daf12
      Joshua Haberman authored
      Add js/binary/encoder.js to js_EXTRA_DIST.
      173daf12
    • Thomas Van Lenten's avatar
      Better support for using the proto library from a framework. · 7da023b8
      Thomas Van Lenten authored
      - Add generator constant for the default framework name.
      - Add generator api for making the CPP symbol from the name.
      - Add generator api to see if it is a bundled proto file.
      - Output a CPP conditional and two imports for the core library headers.
      - Add helper for generating the #import for file headers to deal with the
        framework imports.
      - Add a reference from the unittests to a WKT to use that to inspect how
        imports generate.
      - Update the podspec to define the CPP symbol and require pods 1.0 (or later).
      
      Fixes https://github.com/google/protobuf/issues/1457
      7da023b8
  3. 23 May, 2016 2 commits
  4. 21 May, 2016 3 commits
  5. 20 May, 2016 6 commits
  6. 19 May, 2016 8 commits
  7. 18 May, 2016 10 commits
  8. 17 May, 2016 6 commits