- 20 Mar, 2019 5 commits
-
-
Hao Nguyen authored
Undelete python/google/protobuf/pyext/proto2_api_test.proto that was accidentally removed from file_list
-
Hao Nguyen authored
-
-
Hao Nguyen authored
-
Joe Bolinger authored
* add check for reserved keywords in extensions * add all reserved keywords * use string without std:: * add test and update name in lite version * test updates
-
- 18 Mar, 2019 5 commits
-
-
Jan Tattermusch authored
also add useful Span-based methods for ByteString
-
Paul Yang authored
Revert "Updating Iterators to be compatible with C++17 in MSVC"
-
Hao Nguyen authored
Update CONTRIBUTING.md to recommend applying the appropriate labels
-
Hao Nguyen authored
-
Paul Yang authored
-
- 15 Mar, 2019 2 commits
-
-
Jan Tattermusch authored
Make the C# benchmarks non-packable
-
Jon Skeet authored
-
- 14 Mar, 2019 2 commits
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- 13 Mar, 2019 4 commits
-
-
Jon Skeet authored
-
Jon Skeet authored
-
Jan Tattermusch authored
C# testing improvements
-
David Supplee authored
* add terminating character * adjust name length input * add test cases * correct script name * Misc fixes * add new script to EXTRA_DIST list
-
- 12 Mar, 2019 7 commits
-
-
myd7349 authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
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 5 commits
-
-
Joshua Haberman authored
This reverts commit 37581380.
-
Hao Nguyen authored
* Down integrate to github
-
Joshua Haberman authored
-
Joshua Haberman authored
-
Markov Vladislav authored
-