- 27 Mar, 2019 1 commit
-
-
Joe Bolinger authored
* add wrapper type helpers * add check for _as_value suffix
-
- 26 Mar, 2019 2 commits
-
-
Joe Bolinger authored
* add implicit time conversion * add duration * add init test * more tests * add type check and alternative c type check * add rational and bigdecimal * use rb_obj_is_kind_of * use native time check * chain implicit conversions * remove unused variable
-
Pavel Perestoronin authored
I've deprecated the separate web page for the project and moved everything to `README.md`, so for now it's better to point to the GitHub project page.
-
- 25 Mar, 2019 1 commit
-
-
Benjamin Peterson authored
-
- 21 Mar, 2019 4 commits
-
-
Hao Nguyen authored
Down integrate to Github
-
Daniel Kurka authored
-
Mickaël Schoentgen authored
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
-
Adam Cozzette authored
The bazel-bin/ and bazel-genfiles/ directories are going to be merged soon. That change was causing some test failures on Windows, and I believe it is because the logic for locating test data files was getting confused and mistakenly looking for them under bazel-bin/. This commit updates that logic to look for a more specific file (descriptor.cc) which does not appear under any Bazel-related directories. It sounds like the more official solution is to use the Bazel runfiles library (i.e. //tools/cpp/runfiles). However, I decided not to do that because we currently still support multiple build systems, and if we used a separate solution for Bazel then I suspect we would need even more #ifdefs in the code to handle the different systems.
-
- 20 Mar, 2019 7 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
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
-