- 20 Jun, 2016 1 commit
-
-
Sergio Campamá authored
Adds destination flag to xcodebuild to avoid possible flake errors
-
- 17 Jun, 2016 4 commits
-
-
Feng Xiao authored
CMake Fix up prerelease version handling
-
Joshua Haberman authored
JS: import well-known types from google-protobuf package.
-
Thomas Van Lenten authored
- Better docs in the generator for the different options that can be passed during an invoke of protoc. - Add named_framework_to_proto_path_mappings_path to pass the path to a file containing mappings of frameworks for different proto files. - Update the generation to use the mapping to change the #import directives it creates. Note: the changes in helpers is mostly moving code within the fine, and then a small change to expose the parsing so a passed on class can consume the line. Fixes https://github.com/google/protobuf/issues/1457
-
Josh Haberman authored
-
- 16 Jun, 2016 8 commits
-
-
Feng Xiao authored
Workaround for gcc-4.4 incompatibility
-
Josh Haberman authored
-
vjpai authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Vijay Pai authored
constructor, and instead create an _internal_only getter that gets the needed information. This is a workaround for a deficiency in gcc-4.4 that does not properly support templated friend classes.
-
Feng Xiao authored
Cleanup protobuf-module.cmake.in
-
Feng Xiao authored
CMake package requirements
-
- 15 Jun, 2016 2 commits
-
-
Thomas Van Lenten authored
Add support for generation sources into a framework.
-
Thomas Van Lenten authored
- Add a protoc objc option (generate_for_named_framework) to set the name of the framework all generated sources will be in. - Tweak some comments/naming to make it clear what is the Protobuf framework vs. the framework for generated code. - Update the objc README to document the new generation option to protoc. This is working towards https://github.com/google/protobuf/issues/1457.
-
- 14 Jun, 2016 2 commits
-
-
Sergio Campamá authored
Also hotwires updating ruby as CocoaPods was crashing within a support library. Fixes #1619
-
Sergio Campamá authored
-
- 10 Jun, 2016 4 commits
-
-
Feng Xiao authored
proper codeblock in README
-
Walter Gray authored
-
Walter Gray authored
-
Walter Gray authored
-
- 09 Jun, 2016 1 commit
-
-
Brent Shaffer authored
-
- 08 Jun, 2016 2 commits
-
-
Feng Xiao authored
protoc: support '=' in --proto_path arguments
-
Walter Gray authored
-
- 07 Jun, 2016 6 commits
-
-
Bo Yang authored
-
Bo Yang authored
-
Feng Xiao authored
CMake prerelease versioning
-
Feng Xiao authored
Build examples in CMake
-
Joshua Haberman authored
Make conformance tests more strict about the failure list.
-
Josh Haberman authored
-
- 06 Jun, 2016 3 commits
-
-
Josh Haberman authored
OS X's version of Python has a slightly different error message for this error case.
-
Walter Gray authored
-
Walter Gray authored
-
- 03 Jun, 2016 6 commits
-
-
Konstantin Podsvirov authored
A series of improvements: - Improved Protobuf module compatibility (disabled by default); - Hide advanced settings; - Added build tree configuration; - Added build of examples.
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
Python 2.x doesn't detect unpaired surrogates so we have to do that manually.
-
Josh Haberman authored
The failure lists were falling out of date because the tests would pass even if people forgot to remove failures from the list.
-
- 02 Jun, 2016 1 commit
-
-
Bo Yang authored
-