1. 03 Jan, 2017 1 commit
    • Adam Cozzette's avatar
      Fixed cross compilations with the Autotools build · b40d3186
      Adam Cozzette authored
      Pull request #2517 caused cross compilations to start failing, because
      the js_embed binary was being built to run on the target platform
      instead of on the build machine. This change updates the Autotools build
      to use the AX_PROG_CXX_FOR_BUILD macro to find a suitable compiler for
      the build machine and always use that when building js_embed.
      b40d3186
  2. 07 Dec, 2016 1 commit
  3. 10 Oct, 2016 3 commits
  4. 24 Sep, 2016 1 commit
  5. 23 Sep, 2016 1 commit
  6. 20 Sep, 2016 1 commit
  7. 02 Sep, 2016 1 commit
  8. 25 Jul, 2016 1 commit
  9. 13 Jul, 2016 1 commit
  10. 28 May, 2016 1 commit
  11. 10 May, 2016 1 commit
  12. 28 Apr, 2016 1 commit
  13. 28 Dec, 2015 1 commit
  14. 21 Dec, 2015 1 commit
    • Feng Xiao's avatar
      Update version numbers. · aa7e17a6
      Feng Xiao authored
      Version number for beta languages is updated to v3.0.0-beta-2.
      Version number for alpha languages is updated to v3.0.0-alpha-5.
      aa7e17a6
  15. 18 Nov, 2015 1 commit
  16. 26 Aug, 2015 1 commit
    • Feng Xiao's avatar
      Update version number. · ffe92151
      Feng Xiao authored
      Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other
      languages are updated to v3.0.0-alpha-4.
      ffe92151
  17. 17 Jun, 2015 1 commit
    • Jisi Liu's avatar
      Make the code independent of config.h · 78d470c7
      Jisi Liu authored
      Now the Build tool needs to define -DHAVE_ZLIB and -DHAVE-PTHREAD rather
      than providing a config.h
      
      - Make pbconfig.h a manually written file to handle hash conditions
        according to platform related macros.
      - Remove #include "config.h" from source code.
      - Changed the configure.ac and Makefile.am to pass down the macros.
      - Change cmake to pass down the the macros.
      
      Change-Id: I537249d5df8fdeba189706aec436d1ab1104a4dc
      78d470c7
  18. 16 Jun, 2015 1 commit
  19. 29 May, 2015 1 commit
  20. 24 May, 2015 1 commit
  21. 23 May, 2015 1 commit
  22. 22 May, 2015 1 commit
    • Thomas Van Lenten's avatar
      Objective C Second Alpha Drop · 1dcc3294
      Thomas Van Lenten authored
      - Style fixups in the code.
      - map<> serialization fixes and more tests.
      - Autocreation of map<> fields (to match repeated fields).
      - @@protoc_insertion_point(global_scope|imports).
      - Fixup proto2 syntax extension support.
      - Move all startup code to +initialize so it happen on class usage and not app startup.
      - Have generated headers use forward declarations and move imports into generated code, reduces what is need at compile time to speed up compiled and avoid pointless rippling of rebuilds.
      1dcc3294
  23. 08 Apr, 2015 1 commit
  24. 25 Mar, 2015 1 commit
  25. 24 Mar, 2015 1 commit
  26. 03 Mar, 2015 1 commit
  27. 21 Feb, 2015 2 commits
  28. 18 Feb, 2015 1 commit
  29. 11 Dec, 2014 1 commit
  30. 10 Dec, 2014 1 commit
    • Chris Fallin's avatar
      Provide a Ruby extension. · 973f4257
      Chris Fallin authored
      This adds a Ruby extension in ruby/ that is based on the 'upb' library
      (now included as a submodule), and adds support for Ruby code generation
      to the protoc compiler.
      973f4257
  31. 04 Dec, 2014 1 commit
  32. 03 Dec, 2014 1 commit
  33. 02 Dec, 2014 2 commits
  34. 21 Oct, 2014 2 commits
  35. 11 Oct, 2014 1 commit