Yilun Chong
e82ba0b802
Merge branch 'master' into ConformanceTestYilunChong
2017-06-30 17:38:50 -07:00
Yilun Chong
726ba33d98
changed php's failing list
2017-06-30 17:34:58 -07:00
Yilun Chong
5085102d96
remove backup files
2017-06-30 17:23:10 -07:00
Yilun Chong
3adb054bbf
add some test proto2 supported, add js proto2 supported, fixed some error
2017-06-30 17:22:32 -07:00
Paul Yang
ecca6ea95d
Add json encode/decode for php. ( #3226 )
...
* Add json encode/decode for php.
* Fix php conformance test on 32-bit machines.
* Fix conformance test for c extension.
* Fix comments
2017-06-30 12:14:09 -07:00
Yilun Chong
a7d5be6a91
change php objc nodejs csharp ruby
2017-06-29 15:04:50 -07:00
Yilun Chong
fcb9268255
change java to uniform message, revert TestValidDataForType's parameters
2017-06-29 14:40:47 -07:00
Yilun Chong
020a24dfdc
change cpp and python to uniform message
2017-06-29 11:33:22 -07:00
Thomas Van Lenten
5a52b3588d
Merge pull request #3287 from sergiocampama/initialized
...
Add initialized as a reserved keyword as that's the actual property name
2017-06-29 11:52:37 -04:00
Sergio Campama
e55782fa95
Add initialized as a reserved keyword as that's the actual property name
2017-06-29 11:49:36 -04:00
Yilun Chong
467c1ccd25
fix csharp conformance test
2017-06-28 15:44:14 -07:00
Yilun Chong
db379e6e69
fix csharp conformance test
2017-06-28 15:32:59 -07:00
Paul Yang
176bac6dac
Add scripts to build python wheel for linux. ( #2693 )
...
* Add scripts to build python wheel for linux.
Followed PEP513.
* Fix dist check for new added files.
* Update README for usage example.
2017-06-28 15:22:19 -07:00
Yilun Chong
ff773c1aaf
fix csharp
2017-06-28 14:55:30 -07:00
Yilun Chong
cd1dc3f0df
add csharp support
2017-06-28 14:51:56 -07:00
Yilun Chong
364502102a
add message set test case
2017-06-28 12:41:11 -07:00
Yilun Chong
06c9057cc3
add objec support
2017-06-28 12:17:24 -07:00
Yilun Chong
5e7e2d3bb8
revert ruby proto built files
2017-06-28 11:52:26 -07:00
Yilun Chong
cf7b6a46b2
delete backup files
2017-06-28 11:44:41 -07:00
Yilun Chong
6c59c25735
delete binary
2017-06-28 11:41:43 -07:00
Yilun Chong
91da852c50
update .gitignore
2017-06-28 11:39:05 -07:00
Yilun Chong
0255431ca7
revert .gitignore
2017-06-28 11:35:11 -07:00
Yilun Chong
696cf779d4
add java supported
2017-06-28 11:32:01 -07:00
Yilun Chong
0fa4e58525
change ignore
2017-06-27 18:31:44 -07:00
Yilun Chong
18a0c2c4d2
add proto2 supported for cpp,python,nodejs,ruby,php
2017-06-27 18:24:15 -07:00
Brent Shaffer
12acbc2678
adds PHPDoc @return and @param for getters and setters respectively ( #3131 )
...
* adds PHPDoc @return and @param for getters and setters respectively
* addresses changes in PR review
* adds documentation tests
* Update php_generator:
- Prepend \ to names where required
- Remove <pre> tags
- Update protobuf field comments
* Updates class files with the protobuf changes
* Addresses review comments
* removes Protobuf Type line from PHP generated classes
* fixes phpdoc test
* adds array types to phpdoc
2017-06-27 16:28:28 -07:00
Yilun Chong
2ad74e1606
add support for proto2
2017-06-26 17:46:34 -07:00
Feng Xiao
097bfb53d1
Merge pull request #3084 from lukaszx0/patch-1
...
Workaround the docker bug when compiling artifacts
2017-06-26 10:48:22 -07:00
Paul Yang
dd7265e1a2
Merge pull request #3264 from TeBoring/php-bug
...
Enusre public header and generated code have no implicit converion.
2017-06-24 12:20:57 -07:00
Bo Yang
e3c807d4e7
Fix more implicit type conversions in public headers and generated code.
2017-06-24 11:28:13 -07:00
Feng Xiao
1a7e49d462
Merge pull request #2968 from ngg/cpp-proper-fwd
...
C++: Do not forward-declare dependencies in generated .h files
2017-06-23 15:08:04 -07:00
Bo Yang
9c0b35cf62
Enusre public header and generated code have no implicit converion.
2017-06-23 11:58:05 -07:00
Yilun Chong
4e67590e1b
fix readme.md
2017-06-23 11:44:24 -07:00
Yilun Chong
58a3c74df0
add test_proto2_message.proto and change conformnace/makefile.am
2017-06-23 11:14:22 -07:00
Feng Xiao
f752d816b7
Merge pull request #3266 from mbrickn/patch-1
...
Updated links to use https
2017-06-23 10:39:42 -07:00
Maxwell Paul Brickner
d07efbad91
Updated links to use https
...
Howdy!
I just updated some links to use https instead of http.
Thanks! ^ _ ^
2017-06-23 09:25:03 -04:00
Thomas Van Lenten
eca0f4ee91
Merge pull request #3261 from thomasvl/super_oddcase
...
If we fail to get a descriptor just super the method resolving.
2017-06-22 10:34:10 -04:00
Thomas Van Lenten
db45687a38
If we fail to get a descriptor just super the method resolving.
...
This should never happen, but if someone is swizzling or do other
hooking of methods, anything is possible, so this seems slighty
safer than they returning NO.
2017-06-22 10:18:00 -04:00
Ryan Gordon
703cd8e11c
Switch to addEnumType to fix fatal error ( #3225 )
...
* Switch to addEnumType to fix fatal error
* Fixing more cases of HHVM incompatibility
* Updating tests to be hhvm compatible
* Fixing tests
* Fixing merge
* Don't use call_user_func, should hopefully fix tests
* Fixing spelling
* Fixing another misspelling in a test
* Fixing placement of append and kvUpdate functions
* Actually fix function helpers
* Remove double addEnumType. How did this ever work?
* Fixing a couple more tests
* Only use the setter if the return value isn't an object
2017-06-19 18:15:49 -07:00
Joshua Haberman
1325588982
Updated upb to fix JSON conformance issues. ( #3206 )
...
* Fixed a bunch of Ruby conformance errors.
* Fixed some more Ruby conformance errors in JSON.
2017-06-19 15:13:24 -07:00
Feng Xiao
c2fdef05cf
Merge pull request #3243 from yjjnls/master
...
replenish missed header files in install step
2017-06-19 11:18:45 -07:00
Thomas Van Lenten
73b7cc0007
Merge pull request #3244 from thomasvl/complete_docs
...
ObjC: Document the exceptions on some of the writing apis.
2017-06-19 10:34:25 -04:00
Thomas Van Lenten
5fd71ce631
ObjC: Document the exceptions on some of the writing apis.
2017-06-19 10:33:45 -04:00
Thomas Van Lenten
72e293a28f
Merge pull request #3240 from thomasvl/float_fun
...
Raise the number of digits used for floats.
2017-06-19 08:23:37 -04:00
yjjnls
8f367c0b2d
replenish missed header files in install step
...
install 'generated_message_table_driven.h' and 'metadata_lite.h', they are included when compiling the files generated using protoc.exe 3.3.0
2017-06-19 14:15:54 +08:00
Jeff Ching
5729cf77f6
Remove inclusion of ext/json/php_json.h. ( #3241 )
...
That implementation of json is not being used - this extension is using
a json encoder/decoder provided by 'upb'.
2017-06-17 11:01:16 -07:00
Thomas Van Lenten
dd19b876d4
Raise the number of digits used for floats.
...
About 1.5% of all IEEE754 single-precision numbers require nine
decimal digits to represent accurately.
2017-06-16 15:24:33 -04:00
Feng Xiao
710543d915
Merge pull request #3237 from calder/patch-1
...
Qualify string in java_options.h
2017-06-16 11:39:11 -07:00
Feng Xiao
491b32041d
Merge pull request #3236 from buchgr/bazel-links
...
bazel: add bazel symlinks to .gitignore
2017-06-16 11:38:15 -07:00
Feng Xiao
888e287e3b
Merge pull request #3235 from buchgr/java-target
...
bazel: Make compiled jars java 6 binary compatible.
2017-06-16 11:37:48 -07:00