- 03 Jan, 2017 1 commit
-
-
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.
-
- 07 Dec, 2016 1 commit
-
-
Sergio Campama authored
-
- 10 Oct, 2016 3 commits
- 24 Sep, 2016 1 commit
-
-
Bo Yang authored
-
- 23 Sep, 2016 1 commit
-
-
Feng Xiao authored
[skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
-
- 20 Sep, 2016 1 commit
-
-
Bo Yang authored
-
- 02 Sep, 2016 1 commit
-
-
Jisi Liu authored
-
- 25 Jul, 2016 1 commit
-
-
Jisi Liu authored
-
- 13 Jul, 2016 1 commit
-
-
Feng Xiao authored
-
- 28 May, 2016 1 commit
-
-
Walter Gray authored
-
- 10 May, 2016 1 commit
-
-
Jisi Liu authored
-
- 28 Apr, 2016 1 commit
-
-
Josh Haberman authored
This takes the code that was sitting in benchmarks/ already and makes it easier for language-specific benchmarks to consume. Future PRs will enhance this so that the language-specific benchmarks can report metrics back that will be tracked over time in PerfKit.
-
- 28 Dec, 2015 1 commit
-
-
Feng Xiao authored
Also delete some unused files.
-
- 21 Dec, 2015 1 commit
-
-
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.
-
- 18 Nov, 2015 1 commit
-
-
Thomas Van Lenten authored
-
- 26 Aug, 2015 1 commit
-
-
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.
-
- 17 Jun, 2015 1 commit
-
-
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
-
- 16 Jun, 2015 1 commit
-
-
Feng Xiao authored
[ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
-
- 29 May, 2015 1 commit
-
-
Bo Yang authored
-
- 24 May, 2015 1 commit
-
-
teboring authored
-
- 23 May, 2015 1 commit
-
-
teboring authored
-
- 22 May, 2015 1 commit
-
-
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.
-
- 08 Apr, 2015 1 commit
-
-
Josh Haberman authored
Change-Id: Ib75664194491643f8e4f1503a2ed942a2d1e1655
-
- 25 Mar, 2015 1 commit
-
-
Feng Xiao authored
Change-Id: Ief6eccab82712be04285fc918bf0102102bbce21
-
- 24 Mar, 2015 1 commit
-
-
Feng Xiao authored
Change-Id: Ie5114bde3574c6cb0c67d5852b4658287561a0d3
-
- 03 Mar, 2015 1 commit
-
-
Jisi Liu authored
Change-Id: I33479e529b060e4fed532a827a386d3baecc835e
-
- 21 Feb, 2015 2 commits
- 18 Feb, 2015 1 commit
-
-
Josh Haberman authored
-
- 11 Dec, 2014 1 commit
-
-
Feng Xiao authored
-
- 10 Dec, 2014 1 commit
-
-
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.
-
- 04 Dec, 2014 1 commit
-
-
Feng Xiao authored
language.
-
- 03 Dec, 2014 1 commit
-
-
Feng Xiao authored
-
- 02 Dec, 2014 2 commits
- 21 Oct, 2014 2 commits
- 11 Oct, 2014 1 commit
-
-
William Orr authored
-