- 30 Sep, 2019 3 commits
-
-
EFanZh authored
-
EFanZh authored
Currently, the generated header file might cause warnings if user specifies `-Wconversion` compiler option. This commit should be able to fix it.
-
Nikhil Pothuru authored
* Update README.md Fixed spelling error * Update README.md
-
- 27 Sep, 2019 3 commits
-
-
Andrei-Florin BENCSIK authored
When browsing around the strutil files I found a function that was never referenced inside the code base "void StripString(string* s, const char* remove, - char replacewith);" The name was kind of misleading as well and it seems like it's a carbon copy of "void ReplaceCharacters(string* s, const char* remove, char replacewith);" (even the parameter names are the same, the code is the same..) Is it intentional? Maybe for compatibility reasons? If so, let's make it deprecated and use the ReplaceCharacters method inside or the other way around. Also, noticed there were no tests for "StripString" or "Replace". Added some for both and planning on maybe making it more C++ish (?) in another commit.
-
Changming Sun authored
-
Sigurd Meldgaard authored
-
- 26 Sep, 2019 3 commits
-
-
Paul Yang authored
* Add document for php development * Fix comments
-
Rafi Kamal authored
Update Java Readme to 3.9.2
-
Elliotte Rusty Harold authored
3.9.2 is on the Githib releases page.
-
- 20 Sep, 2019 3 commits
-
-
Christian Maurer authored
-
dmaclach authored
The OSReadLittleInt64 function as defined by Apple reduces down to: `return *(volatile uint64_t *)((uintptr_t)base + byteOffset);` which means we are type-punning using a cast. On ARMv7 and other aligned architectures this can cause crashes. Minimal example: https://gist.github.com/dmaclach/b10b0a71ae614d304c067cb9bd264336 Fixes #6679
-
Thomas Van Lenten authored
The code in question hasn't change in a long time so the cause of https://github.com/firebase/firebase-ios-sdk/issues/3851 still appears to be an Xcode 11 clang change/bug; but this does appear to be slightly better code for the work being done. Cleanup along the way for #6679
-
- 19 Sep, 2019 2 commits
-
-
Jan Tattermusch authored
Fix incorrect Proto2 C# doc comments
-
Sydney Acksman authored
-
- 18 Sep, 2019 1 commit
-
-
Jie Luo authored
* Cherry pick changes on update_version.py #6643 * Update version to 3.10.0-rc-0 * Do not add rc0 to php packages.xml
-
- 17 Sep, 2019 1 commit
-
-
Joshua Haberman authored
Simplify template exporting macros
-
- 16 Sep, 2019 1 commit
-
-
Mohamed Heikal authored
-
- 12 Sep, 2019 2 commits
-
-
Paul Yang authored
* Down integrate to GitHub * Remove unintentional double assign * Change ByteCountInt64 to int64_t * Revert changes in binary_conformance_test.cc * Revert unnecessary changes
-
Marco Ferrer authored
-
- 11 Sep, 2019 2 commits
-
-
Vperus authored
-
Erik Moqvist authored
-
- 10 Sep, 2019 1 commit
-
-
Rafi Kamal authored
Remove duplicate entry in third party list
-
- 09 Sep, 2019 1 commit
-
-
Paul Yang authored
* Implement binary conformance test for oneof fields * Update failure list * Update failure list for php c extension
-
- 07 Sep, 2019 1 commit
-
-
Mathias LANG authored
On the linked Wiki page, it can be seen that the creator is `opticron`, whose Github repository is also linked, and contains a more up-to-date implementation.
-
- 06 Sep, 2019 3 commits
-
-
Rafi Kamal authored
Linakge Monitor fix to handle a new version of protobuf-bom not available in Maven Central
-
Tomo Suzuki authored
-
Tomo Suzuki authored
-
- 04 Sep, 2019 2 commits
-
-
Paul Yang authored
* Sync upb https://github.com/protocolbuffers/upb/pull/209 * Update upb https://github.com/protocolbuffers/upb/pull/210
-
Roman Kamyk authored
- use final instead of obvious types for local variables - add missing `void` return type - make the comments doccomments (///)
-
- 03 Sep, 2019 8 commits
-
-
Tim Gates authored
-
Mohamed Heikal authored
-
Gregory Haskins authored
This adds links under the Clojure header to https://protojure.github.ioSigned-off-by: Greg Haskins <gregory.haskins@gmail.com>
-
Paul Yang authored
* Add binary conformance tests for map fields * Update failure list * Fix php conformance test * Fix php conformance test In 32-bit platform, int64 should be string. However, map iterator returns string key as integer. * Add more test cases for map * Update failure list
-
Jan Tattermusch authored
* introduce GOOGLE_PROTOBUF_SUPPORT_SYSTEM_MEMORY * allow building net45 target on unix systems too * add Span<> support on net45 as well
-
Jan Tattermusch authored
Document proto2 feature implementations in Google.Protobuf
-
Jan Tattermusch authored
C# Proto2 feature : Finale
-
Sydney Acksman authored
-
- 02 Sep, 2019 2 commits
-
-
Sydney Acksman authored
Reworded info about message initialization
-
Sydney Acksman authored
Addressed review comments
-
- 30 Aug, 2019 1 commit
-
-
Rafi Kamal authored
Java: Add Automatic-Module-Name entries to the Manifest
-