- 12 Mar, 2019 2 commits
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- 11 Mar, 2019 2 commits
-
-
Thomas Van Lenten authored
For reasons I don't follow, when passing CXXFLAGS to configure, the build ends up breaking because something along the way fails to detect C++11 support within the third_party/googletest part of the build.
-
Sydney Acksman authored
* Bump target frameworks from netcoreapp1.0 to netcoreapp2.2. Move global.json up to root of repo, change SDK ver to 2.2.100 Change .net core sdk in dockerfile for kokoro to ver 2.2.100 * Re-add curl install * Change all exe target to 2.1 * Fix incorrect versions in global.json and Dockerfile * Downgrade version to 2.1 to match exe targets * introduce separate testing Dockerfile for C# * revert changes to the shared Dockerfile * use netcoreapp2.1 for C# conformance tests * use language specific dockerfile for testing C# * Edit compatibility tests script to use parameters instead of file copies * install dotnet SDK on windows before running the tests * update csharp_EXTRA_DIST
-
- 08 Mar, 2019 3 commits
-
-
WilliamWhispell authored
* Improve C# serialization performance of repeated fields for primitives. * Changes based on feedback. * Change compatibility tests to chec float, bool and double are fixed * Changes based on feedback. * In the compute methods use the newly created constants
-
David Ostrovsky authored
Recently dependency to error_prone_annotations was added to the code, but only Maven build tool chain was updated. Closes #5795.
-
Paul Yang authored
* Fix ruby continuous tests * Fix compatibility test
-
- 07 Mar, 2019 5 commits
-
-
Paul Yang authored
* Add link to continuous test badges * Add badge for dist_install
-
Hao Nguyen authored
* Add a new test for verifying that the dist package can be installed.
-
Joshua Haberman authored
* Some fixes to make the code work in google3. * Removed plugin.h. * Some more fixes to be namespace-independent. * More fixes for namespace independence. * A few final fixes. * Another fix (hide ToUpper from Copybara). * Fix for charp_unittest.
-
GitHubGanesh authored
This change introduces a CriticalSectionLock class as a lightweight replacement for std::mutex on Windows platforms. std::mutex does not work on Windows XP SP2 with the latest VC++ libraries, because it utilizes the Concurrency Runtime that uses ::GetLogicalProcessorInformation which is only supported on Windows XP SP3 and above.
-
Joe Bolinger authored
-
- 06 Mar, 2019 6 commits
-
-
Joshua Haberman authored
This reverts commit 37581380.
-
Hao Nguyen authored
* Down integrate to github
-
Joshua Haberman authored
-
Joshua Haberman authored
-
Markov Vladislav authored
-
Joe Bolinger authored
-
- 04 Mar, 2019 5 commits
-
-
Justin Buchanan authored
-
NulAsh authored
-
Paul Yang authored
Merge 3.7.x to master
-
Bo Yang authored
-
frrakn authored
Replaced shortn URL with intended URL.
-
- 02 Mar, 2019 3 commits
-
-
Joe Bolinger authored
* Revert "Revert "Fix Ruby module name generation when the ruby_package option is used (#5735)"" This reverts commit bb211e85. * add new files to Makefile.am
-
Joe Bolinger authored
* add frozen checks * Use rb_check_frozen * Correct assertion on frozen error message The second argument for the method assert_raise is the message to show when the assertion fails. It does not check the error object's message. Add an additional assertion that does check the error's message. * do frozen check first
-
Joe Bolinger authored
* example with extra enum method * update expected test output * slight simplification * add test for generated enum helpers * move const helpers to c extension * more explicit test * more explicit test * indent * add foo test * add check for _const suffix
-
- 01 Mar, 2019 1 commit
-
-
Joshua Haberman authored
Updating Iterators to be compatible with C++17 in MSVC
-
- 28 Feb, 2019 8 commits
-
-
Paul Yang authored
* Update version number to 3.7.0 * Add php/releash.sh to Makefile.am * Make cpp_distcheck exit on fail
-
Paul Yang authored
Revert "Fix Ruby module name generation when the ruby_package option is used"
-
Joe Bolinger authored
* fix module name generation and add tests * fix existing tests * support both package name styles
-
Joe Bolinger authored
* add check for overflow * de-nestify * break long lines
-
Joe Bolinger authored
* let repeated fields push arrays * add varargs push * better test
-
Peter Ebden authored
* Fix construction of messages using the C++ Python implementation when a map field is passed from one message to another. * Add a test on message map field construction * python 3 support * review comments * add test * Collapse code into one
-
Oliver Bristow authored
-
- 27 Feb, 2019 4 commits
-
-
Hao Nguyen authored
Added Optional GRPC library to third party docs
-
Paul Yang authored
down integration from internal
-
Yilun Chong authored
Cherry-pick fixing for mac tests after kokoro updates
-
Yilun Chong authored
-
- 26 Feb, 2019 1 commit
-
-
Yilun Chong authored
-