1. 10 Feb, 2017 1 commit
  2. 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
  3. 05 Dec, 2016 1 commit
  4. 18 Nov, 2016 1 commit
  5. 10 Nov, 2016 1 commit
  6. 10 Oct, 2016 2 commits
  7. 06 Oct, 2016 2 commits
  8. 23 Sep, 2016 1 commit
  9. 22 Sep, 2016 1 commit
  10. 21 Sep, 2016 1 commit
  11. 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
  12. 02 Sep, 2016 1 commit
  13. 01 Sep, 2016 1 commit
  14. 02 Aug, 2016 1 commit
  15. 01 Aug, 2016 1 commit
  16. 27 Jul, 2016 2 commits
  17. 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
  18. 13 Jul, 2016 1 commit
  19. 12 Jul, 2016 1 commit
  20. 03 Jul, 2016 1 commit
  21. 10 Jun, 2016 3 commits
  22. 08 Jun, 2016 1 commit
  23. 06 Jun, 2016 2 commits
  24. 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
  25. 02 Jun, 2016 1 commit
  26. 01 Jun, 2016 2 commits
  27. 28 May, 2016 1 commit
  28. 27 May, 2016 3 commits
  29. 21 May, 2016 2 commits