1. 19 Dec, 2016 2 commits
    • 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
  2. 05 Dec, 2016 1 commit
  3. 18 Nov, 2016 1 commit
  4. 10 Nov, 2016 1 commit
  5. 10 Oct, 2016 2 commits
  6. 06 Oct, 2016 2 commits
  7. 23 Sep, 2016 1 commit
  8. 22 Sep, 2016 1 commit
  9. 21 Sep, 2016 1 commit
  10. 15 Sep, 2016 1 commit
    • Paul Yang's avatar
      Check in php implementation. (#2052) · e0e54661
      Paul Yang authored
      This pull request includes two implementation: C extension and PHP
      package. Both implementations support encode/decode of singular,
      repeated and map fields.
      e0e54661
  11. 02 Sep, 2016 1 commit
  12. 01 Sep, 2016 1 commit
  13. 02 Aug, 2016 1 commit
  14. 01 Aug, 2016 1 commit
  15. 27 Jul, 2016 2 commits
  16. 26 Jul, 2016 1 commit
    • Adnan's avatar
      fixed cmake config files install path · 154e278a
      Adnan authored
      Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb.
      
      This brings us more into line with other langauges, and makes it more
      obvious when we are requiring protobuf generated code.
      
      Add a script to build protoc zip packages.
      
      [ci skip]
      
      Change-Id: Ia0e0bf3bb6bd24633dc8f294318bb20ac837f8b9
      
      Ruby: translate package names from snake_case -> PascalCase.
      
      Added unit test for PascalCasing package names in Ruby.
      
      Added new file to ruby_EXTRA_DIST.
      154e278a
  17. 13 Jul, 2016 1 commit
  18. 12 Jul, 2016 1 commit
  19. 03 Jul, 2016 1 commit
  20. 10 Jun, 2016 3 commits
  21. 08 Jun, 2016 1 commit
  22. 06 Jun, 2016 2 commits
  23. 03 Jun, 2016 1 commit
    • Konstantin Podsvirov's avatar
      CMake project updates · 71556295
      Konstantin Podsvirov authored
      A series of improvements:
      
      - Improved Protobuf module compatibility (disabled by default);
      - Hide advanced settings;
      - Added build tree configuration;
      - Added build of examples.
      71556295
  24. 02 Jun, 2016 1 commit
  25. 01 Jun, 2016 2 commits
  26. 28 May, 2016 1 commit
  27. 27 May, 2016 3 commits
  28. 21 May, 2016 2 commits
  29. 19 May, 2016 1 commit