- 05 Jun, 2017 1 commit
-
-
Paul Yang authored
* Add new file option php_namespace. Use this option to change the namespace of php generated classes. Default is empty. When this option is empty, the package name will be used for determining the namespace. * Uncomment commented tests * Revert gdb test change * Update csharp descriptor. * Add test for empty php_namespace.
-
- 29 May, 2017 1 commit
-
-
Paul Yang authored
-
- 20 Apr, 2017 3 commits
- 19 Apr, 2017 1 commit
-
-
Paul Yang authored
-
- 17 Mar, 2017 1 commit
-
-
Paul Yang authored
This option will be prepended to generated classes of all messages in the containing file.
-
- 08 Mar, 2017 1 commit
-
-
Paul Yang authored
This better shows the semantic of the API. For already setted fields, mergeFromString do replacement for singular fields and appending for repeated fields.
-
- 01 Mar, 2017 1 commit
-
-
Paul Yang authored
This method merges the contents of the specified message into the current message. Singular fields that are set in the specified message overwrite the corresponding fields in the current message. Repeated fields are appended. Map fields key-value pairs are overritten. Singular/Oneof sub-messages are recursively merged. All overritten sub-messages are deep-copied.
-
- 08 Dec, 2016 1 commit
-
-
Paul Yang authored
1. Generate single file for each message. 2. Lazily initiate metadata.
-
- 15 Sep, 2016 1 commit
-
-
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.
-