- 17 Nov, 2015 1 commit
-
-
Jisi Liu authored
-
- 02 Nov, 2015 3 commits
-
-
Jisi Liu authored
To mention that the interface may change or be removed when bazel has support it natively.
-
Jan Tattermusch authored
Make BytesString.Unsafe internal (which it should have been all along)
-
Jon Skeet authored
-
- 31 Oct, 2015 1 commit
-
-
Feng Xiao authored
Correct spelling
-
- 30 Oct, 2015 3 commits
-
-
Benjamin Barenblat authored
-
Jan Tattermusch authored
Fix clearing wrapper type fields with reflection.
-
Jon Skeet authored
The nullable value type fields already worked, but the use of the CLR property concealed the difference between string and StringWrapper fields.
-
- 29 Oct, 2015 8 commits
-
-
Feng Xiao authored
Get VS 2015 to use const int definitions
-
Bruce Dawson authored
VC++ up to VS 2015 RTM does not require explicit storage allocation for static const integers declared in classes. VS 2015 Update 1 requires these storage definitions in some cases. It's unclear exactly what cases - simple tests work with and without the explicit storage allocation. Many previous versions of VC++ have theoretically *allowed* a definition to supply storage, but tests on VC++ 2013 show that this doesn't actually work correctly - it leads to duplicate definition errors in Chromium. So, the change is scoped to VS 2015 only. This change also updates the generated files to match the new generator. TL;DR - this change is necessary in order for Chromium to build with VS 2015 Update 1.
-
Joshua Haberman authored
Removed all warnings from the Python/C++ build
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
Also made the Travis build ensure that no warnings are present. These builds were previously spewing many warnings, which was hiding warnings for important things like accidentally using C++11-only features. Change-Id: I56caeee9db48bc78756a3e8d7c14874630627037
-
- 27 Oct, 2015 2 commits
- 24 Oct, 2015 3 commits
-
-
Jan Tattermusch authored
Use oneof case in equality tests
-
Jon Skeet authored
-
Jon Skeet authored
The included C# test will fail until the regenerated code is used, which is in the next commit.
-
- 23 Oct, 2015 1 commit
-
-
Jisi Liu authored
Change the #include for any.h to use angle brackets instead of quotes
-
- 22 Oct, 2015 6 commits
-
-
Matthew Wu authored
Change the #include for any.h to use angle brackets instead of quotes, to be consistent with other protobuf library includes.
-
Jisi Liu authored
Enable python bazel tests and explicit list python dependencies.
-
Jisi Liu authored
-
Jisi Liu authored
--strip_prefix doesn't seem to work.
-
Jisi Liu authored
-
Jisi Liu authored
-
- 21 Oct, 2015 7 commits
-
-
Jisi Liu authored
Add runfiles to make the protobuf_test pass.
-
Jisi Liu authored
-
Jisi Liu authored
Rename python and java bazel rules.
-
Jisi Liu authored
Use && for internal_copied_filegroup.
-
Jisi Liu authored
-
Jisi Liu authored
So that the rule fails if one or more files cannot be copied.
-
Jisi Liu authored
Python bazel support
-
- 20 Oct, 2015 5 commits