- 25 Apr, 2018 1 commit
- 21 Apr, 2018 1 commit
-
-
Thomas Van Lenten authored
-
- 20 Apr, 2018 2 commits
-
-
Thomas Van Lenten authored
The tests can run as what Apple calls a Logic Test (under xctest), which means it doesn't have to load an full UI App under the simulator, which speeds things up a fair amount.
-
Yilun Chong authored
Fix benchmark build
-
- 19 Apr, 2018 1 commit
-
-
Sydney Acksman authored
* Edited MessageFieldGenerator to clone to backing field instead of property * Generated C# proto code
-
- 18 Apr, 2018 2 commits
- 17 Apr, 2018 1 commit
-
-
Yilun Chong authored
-
- 16 Apr, 2018 3 commits
-
-
Adam Cozzette authored
Fixed a Visual Studio 2017 build error. (#4488)
-
Yilun Chong authored
fix java benchmark, fix dashboard build
-
Ronny Krüger authored
The current 15.6.x versions of Visual Studio 2017 contain a bug that prevent them from compiling the following construct under certain conditions: std::unique_ptr<std::unique_ptr<Foo> []> foos; This will fail to compile if Foo is an abstract class. To work-around the problem the whole construct was change into: std::vector<std::unique_ptr<Foo>> foos; This not only fixes the compiler error but is also more readable than previous version.
-
- 13 Apr, 2018 2 commits
-
-
Yilun Chong authored
-
Feng Xiao authored
-
- 10 Apr, 2018 6 commits
-
-
Yilun Chong authored
Add gogo benchmark
-
Yilun Chong authored
-
Yilun Chong authored
-
Yilun Chong authored
-
Yilun Chong authored
Add dashboard support
-
Yilun Chong authored
-
- 09 Apr, 2018 3 commits
-
-
urfinjuezz authored
-
Brent Shaffer authored
-
Thomas Hisch authored
The compiler and util subpackages are created by the build_py class in setup.py. This has caused an issue in the protobuf package in conda-forge (https://github.com/conda-forge/protobuf-feedstock/issues/40), which is fixed by this commit.
-
- 06 Apr, 2018 4 commits
-
-
Paul Yang authored
-
Thomas Van Lenten authored
-
Sergio Campama authored
-
Jon Skeet authored
The SampleEnumMethod method was previously only called via reflection, so the Unity linker thought it could be removed. Ditto the parameterless constructor in ReflectionHelper. This PR should avoid that issue, reducing the work needed by customers to use Google.Protobuf from Unity.
-
- 05 Apr, 2018 2 commits
- 04 Apr, 2018 2 commits
-
-
ObsidianMinor authored
-
Silver Chan authored
CMakeLists.txt adds c++11 flags for clang
-
- 02 Apr, 2018 10 commits
-
-
Paul Yang authored
* Fix setup.py for windows build. * Bump version number to 3.5.2 * Cat the test-suite.log on errors for presubits
-
Charlie Moad authored
-
Feng Xiao authored
Improve error message when googletest is missing.
-
Feng Xiao authored
-
Feng Xiao authored
Add support for Power (ppc64le) arch
-
Feng Xiao authored
Cleaner protoc artifacts
-
Feng Xiao authored
Update instructions about getting protobuf source.
-
Thomas Van Lenten authored
Move ObjC WKTs to minimal imports to avoid import cycle.
-
Thomas Van Lenten authored
Since the generated header import GPBProtocolBuffers.h, there is no need to generate imports for the WKTs as they will have already been imported.
-
Thomas Van Lenten authored
To ensure all headers aren't dependent on other things being imported before/after them, make a source that just imports each header and add it to the unittesting target, that way we ensure it can be included on its own with ordering issues. Also do this testing with a few generated headers that aren't part of the library to help ensure the different generated imports needed are complete.
-