Josh Haberman
247ef1f0df
Addressed PR comments.
2016-05-03 12:53:49 -07:00
Josh Haberman
b2d4b1a528
Fixed for pre-C++11 ifstream which does not accept std::string.
2016-04-29 10:25:52 -07:00
Josh Haberman
49a8918e97
Read files directly from filesystem since xxd isn't always available.
2016-04-29 10:19:03 -07:00
Josh Haberman
cb36bde047
Make the C++ tests build the benchmarking code.
2016-04-29 09:52:20 -07:00
Josh Haberman
1ce5bd8e84
Updates for PR comments.
2016-04-29 09:39:26 -07:00
Josh Haberman
30a2f70eb3
Added README describing the directory.
2016-04-27 18:34:33 -07:00
Josh Haberman
2e83110230
Added framework for generating/consuming benchmarking data sets.
...
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.
2016-04-27 18:22:22 -07:00
Joshua Haberman
f53f911793
Merge pull request #1455 from haberman/updateupb
...
Updated upb and simplified ruby code a bit with new upb method.
2016-04-27 10:37:33 -07:00
Thomas Van Lenten
66f074592d
Merge pull request #1454 from thomasvl/enum_defaults
...
Proper checking of enum with non zero default
2016-04-26 19:11:14 -04:00
Thomas Van Lenten
18b6a321b5
Proper checking of enum with non zero default
...
proto2 syntax allows the first enum to have a non zero value. This means any
field using that default has a non zero default without having an explicit
default being set. So when deciding what runtime info is needed, don't rely
on an explicit default, always check that the values aren't zero.
Fixes https://github.com/google/protobuf/issues/1453
2016-04-26 15:15:49 -04:00
Josh Haberman
d419ca10b4
Updated upb and simplified ruby code a bit with new upb method.
2016-04-22 14:12:10 -07:00
Feng Xiao
4057447997
Merge pull request #1444 from mbrtargeting/master
...
Added serialVersionUID to ExtendableMessage.
2016-04-22 11:45:31 -07:00
Tony Allevato
385755e13b
Add initial design document for Swift protocol buffers. ( #1442 )
...
* Add initial design doc for Swift protocol buffers.
2016-04-22 12:15:14 -04:00
Jakub Kukul
db93833bc6
Added serialVersionUID to ExtendableMessage.
2016-04-22 16:04:27 +02:00
Feng Xiao
034294bfb0
Merge pull request #1438 from xfxyjwf/docs
...
Add a docs directory and move the third-party add-ons page here.
2016-04-21 11:45:58 -07:00
Feng Xiao
0ad204845f
Merge pull request #1416 from cwhipkey/master
...
Change protobuf CPP proto generator to support the 'lite' option in
2016-04-20 17:15:16 -07:00
Feng Xiao
8052dc75a9
Add a docs directory and move the third-party add-ons page here.
2016-04-20 15:49:45 -07:00
Feng Xiao
f00300d7f0
Merge pull request #1414 from xyzzyz/googletest
...
Remove googletest.h header from stringprintf.cc
2016-04-20 11:20:34 -07:00
Thomas Van Lenten
1ccb4ca8ba
Merge pull request #1434 from jskeet/regenerate
...
Regenerate descriptor/well-known types for C#
2016-04-20 14:15:51 -04:00
Jon Skeet
c588ac42a2
Regenerate well-known types for C#
...
(There are documentation changes and new fields in descriptor.proto that have resulted
in changes to the serialized descriptor, but no breaking changes for C#.)
2016-04-20 17:19:42 +01:00
Thomas Van Lenten
e539e9820e
Merge pull request #1433 from thomasvl/check_wkt
...
ObjC support for failing the build in the generated WKTs are out of date
2016-04-20 11:58:18 -04:00
Thomas Van Lenten
511f28b73a
ObjC support for failing the build in the generated WKTs are out of date
...
- Always generated into a temp directory so we can see if things changed.
- Add a flag to control exiting with error when stale vs updating.
This should let the continuous builds error out when ObjC needs to have the
checked in sources updated.
2016-04-20 10:14:18 -04:00
Jon Skeet
f265fb8152
Merge pull request #1401 from jskeet/enum-casing
...
Enum casing in C#
2016-04-20 09:01:58 +01:00
Joshua Haberman
36978c3938
Merge pull request #1417 from seishun/windows2
...
Support Windows in gulpfile.js
2016-04-19 23:42:06 -07:00
Jon Skeet
d90d615f71
Attempt to fix AppVeyor build by exporting GetEnumValueName
2016-04-20 03:46:03 +01:00
Jon Skeet
790f4c8e37
Use the original name in JSON formatting.
...
(JSON parsing already does the right thing.)
2016-04-20 03:46:02 +01:00
Jon Skeet
84ea2c7a81
Regenerate all C# code and make it compile
...
JSON tests fail, as we're not using OriginalNameAttribute yet.
2016-04-20 03:46:00 +01:00
Jon Skeet
75626ed79c
Add C# codegen changes to enum value names (mostly C++)
...
Overview of changes:
- A new C#-specific command-line option, legacy_enum_values to revert to the old behavior
- When legacy_enum_values isn't specified, we strip the enum name as a prefix, and PascalCase the value name
- A new attribute within the C# code so that we can always tell the original in-proto name
Regenerating the C# code with legacy_enum_values leads to code which still compiles and works - but
there's more still to do.
2016-04-20 03:45:59 +01:00
Jisi Liu
1dc81948f5
Merge pull request #1428 from pherl/master
...
Add missing includes in field mask test
2016-04-19 15:21:37 -07:00
Jisi Liu
1b0ff34b90
Add missing includes in field mask test
2016-04-19 15:14:31 -07:00
Thomas Van Lenten
52825bf91a
Merge pull request #1426 from thomasvl/fix_comment_typo
...
Fix comments typo and update WKTs
2016-04-19 14:17:49 -04:00
Thomas Van Lenten
e664aa6d91
Regenerate the WKT to pick up current changes to the proto files.
2016-04-19 13:13:04 -04:00
Feng Xiao
83a7a5e885
Merge pull request #1402 from davidzchen/py2and3
...
Add missing PY2AND3 srcs_versions attributes to Python Bazel build targets
2016-04-19 10:01:29 -07:00
Thomas Van Lenten
3633bcd5e4
Fix comment typo
2016-04-19 12:40:37 -04:00
Jisi Liu
072296f186
Merge pull request #1422 from pherl/master
...
Update file list to include the missing extension lite file.
2016-04-18 15:34:21 -07:00
Jisi Liu
1f4f3e26bd
Update file list to include the missing extension lite file.
2016-04-18 14:12:08 -07:00
Nikolai Vavilov
7ff229fa4e
Support Windows in gulpfile.js
2016-04-16 00:30:59 +03:00
Joshua Haberman
ca9bbd71d5
Merge pull request #1413 from haberman/updateupb
...
Updated upb: JSON parser now accepts both camelCase and original case, and flag to choose on output.
2016-04-15 12:57:39 -07:00
Chad Whipkey
baf52bd79e
Change protobuf CPP proto generator to support the 'lite' option in
...
proto3.
Added a couple unit test proto3 files, for arena_lite and lite. Cloned
the proto3_arena_unittest to test some of the basics of generated code
(and to ensure that the generated proto3 test files are used by some
test).
2016-04-15 09:23:50 -07:00
Josh Haberman
e67ef3d449
Bugfix for JSON error case.
2016-04-14 20:27:45 -07:00
Josh Haberman
800e986012
Remove no longer applicable documentation from README.md.
2016-04-14 18:42:22 -07:00
Josh Haberman
194ad621bb
Ruby JSON: always accept both camelCase and original field names.
...
For JSON encoding we provide a new option to decide at
encode time whether to use camelCase or original proto field
names:
json = MapMessage.encode_json(m, :preserve_proto_fieldnames => true)
2016-04-14 18:33:17 -07:00
Adam Michalik
1b912fceee
Remove googletest.h header from stringprintf.cc
...
It doesn't seem to be necessary here, and it pulls other testing headers
during compilation of release protobuf.
2016-04-14 15:54:31 -07:00
Josh Haberman
90c7f6e55e
Documented the JSON change and compatibility flags.
2016-04-14 12:48:41 -07:00
Josh Haberman
94e54b39c8
Updated upb: picked up legacy JSON flags to help Ruby users migrate.
...
The flags are:
UPB_JSON_ACCEPT_LEGACY_FIELD_NAMES
UPB_JSON_WRITE_LEGACY_FIELD_NAMES
The first just allows the parser to accept the old field names.
The second makes the printer print the old field names.
These flags are intended to be temporary, as a migration aid
for users.
2016-04-14 12:06:09 -07:00
Joshua Haberman
814685ca2c
Merge pull request #1397 from google/internal-merge
...
Internal merge
2016-04-11 23:37:42 -07:00
Josh Haberman
3c4ce528c6
Fix for gulpfile.js.
2016-04-11 15:53:25 -07:00
Jon Skeet
2a197b3eb0
Use 0 as the default value for all enums, rather than finding the actual enum value name
...
This will make it easier to change the enum value names, as it reduces the number of places they're used.
2016-04-11 06:47:43 +01:00
Jan Tattermusch
3ffbdd712f
Merge pull request #1400 from jskeet/fix-internal
...
Fix to csharp_options - initialize internal_access to false.
2016-04-10 17:33:18 -07:00
David Z. Chen
5ebeefb94c
Add missing PY2AND3 srcs_versions attributes to Python Bazel build targets.
2016-04-08 13:30:13 -07:00