1. 05 Jan, 2017 1 commit
    • Thomas Van Lenten's avatar
      Minor fix for autocreated object repeated fields and maps. · 988ffe0a
      Thomas Van Lenten authored
      - If setting/clearing a repeated field/map that was objects, check the class
        before checking the autocreator.
      - Just to be paranoid, don’t mutate within copy/mutableCopy for the autocreated
        classes to ensure there is less chance of issues if someone does something
        really crazy threading wise.
      - Some more tests for the internal AutocreatedArray/AutocreatedDictionary
        classes to ensure things are working as expected.
      - Add Xcode 8.2 to the full_mac_build.sh supported list.
      988ffe0a
  2. 28 Dec, 2016 1 commit
  3. 27 Dec, 2016 2 commits
  4. 22 Dec, 2016 4 commits
  5. 21 Dec, 2016 2 commits
  6. 20 Dec, 2016 5 commits
  7. 19 Dec, 2016 3 commits
    • Adam Cozzette's avatar
      Merge pull request #2517 from acozzette/js-embed · fb15862b
      Adam Cozzette authored
      Auto-generate well_known_types_embed.cc
      fb15862b
    • Adam Cozzette's avatar
      Fixed "make check" for cmake build · 98d89d42
      Adam Cozzette authored
      The check target did not depend on the test_plugin binary, so this would
      cause "make check" to fail at times because of the absence of
      test_plugin. This change adds a dependency on test_plugin so that it
      will always get built before the tests are executed.
      98d89d42
    • Adam Cozzette's avatar
      Auto-generate well_known_types_embed.cc · 1b3a0c16
      Adam Cozzette authored
      Until now this file was just checked into the repo, but actually it
      should be generated from any.js, struct.js, and timestamp.js. This
      change updates the build system to make this happen. To make it work I
      also had to remove some C++11 features from embed.cc.
      1b3a0c16
  8. 16 Dec, 2016 3 commits
  9. 15 Dec, 2016 2 commits
  10. 14 Dec, 2016 5 commits
  11. 13 Dec, 2016 9 commits
  12. 12 Dec, 2016 3 commits